@backstage/plugin-catalog-react 2.1.5-next.0 → 2.1.5-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 +13 -0
- package/dist/alpha.d.ts +2 -2
- package/dist/index.d.ts +2 -2
- package/package.json +10 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @backstage/plugin-catalog-react
|
|
2
2
|
|
|
3
|
+
## 2.1.5-next.1
|
|
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
|
+
- Updated dependencies
|
|
9
|
+
- @backstage/frontend-test-utils@0.5.3-next.1
|
|
10
|
+
- @backstage/ui@0.15.0-next.1
|
|
11
|
+
- @backstage/frontend-plugin-api@0.17.0-next.1
|
|
12
|
+
- @backstage/catalog-model@1.8.1-next.1
|
|
13
|
+
- @backstage/core-plugin-api@1.12.6-next.1
|
|
14
|
+
- @backstage/plugin-permission-common@0.9.9-next.1
|
|
15
|
+
|
|
3
16
|
## 2.1.5-next.0
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|
package/dist/alpha.d.ts
CHANGED
|
@@ -477,8 +477,8 @@ declare const catalogReactTranslationRef: _backstage_frontend_plugin_api.Transla
|
|
|
477
477
|
readonly "inspectEntityDialog.overviewPage.labels": "Labels";
|
|
478
478
|
readonly "inspectEntityDialog.overviewPage.status.title": "Status";
|
|
479
479
|
readonly "inspectEntityDialog.overviewPage.identity.title": "Identity";
|
|
480
|
-
readonly "inspectEntityDialog.overviewPage.annotations": "Annotations";
|
|
481
480
|
readonly "inspectEntityDialog.overviewPage.tags": "Tags";
|
|
481
|
+
readonly "inspectEntityDialog.overviewPage.annotations": "Annotations";
|
|
482
482
|
readonly "inspectEntityDialog.overviewPage.relation.title": "Relations";
|
|
483
483
|
readonly "inspectEntityDialog.overviewPage.copyAriaLabel": "Copy {{label}}";
|
|
484
484
|
readonly "inspectEntityDialog.overviewPage.copiedStatus": "Copied";
|
|
@@ -517,8 +517,8 @@ declare const catalogReactTranslationRef: _backstage_frontend_plugin_api.Transla
|
|
|
517
517
|
readonly "entityTableColumnTitle.description": "Description";
|
|
518
518
|
readonly "entityTableColumnTitle.system": "System";
|
|
519
519
|
readonly "entityTableColumnTitle.namespace": "Namespace";
|
|
520
|
-
readonly "entityTableColumnTitle.domain": "Domain";
|
|
521
520
|
readonly "entityTableColumnTitle.tags": "Tags";
|
|
521
|
+
readonly "entityTableColumnTitle.domain": "Domain";
|
|
522
522
|
readonly "entityTableColumnTitle.owner": "Owner";
|
|
523
523
|
readonly "entityTableColumnTitle.lifecycle": "Lifecycle";
|
|
524
524
|
readonly "entityTableColumnTitle.targets": "Targets";
|
package/dist/index.d.ts
CHANGED
|
@@ -1191,8 +1191,8 @@ declare const catalogReactTranslationRef: _backstage_frontend_plugin_api.Transla
|
|
|
1191
1191
|
readonly "inspectEntityDialog.overviewPage.labels": "Labels";
|
|
1192
1192
|
readonly "inspectEntityDialog.overviewPage.status.title": "Status";
|
|
1193
1193
|
readonly "inspectEntityDialog.overviewPage.identity.title": "Identity";
|
|
1194
|
-
readonly "inspectEntityDialog.overviewPage.annotations": "Annotations";
|
|
1195
1194
|
readonly "inspectEntityDialog.overviewPage.tags": "Tags";
|
|
1195
|
+
readonly "inspectEntityDialog.overviewPage.annotations": "Annotations";
|
|
1196
1196
|
readonly "inspectEntityDialog.overviewPage.relation.title": "Relations";
|
|
1197
1197
|
readonly "inspectEntityDialog.overviewPage.copyAriaLabel": "Copy {{label}}";
|
|
1198
1198
|
readonly "inspectEntityDialog.overviewPage.copiedStatus": "Copied";
|
|
@@ -1231,8 +1231,8 @@ declare const catalogReactTranslationRef: _backstage_frontend_plugin_api.Transla
|
|
|
1231
1231
|
readonly "entityTableColumnTitle.description": "Description";
|
|
1232
1232
|
readonly "entityTableColumnTitle.system": "System";
|
|
1233
1233
|
readonly "entityTableColumnTitle.namespace": "Namespace";
|
|
1234
|
-
readonly "entityTableColumnTitle.domain": "Domain";
|
|
1235
1234
|
readonly "entityTableColumnTitle.tags": "Tags";
|
|
1235
|
+
readonly "entityTableColumnTitle.domain": "Domain";
|
|
1236
1236
|
readonly "entityTableColumnTitle.owner": "Owner";
|
|
1237
1237
|
readonly "entityTableColumnTitle.lifecycle": "Lifecycle";
|
|
1238
1238
|
readonly "entityTableColumnTitle.targets": "Targets";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-catalog-react",
|
|
3
|
-
"version": "2.1.5-next.
|
|
3
|
+
"version": "2.1.5-next.1",
|
|
4
4
|
"description": "A frontend library that helps other Backstage plugins interact with the catalog",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "web-library",
|
|
@@ -74,24 +74,24 @@
|
|
|
74
74
|
},
|
|
75
75
|
"dependencies": {
|
|
76
76
|
"@backstage/catalog-client": "1.15.1-next.0",
|
|
77
|
-
"@backstage/catalog-model": "1.8.1-next.
|
|
77
|
+
"@backstage/catalog-model": "1.8.1-next.1",
|
|
78
78
|
"@backstage/core-compat-api": "0.5.11-next.0",
|
|
79
79
|
"@backstage/core-components": "0.18.10-next.0",
|
|
80
|
-
"@backstage/core-plugin-api": "1.12.6-next.
|
|
80
|
+
"@backstage/core-plugin-api": "1.12.6-next.1",
|
|
81
81
|
"@backstage/errors": "1.3.1-next.0",
|
|
82
82
|
"@backstage/filter-predicates": "0.1.3-next.0",
|
|
83
|
-
"@backstage/frontend-plugin-api": "0.17.0-next.
|
|
83
|
+
"@backstage/frontend-plugin-api": "0.17.0-next.1",
|
|
84
84
|
"@backstage/integration-react": "1.2.18-next.0",
|
|
85
|
-
"@backstage/plugin-permission-common": "0.9.9-next.
|
|
85
|
+
"@backstage/plugin-permission-common": "0.9.9-next.1",
|
|
86
86
|
"@backstage/plugin-permission-react": "0.5.1-next.0",
|
|
87
87
|
"@backstage/types": "1.2.2",
|
|
88
|
-
"@backstage/ui": "0.15.0-next.
|
|
88
|
+
"@backstage/ui": "0.15.0-next.1",
|
|
89
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",
|
|
93
93
|
"@react-hookz/web": "^24.0.0",
|
|
94
|
-
"@remixicon/react": "
|
|
94
|
+
"@remixicon/react": ">=4.6.0 <4.9.0",
|
|
95
95
|
"classnames": "^2.2.6",
|
|
96
96
|
"lodash": "^4.17.21",
|
|
97
97
|
"material-ui-popup-state": "^5.3.6",
|
|
@@ -102,9 +102,9 @@
|
|
|
102
102
|
"zod": "^4.0.0"
|
|
103
103
|
},
|
|
104
104
|
"devDependencies": {
|
|
105
|
-
"@backstage/cli": "0.36.2-next.
|
|
105
|
+
"@backstage/cli": "0.36.2-next.1",
|
|
106
106
|
"@backstage/core-app-api": "1.20.1-next.0",
|
|
107
|
-
"@backstage/frontend-test-utils": "0.5.3-next.
|
|
107
|
+
"@backstage/frontend-test-utils": "0.5.3-next.1",
|
|
108
108
|
"@backstage/plugin-catalog-common": "1.1.10-next.0",
|
|
109
109
|
"@backstage/plugin-scaffolder-common": "2.1.1-next.0",
|
|
110
110
|
"@backstage/test-utils": "1.7.18-next.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.
|
|
123
|
+
"@backstage/frontend-test-utils": "0.5.3-next.1",
|
|
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",
|