@backstage/plugin-scaffolder 1.25.0-next.0 → 1.25.0-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 +21 -0
- package/alpha/package.json +1 -1
- package/dist/alpha.d.ts +1 -1
- package/package.json +10 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,26 @@
|
|
|
1
1
|
# @backstage/plugin-scaffolder
|
|
2
2
|
|
|
3
|
+
## 1.25.0-next.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- @backstage/frontend-plugin-api@0.8.0-next.1
|
|
9
|
+
- @backstage/core-compat-api@0.3.0-next.1
|
|
10
|
+
- @backstage/catalog-client@1.6.7-next.0
|
|
11
|
+
- @backstage/core-components@0.14.11-next.0
|
|
12
|
+
- @backstage/plugin-scaffolder-react@1.12.0-next.1
|
|
13
|
+
- @backstage/plugin-catalog-react@1.12.4-next.1
|
|
14
|
+
- @backstage/catalog-model@1.6.0
|
|
15
|
+
- @backstage/core-plugin-api@1.9.3
|
|
16
|
+
- @backstage/errors@1.2.4
|
|
17
|
+
- @backstage/integration@1.14.0
|
|
18
|
+
- @backstage/integration-react@1.1.30
|
|
19
|
+
- @backstage/types@1.1.1
|
|
20
|
+
- @backstage/plugin-catalog-common@1.0.26
|
|
21
|
+
- @backstage/plugin-permission-react@0.4.25
|
|
22
|
+
- @backstage/plugin-scaffolder-common@1.5.5
|
|
23
|
+
|
|
3
24
|
## 1.25.0-next.0
|
|
4
25
|
|
|
5
26
|
### Minor Changes
|
package/alpha/package.json
CHANGED
package/dist/alpha.d.ts
CHANGED
|
@@ -187,7 +187,7 @@ declare const scaffolderTranslationRef: _backstage_core_plugin_api_alpha.Transla
|
|
|
187
187
|
}>;
|
|
188
188
|
|
|
189
189
|
/** @alpha */
|
|
190
|
-
declare const _default: _backstage_frontend_plugin_api.
|
|
190
|
+
declare const _default: _backstage_frontend_plugin_api.FrontendPlugin<{
|
|
191
191
|
root: _backstage_frontend_plugin_api.RouteRef<undefined>;
|
|
192
192
|
selectedTemplate: _backstage_frontend_plugin_api.SubRouteRef<_backstage_core_plugin_api.PathParams<"/templates/:namespace/:templateName">>;
|
|
193
193
|
ongoingTask: _backstage_frontend_plugin_api.SubRouteRef<_backstage_core_plugin_api.PathParams<"/tasks/:taskId">>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-scaffolder",
|
|
3
|
-
"version": "1.25.0-next.
|
|
3
|
+
"version": "1.25.0-next.1",
|
|
4
4
|
"description": "The Backstage plugin that helps you create new things",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "frontend-plugin",
|
|
@@ -57,20 +57,20 @@
|
|
|
57
57
|
"test": "backstage-cli package test"
|
|
58
58
|
},
|
|
59
59
|
"dependencies": {
|
|
60
|
-
"@backstage/catalog-client": "^1.6.
|
|
60
|
+
"@backstage/catalog-client": "^1.6.7-next.0",
|
|
61
61
|
"@backstage/catalog-model": "^1.6.0",
|
|
62
|
-
"@backstage/core-compat-api": "^0.
|
|
63
|
-
"@backstage/core-components": "^0.14.
|
|
62
|
+
"@backstage/core-compat-api": "^0.3.0-next.1",
|
|
63
|
+
"@backstage/core-components": "^0.14.11-next.0",
|
|
64
64
|
"@backstage/core-plugin-api": "^1.9.3",
|
|
65
65
|
"@backstage/errors": "^1.2.4",
|
|
66
|
-
"@backstage/frontend-plugin-api": "^0.8.0-next.
|
|
66
|
+
"@backstage/frontend-plugin-api": "^0.8.0-next.1",
|
|
67
67
|
"@backstage/integration": "^1.14.0",
|
|
68
68
|
"@backstage/integration-react": "^1.1.30",
|
|
69
69
|
"@backstage/plugin-catalog-common": "^1.0.26",
|
|
70
|
-
"@backstage/plugin-catalog-react": "^1.12.4-next.
|
|
70
|
+
"@backstage/plugin-catalog-react": "^1.12.4-next.1",
|
|
71
71
|
"@backstage/plugin-permission-react": "^0.4.25",
|
|
72
72
|
"@backstage/plugin-scaffolder-common": "^1.5.5",
|
|
73
|
-
"@backstage/plugin-scaffolder-react": "^1.12.0-next.
|
|
73
|
+
"@backstage/plugin-scaffolder-react": "^1.12.0-next.1",
|
|
74
74
|
"@backstage/types": "^1.1.1",
|
|
75
75
|
"@codemirror/language": "^6.0.0",
|
|
76
76
|
"@codemirror/legacy-modes": "^6.1.0",
|
|
@@ -104,10 +104,10 @@
|
|
|
104
104
|
"zod-to-json-schema": "^3.20.4"
|
|
105
105
|
},
|
|
106
106
|
"devDependencies": {
|
|
107
|
-
"@backstage/cli": "^0.27.1-next.
|
|
107
|
+
"@backstage/cli": "^0.27.1-next.1",
|
|
108
108
|
"@backstage/core-app-api": "^1.14.2",
|
|
109
|
-
"@backstage/dev-utils": "^1.0.38-next.
|
|
110
|
-
"@backstage/plugin-catalog": "^1.22.1-next.
|
|
109
|
+
"@backstage/dev-utils": "^1.0.38-next.1",
|
|
110
|
+
"@backstage/plugin-catalog": "^1.22.1-next.1",
|
|
111
111
|
"@backstage/plugin-permission-common": "^0.8.1",
|
|
112
112
|
"@backstage/test-utils": "^1.6.0-next.0",
|
|
113
113
|
"@testing-library/dom": "^10.0.0",
|