@backstage/core-compat-api 0.5.10-next.2 → 0.5.11-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 +29 -0
  2. package/package.json +15 -18
package/CHANGELOG.md CHANGED
@@ -1,5 +1,34 @@
1
1
  # @backstage/core-compat-api
2
2
 
3
+ ## 0.5.11-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - 744fa1f: Removed duplicated entries that appeared in both `dependencies` and `devDependencies`.
8
+ - Updated dependencies
9
+ - @backstage/errors@1.3.1-next.0
10
+ - @backstage/plugin-catalog-react@2.1.5-next.0
11
+ - @backstage/frontend-plugin-api@0.17.0-next.0
12
+ - @backstage/core-plugin-api@1.12.6-next.0
13
+ - @backstage/filter-predicates@0.1.3-next.0
14
+ - @backstage/plugin-app-react@0.2.3-next.0
15
+ - @backstage/types@1.2.2
16
+ - @backstage/version-bridge@1.0.12
17
+
18
+ ## 0.5.10
19
+
20
+ ### Patch Changes
21
+
22
+ - 77ab7d5: Hide the default page header for pages created through the compatibility wrappers, since legacy plugins already render their own headers.
23
+ - 49397c1: Removed unnecessary type argument from internal `createRouteRef` call.
24
+ - Updated dependencies
25
+ - @backstage/errors@1.3.0
26
+ - @backstage/plugin-catalog-react@2.1.2
27
+ - @backstage/frontend-plugin-api@0.16.0
28
+ - @backstage/filter-predicates@0.1.2
29
+ - @backstage/core-plugin-api@1.12.5
30
+ - @backstage/plugin-app-react@0.2.2
31
+
3
32
  ## 0.5.10-next.2
4
33
 
5
34
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/core-compat-api",
3
- "version": "0.5.10-next.2",
3
+ "version": "0.5.11-next.0",
4
4
  "backstage": {
5
5
  "role": "web-library"
6
6
  },
@@ -31,32 +31,29 @@
31
31
  "test": "backstage-cli package test"
32
32
  },
33
33
  "dependencies": {
34
- "@backstage/core-plugin-api": "1.12.5-next.2",
35
- "@backstage/errors": "1.3.0-next.0",
36
- "@backstage/filter-predicates": "0.1.2-next.0",
37
- "@backstage/frontend-plugin-api": "0.16.0-next.2",
38
- "@backstage/plugin-app-react": "0.2.2-next.1",
39
- "@backstage/plugin-catalog-react": "2.1.2-next.2",
34
+ "@backstage/core-plugin-api": "1.12.6-next.0",
35
+ "@backstage/errors": "1.3.1-next.0",
36
+ "@backstage/filter-predicates": "0.1.3-next.0",
37
+ "@backstage/frontend-plugin-api": "0.17.0-next.0",
38
+ "@backstage/plugin-app-react": "0.2.3-next.0",
39
+ "@backstage/plugin-catalog-react": "2.1.5-next.0",
40
40
  "@backstage/types": "1.2.2",
41
41
  "@backstage/version-bridge": "1.0.12",
42
- "lodash": "^4.17.21",
43
- "zod": "^3.25.76 || ^4.0.0"
42
+ "lodash": "^4.17.21"
44
43
  },
45
44
  "devDependencies": {
46
- "@backstage/cli": "0.36.1-next.2",
47
- "@backstage/core-app-api": "1.20.0-next.2",
48
- "@backstage/frontend-app-api": "0.16.2-next.2",
49
- "@backstage/frontend-test-utils": "0.5.2-next.2",
50
- "@backstage/plugin-catalog": "2.0.2-next.2",
51
- "@backstage/test-utils": "1.7.17-next.2",
52
- "@backstage/types": "1.2.2",
45
+ "@backstage/cli": "0.36.2-next.0",
46
+ "@backstage/core-app-api": "1.20.1-next.0",
47
+ "@backstage/frontend-app-api": "0.16.3-next.0",
48
+ "@backstage/frontend-test-utils": "0.5.3-next.0",
49
+ "@backstage/plugin-catalog": "2.0.5-next.0",
50
+ "@backstage/test-utils": "1.7.18-next.0",
53
51
  "@testing-library/jest-dom": "^6.0.0",
54
52
  "@testing-library/react": "^16.0.0",
55
53
  "@types/react": "^18.0.0",
56
54
  "react": "^18.0.2",
57
55
  "react-dom": "^18.0.2",
58
- "react-router-dom": "^6.30.2",
59
- "zod": "^3.25.76 || ^4.0.0"
56
+ "react-router-dom": "^6.30.2"
60
57
  },
61
58
  "peerDependencies": {
62
59
  "@types/react": "^17.0.0 || ^18.0.0",