@backstage/plugin-scaffolder 1.14.4 → 1.14.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 CHANGED
@@ -1,46 +1,68 @@
1
1
  # @backstage/plugin-scaffolder
2
2
 
3
- ## 1.14.4
3
+ ## 1.14.5-next.2
4
4
 
5
5
  ### Patch Changes
6
6
 
7
+ - 8cec7664e146: Removed `@types/node` dependency
7
8
  - Updated dependencies
8
- - @backstage/integration@1.6.2
9
- - @backstage/integration-react@1.1.18
10
- - @backstage/plugin-catalog-react@1.8.3
11
- - @backstage/catalog-client@1.4.3
12
- - @backstage/catalog-model@1.4.1
13
- - @backstage/config@1.0.8
14
- - @backstage/core-components@0.13.4
15
- - @backstage/core-plugin-api@1.5.3
9
+ - @backstage/integration-react@1.1.19-next.2
10
+ - @backstage/core-components@0.13.5-next.2
11
+ - @backstage/core-plugin-api@1.6.0-next.2
12
+ - @backstage/config@1.1.0-next.1
13
+ - @backstage/plugin-scaffolder-react@1.5.5-next.2
14
+ - @backstage/plugin-catalog-react@1.8.4-next.2
15
+ - @backstage/plugin-permission-react@0.4.15-next.2
16
+ - @backstage/integration@1.7.0-next.2
17
+ - @backstage/catalog-model@1.4.2-next.1
18
+ - @backstage/catalog-client@1.4.4-next.1
16
19
  - @backstage/errors@1.2.1
17
20
  - @backstage/theme@0.4.1
18
21
  - @backstage/types@1.1.0
19
- - @backstage/plugin-catalog-common@1.0.15
20
- - @backstage/plugin-permission-react@0.4.14
21
- - @backstage/plugin-scaffolder-common@1.4.0
22
- - @backstage/plugin-scaffolder-react@1.5.4
22
+ - @backstage/plugin-catalog-common@1.0.16-next.1
23
+ - @backstage/plugin-scaffolder-common@1.4.1-next.1
23
24
 
24
- ## 1.14.3
25
+ ## 1.14.5-next.1
25
26
 
26
27
  ### Patch Changes
27
28
 
28
29
  - Updated dependencies
29
- - @backstage/integration@1.6.1
30
- - @backstage/integration-react@1.1.17
31
- - @backstage/plugin-catalog-react@1.8.2
30
+ - @backstage/plugin-catalog-react@1.8.4-next.1
31
+ - @backstage/core-components@0.13.5-next.1
32
+ - @backstage/config@1.1.0-next.0
33
+ - @backstage/integration@1.7.0-next.1
34
+ - @backstage/plugin-scaffolder-react@1.5.5-next.1
35
+ - @backstage/integration-react@1.1.19-next.1
36
+ - @backstage/catalog-model@1.4.2-next.0
37
+ - @backstage/core-plugin-api@1.6.0-next.1
38
+ - @backstage/plugin-permission-react@0.4.15-next.1
39
+ - @backstage/catalog-client@1.4.4-next.0
40
+ - @backstage/plugin-catalog-common@1.0.16-next.0
41
+ - @backstage/plugin-scaffolder-common@1.4.1-next.0
42
+ - @backstage/errors@1.2.1
43
+ - @backstage/theme@0.4.1
44
+ - @backstage/types@1.1.0
45
+
46
+ ## 1.14.4-next.0
47
+
48
+ ### Patch Changes
49
+
50
+ - Updated dependencies
51
+ - @backstage/integration-react@1.1.18-next.0
52
+ - @backstage/integration@1.7.0-next.0
53
+ - @backstage/core-plugin-api@1.6.0-next.0
54
+ - @backstage/core-components@0.13.5-next.0
55
+ - @backstage/plugin-scaffolder-react@1.5.4-next.0
32
56
  - @backstage/catalog-client@1.4.3
33
57
  - @backstage/catalog-model@1.4.1
34
58
  - @backstage/config@1.0.8
35
- - @backstage/core-components@0.13.4
36
- - @backstage/core-plugin-api@1.5.3
37
59
  - @backstage/errors@1.2.1
38
60
  - @backstage/theme@0.4.1
39
61
  - @backstage/types@1.1.0
40
62
  - @backstage/plugin-catalog-common@1.0.15
41
- - @backstage/plugin-permission-react@0.4.14
63
+ - @backstage/plugin-catalog-react@1.8.3-next.0
64
+ - @backstage/plugin-permission-react@0.4.15-next.0
42
65
  - @backstage/plugin-scaffolder-common@1.4.0
43
- - @backstage/plugin-scaffolder-react@1.5.3
44
66
 
