@backstage/plugin-scaffolder 1.35.5-next.1 → 1.35.5-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 +2 -3
- package/dist/plugins/scaffolder/package.json.esm.js +1 -1
- package/package.json +15 -15
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# @backstage/plugin-scaffolder
|
|
2
2
|
|
|
3
|
+
## 1.35.5-next.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- @backstage/frontend-plugin-api@0.15.0-next.1
|
|
9
|
+
- @backstage/core-plugin-api@1.12.4-next.1
|
|
10
|
+
- @backstage/catalog-client@1.14.0-next.2
|
|
11
|
+
- @backstage/plugin-catalog-react@2.1.0-next.2
|
|
12
|
+
- @backstage/integration@2.0.0-next.2
|
|
13
|
+
- @backstage/core-components@0.18.8-next.1
|
|
14
|
+
- @backstage/plugin-scaffolder-react@1.20.0-next.2
|
|
15
|
+
- @backstage/plugin-scaffolder-common@2.0.0-next.2
|
|
16
|
+
- @backstage/plugin-techdocs-react@1.3.9-next.1
|
|
17
|
+
|
|
3
18
|
## 1.35.5-next.1
|
|
4
19
|
|
|
5
20
|
### Patch Changes
|
package/dist/alpha.d.ts
CHANGED
|
@@ -168,6 +168,8 @@ declare const scaffolderTranslationRef: _backstage_frontend_plugin_api.Translati
|
|
|
168
168
|
readonly "renderSchema.tableCell.description": "Description";
|
|
169
169
|
readonly "templatingExtensions.content.values.title": "Values";
|
|
170
170
|
readonly "templatingExtensions.content.values.notAvailable": "There are no global template values defined.";
|
|
171
|
+
readonly "templatingExtensions.content.emptyState.title": "No information to display";
|
|
172
|
+
readonly "templatingExtensions.content.emptyState.description": "There are no templating extensions available or there was an issue communicating with the backend.";
|
|
171
173
|
readonly "templatingExtensions.content.filters.title": "Filters";
|
|
172
174
|
readonly "templatingExtensions.content.filters.schema.input": "Input";
|
|
173
175
|
readonly "templatingExtensions.content.filters.schema.output": "Output";
|
|
@@ -175,8 +177,6 @@ declare const scaffolderTranslationRef: _backstage_frontend_plugin_api.Translati
|
|
|
175
177
|
readonly "templatingExtensions.content.filters.examples": "Examples";
|
|
176
178
|
readonly "templatingExtensions.content.filters.notAvailable": "There are no template filters defined.";
|
|
177
179
|
readonly "templatingExtensions.content.filters.metadataAbsent": "Filter metadata unavailable";
|
|
178
|
-
readonly "templatingExtensions.content.emptyState.title": "No information to display";
|
|
179
|
-
readonly "templatingExtensions.content.emptyState.description": "There are no templating extensions available or there was an issue communicating with the backend.";
|
|
180
180
|
readonly "templatingExtensions.content.functions.title": "Functions";
|
|
181
181
|
readonly "templatingExtensions.content.functions.schema.output": "Output";
|
|
182
182
|
readonly "templatingExtensions.content.functions.schema.arguments": "Arguments";
|
|
@@ -425,7 +425,6 @@ declare const _default: _backstage_frontend_plugin_api.OverridableFrontendPlugin
|
|
|
425
425
|
kind: "page";
|
|
426
426
|
name: undefined;
|
|
427
427
|
params: {
|
|
428
|
-
defaultPath?: [Error: `Use the 'path' param instead`];
|
|
429
428
|
path: string;
|
|
430
429
|
title?: string;
|
|
431
430
|
icon?: _backstage_frontend_plugin_api.IconElement;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-scaffolder",
|
|
3
|
-
"version": "1.35.5-next.
|
|
3
|
+
"version": "1.35.5-next.2",
|
|
4
4
|
"description": "The Backstage plugin that helps you create new things",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "frontend-plugin",
|
|
@@ -70,21 +70,21 @@
|
|
|
70
70
|
"test": "backstage-cli package test"
|
|
71
71
|
},
|
|
72
72
|
"dependencies": {
|
|
73
|
-
"@backstage/catalog-client": "1.14.0-next.
|
|
73
|
+
"@backstage/catalog-client": "1.14.0-next.2",
|
|
74
74
|
"@backstage/catalog-model": "1.7.6",
|
|
75
|
-
"@backstage/core-components": "0.18.8-next.
|
|
76
|
-
"@backstage/core-plugin-api": "1.12.4-next.
|
|
75
|
+
"@backstage/core-components": "0.18.8-next.1",
|
|
76
|
+
"@backstage/core-plugin-api": "1.12.4-next.1",
|
|
77
77
|
"@backstage/errors": "1.2.7",
|
|
78
|
-
"@backstage/frontend-plugin-api": "0.
|
|
79
|
-
"@backstage/integration": "2.0.0-next.
|
|
78
|
+
"@backstage/frontend-plugin-api": "0.15.0-next.1",
|
|
79
|
+
"@backstage/integration": "2.0.0-next.2",
|
|
80
80
|
"@backstage/integration-react": "1.2.16-next.1",
|
|
81
81
|
"@backstage/plugin-catalog-common": "1.1.8",
|
|
82
|
-
"@backstage/plugin-catalog-react": "2.1.0-next.
|
|
82
|
+
"@backstage/plugin-catalog-react": "2.1.0-next.2",
|
|
83
83
|
"@backstage/plugin-permission-react": "0.4.41-next.0",
|
|
84
|
-
"@backstage/plugin-scaffolder-common": "2.0.0-next.
|
|
85
|
-
"@backstage/plugin-scaffolder-react": "1.
|
|
84
|
+
"@backstage/plugin-scaffolder-common": "2.0.0-next.2",
|
|
85
|
+
"@backstage/plugin-scaffolder-react": "1.20.0-next.2",
|
|
86
86
|
"@backstage/plugin-techdocs-common": "0.1.1",
|
|
87
|
-
"@backstage/plugin-techdocs-react": "1.3.9-next.
|
|
87
|
+
"@backstage/plugin-techdocs-react": "1.3.9-next.1",
|
|
88
88
|
"@backstage/types": "1.2.2",
|
|
89
89
|
"@codemirror/language": "^6.0.0",
|
|
90
90
|
"@codemirror/legacy-modes": "^6.1.0",
|
|
@@ -117,13 +117,13 @@
|
|
|
117
117
|
"zod-to-json-schema": "^3.25.1"
|
|
118
118
|
},
|
|
119
119
|
"devDependencies": {
|
|
120
|
-
"@backstage/cli": "0.36.0-next.
|
|
121
|
-
"@backstage/core-app-api": "1.19.6-next.
|
|
120
|
+
"@backstage/cli": "0.36.0-next.2",
|
|
121
|
+
"@backstage/core-app-api": "1.19.6-next.1",
|
|
122
122
|
"@backstage/dev-utils": "1.1.21-next.1",
|
|
123
|
-
"@backstage/frontend-test-utils": "0.5.1-next.
|
|
124
|
-
"@backstage/plugin-catalog": "
|
|
123
|
+
"@backstage/frontend-test-utils": "0.5.1-next.2",
|
|
124
|
+
"@backstage/plugin-catalog": "2.0.0-next.2",
|
|
125
125
|
"@backstage/plugin-permission-common": "0.9.6",
|
|
126
|
-
"@backstage/plugin-techdocs": "1.17.1-next.
|
|
126
|
+
"@backstage/plugin-techdocs": "1.17.1-next.2",
|
|
127
127
|
"@backstage/test-utils": "1.7.16-next.0",
|
|
128
128
|
"@testing-library/dom": "^10.0.0",
|
|
129
129
|
"@testing-library/jest-dom": "^6.0.0",
|