@backstage/plugin-catalog 1.26.1 → 1.26.2-next.1
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 +43 -0
- package/package.json +26 -26
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,48 @@
|
|
|
1
1
|
# @backstage/plugin-catalog
|
|
2
2
|
|
|
3
|
+
## 1.26.2-next.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 58ec9e7: Removed older versions of React packages as a preparatory step for upgrading to React 19. This commit does not introduce any functional changes, but removes dependencies on previous React versions, allowing for a cleaner upgrade path in subsequent commits.
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- @backstage/core-components@0.16.4-next.0
|
|
10
|
+
- @backstage/frontend-plugin-api@0.9.5-next.1
|
|
11
|
+
- @backstage/integration-react@1.2.4-next.0
|
|
12
|
+
- @backstage/core-compat-api@0.3.6-next.1
|
|
13
|
+
- @backstage/core-plugin-api@1.10.4-next.0
|
|
14
|
+
- @backstage/plugin-permission-react@0.4.31-next.0
|
|
15
|
+
- @backstage/plugin-catalog-react@1.15.2-next.1
|
|
16
|
+
- @backstage/plugin-search-react@1.8.6-next.1
|
|
17
|
+
- @backstage/catalog-client@1.9.1
|
|
18
|
+
- @backstage/catalog-model@1.7.3
|
|
19
|
+
- @backstage/errors@1.2.7
|
|
20
|
+
- @backstage/types@1.2.1
|
|
21
|
+
- @backstage/plugin-catalog-common@1.1.3
|
|
22
|
+
- @backstage/plugin-scaffolder-common@1.5.9
|
|
23
|
+
- @backstage/plugin-search-common@1.2.17
|
|
24
|
+
|
|
25
|
+
## 1.26.2-next.0
|
|
26
|
+
|
|
27
|
+
### Patch Changes
|
|
28
|
+
|
|
29
|
+
- Updated dependencies
|
|
30
|
+
- @backstage/plugin-search-react@1.8.6-next.0
|
|
31
|
+
- @backstage/frontend-plugin-api@0.9.5-next.0
|
|
32
|
+
- @backstage/catalog-client@1.9.1
|
|
33
|
+
- @backstage/catalog-model@1.7.3
|
|
34
|
+
- @backstage/core-compat-api@0.3.6-next.0
|
|
35
|
+
- @backstage/core-components@0.16.3
|
|
36
|
+
- @backstage/core-plugin-api@1.10.3
|
|
37
|
+
- @backstage/errors@1.2.7
|
|
38
|
+
- @backstage/integration-react@1.2.3
|
|
39
|
+
- @backstage/types@1.2.1
|
|
40
|
+
- @backstage/plugin-catalog-common@1.1.3
|
|
41
|
+
- @backstage/plugin-catalog-react@1.15.2-next.0
|
|
42
|
+
- @backstage/plugin-permission-react@0.4.30
|
|
43
|
+
- @backstage/plugin-scaffolder-common@1.5.9
|
|
44
|
+
- @backstage/plugin-search-common@1.2.17
|
|
45
|
+
|
|
3
46
|
## 1.26.1
|
|
4
47
|
|
|
5
48
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-catalog",
|
|
3
|
-
"version": "1.26.1",
|
|
3
|
+
"version": "1.26.2-next.1",
|
|
4
4
|
"description": "The Backstage plugin for browsing the Backstage catalog",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "frontend-plugin",
|
|
@@ -67,21 +67,21 @@
|
|
|
67
67
|
"test": "backstage-cli package test"
|
|
68
68
|
},
|
|
69
69
|
"dependencies": {
|
|
70
|
-
"@backstage/catalog-client": "
|
|
71
|
-
"@backstage/catalog-model": "
|
|
72
|
-
"@backstage/core-compat-api": "
|
|
73
|
-
"@backstage/core-components": "
|
|
74
|
-
"@backstage/core-plugin-api": "
|
|
75
|
-
"@backstage/errors": "
|
|
76
|
-
"@backstage/frontend-plugin-api": "
|
|
77
|
-
"@backstage/integration-react": "
|
|
78
|
-
"@backstage/plugin-catalog-common": "
|
|
79
|
-
"@backstage/plugin-catalog-react": "
|
|
80
|
-
"@backstage/plugin-permission-react": "
|
|
81
|
-
"@backstage/plugin-scaffolder-common": "
|
|
82
|
-
"@backstage/plugin-search-common": "
|
|
83
|
-
"@backstage/plugin-search-react": "
|
|
84
|
-
"@backstage/types": "
|
|
70
|
+
"@backstage/catalog-client": "1.9.1",
|
|
71
|
+
"@backstage/catalog-model": "1.7.3",
|
|
72
|
+
"@backstage/core-compat-api": "0.3.6-next.1",
|
|
73
|
+
"@backstage/core-components": "0.16.4-next.0",
|
|
74
|
+
"@backstage/core-plugin-api": "1.10.4-next.0",
|
|
75
|
+
"@backstage/errors": "1.2.7",
|
|
76
|
+
"@backstage/frontend-plugin-api": "0.9.5-next.1",
|
|
77
|
+
"@backstage/integration-react": "1.2.4-next.0",
|
|
78
|
+
"@backstage/plugin-catalog-common": "1.1.3",
|
|
79
|
+
"@backstage/plugin-catalog-react": "1.15.2-next.1",
|
|
80
|
+
"@backstage/plugin-permission-react": "0.4.31-next.0",
|
|
81
|
+
"@backstage/plugin-scaffolder-common": "1.5.9",
|
|
82
|
+
"@backstage/plugin-search-common": "1.2.17",
|
|
83
|
+
"@backstage/plugin-search-react": "1.8.6-next.1",
|
|
84
|
+
"@backstage/types": "1.2.1",
|
|
85
85
|
"@material-ui/core": "^4.12.2",
|
|
86
86
|
"@material-ui/icons": "^4.9.1",
|
|
87
87
|
"@material-ui/lab": "4.0.0-alpha.61",
|
|
@@ -95,12 +95,12 @@
|
|
|
95
95
|
"zen-observable": "^0.10.0"
|
|
96
96
|
},
|
|
97
97
|
"devDependencies": {
|
|
98
|
-
"@backstage/cli": "
|
|
99
|
-
"@backstage/core-app-api": "
|
|
100
|
-
"@backstage/dev-utils": "
|
|
101
|
-
"@backstage/frontend-test-utils": "
|
|
102
|
-
"@backstage/plugin-permission-common": "
|
|
103
|
-
"@backstage/test-utils": "
|
|
98
|
+
"@backstage/cli": "0.30.0-next.1",
|
|
99
|
+
"@backstage/core-app-api": "1.15.5-next.0",
|
|
100
|
+
"@backstage/dev-utils": "1.1.7-next.1",
|
|
101
|
+
"@backstage/frontend-test-utils": "0.2.6-next.1",
|
|
102
|
+
"@backstage/plugin-permission-common": "0.8.4",
|
|
103
|
+
"@backstage/test-utils": "1.7.5-next.0",
|
|
104
104
|
"@testing-library/dom": "^10.0.0",
|
|
105
105
|
"@testing-library/jest-dom": "^6.0.0",
|
|
106
106
|
"@testing-library/react": "^16.0.0",
|
|
@@ -113,10 +113,10 @@
|
|
|
113
113
|
"swr": "^2.2.5"
|
|
114
114
|
},
|
|
115
115
|
"peerDependencies": {
|
|
116
|
-
"@types/react": "^
|
|
117
|
-
"react": "^
|
|
118
|
-
"react-dom": "^
|
|
119
|
-
"react-router-dom": "
|
|
116
|
+
"@types/react": "^17.0.0 || ^18.0.0",
|
|
117
|
+
"react": "^17.0.0 || ^18.0.0",
|
|
118
|
+
"react-dom": "^17.0.0 || ^18.0.0",
|
|
119
|
+
"react-router-dom": "^6.3.0"
|
|
120
120
|
},
|
|
121
121
|
"peerDependenciesMeta": {
|
|
122
122
|
"@types/react": {
|