@backstage/plugin-scaffolder 1.14.4-next.0 → 1.14.4
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,25 +1,46 @@
|
|
|
1
1
|
# @backstage/plugin-scaffolder
|
|
2
2
|
|
|
3
|
-
## 1.14.4
|
|
3
|
+
## 1.14.4
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
7
|
- Updated dependencies
|
|
8
|
-
- @backstage/integration
|
|
9
|
-
- @backstage/integration@1.
|
|
10
|
-
- @backstage/
|
|
11
|
-
- @backstage/core-components@0.13.5-next.0
|
|
12
|
-
- @backstage/plugin-scaffolder-react@1.5.4-next.0
|
|
8
|
+
- @backstage/integration@1.6.2
|
|
9
|
+
- @backstage/integration-react@1.1.18
|
|
10
|
+
- @backstage/plugin-catalog-react@1.8.3
|
|
13
11
|
- @backstage/catalog-client@1.4.3
|
|
14
12
|
- @backstage/catalog-model@1.4.1
|
|
15
13
|
- @backstage/config@1.0.8
|
|
14
|
+
- @backstage/core-components@0.13.4
|
|
15
|
+
- @backstage/core-plugin-api@1.5.3
|
|
16
16
|
- @backstage/errors@1.2.1
|
|
17
17
|
- @backstage/theme@0.4.1
|
|
18
18
|
- @backstage/types@1.1.0
|
|
19
19
|
- @backstage/plugin-catalog-common@1.0.15
|
|
20
|
-
- @backstage/plugin-
|
|
21
|
-
- @backstage/plugin-
|
|
20
|
+
- @backstage/plugin-permission-react@0.4.14
|
|
21
|
+
- @backstage/plugin-scaffolder-common@1.4.0
|
|
22
|
+
- @backstage/plugin-scaffolder-react@1.5.4
|
|
23
|
+
|
|
24
|
+
## 1.14.3
|
|
25
|
+
|
|
26
|
+
### Patch Changes
|
|
27
|
+
|
|
28
|
+
- Updated dependencies
|
|
29
|
+
- @backstage/integration@1.6.1
|
|
30
|
+
- @backstage/integration-react@1.1.17
|
|
31
|
+
- @backstage/plugin-catalog-react@1.8.2
|
|
32
|
+
- @backstage/catalog-client@1.4.3
|
|
33
|
+
- @backstage/catalog-model@1.4.1
|
|
34
|
+
- @backstage/config@1.0.8
|
|
35
|
+
- @backstage/core-components@0.13.4
|
|
36
|
+
- @backstage/core-plugin-api@1.5.3
|
|
37
|
+
- @backstage/errors@1.2.1
|
|
38
|
+
- @backstage/theme@0.4.1
|
|
39
|
+
- @backstage/types@1.1.0
|
|
40
|
+
- @backstage/plugin-catalog-common@1.0.15
|
|
41
|
+
- @backstage/plugin-permission-react@0.4.14
|
|
22
42
|
- @backstage/plugin-scaffolder-common@1.4.0
|
|
43
|
+
- @backstage/plugin-scaffolder-react@1.5.3
|
|
23
44
|
|
|
24
45
|
## 1.14.2
|
|
25
46
|
|
package/alpha/package.json
CHANGED
package/dist/alpha.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { f as NextRouterProps, N as NextScaffolderPage, T as TemplateListPageProps, g as TemplateWizardPageProps } from './types/plugin.d-
|
|
1
|
+
export { f as NextRouterProps, N as NextScaffolderPage, T as TemplateListPageProps, g as TemplateWizardPageProps } from './types/plugin.d-5855c982.js';
|
|
2
2
|
import { FormProps as FormProps$1 } from '@rjsf/core-v5';
|
|
3
3
|
import 'react';
|
|
4
4
|
import '@backstage/plugin-scaffolder-common';
|
package/dist/index.d.ts
CHANGED
|
@@ -5,11 +5,10 @@ import { ScmIntegrationRegistry } from '@backstage/integration';
|
|
|
5
5
|
import { Observable } from '@backstage/types';
|
|
6
6
|
import * as _backstage_plugin_scaffolder_react from '@backstage/plugin-scaffolder-react';
|
|
7
7
|
import { ScaffolderApi as ScaffolderApi$1, ScaffolderTask as ScaffolderTask$1, ScaffolderGetIntegrationsListOptions as ScaffolderGetIntegrationsListOptions$1, ScaffolderGetIntegrationsListResponse as ScaffolderGetIntegrationsListResponse$1, TemplateParameterSchema as TemplateParameterSchema$1, ScaffolderScaffoldOptions as ScaffolderScaffoldOptions$1, ScaffolderScaffoldResponse as ScaffolderScaffoldResponse$1, ScaffolderStreamLogsOptions as ScaffolderStreamLogsOptions$1, LogEvent as LogEvent$1, ScaffolderDryRunOptions as ScaffolderDryRunOptions$1, ScaffolderDryRunResponse as ScaffolderDryRunResponse$1, ListActionsResponse as ListActionsResponse$1, CustomFieldExtensionSchema as CustomFieldExtensionSchema$1, FieldExtensionComponentProps as FieldExtensionComponentProps$1, createScaffolderFieldExtension as createScaffolderFieldExtension$1, ScaffolderUseTemplateSecrets as ScaffolderUseTemplateSecrets$1, CustomFieldValidator as CustomFieldValidator$1, FieldExtensionOptions as FieldExtensionOptions$1, FieldExtensionComponent as FieldExtensionComponent$1, ScaffolderOutputLink, ScaffolderTaskOutput as ScaffolderTaskOutput$1, ScaffolderTaskStatus as ScaffolderTaskStatus$1, createScaffolderLayout as createScaffolderLayout$1, LayoutTemplate as LayoutTemplate$1, LayoutOptions as LayoutOptions$1 } from '@backstage/plugin-scaffolder-react';
|
|
8
|
-
export { a as EntityNamePickerFieldExtension, E as EntityPickerFieldExtension, b as EntityTagsPickerFieldExtension, M as MyGroupsPickerFieldExtension, c as OwnedEntityPickerFieldExtension, O as OwnerPickerFieldExtension, R as RepoUrlPickerFieldExtension, e as ReviewStepProps, d as RouterProps, S as ScaffolderPage, s as scaffolderPlugin } from './types/plugin.d-
|
|
8
|
+
export { a as EntityNamePickerFieldExtension, E as EntityPickerFieldExtension, b as EntityTagsPickerFieldExtension, M as MyGroupsPickerFieldExtension, c as OwnedEntityPickerFieldExtension, O as OwnerPickerFieldExtension, R as RepoUrlPickerFieldExtension, e as ReviewStepProps, d as RouterProps, S as ScaffolderPage, s as scaffolderPlugin } from './types/plugin.d-5855c982.js';
|
|
9
9
|
import { z } from 'zod';
|
|
10
10
|
import { FieldValidation } from '@rjsf/core';
|
|
11
11
|
import * as React from 'react';
|
|
12
|
-
import React__default from 'react';
|
|
13
12
|
import '@backstage/plugin-scaffolder-common';
|
|
14
13
|
import '@backstage/plugin-scaffolder-react/alpha';
|
|
15
14
|
import '@backstage/catalog-model';
|
|
@@ -206,7 +205,7 @@ declare const MyGroupsPickerSchema: _backstage_plugin_scaffolder_react.CustomFie
|
|
|
206
205
|
*
|
|
207
206
|
* @public
|
|
208
207
|
*/
|
|
209
|
-
declare const TemplateTypePicker: () =>
|
|
208
|
+
declare const TemplateTypePicker: () => JSX.Element | null;
|
|
210
209
|
|
|
211
210
|
/**
|
|
212
211
|
* TaskPageProps for constructing a TaskPage
|
|
@@ -222,7 +221,7 @@ type TaskPageProps = {
|
|
|
222
221
|
*
|
|
223
222
|
* @public
|
|
224
223
|
*/
|
|
225
|
-
declare const TaskPage: (props: TaskPageProps) =>
|
|
224
|
+
declare const TaskPage: (props: TaskPageProps) => JSX.Element;
|
|
226
225
|
|
|
227
226
|
/**
|
|
228
227
|
* @public
|
|
@@ -211,7 +211,7 @@ declare const MyGroupsPickerFieldExtension: _backstage_plugin_scaffolder_react.F
|
|
|
211
211
|
*
|
|
212
212
|
* @public
|
|
213
213
|
*/
|
|
214
|
-
declare const ScaffolderPage: (props: RouterProps) =>
|
|
214
|
+
declare const ScaffolderPage: (props: RouterProps) => JSX.Element;
|
|
215
215
|
/**
|
|
216
216
|
* A field extension to show all the Entities that are owned by the current logged-in User for use in templates.
|
|
217
217
|
*
|
|
@@ -236,6 +236,6 @@ declare const EntityTagsPickerFieldExtension: _backstage_plugin_scaffolder_react
|
|
|
236
236
|
* @alpha
|
|
237
237
|
* The Router and main entrypoint to the Alpha Scaffolder plugin.
|
|
238
238
|
*/
|
|
239
|
-
declare const NextScaffolderPage: (props: React.PropsWithChildren<NextRouterProps>) =>
|
|
239
|
+
declare const NextScaffolderPage: (props: React.PropsWithChildren<NextRouterProps>) => JSX.Element;
|
|
240
240
|
|
|
241
241
|
export { EntityPickerFieldExtension as E, MyGroupsPickerFieldExtension as M, NextScaffolderPage as N, OwnerPickerFieldExtension as O, RepoUrlPickerFieldExtension as R, ScaffolderPage as S, TemplateListPageProps as T, EntityNamePickerFieldExtension as a, EntityTagsPickerFieldExtension as b, OwnedEntityPickerFieldExtension as c, RouterProps as d, ReviewStepProps as e, NextRouterProps as f, TemplateWizardPageProps as g, scaffolderPlugin as s };
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-scaffolder",
|
|
3
3
|
"description": "The Backstage plugin that helps you create new things",
|
|
4
|
-
"version": "1.14.4
|
|
4
|
+
"version": "1.14.4",
|
|
5
5
|
"main": "./dist/index.esm.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
7
7
|
"license": "Apache-2.0",
|
|
@@ -46,16 +46,16 @@
|
|
|
46
46
|
"@backstage/catalog-client": "^1.4.3",
|
|
47
47
|
"@backstage/catalog-model": "^1.4.1",
|
|
48
48
|
"@backstage/config": "^1.0.8",
|
|
49
|
-
"@backstage/core-components": "^0.13.
|
|
50
|
-
"@backstage/core-plugin-api": "^1.
|
|
49
|
+
"@backstage/core-components": "^0.13.4",
|
|
50
|
+
"@backstage/core-plugin-api": "^1.5.3",
|
|
51
51
|
"@backstage/errors": "^1.2.1",
|
|
52
|
-
"@backstage/integration": "^1.
|
|
53
|
-
"@backstage/integration-react": "^1.1.18
|
|
52
|
+
"@backstage/integration": "^1.6.2",
|
|
53
|
+
"@backstage/integration-react": "^1.1.18",
|
|
54
54
|
"@backstage/plugin-catalog-common": "^1.0.15",
|
|
55
|
-
"@backstage/plugin-catalog-react": "^1.8.3
|
|
56
|
-
"@backstage/plugin-permission-react": "^0.4.
|
|
55
|
+
"@backstage/plugin-catalog-react": "^1.8.3",
|
|
56
|
+
"@backstage/plugin-permission-react": "^0.4.14",
|
|
57
57
|
"@backstage/plugin-scaffolder-common": "^1.4.0",
|
|
58
|
-
"@backstage/plugin-scaffolder-react": "^1.5.4
|
|
58
|
+
"@backstage/plugin-scaffolder-react": "^1.5.4",
|
|
59
59
|
"@backstage/theme": "^0.4.1",
|
|
60
60
|
"@backstage/types": "^1.1.0",
|
|
61
61
|
"@codemirror/language": "^6.0.0",
|
|
@@ -93,11 +93,11 @@
|
|
|
93
93
|
"react-router-dom": "6.0.0-beta.0 || ^6.3.0"
|
|
94
94
|
},
|
|
95
95
|
"devDependencies": {
|
|
96
|
-
"@backstage/cli": "^0.22.12
|
|
97
|
-
"@backstage/core-app-api": "^1.
|
|
98
|
-
"@backstage/dev-utils": "^1.0.20
|
|
99
|
-
"@backstage/plugin-catalog": "^1.12.4
|
|
100
|
-
"@backstage/test-utils": "^1.4.
|
|
96
|
+
"@backstage/cli": "^0.22.12",
|
|
97
|
+
"@backstage/core-app-api": "^1.9.1",
|
|
98
|
+
"@backstage/dev-utils": "^1.0.20",
|
|
99
|
+
"@backstage/plugin-catalog": "^1.12.4",
|
|
100
|
+
"@backstage/test-utils": "^1.4.2",
|
|
101
101
|
"@testing-library/dom": "^8.0.0",
|
|
102
102
|
"@testing-library/jest-dom": "^5.10.1",
|
|
103
103
|
"@testing-library/react": "^12.1.3",
|