@backstage/plugin-catalog-react 0.0.0-nightly-20260510031943 → 0.0.0-nightly-20260512032235

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 +14 -14
  2. package/package.json +20 -20
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/plugin-catalog-react
2
2
 
3
- ## 0.0.0-nightly-20260510031943
3
+ ## 0.0.0-nightly-20260512032235
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -9,19 +9,19 @@
9
9
  - cad156e: Replaced old config schema values from existing extensions and blueprints.
10
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
11
  - Updated dependencies
12
- - @backstage/core-components@0.0.0-nightly-20260510031943
13
- - @backstage/ui@0.0.0-nightly-20260510031943
14
- - @backstage/errors@0.0.0-nightly-20260510031943
15
- - @backstage/frontend-test-utils@0.0.0-nightly-20260510031943
16
- - @backstage/frontend-plugin-api@0.0.0-nightly-20260510031943
17
- - @backstage/catalog-model@0.0.0-nightly-20260510031943
18
- - @backstage/core-plugin-api@0.0.0-nightly-20260510031943
19
- - @backstage/core-compat-api@0.0.0-nightly-20260510031943
20
- - @backstage/plugin-permission-common@0.0.0-nightly-20260510031943
21
- - @backstage/integration-react@0.0.0-nightly-20260510031943
22
- - @backstage/catalog-client@0.0.0-nightly-20260510031943
23
- - @backstage/filter-predicates@0.0.0-nightly-20260510031943
24
- - @backstage/plugin-permission-react@0.0.0-nightly-20260510031943
12
+ - @backstage/core-components@0.0.0-nightly-20260512032235
13
+ - @backstage/ui@0.0.0-nightly-20260512032235
14
+ - @backstage/errors@0.0.0-nightly-20260512032235
15
+ - @backstage/frontend-test-utils@0.0.0-nightly-20260512032235
16
+ - @backstage/frontend-plugin-api@0.0.0-nightly-20260512032235
17
+ - @backstage/catalog-model@0.0.0-nightly-20260512032235
18
+ - @backstage/core-plugin-api@0.0.0-nightly-20260512032235
19
+ - @backstage/core-compat-api@0.0.0-nightly-20260512032235
20
+ - @backstage/plugin-permission-common@0.0.0-nightly-20260512032235
21
+ - @backstage/integration-react@0.0.0-nightly-20260512032235
22
+ - @backstage/catalog-client@0.0.0-nightly-20260512032235
23
+ - @backstage/filter-predicates@0.0.0-nightly-20260512032235
24
+ - @backstage/plugin-permission-react@0.0.0-nightly-20260512032235
25
25
  - @backstage/types@1.2.2
26
26
  - @backstage/version-bridge@1.0.12
27
27
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-react",
3
- "version": "0.0.0-nightly-20260510031943",
3
+ "version": "0.0.0-nightly-20260512032235",
4
4
  "description": "A frontend library that helps other Backstage plugins interact with the catalog",
5
5
  "backstage": {
6
6
  "role": "web-library",
@@ -73,19 +73,19 @@
73
73
  "test": "backstage-cli package test"
74
74
  },
75
75
  "dependencies": {
76
- "@backstage/catalog-client": "0.0.0-nightly-20260510031943",
77
- "@backstage/catalog-model": "0.0.0-nightly-20260510031943",
78
- "@backstage/core-compat-api": "0.0.0-nightly-20260510031943",
79
- "@backstage/core-components": "0.0.0-nightly-20260510031943",
80
- "@backstage/core-plugin-api": "0.0.0-nightly-20260510031943",
81
- "@backstage/errors": "0.0.0-nightly-20260510031943",
82
- "@backstage/filter-predicates": "0.0.0-nightly-20260510031943",
83
- "@backstage/frontend-plugin-api": "0.0.0-nightly-20260510031943",
84
- "@backstage/integration-react": "0.0.0-nightly-20260510031943",
85
- "@backstage/plugin-permission-common": "0.0.0-nightly-20260510031943",
86
- "@backstage/plugin-permission-react": "0.0.0-nightly-20260510031943",
76
+ "@backstage/catalog-client": "0.0.0-nightly-20260512032235",
77
+ "@backstage/catalog-model": "0.0.0-nightly-20260512032235",
78
+ "@backstage/core-compat-api": "0.0.0-nightly-20260512032235",
79
+ "@backstage/core-components": "0.0.0-nightly-20260512032235",
80
+ "@backstage/core-plugin-api": "0.0.0-nightly-20260512032235",
81
+ "@backstage/errors": "0.0.0-nightly-20260512032235",
82
+ "@backstage/filter-predicates": "0.0.0-nightly-20260512032235",
83
+ "@backstage/frontend-plugin-api": "0.0.0-nightly-20260512032235",
84
+ "@backstage/integration-react": "0.0.0-nightly-20260512032235",
85
+ "@backstage/plugin-permission-common": "0.0.0-nightly-20260512032235",
86
+ "@backstage/plugin-permission-react": "0.0.0-nightly-20260512032235",
87
87
  "@backstage/types": "1.2.2",
88
- "@backstage/ui": "0.0.0-nightly-20260510031943",
88
+ "@backstage/ui": "0.0.0-nightly-20260512032235",
89
89
  "@backstage/version-bridge": "1.0.12",
90
90
  "@material-ui/core": "^4.12.2",
91
91
  "@material-ui/icons": "^4.9.1",
@@ -102,12 +102,12 @@
102
102
  "zod": "^4.0.0"
103
103
  },
104
104
  "devDependencies": {
105
- "@backstage/cli": "0.0.0-nightly-20260510031943",
106
- "@backstage/core-app-api": "0.0.0-nightly-20260510031943",
107
- "@backstage/frontend-test-utils": "0.0.0-nightly-20260510031943",
108
- "@backstage/plugin-catalog-common": "0.0.0-nightly-20260510031943",
109
- "@backstage/plugin-scaffolder-common": "0.0.0-nightly-20260510031943",
110
- "@backstage/test-utils": "0.0.0-nightly-20260510031943",
105
+ "@backstage/cli": "0.0.0-nightly-20260512032235",
106
+ "@backstage/core-app-api": "0.0.0-nightly-20260512032235",
107
+ "@backstage/frontend-test-utils": "0.0.0-nightly-20260512032235",
108
+ "@backstage/plugin-catalog-common": "0.0.0-nightly-20260512032235",
109
+ "@backstage/plugin-scaffolder-common": "0.0.0-nightly-20260512032235",
110
+ "@backstage/test-utils": "0.0.0-nightly-20260512032235",
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.0.0-nightly-20260510031943",
123
+ "@backstage/frontend-test-utils": "0.0.0-nightly-20260512032235",
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",