@backstage/plugin-catalog-react 0.0.0-nightly-20260420031813 → 0.0.0-nightly-20260422031853

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 +38 -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-20260420031813
3
+ ## 0.0.0-nightly-20260422031853
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -8,21 +8,45 @@
8
8
  - cad156e: Replaced old config schema values from existing extensions and blueprints.
9
9
  - 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.
10
10
  - Updated dependencies
11
- - @backstage/core-components@0.0.0-nightly-20260420031813
12
- - @backstage/ui@0.0.0-nightly-20260420031813
13
- - @backstage/errors@0.0.0-nightly-20260420031813
14
- - @backstage/frontend-test-utils@0.0.0-nightly-20260420031813
15
- - @backstage/core-compat-api@0.0.0-nightly-20260420031813
16
- - @backstage/frontend-plugin-api@0.0.0-nightly-20260420031813
17
- - @backstage/integration-react@0.0.0-nightly-20260420031813
18
- - @backstage/catalog-client@0.0.0-nightly-20260420031813
19
- - @backstage/catalog-model@0.0.0-nightly-20260420031813
20
- - @backstage/core-plugin-api@0.0.0-nightly-20260420031813
21
- - @backstage/filter-predicates@0.0.0-nightly-20260420031813
22
- - @backstage/plugin-permission-common@0.0.0-nightly-20260420031813
11
+ - @backstage/core-components@0.0.0-nightly-20260422031853
12
+ - @backstage/ui@0.0.0-nightly-20260422031853
13
+ - @backstage/errors@0.0.0-nightly-20260422031853
14
+ - @backstage/frontend-test-utils@0.0.0-nightly-20260422031853
15
+ - @backstage/core-compat-api@0.0.0-nightly-20260422031853
16
+ - @backstage/frontend-plugin-api@0.0.0-nightly-20260422031853
17
+ - @backstage/integration-react@0.0.0-nightly-20260422031853
18
+ - @backstage/catalog-client@0.0.0-nightly-20260422031853
19
+ - @backstage/catalog-model@0.0.0-nightly-20260422031853
20
+ - @backstage/core-plugin-api@0.0.0-nightly-20260422031853
21
+ - @backstage/filter-predicates@0.0.0-nightly-20260422031853
22
+ - @backstage/plugin-permission-common@0.0.0-nightly-20260422031853
23
23
  - @backstage/types@1.2.2
24
24
  - @backstage/version-bridge@1.0.12
25
- - @backstage/plugin-permission-react@0.0.0-nightly-20260420031813
25
+ - @backstage/plugin-permission-react@0.0.0-nightly-20260422031853
26
+
27
+ ## 2.1.5-next.0
28
+
29
+ ### Patch Changes
30
+
31
+ - 744fa1f: Removed duplicated entries that appeared in both `dependencies` and `devDependencies`.
32
+ - cad156e: Replaced old config schema values from existing extensions and blueprints.
33
+ - 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.
34
+ - Updated dependencies
35
+ - @backstage/core-components@0.18.10-next.0
36
+ - @backstage/ui@0.15.0-next.0
37
+ - @backstage/errors@1.3.1-next.0
38
+ - @backstage/frontend-test-utils@0.5.3-next.0
39
+ - @backstage/core-compat-api@0.5.11-next.0
40
+ - @backstage/frontend-plugin-api@0.17.0-next.0
41
+ - @backstage/integration-react@1.2.18-next.0
42
+ - @backstage/catalog-client@1.15.1-next.0
43
+ - @backstage/catalog-model@1.8.1-next.0
44
+ - @backstage/core-plugin-api@1.12.6-next.0
45
+ - @backstage/filter-predicates@0.1.3-next.0
46
+ - @backstage/plugin-permission-common@0.9.9-next.0
47
+ - @backstage/types@1.2.2
48
+ - @backstage/version-bridge@1.0.12
49
+ - @backstage/plugin-permission-react@0.5.1-next.0
26
50
 
27
51
  ## 2.1.2
28
52
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-react",
3
- "version": "0.0.0-nightly-20260420031813",
3
+ "version": "0.0.0-nightly-20260422031853",
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-20260420031813",
77
- "@backstage/catalog-model": "0.0.0-nightly-20260420031813",
78
- "@backstage/core-compat-api": "0.0.0-nightly-20260420031813",
79
- "@backstage/core-components": "0.0.0-nightly-20260420031813",
80
- "@backstage/core-plugin-api": "0.0.0-nightly-20260420031813",
81
- "@backstage/errors": "0.0.0-nightly-20260420031813",
82
- "@backstage/filter-predicates": "0.0.0-nightly-20260420031813",
83
- "@backstage/frontend-plugin-api": "0.0.0-nightly-20260420031813",
84
- "@backstage/integration-react": "0.0.0-nightly-20260420031813",
85
- "@backstage/plugin-permission-common": "0.0.0-nightly-20260420031813",
86
- "@backstage/plugin-permission-react": "0.0.0-nightly-20260420031813",
76
+ "@backstage/catalog-client": "0.0.0-nightly-20260422031853",
77
+ "@backstage/catalog-model": "0.0.0-nightly-20260422031853",
78
+ "@backstage/core-compat-api": "0.0.0-nightly-20260422031853",
79
+ "@backstage/core-components": "0.0.0-nightly-20260422031853",
80
+ "@backstage/core-plugin-api": "0.0.0-nightly-20260422031853",
81
+ "@backstage/errors": "0.0.0-nightly-20260422031853",
82
+ "@backstage/filter-predicates": "0.0.0-nightly-20260422031853",
83
+ "@backstage/frontend-plugin-api": "0.0.0-nightly-20260422031853",
84
+ "@backstage/integration-react": "0.0.0-nightly-20260422031853",
85
+ "@backstage/plugin-permission-common": "0.0.0-nightly-20260422031853",
86
+ "@backstage/plugin-permission-react": "0.0.0-nightly-20260422031853",
87
87
  "@backstage/types": "1.2.2",
88
- "@backstage/ui": "0.0.0-nightly-20260420031813",
88
+ "@backstage/ui": "0.0.0-nightly-20260422031853",
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-20260420031813",
106
- "@backstage/core-app-api": "0.0.0-nightly-20260420031813",
107
- "@backstage/frontend-test-utils": "0.0.0-nightly-20260420031813",
108
- "@backstage/plugin-catalog-common": "0.0.0-nightly-20260420031813",
109
- "@backstage/plugin-scaffolder-common": "0.0.0-nightly-20260420031813",
110
- "@backstage/test-utils": "0.0.0-nightly-20260420031813",
105
+ "@backstage/cli": "0.0.0-nightly-20260422031853",
106
+ "@backstage/core-app-api": "0.0.0-nightly-20260422031853",
107
+ "@backstage/frontend-test-utils": "0.0.0-nightly-20260422031853",
108
+ "@backstage/plugin-catalog-common": "0.0.0-nightly-20260422031853",
109
+ "@backstage/plugin-scaffolder-common": "0.0.0-nightly-20260422031853",
110
+ "@backstage/test-utils": "0.0.0-nightly-20260422031853",
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-20260420031813",
123
+ "@backstage/frontend-test-utils": "0.0.0-nightly-20260422031853",
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",