@backstage/plugin-scaffolder 1.35.3-next.1 → 1.35.3-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
CHANGED
|
@@ -1,5 +1,24 @@
|
|
|
1
1
|
# @backstage/plugin-scaffolder
|
|
2
2
|
|
|
3
|
+
## 1.35.3-next.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 7feb83b: Adjusted to use the new `@backstage/filter-predicates` types for predicate expressions.
|
|
8
|
+
- b9d90a7: Added `@backstage/frontend-test-utils` as a dev dependency for mock API usage in tests.
|
|
9
|
+
- 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.
|
|
10
|
+
- Updated dependencies
|
|
11
|
+
- @backstage/integration@1.20.0-next.2
|
|
12
|
+
- @backstage/plugin-catalog-react@2.0.0-next.2
|
|
13
|
+
- @backstage/catalog-client@1.12.2-next.0
|
|
14
|
+
- @backstage/plugin-scaffolder-react@1.19.7-next.2
|
|
15
|
+
- @backstage/frontend-plugin-api@0.14.0-next.2
|
|
16
|
+
- @backstage/integration-react@1.2.15-next.2
|
|
17
|
+
- @backstage/core-components@0.18.7-next.2
|
|
18
|
+
- @backstage/core-plugin-api@1.12.3-next.1
|
|
19
|
+
- @backstage/plugin-permission-react@0.4.40-next.1
|
|
20
|
+
- @backstage/plugin-techdocs-react@1.3.8-next.1
|
|
21
|
+
|
|
3
22
|
## 1.35.3-next.1
|
|
4
23
|
|
|
5
24
|
### Patch Changes
|
package/dist/alpha.d.ts
CHANGED
|
@@ -8,7 +8,7 @@ import * as _backstage_plugin_scaffolder_react_alpha from '@backstage/plugin-sca
|
|
|
8
8
|
import { ScaffolderFormDecorator } from '@backstage/plugin-scaffolder-react/alpha';
|
|
9
9
|
import * as _backstage_core_components from '@backstage/core-components';
|
|
10
10
|
import * as _backstage_catalog_model from '@backstage/catalog-model';
|
|
11
|
-
import * as
|
|
11
|
+
import * as _backstage_filter_predicates from '@backstage/filter-predicates';
|
|
12
12
|
import * as _backstage_core_plugin_api from '@backstage/core-plugin-api';
|
|
13
13
|
|
|
14
14
|
/** @public */
|
|
@@ -145,8 +145,8 @@ declare const scaffolderTranslationRef: _backstage_frontend_plugin_api.Translati
|
|
|
145
145
|
readonly "ownerListPicker.options.owned": "Owned";
|
|
146
146
|
readonly "ongoingTask.title": "Run of";
|
|
147
147
|
readonly "ongoingTask.contextMenu.cancel": "Cancel";
|
|
148
|
-
readonly "ongoingTask.contextMenu.startOver": "Start Over";
|
|
149
148
|
readonly "ongoingTask.contextMenu.retry": "Retry";
|
|
149
|
+
readonly "ongoingTask.contextMenu.startOver": "Start Over";
|
|
150
150
|
readonly "ongoingTask.contextMenu.hideLogs": "Hide Logs";
|
|
151
151
|
readonly "ongoingTask.contextMenu.showLogs": "Show Logs";
|
|
152
152
|
readonly "ongoingTask.contextMenu.hideButtonBar": "Hide Button Bar";
|
|
@@ -167,8 +167,6 @@ declare const scaffolderTranslationRef: _backstage_frontend_plugin_api.Translati
|
|
|
167
167
|
readonly "renderSchema.tableCell.description": "Description";
|
|
168
168
|
readonly "templatingExtensions.content.values.title": "Values";
|
|
169
169
|
readonly "templatingExtensions.content.values.notAvailable": "There are no global template values defined.";
|
|
170
|
-
readonly "templatingExtensions.content.emptyState.title": "No information to display";
|
|
171
|
-
readonly "templatingExtensions.content.emptyState.description": "There are no templating extensions available or there was an issue communicating with the backend.";
|
|
172
170
|
readonly "templatingExtensions.content.filters.title": "Filters";
|
|
173
171
|
readonly "templatingExtensions.content.filters.schema.input": "Input";
|
|
174
172
|
readonly "templatingExtensions.content.filters.schema.output": "Output";
|
|
@@ -176,13 +174,15 @@ declare const scaffolderTranslationRef: _backstage_frontend_plugin_api.Translati
|
|
|
176
174
|
readonly "templatingExtensions.content.filters.examples": "Examples";
|
|
177
175
|
readonly "templatingExtensions.content.filters.notAvailable": "There are no template filters defined.";
|
|
178
176
|
readonly "templatingExtensions.content.filters.metadataAbsent": "Filter metadata unavailable";
|
|
179
|
-
readonly "templatingExtensions.content.
|
|
177
|
+
readonly "templatingExtensions.content.emptyState.title": "No information to display";
|
|
178
|
+
readonly "templatingExtensions.content.emptyState.description": "There are no templating extensions available or there was an issue communicating with the backend.";
|
|
180
179
|
readonly "templatingExtensions.content.functions.title": "Functions";
|
|
181
180
|
readonly "templatingExtensions.content.functions.schema.output": "Output";
|
|
182
181
|
readonly "templatingExtensions.content.functions.schema.arguments": "Arguments";
|
|
183
182
|
readonly "templatingExtensions.content.functions.examples": "Examples";
|
|
184
183
|
readonly "templatingExtensions.content.functions.notAvailable": "There are no global template functions defined.";
|
|
185
184
|
readonly "templatingExtensions.content.functions.metadataAbsent": "Function metadata unavailable";
|
|
185
|
+
readonly "templatingExtensions.content.searchFieldPlaceholder": "Search for an extension";
|
|
186
186
|
readonly "templatingExtensions.title": "Templating Extensions";
|
|
187
187
|
readonly "templatingExtensions.subtitle": "This is the collection of available templating extensions";
|
|
188
188
|
readonly "templatingExtensions.pageTitle": "Templating Extensions";
|
|
@@ -352,10 +352,10 @@ declare const _default: _backstage_frontend_plugin_api.OverridableFrontendPlugin
|
|
|
352
352
|
config: {
|
|
353
353
|
label: string | undefined;
|
|
354
354
|
title: string | undefined;
|
|
355
|
-
filter:
|
|
355
|
+
filter: _backstage_filter_predicates.FilterPredicate | undefined;
|
|
356
356
|
};
|
|
357
357
|
configInput: {
|
|
358
|
-
filter?:
|
|
358
|
+
filter?: _backstage_filter_predicates.FilterPredicate | undefined;
|
|
359
359
|
label?: string | undefined;
|
|
360
360
|
title?: string | undefined;
|
|
361
361
|
};
|
|
@@ -367,7 +367,7 @@ declare const _default: _backstage_frontend_plugin_api.OverridableFrontendPlugin
|
|
|
367
367
|
inputs: {};
|
|
368
368
|
params: {
|
|
369
369
|
useProps: () => Omit<_backstage_core_components.IconLinkVerticalProps, "color">;
|
|
370
|
-
filter?:
|
|
370
|
+
filter?: _backstage_filter_predicates.FilterPredicate | ((entity: _backstage_catalog_model.Entity) => boolean);
|
|
371
371
|
};
|
|
372
372
|
}>;
|
|
373
373
|
"nav-item:scaffolder": _backstage_frontend_plugin_api.OverridableExtensionDefinition<{
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
var name = "@backstage/plugin-scaffolder";
|
|
2
|
-
var version = "1.35.3-next.
|
|
2
|
+
var version = "1.35.3-next.2";
|
|
3
3
|
var description = "The Backstage plugin that helps you create new things";
|
|
4
4
|
var backstage = {
|
|
5
5
|
role: "frontend-plugin",
|
|
@@ -107,6 +107,7 @@ var devDependencies = {
|
|
|
107
107
|
"@backstage/cli": "workspace:^",
|
|
108
108
|
"@backstage/core-app-api": "workspace:^",
|
|
109
109
|
"@backstage/dev-utils": "workspace:^",
|
|
110
|
+
"@backstage/frontend-test-utils": "workspace:^",
|
|
110
111
|
"@backstage/plugin-catalog": "workspace:^",
|
|
111
112
|
"@backstage/plugin-permission-common": "workspace:^",
|
|
112
113
|
"@backstage/plugin-techdocs": "workspace:^",
|
|
@@ -122,14 +123,14 @@ var devDependencies = {
|
|
|
122
123
|
"@types/react-window": "^1.8.8",
|
|
123
124
|
react: "^18.0.2",
|
|
124
125
|
"react-dom": "^18.0.2",
|
|
125
|
-
"react-router-dom": "^6.
|
|
126
|
+
"react-router-dom": "^6.30.2",
|
|
126
127
|
swr: "^2.0.0"
|
|
127
128
|
};
|
|
128
129
|
var peerDependencies = {
|
|
129
130
|
"@types/react": "^17.0.0 || ^18.0.0",
|
|
130
131
|
react: "^17.0.0 || ^18.0.0",
|
|
131
132
|
"react-dom": "^17.0.0 || ^18.0.0",
|
|
132
|
-
"react-router-dom": "^6.
|
|
133
|
+
"react-router-dom": "^6.30.2"
|
|
133
134
|
};
|
|
134
135
|
var peerDependenciesMeta = {
|
|
135
136
|
"@types/react": {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"package.json.esm.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"package.json.esm.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-scaffolder",
|
|
3
|
-
"version": "1.35.3-next.
|
|
3
|
+
"version": "1.35.3-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.12.
|
|
73
|
+
"@backstage/catalog-client": "1.12.2-next.0",
|
|
74
74
|
"@backstage/catalog-model": "1.7.6",
|
|
75
|
-
"@backstage/core-components": "0.18.7-next.
|
|
76
|
-
"@backstage/core-plugin-api": "1.12.3-next.
|
|
75
|
+
"@backstage/core-components": "0.18.7-next.2",
|
|
76
|
+
"@backstage/core-plugin-api": "1.12.3-next.1",
|
|
77
77
|
"@backstage/errors": "1.2.7",
|
|
78
|
-
"@backstage/frontend-plugin-api": "0.14.0-next.
|
|
79
|
-
"@backstage/integration": "1.20.0-next.
|
|
80
|
-
"@backstage/integration-react": "1.2.15-next.
|
|
78
|
+
"@backstage/frontend-plugin-api": "0.14.0-next.2",
|
|
79
|
+
"@backstage/integration": "1.20.0-next.2",
|
|
80
|
+
"@backstage/integration-react": "1.2.15-next.2",
|
|
81
81
|
"@backstage/plugin-catalog-common": "1.1.8-next.0",
|
|
82
|
-
"@backstage/plugin-catalog-react": "
|
|
83
|
-
"@backstage/plugin-permission-react": "0.4.40-next.
|
|
82
|
+
"@backstage/plugin-catalog-react": "2.0.0-next.2",
|
|
83
|
+
"@backstage/plugin-permission-react": "0.4.40-next.1",
|
|
84
84
|
"@backstage/plugin-scaffolder-common": "1.7.6-next.1",
|
|
85
|
-
"@backstage/plugin-scaffolder-react": "1.19.7-next.
|
|
85
|
+
"@backstage/plugin-scaffolder-react": "1.19.7-next.2",
|
|
86
86
|
"@backstage/plugin-techdocs-common": "0.1.1",
|
|
87
|
-
"@backstage/plugin-techdocs-react": "1.3.8-next.
|
|
87
|
+
"@backstage/plugin-techdocs-react": "1.3.8-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,14 @@
|
|
|
117
117
|
"zod-to-json-schema": "^3.25.1"
|
|
118
118
|
},
|
|
119
119
|
"devDependencies": {
|
|
120
|
-
"@backstage/cli": "0.35.4-next.
|
|
121
|
-
"@backstage/core-app-api": "1.19.5-next.
|
|
122
|
-
"@backstage/dev-utils": "1.1.20-next.
|
|
123
|
-
"@backstage/
|
|
120
|
+
"@backstage/cli": "0.35.4-next.2",
|
|
121
|
+
"@backstage/core-app-api": "1.19.5-next.1",
|
|
122
|
+
"@backstage/dev-utils": "1.1.20-next.2",
|
|
123
|
+
"@backstage/frontend-test-utils": "0.5.0-next.2",
|
|
124
|
+
"@backstage/plugin-catalog": "1.33.0-next.2",
|
|
124
125
|
"@backstage/plugin-permission-common": "0.9.6-next.0",
|
|
125
|
-
"@backstage/plugin-techdocs": "1.16.3-next.
|
|
126
|
-
"@backstage/test-utils": "1.7.15-next.
|
|
126
|
+
"@backstage/plugin-techdocs": "1.16.3-next.2",
|
|
127
|
+
"@backstage/test-utils": "1.7.15-next.2",
|
|
127
128
|
"@testing-library/dom": "^10.0.0",
|
|
128
129
|
"@testing-library/jest-dom": "^6.0.0",
|
|
129
130
|
"@testing-library/react": "^16.0.0",
|
|
@@ -135,14 +136,14 @@
|
|
|
135
136
|
"@types/react-window": "^1.8.8",
|
|
136
137
|
"react": "^18.0.2",
|
|
137
138
|
"react-dom": "^18.0.2",
|
|
138
|
-
"react-router-dom": "^6.
|
|
139
|
+
"react-router-dom": "^6.30.2",
|
|
139
140
|
"swr": "^2.0.0"
|
|
140
141
|
},
|
|
141
142
|
"peerDependencies": {
|
|
142
143
|
"@types/react": "^17.0.0 || ^18.0.0",
|
|
143
144
|
"react": "^17.0.0 || ^18.0.0",
|
|
144
145
|
"react-dom": "^17.0.0 || ^18.0.0",
|
|
145
|
-
"react-router-dom": "^6.
|
|
146
|
+
"react-router-dom": "^6.30.2"
|
|
146
147
|
},
|
|
147
148
|
"peerDependenciesMeta": {
|
|
148
149
|
"@types/react": {
|