@backstage/plugin-techdocs-addons-test-utils 2.0.2-next.1 → 2.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +33 -0
  2. package/package.json +13 -13
package/CHANGELOG.md CHANGED
@@ -1,5 +1,38 @@
1
1
  # @backstage/plugin-techdocs-addons-test-utils
2
2
 
3
+ ## 2.0.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 7455dae: Use node prefix on native imports
8
+ - a7e0d50: Updated `react-router-dom` peer dependency to `^6.30.2` and explicitly disabled v7 future flags to suppress deprecation warnings.
9
+ - Updated dependencies
10
+ - @backstage/plugin-catalog-react@2.0.0
11
+ - @backstage/plugin-catalog@1.33.0
12
+ - @backstage/core-app-api@1.19.5
13
+ - @backstage/plugin-techdocs@1.17.0
14
+ - @backstage/core-plugin-api@1.12.3
15
+ - @backstage/plugin-techdocs-react@1.3.8
16
+ - @backstage/integration-react@1.2.15
17
+ - @backstage/plugin-search-react@1.10.3
18
+ - @backstage/test-utils@1.7.15
19
+
20
+ ## 2.0.2-next.2
21
+
22
+ ### Patch Changes
23
+
24
+ - a7e0d50: Prepare for React Router v7 migration by updating to v6.30.2 across all NFS packages and enabling v7 future flags. Convert routes from splat paths to parent/child structure with Outlet components.
25
+ - Updated dependencies
26
+ - @backstage/plugin-catalog-react@2.0.0-next.2
27
+ - @backstage/plugin-catalog@1.33.0-next.2
28
+ - @backstage/core-app-api@1.19.5-next.1
29
+ - @backstage/plugin-techdocs@1.16.3-next.2
30
+ - @backstage/integration-react@1.2.15-next.2
31
+ - @backstage/core-plugin-api@1.12.3-next.1
32
+ - @backstage/plugin-techdocs-react@1.3.8-next.1
33
+ - @backstage/plugin-search-react@1.10.3-next.2
34
+ - @backstage/test-utils@1.7.15-next.2
35
+
3
36
  ## 2.0.2-next.1
4
37
 
5
38
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-techdocs-addons-test-utils",
3
- "version": "2.0.2-next.1",
3
+ "version": "2.0.2",
4
4
  "backstage": {
5
5
  "role": "web-library",
6
6
  "pluginId": "techdocs-addons",
@@ -40,32 +40,32 @@
40
40
  "test": "backstage-cli package test"
41
41
  },
42
42
  "dependencies": {
43
- "@backstage/core-app-api": "1.19.5-next.0",
44
- "@backstage/core-plugin-api": "1.12.3-next.0",
45
- "@backstage/integration-react": "1.2.15-next.1",
46
- "@backstage/plugin-catalog": "1.33.0-next.1",
47
- "@backstage/plugin-catalog-react": "1.22.0-next.1",
48
- "@backstage/plugin-search-react": "1.10.3-next.1",
49
- "@backstage/plugin-techdocs": "1.16.3-next.1",
50
- "@backstage/plugin-techdocs-react": "1.3.8-next.0",
51
- "@backstage/test-utils": "1.7.15-next.1",
43
+ "@backstage/core-app-api": "^1.19.5",
44
+ "@backstage/core-plugin-api": "^1.12.3",
45
+ "@backstage/integration-react": "^1.2.15",
46
+ "@backstage/plugin-catalog": "^1.33.0",
47
+ "@backstage/plugin-catalog-react": "^2.0.0",
48
+ "@backstage/plugin-search-react": "^1.10.3",
49
+ "@backstage/plugin-techdocs": "^1.17.0",
50
+ "@backstage/plugin-techdocs-react": "^1.3.8",
51
+ "@backstage/test-utils": "^1.7.15",
52
52
  "shadow-dom-testing-library": "^1.13.1"
53
53
  },
54
54
  "devDependencies": {
55
- "@backstage/cli": "0.35.4-next.1",
55
+ "@backstage/cli": "^0.35.4",
56
56
  "@testing-library/dom": "^10.0.0",
57
57
  "@testing-library/jest-dom": "^6.0.0",
58
58
  "@types/react": "^18.0.0",
59
59
  "react": "^18.0.2",
60
60
  "react-dom": "^18.0.2",
61
- "react-router-dom": "^6.3.0"
61
+ "react-router-dom": "^6.30.2"
62
62
  },
63
63
  "peerDependencies": {
64
64
  "@testing-library/react": "^16.0.0",
65
65
  "@types/react": "^17.0.0 || ^18.0.0",
66
66
  "react": "^17.0.0 || ^18.0.0",
67
67
  "react-dom": "^17.0.0 || ^18.0.0",
68
- "react-router-dom": "^6.3.0"
68
+ "react-router-dom": "^6.30.2"
69
69
  },
70
70
  "peerDependenciesMeta": {
71
71
  "@types/react": {