45
67
  ## 1.14.2
46
68
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-scaffolder",
3
- "version": "1.14.4",
3
+ "version": "1.14.5-next.2",
4
4
  "main": "../dist/alpha.esm.js",
5
5
  "module": "../dist/alpha.esm.js",
6
6
  "types": "../dist/alpha.d.ts"
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-5855c982.js';
1
+ export { f as NextRouterProps, N as NextScaffolderPage, T as TemplateListPageProps, g as TemplateWizardPageProps } from './types/plugin.d-8d0f757d.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,10 +5,11 @@ 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-5855c982.js';
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-8d0f757d.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';
12
13
  import '@backstage/plugin-scaffolder-common';
13
14
  import '@backstage/plugin-scaffolder-react/alpha';
14
15
  import '@backstage/catalog-model';
@@ -205,7 +206,7 @@ declare const MyGroupsPickerSchema: _backstage_plugin_scaffolder_react.CustomFie
205
206
  *
206
207
  * @public
207
208
  */
208
- declare const TemplateTypePicker: () => JSX.Element | null;
209
+ declare const TemplateTypePicker: () => React__default.JSX.Element | null;
209
210
 
210
211
  /**
211
212
  * TaskPageProps for constructing a TaskPage
@@ -221,7 +222,7 @@ type TaskPageProps = {
221
222
  *
222
223
  * @public
223
224
  */
224
- declare const TaskPage: (props: TaskPageProps) => JSX.Element;
225
+ declare const TaskPage: (props: TaskPageProps) => React__default.JSX.Element;
225
226
 
226
227
  /**
227
228
  * @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) => JSX.Element;
214
+ declare const ScaffolderPage: (props: RouterProps) => React.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>) => JSX.Element;
239
+ declare const NextScaffolderPage: (props: React.PropsWithChildren<NextRouterProps>) => React.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.5-next.2",
5
5
  "main": "./dist/index.esm.js",
6
6
  "types": "./dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -43,19 +43,19 @@
43
43
  "clean": "backstage-cli package clean"
44
44
  },
45
45
  "dependencies": {
46
- "@backstage/catalog-client": "^1.4.3",
47
- "@backstage/catalog-model": "^1.4.1",
48
- "@backstage/config": "^1.0.8",
49
- "@backstage/core-components": "^0.13.4",
50
- "@backstage/core-plugin-api": "^1.5.3",
46
+ "@backstage/catalog-client": "^1.4.4-next.1",
47
+ "@backstage/catalog-model": "^1.4.2-next.1",
48
+ "@backstage/config": "^1.1.0-next.1",
49
+ "@backstage/core-components": "^0.13.5-next.2",
50
+ "@backstage/core-plugin-api": "^1.6.0-next.2",
51
51
  "@backstage/errors": "^1.2.1",
52
- "@backstage/integration": "^1.6.2",
53
- "@backstage/integration-react": "^1.1.18",
54
- "@backstage/plugin-catalog-common": "^1.0.15",
55
- "@backstage/plugin-catalog-react": "^1.8.3",
56
- "@backstage/plugin-permission-react": "^0.4.14",
57
- "@backstage/plugin-scaffolder-common": "^1.4.0",
58
- "@backstage/plugin-scaffolder-react": "^1.5.4",
52
+ "@backstage/integration": "^1.7.0-next.2",
53
+ "@backstage/integration-react": "^1.1.19-next.2",
54
+ "@backstage/plugin-catalog-common": "^1.0.16-next.1",
55
+ "@backstage/plugin-catalog-react": "^1.8.4-next.2",
56
+ "@backstage/plugin-permission-react": "^0.4.15-next.2",
57
+ "@backstage/plugin-scaffolder-common": "^1.4.1-next.1",
58
+ "@backstage/plugin-scaffolder-react": "^1.5.5-next.2",
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.9.1",
98
- "@backstage/dev-utils": "^1.0.20",
99
- "@backstage/plugin-catalog": "^1.12.4",
100
- "@backstage/test-utils": "^1.4.2",
96
+ "@backstage/cli": "^0.22.13-next.2",
97
+ "@backstage/core-app-api": "^1.10.0-next.2",
98
+ "@backstage/dev-utils": "^1.0.21-next.2",
99
+ "@backstage/plugin-catalog": "^1.13.0-next.2",
100
+ "@backstage/test-utils": "^1.4.3-next.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",
@@ -105,7 +105,6 @@
105
105
  "@testing-library/user-event": "^14.0.0",
106
106
  "@types/humanize-duration": "^3.18.1",
107
107
  "@types/json-schema": "^7.0.9",
108
- "@types/node": "^16.11.26",
109
108
  "msw": "^1.0.0"
110
109
  },
111
110
  "files": [