@backstage/plugin-techdocs-addons-test-utils 2.0.2-next.2 → 2.0.3-next.0

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 +32 -0
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,5 +1,37 @@
1
1
  # @backstage/plugin-techdocs-addons-test-utils
2
2
 
3
+ ## 2.0.3-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/plugin-search-react@1.10.5-next.0
9
+ - @backstage/plugin-catalog@1.33.1-next.0
10
+ - @backstage/plugin-catalog-react@2.0.1-next.0
11
+ - @backstage/plugin-techdocs@1.17.1-next.0
12
+ - @backstage/core-app-api@1.19.6-next.0
13
+ - @backstage/core-plugin-api@1.12.4-next.0
14
+ - @backstage/integration-react@1.2.16-next.0
15
+ - @backstage/test-utils@1.7.16-next.0
16
+ - @backstage/plugin-techdocs-react@1.3.9-next.0
17
+
18
+ ## 2.0.2
19
+
20
+ ### Patch Changes
21
+
22
+ - 7455dae: Use node prefix on native imports
23
+ - a7e0d50: Updated `react-router-dom` peer dependency to `^6.30.2` and explicitly disabled v7 future flags to suppress deprecation warnings.
24
+ - Updated dependencies
25
+ - @backstage/plugin-catalog-react@2.0.0
26
+ - @backstage/plugin-catalog@1.33.0
27
+ - @backstage/core-app-api@1.19.5
28
+ - @backstage/plugin-techdocs@1.17.0
29
+ - @backstage/core-plugin-api@1.12.3
30
+ - @backstage/plugin-techdocs-react@1.3.8
31
+ - @backstage/integration-react@1.2.15
32
+ - @backstage/plugin-search-react@1.10.3
33
+ - @backstage/test-utils@1.7.15
34
+
3
35
  ## 2.0.2-next.2
4
36
 
5
37
  ### 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.2",
3
+ "version": "2.0.3-next.0",
4
4
  "backstage": {
5
5
  "role": "web-library",
6
6
  "pluginId": "techdocs-addons",
@@ -40,19 +40,19 @@
40
40
  "test": "backstage-cli package test"
41
41
  },
42
42
  "dependencies": {
43
- "@backstage/core-app-api": "1.19.5-next.1",
44
- "@backstage/core-plugin-api": "1.12.3-next.1",
45
- "@backstage/integration-react": "1.2.15-next.2",
46
- "@backstage/plugin-catalog": "1.33.0-next.2",
47
- "@backstage/plugin-catalog-react": "2.0.0-next.2",
48
- "@backstage/plugin-search-react": "1.10.3-next.2",
49
- "@backstage/plugin-techdocs": "1.16.3-next.2",
50
- "@backstage/plugin-techdocs-react": "1.3.8-next.1",
51
- "@backstage/test-utils": "1.7.15-next.2",
43
+ "@backstage/core-app-api": "1.19.6-next.0",
44
+ "@backstage/core-plugin-api": "1.12.4-next.0",
45
+ "@backstage/integration-react": "1.2.16-next.0",
46
+ "@backstage/plugin-catalog": "1.33.1-next.0",
47
+ "@backstage/plugin-catalog-react": "2.0.1-next.0",
48
+ "@backstage/plugin-search-react": "1.10.5-next.0",
49
+ "@backstage/plugin-techdocs": "1.17.1-next.0",
50
+ "@backstage/plugin-techdocs-react": "1.3.9-next.0",
51
+ "@backstage/test-utils": "1.7.16-next.0",
52
52
  "shadow-dom-testing-library": "^1.13.1"
53
53
  },
54
54
  "devDependencies": {
55
- "@backstage/cli": "0.35.4-next.2",
55
+ "@backstage/cli": "0.35.5-next.0",
56
56
  "@testing-library/dom": "^10.0.0",
57
57
  "@testing-library/jest-dom": "^6.0.0",
58
58
  "@types/react": "^18.0.0",