@backstage/plugin-catalog 2.0.3 → 2.0.4

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # @backstage/plugin-catalog
2
2
 
3
+ ## 2.0.4
4
+
5
+ ### Patch Changes
6
+
7
+ - bc41a91: 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.
8
+ - Updated dependencies
9
+ - @backstage/ui@0.14.2
10
+ - @backstage/frontend-plugin-api@0.16.2
11
+ - @backstage/plugin-catalog-react@2.1.4
12
+ - @backstage/plugin-search-react@1.11.3
13
+
3
14
  ## 2.0.3
4
15
 
5
16
  ### Patch Changes
@@ -1,5 +1,5 @@
1
1
  var name = "@backstage/plugin-catalog";
2
- var version = "2.0.3";
2
+ var version = "2.0.4";
3
3
  var description = "The Backstage plugin for browsing the Backstage catalog";
4
4
  var backstage = {
5
5
  role: "frontend-plugin",
@@ -88,7 +88,7 @@ var dependencies = {
88
88
  "react-helmet": "6.1.0",
89
89
  "react-use": "^17.2.4",
90
90
  "zen-observable": "^0.10.0",
91
- zod: "^3.25.76 || ^4.0.0"
91
+ zod: "^4.0.0"
92
92
  };
93
93
  var devDependencies = {
94
94
  "@backstage/cli": "workspace:^",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog",
3
- "version": "2.0.3",
3
+ "version": "2.0.4",
4
4
  "description": "The Backstage plugin for browsing the Backstage catalog",
5
5
  "backstage": {
6
6
  "role": "frontend-plugin",
@@ -76,18 +76,18 @@
76
76
  "@backstage/core-components": "^0.18.9",
77
77
  "@backstage/core-plugin-api": "^1.12.5",
78
78
  "@backstage/errors": "^1.3.0",
79
- "@backstage/frontend-plugin-api": "^0.16.1",
79
+ "@backstage/frontend-plugin-api": "^0.16.2",
80
80
  "@backstage/integration-react": "^1.2.17",
81
81
  "@backstage/plugin-catalog-common": "^1.1.9",
82
- "@backstage/plugin-catalog-react": "^2.1.3",
82
+ "@backstage/plugin-catalog-react": "^2.1.4",
83
83
  "@backstage/plugin-permission-react": "^0.5.0",
84
84
  "@backstage/plugin-scaffolder-common": "^2.1.0",
85
85
  "@backstage/plugin-search-common": "^1.2.23",
86
- "@backstage/plugin-search-react": "^1.11.2",
86
+ "@backstage/plugin-search-react": "^1.11.3",
87
87
  "@backstage/plugin-techdocs-common": "^0.1.1",
88
88
  "@backstage/plugin-techdocs-react": "^1.3.10",
89
89
  "@backstage/types": "^1.2.2",
90
- "@backstage/ui": "^0.14.1",
90
+ "@backstage/ui": "^0.14.2",
91
91
  "@backstage/version-bridge": "^1.0.12",
92
92
  "@material-ui/core": "^4.12.2",
93
93
  "@material-ui/icons": "^4.9.1",
@@ -101,7 +101,7 @@
101
101
  "react-helmet": "6.1.0",
102
102
  "react-use": "^17.2.4",
103
103
  "zen-observable": "^0.10.0",
104
- "zod": "^3.25.76 || ^4.0.0"
104
+ "zod": "^4.0.0"
105
105
  },
106
106
  "devDependencies": {
107
107
  "@backstage/cli": "^0.36.1",