@backstage/plugin-catalog-react 2.1.5-next.1 → 3.0.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 +23 -0
  2. package/package.json +22 -22
package/CHANGELOG.md CHANGED
@@ -1,5 +1,28 @@
1
1
  # @backstage/plugin-catalog-react
2
2
 
3
+ ## 3.0.0
4
+
5
+ ### Patch Changes
6
+
7
+ - f635139: Limited `@remixicon/react` dependency to versions below 4.9.0 due to a license change in that release.
8
+ - 744fa1f: Removed duplicated entries that appeared in both `dependencies` and `devDependencies`.
9
+ - cad156e: Replaced old config schema values from existing extensions and blueprints.
10
+ - 085133f: The `zod` dependency has been bumped from `^3.25.76 || ^4.0.0` to `^4.0.0`, since `configSchema` requires the full Zod v4 package for JSON Schema support.
11
+ - Updated dependencies
12
+ - @backstage/catalog-model@1.9.0
13
+ - @backstage/core-components@0.18.10
14
+ - @backstage/ui@0.15.0
15
+ - @backstage/errors@1.3.1
16
+ - @backstage/frontend-test-utils@0.6.0
17
+ - @backstage/frontend-plugin-api@0.17.0
18
+ - @backstage/core-plugin-api@1.12.6
19
+ - @backstage/filter-predicates@0.1.3
20
+ - @backstage/core-compat-api@0.5.11
21
+ - @backstage/plugin-permission-common@0.9.9
22
+ - @backstage/catalog-client@1.15.1
23
+ - @backstage/integration-react@1.2.18
24
+ - @backstage/plugin-permission-react@0.5.1
25
+
3
26
  ## 2.1.5-next.1
4
27
 
5
28
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-react",
3
- "version": "2.1.5-next.1",
3
+ "version": "3.0.0",
4
4
  "description": "A frontend library that helps other Backstage plugins interact with the catalog",
5
5
  "backstage": {
6
6
  "role": "web-library",
@@ -73,20 +73,20 @@
73
73
  "test": "backstage-cli package test"
74
74
  },
75
75
  "dependencies": {
76
- "@backstage/catalog-client": "1.15.1-next.0",
77
- "@backstage/catalog-model": "1.8.1-next.1",
78
- "@backstage/core-compat-api": "0.5.11-next.0",
79
- "@backstage/core-components": "0.18.10-next.0",
80
- "@backstage/core-plugin-api": "1.12.6-next.1",
81
- "@backstage/errors": "1.3.1-next.0",
82
- "@backstage/filter-predicates": "0.1.3-next.0",
83
- "@backstage/frontend-plugin-api": "0.17.0-next.1",
84
- "@backstage/integration-react": "1.2.18-next.0",
85
- "@backstage/plugin-permission-common": "0.9.9-next.1",
86
- "@backstage/plugin-permission-react": "0.5.1-next.0",
87
- "@backstage/types": "1.2.2",
88
- "@backstage/ui": "0.15.0-next.1",
89
- "@backstage/version-bridge": "1.0.12",
76
+ "@backstage/catalog-client": "^1.15.1",
77
+ "@backstage/catalog-model": "^1.9.0",
78
+ "@backstage/core-compat-api": "^0.5.11",
79
+ "@backstage/core-components": "^0.18.10",
80
+ "@backstage/core-plugin-api": "^1.12.6",
81
+ "@backstage/errors": "^1.3.1",
82
+ "@backstage/filter-predicates": "^0.1.3",
83
+ "@backstage/frontend-plugin-api": "^0.17.0",
84
+ "@backstage/integration-react": "^1.2.18",
85
+ "@backstage/plugin-permission-common": "^0.9.9",
86
+ "@backstage/plugin-permission-react": "^0.5.1",
87
+ "@backstage/types": "^1.2.2",
88
+ "@backstage/ui": "^0.15.0",
89
+ "@backstage/version-bridge": "^1.0.12",
90
90
  "@material-ui/core": "^4.12.2",
91
91
  "@material-ui/icons": "^4.9.1",
92
92
  "@material-ui/lab": "4.0.0-alpha.61",
@@ -102,12 +102,12 @@
102
102
  "zod": "^4.0.0"
103
103
  },
104
104
  "devDependencies": {
105
- "@backstage/cli": "0.36.2-next.1",
106
- "@backstage/core-app-api": "1.20.1-next.0",
107
- "@backstage/frontend-test-utils": "0.5.3-next.1",
108
- "@backstage/plugin-catalog-common": "1.1.10-next.0",
109
- "@backstage/plugin-scaffolder-common": "2.1.1-next.0",
110
- "@backstage/test-utils": "1.7.18-next.0",
105
+ "@backstage/cli": "^0.36.2",
106
+ "@backstage/core-app-api": "^1.20.1",
107
+ "@backstage/frontend-test-utils": "^0.6.0",
108
+ "@backstage/plugin-catalog-common": "^1.1.10",
109
+ "@backstage/plugin-scaffolder-common": "^2.2.0",
110
+ "@backstage/test-utils": "^1.7.18",
111
111
  "@testing-library/dom": "^10.0.0",
112
112
  "@testing-library/jest-dom": "^6.0.0",
113
113
  "@testing-library/react": "^16.0.0",
@@ -120,7 +120,7 @@
120
120
  "react-test-renderer": "^16.13.1"
121
121
  },
122
122
  "peerDependencies": {
123
- "@backstage/frontend-test-utils": "0.5.3-next.1",
123
+ "@backstage/frontend-test-utils": "^0.6.0",
124
124
  "@types/react": "^17.0.0 || ^18.0.0",
125
125
  "react": "^17.0.0 || ^18.0.0",
126
126
  "react-dom": "^17.0.0 || ^18.0.0",