@backstage/plugin-catalog-import 0.13.10-next.1 → 0.13.10-next.2
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 +15 -0
- package/dist/alpha.d.ts +6 -6
- package/dist/package.json.esm.js +3 -3
- package/package.json +16 -16
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# @backstage/plugin-catalog-import
|
|
2
2
|
|
|
3
|
+
## 0.13.10-next.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- a7e0d50: Prepare for React Router v7 migration by updating to v6.30.2 across all NFS packages and enabling v7 future flags. Convert routes from splat paths to parent/child structure with Outlet components.
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- @backstage/integration@1.20.0-next.2
|
|
10
|
+
- @backstage/plugin-catalog-react@2.0.0-next.2
|
|
11
|
+
- @backstage/catalog-client@1.12.2-next.0
|
|
12
|
+
- @backstage/frontend-plugin-api@0.14.0-next.2
|
|
13
|
+
- @backstage/integration-react@1.2.15-next.2
|
|
14
|
+
- @backstage/core-components@0.18.7-next.2
|
|
15
|
+
- @backstage/core-plugin-api@1.12.3-next.1
|
|
16
|
+
- @backstage/plugin-permission-react@0.4.40-next.1
|
|
17
|
+
|
|
3
18
|
## 0.13.10-next.1
|
|
4
19
|
|
|
5
20
|
### Patch Changes
|
package/dist/alpha.d.ts
CHANGED
|
@@ -19,8 +19,11 @@ declare const catalogImportTranslationRef: _backstage_frontend_plugin_api.Transl
|
|
|
19
19
|
readonly "importInfoCard.githubIntegration.label": "GitHub only";
|
|
20
20
|
readonly "importInfoCard.githubIntegration.title": "Link to a repository";
|
|
21
21
|
readonly "importStepper.finish.title": "Finish";
|
|
22
|
+
readonly "importStepper.singleLocation.title": "Select Locations";
|
|
23
|
+
readonly "importStepper.singleLocation.description": "Discovered Locations: 1";
|
|
24
|
+
readonly "importStepper.multipleLocations.title": "Select Locations";
|
|
25
|
+
readonly "importStepper.multipleLocations.description": "Discovered Locations: {{length, number}}";
|
|
22
26
|
readonly "importStepper.noLocation.title": "Create Pull Request";
|
|
23
|
-
readonly "importStepper.noLocation.createPr.ownerLabel": "Entity Owner";
|
|
24
27
|
readonly "importStepper.noLocation.createPr.detailsTitle": "Pull Request Details";
|
|
25
28
|
readonly "importStepper.noLocation.createPr.titleLabel": "Pull Request Title";
|
|
26
29
|
readonly "importStepper.noLocation.createPr.titlePlaceholder": "Add Backstage catalog entity descriptor files";
|
|
@@ -32,23 +35,20 @@ declare const catalogImportTranslationRef: _backstage_frontend_plugin_api.Transl
|
|
|
32
35
|
readonly "importStepper.noLocation.createPr.ownerLoadingText": "Loading groups…";
|
|
33
36
|
readonly "importStepper.noLocation.createPr.ownerHelperText": "Select an owner from the list or enter a reference to a Group or a User";
|
|
34
37
|
readonly "importStepper.noLocation.createPr.ownerErrorHelperText": "required value";
|
|
38
|
+
readonly "importStepper.noLocation.createPr.ownerLabel": "Entity Owner";
|
|
35
39
|
readonly "importStepper.noLocation.createPr.ownerPlaceholder": "my-group";
|
|
36
40
|
readonly "importStepper.noLocation.createPr.codeownersHelperText": "WARNING: This may fail if no CODEOWNERS file is found at the target location.";
|
|
37
|
-
readonly "importStepper.singleLocation.title": "Select Locations";
|
|
38
|
-
readonly "importStepper.singleLocation.description": "Discovered Locations: 1";
|
|
39
|
-
readonly "importStepper.multipleLocations.title": "Select Locations";
|
|
40
|
-
readonly "importStepper.multipleLocations.description": "Discovered Locations: {{length, number}}";
|
|
41
41
|
readonly "importStepper.analyze.title": "Select URL";
|
|
42
42
|
readonly "importStepper.prepare.title": "Import Actions";
|
|
43
43
|
readonly "importStepper.prepare.description": "Optional";
|
|
44
44
|
readonly "importStepper.review.title": "Review";
|
|
45
45
|
readonly "stepFinishImportLocation.repository.title": "The following Pull Request has been opened: ";
|
|
46
46
|
readonly "stepFinishImportLocation.repository.description": "Your entities will be imported as soon as the Pull Request is merged.";
|
|
47
|
-
readonly "stepFinishImportLocation.backButtonText": "Register another";
|
|
48
47
|
readonly "stepFinishImportLocation.locations.new": "The following entities have been added to the catalog:";
|
|
49
48
|
readonly "stepFinishImportLocation.locations.backButtonText": "Register another";
|
|
50
49
|
readonly "stepFinishImportLocation.locations.existing": "A refresh was triggered for the following locations:";
|
|
51
50
|
readonly "stepFinishImportLocation.locations.viewButtonText": "View Component";
|
|
51
|
+
readonly "stepFinishImportLocation.backButtonText": "Register another";
|
|
52
52
|
readonly "stepInitAnalyzeUrl.error.default": "Received unknown analysis result of type {{type}}. Please contact the support team.";
|
|
53
53
|
readonly "stepInitAnalyzeUrl.error.url": "Must start with http:// or https://.";
|
|
54
54
|
readonly "stepInitAnalyzeUrl.error.repository": "Couldn't generate entities for your repository";
|
package/dist/package.json.esm.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
var name = "@backstage/plugin-catalog-import";
|
|
2
|
-
var version = "0.13.10-next.
|
|
2
|
+
var version = "0.13.10-next.2";
|
|
3
3
|
var description = "A Backstage plugin the helps you import entities into your catalog";
|
|
4
4
|
var backstage = {
|
|
5
5
|
role: "frontend-plugin",
|
|
@@ -90,13 +90,13 @@ var devDependencies = {
|
|
|
90
90
|
msw: "^1.0.0",
|
|
91
91
|
react: "^18.0.2",
|
|
92
92
|
"react-dom": "^18.0.2",
|
|
93
|
-
"react-router-dom": "^6.
|
|
93
|
+
"react-router-dom": "^6.30.2"
|
|
94
94
|
};
|
|
95
95
|
var peerDependencies = {
|
|
96
96
|
"@types/react": "^17.0.0 || ^18.0.0",
|
|
97
97
|
react: "^17.0.0 || ^18.0.0",
|
|
98
98
|
"react-dom": "^17.0.0 || ^18.0.0",
|
|
99
|
-
"react-router-dom": "^6.
|
|
99
|
+
"react-router-dom": "^6.30.2"
|
|
100
100
|
};
|
|
101
101
|
var peerDependenciesMeta = {
|
|
102
102
|
"@types/react": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-catalog-import",
|
|
3
|
-
"version": "0.13.10-next.
|
|
3
|
+
"version": "0.13.10-next.2",
|
|
4
4
|
"description": "A Backstage plugin the helps you import entities into your catalog",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "frontend-plugin",
|
|
@@ -66,18 +66,18 @@
|
|
|
66
66
|
"test": "backstage-cli package test"
|
|
67
67
|
},
|
|
68
68
|
"dependencies": {
|
|
69
|
-
"@backstage/catalog-client": "1.12.
|
|
69
|
+
"@backstage/catalog-client": "1.12.2-next.0",
|
|
70
70
|
"@backstage/catalog-model": "1.7.6",
|
|
71
71
|
"@backstage/config": "1.3.6",
|
|
72
|
-
"@backstage/core-components": "0.18.7-next.
|
|
73
|
-
"@backstage/core-plugin-api": "1.12.3-next.
|
|
72
|
+
"@backstage/core-components": "0.18.7-next.2",
|
|
73
|
+
"@backstage/core-plugin-api": "1.12.3-next.1",
|
|
74
74
|
"@backstage/errors": "1.2.7",
|
|
75
|
-
"@backstage/frontend-plugin-api": "0.14.0-next.
|
|
76
|
-
"@backstage/integration": "1.20.0-next.
|
|
77
|
-
"@backstage/integration-react": "1.2.15-next.
|
|
75
|
+
"@backstage/frontend-plugin-api": "0.14.0-next.2",
|
|
76
|
+
"@backstage/integration": "1.20.0-next.2",
|
|
77
|
+
"@backstage/integration-react": "1.2.15-next.2",
|
|
78
78
|
"@backstage/plugin-catalog-common": "1.1.8-next.0",
|
|
79
|
-
"@backstage/plugin-catalog-react": "
|
|
80
|
-
"@backstage/plugin-permission-react": "0.4.40-next.
|
|
79
|
+
"@backstage/plugin-catalog-react": "2.0.0-next.2",
|
|
80
|
+
"@backstage/plugin-permission-react": "0.4.40-next.1",
|
|
81
81
|
"@material-ui/core": "^4.12.2",
|
|
82
82
|
"@material-ui/icons": "^4.9.1",
|
|
83
83
|
"@material-ui/lab": "4.0.0-alpha.61",
|
|
@@ -90,11 +90,11 @@
|
|
|
90
90
|
"yaml": "^2.0.0"
|
|
91
91
|
},
|
|
92
92
|
"devDependencies": {
|
|
93
|
-
"@backstage/cli": "0.35.4-next.
|
|
94
|
-
"@backstage/core-app-api": "1.19.5-next.
|
|
95
|
-
"@backstage/dev-utils": "1.1.20-next.
|
|
96
|
-
"@backstage/plugin-catalog": "1.33.0-next.
|
|
97
|
-
"@backstage/test-utils": "1.7.15-next.
|
|
93
|
+
"@backstage/cli": "0.35.4-next.2",
|
|
94
|
+
"@backstage/core-app-api": "1.19.5-next.1",
|
|
95
|
+
"@backstage/dev-utils": "1.1.20-next.2",
|
|
96
|
+
"@backstage/plugin-catalog": "1.33.0-next.2",
|
|
97
|
+
"@backstage/test-utils": "1.7.15-next.2",
|
|
98
98
|
"@testing-library/dom": "^10.0.0",
|
|
99
99
|
"@testing-library/jest-dom": "^6.0.0",
|
|
100
100
|
"@testing-library/react": "^16.0.0",
|
|
@@ -103,13 +103,13 @@
|
|
|
103
103
|
"msw": "^1.0.0",
|
|
104
104
|
"react": "^18.0.2",
|
|
105
105
|
"react-dom": "^18.0.2",
|
|
106
|
-
"react-router-dom": "^6.
|
|
106
|
+
"react-router-dom": "^6.30.2"
|
|
107
107
|
},
|
|
108
108
|
"peerDependencies": {
|
|
109
109
|
"@types/react": "^17.0.0 || ^18.0.0",
|
|
110
110
|
"react": "^17.0.0 || ^18.0.0",
|
|
111
111
|
"react-dom": "^17.0.0 || ^18.0.0",
|
|
112
|
-
"react-router-dom": "^6.
|
|
112
|
+
"react-router-dom": "^6.30.2"
|
|
113
113
|
},
|
|
114
114
|
"peerDependenciesMeta": {
|
|
115
115
|
"@types/react": {
|