@backstage/plugin-scaffolder-react 1.19.4-next.1 → 1.19.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 +43 -0
- package/dist/alpha.d.ts +3 -3
- package/dist/index.d.ts +2 -1
- package/package.json +23 -24
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,48 @@
|
|
|
1
1
|
# @backstage/plugin-scaffolder-react
|
|
2
2
|
|
|
3
|
+
## 1.19.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- fb029b6: Updated luxon types
|
|
8
|
+
- 5ca461e: Fixed bug where custom `review.name` values were incorrectly formatted by `startCase`, preserving them exactly as written.
|
|
9
|
+
- be21c5c: Updated dependency `@rjsf/utils` to `5.24.13`.
|
|
10
|
+
Updated dependency `@rjsf/core` to `5.24.13`.
|
|
11
|
+
Updated dependency `@rjsf/material-ui` to `5.24.13`.
|
|
12
|
+
Updated dependency `@rjsf/validator-ajv8` to `5.24.13`.
|
|
13
|
+
- 9b38f22: Updated dependency `use-immer` to `^0.11.0`.
|
|
14
|
+
- Updated dependencies
|
|
15
|
+
- @backstage/frontend-plugin-api@0.13.2
|
|
16
|
+
- @backstage/core-components@0.18.4
|
|
17
|
+
- @backstage/plugin-catalog-react@1.21.4
|
|
18
|
+
- @backstage/core-plugin-api@1.12.1
|
|
19
|
+
- @backstage/theme@0.7.1
|
|
20
|
+
- @backstage/plugin-permission-react@0.4.39
|
|
21
|
+
- @backstage/plugin-scaffolder-common@1.7.4
|
|
22
|
+
|
|
23
|
+
## 1.19.4-next.2
|
|
24
|
+
|
|
25
|
+
### Patch Changes
|
|
26
|
+
|
|
27
|
+
- fb029b6: Updated luxon types
|
|
28
|
+
- be21c5c: Updated dependency `@rjsf/utils` to `5.24.13`.
|
|
29
|
+
Updated dependency `@rjsf/core` to `5.24.13`.
|
|
30
|
+
Updated dependency `@rjsf/material-ui` to `5.24.13`.
|
|
31
|
+
Updated dependency `@rjsf/validator-ajv8` to `5.24.13`.
|
|
32
|
+
- 9b38f22: Updated dependency `use-immer` to `^0.11.0`.
|
|
33
|
+
- Updated dependencies
|
|
34
|
+
- @backstage/frontend-plugin-api@0.13.2-next.1
|
|
35
|
+
- @backstage/plugin-catalog-react@1.21.4-next.2
|
|
36
|
+
- @backstage/core-components@0.18.4-next.2
|
|
37
|
+
- @backstage/catalog-client@1.12.1
|
|
38
|
+
- @backstage/catalog-model@1.7.6
|
|
39
|
+
- @backstage/core-plugin-api@1.12.1-next.0
|
|
40
|
+
- @backstage/theme@0.7.1-next.0
|
|
41
|
+
- @backstage/types@1.2.2
|
|
42
|
+
- @backstage/version-bridge@1.0.11
|
|
43
|
+
- @backstage/plugin-permission-react@0.4.39-next.0
|
|
44
|
+
- @backstage/plugin-scaffolder-common@1.7.4-next.0
|
|
45
|
+
|
|
3
46
|
## 1.19.4-next.1
|
|
4
47
|
|
|
5
48
|
### Patch Changes
|
package/dist/alpha.d.ts
CHANGED
|
@@ -10,7 +10,6 @@ import { UiSchema, FieldValidation, WidgetProps } from '@rjsf/utils';
|
|
|
10
10
|
import { AnyApiRef, ApiHolder, IconComponent } from '@backstage/core-plugin-api';
|
|
11
11
|
import { Overrides } from '@material-ui/core/styles/overrides';
|
|
12
12
|
import { StyleRules } from '@material-ui/core/styles/withStyles';
|
|
13
|
-
import * as _backstage_core_plugin_api_alpha from '@backstage/core-plugin-api/alpha';
|
|
14
13
|
|
|
15
14
|
/** @alpha */
|
|
16
15
|
type ScaffolderFormDecoratorContext<TInput extends JsonObject = JsonObject> = {
|
|
@@ -446,7 +445,7 @@ declare module '@backstage/theme' {
|
|
|
446
445
|
}
|
|
447
446
|
|
|
448
447
|
/** @alpha */
|
|
449
|
-
declare const scaffolderReactTranslationRef:
|
|
448
|
+
declare const scaffolderReactTranslationRef: _backstage_frontend_plugin_api.TranslationRef<"scaffolder-react", {
|
|
450
449
|
readonly "workflow.noDescription": "No description";
|
|
451
450
|
readonly "passwordWidget.content": "This widget is insecure. Please use [`ui:field: Secret`](https://backstage.io/docs/features/software-templates/writing-templates/#using-secrets) instead of `ui:widget: password`";
|
|
452
451
|
readonly "scaffolderPageContextMenu.createLabel": "Create";
|
|
@@ -467,4 +466,5 @@ declare const scaffolderReactTranslationRef: _backstage_core_plugin_api_alpha.Tr
|
|
|
467
466
|
readonly "templateOutputs.title": "Text Output";
|
|
468
467
|
}>;
|
|
469
468
|
|
|
470
|
-
export {
|
|
469
|
+
export { DefaultTemplateOutputs, EmbeddableWorkflow, Form, FormDecoratorBlueprint, FormFieldBlueprint, ReviewState, ScaffolderField, ScaffolderPageContextMenu, SecretWidget, Stepper, TaskLogStream, TaskSteps, TemplateCard, TemplateCategoryPicker, TemplateGroup, TemplateGroups, Workflow, createAsyncValidators, createFieldValidation, createFormField, createScaffolderFormDecorator, extractSchemaFromStep, formFieldsApi, formFieldsApiRef, scaffolderReactTranslationRef, useFilteredSchemaProperties, useFormDataFromQuery, useTemplateParameterSchema, useTemplateSchema };
|
|
470
|
+
export type { BackstageOverrides, BackstageTemplateStepperClassKey, FormField, FormFieldExtensionData, FormValidation, ParsedTemplateSchema, ReviewStateProps, ScaffolderFieldProps, ScaffolderFormDecorator, ScaffolderFormDecoratorContext, ScaffolderFormFieldsApi, ScaffolderPageContextMenuProps, ScaffolderReactComponentsNameToClassKey, ScaffolderReactTemplateCategoryPickerClassKey, StepperProps, TaskStepsProps, TemplateCardProps, TemplateGroupProps, TemplateGroupsProps, WorkflowProps };
|
package/dist/index.d.ts
CHANGED
|
@@ -615,4 +615,5 @@ interface FieldSchema<TReturn, TUiOptions> {
|
|
|
615
615
|
readonly TOutput: TReturn;
|
|
616
616
|
}
|
|
617
617
|
|
|
618
|
-
export {
|
|
618
|
+
export { ScaffolderFieldExtensions, ScaffolderLayouts, SecretsContextProvider, createScaffolderFieldExtension, createScaffolderLayout, makeFieldSchema, scaffolderApiRef, useCustomFieldExtensions, useCustomLayouts, useTaskEventStream, useTemplateSecrets };
|
|
619
|
+
export type { Action, ActionExample, CustomFieldExtensionSchema, CustomFieldValidator, FieldExtensionComponent, FieldExtensionComponentProps, FieldExtensionOptions, FieldExtensionUiSchema, FieldSchema, FormProps, LayoutComponent, LayoutOptions, LayoutTemplate, ListActionsResponse, ListTemplatingExtensionsResponse, LogEvent, ReviewStepProps, ScaffolderApi, ScaffolderDryRunOptions, ScaffolderDryRunResponse, ScaffolderGetIntegrationsListOptions, ScaffolderGetIntegrationsListResponse, ScaffolderOutputLink, ScaffolderOutputText, ScaffolderRJSFField, ScaffolderRJSFFieldProps, ScaffolderRJSFFormProps, ScaffolderRJSFRegistryFieldsType, ScaffolderScaffoldOptions, ScaffolderScaffoldResponse, ScaffolderStep, ScaffolderStreamLogsOptions, ScaffolderTask, ScaffolderTaskOutput, ScaffolderTaskStatus, ScaffolderUsageExample, ScaffolderUseTemplateSecrets, TaskStream, TemplateFilter, TemplateGlobalFunction, TemplateGlobalValue, TemplateGroupFilter, TemplateParameterSchema };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-scaffolder-react",
|
|
3
|
-
"version": "1.19.4
|
|
3
|
+
"version": "1.19.4",
|
|
4
4
|
"description": "A frontend library that helps other Backstage plugins interact with the Scaffolder",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "web-library",
|
|
@@ -66,25 +66,25 @@
|
|
|
66
66
|
"test": "backstage-cli package test"
|
|
67
67
|
},
|
|
68
68
|
"dependencies": {
|
|
69
|
-
"@backstage/catalog-client": "1.12.1",
|
|
70
|
-
"@backstage/catalog-model": "1.7.6",
|
|
71
|
-
"@backstage/core-components": "0.18.4
|
|
72
|
-
"@backstage/core-plugin-api": "1.12.1
|
|
73
|
-
"@backstage/frontend-plugin-api": "0.13.2
|
|
74
|
-
"@backstage/plugin-catalog-react": "1.21.4
|
|
75
|
-
"@backstage/plugin-permission-react": "0.4.39
|
|
76
|
-
"@backstage/plugin-scaffolder-common": "1.7.4
|
|
77
|
-
"@backstage/theme": "0.7.1
|
|
78
|
-
"@backstage/types": "1.2.2",
|
|
79
|
-
"@backstage/version-bridge": "1.0.11",
|
|
69
|
+
"@backstage/catalog-client": "^1.12.1",
|
|
70
|
+
"@backstage/catalog-model": "^1.7.6",
|
|
71
|
+
"@backstage/core-components": "^0.18.4",
|
|
72
|
+
"@backstage/core-plugin-api": "^1.12.1",
|
|
73
|
+
"@backstage/frontend-plugin-api": "^0.13.2",
|
|
74
|
+
"@backstage/plugin-catalog-react": "^1.21.4",
|
|
75
|
+
"@backstage/plugin-permission-react": "^0.4.39",
|
|
76
|
+
"@backstage/plugin-scaffolder-common": "^1.7.4",
|
|
77
|
+
"@backstage/theme": "^0.7.1",
|
|
78
|
+
"@backstage/types": "^1.2.2",
|
|
79
|
+
"@backstage/version-bridge": "^1.0.11",
|
|
80
80
|
"@material-ui/core": "^4.12.2",
|
|
81
81
|
"@material-ui/icons": "^4.9.1",
|
|
82
82
|
"@material-ui/lab": "4.0.0-alpha.61",
|
|
83
83
|
"@react-hookz/web": "^24.0.0",
|
|
84
|
-
"@rjsf/core": "5.
|
|
85
|
-
"@rjsf/material-ui": "5.
|
|
86
|
-
"@rjsf/utils": "5.
|
|
87
|
-
"@rjsf/validator-ajv8": "5.
|
|
84
|
+
"@rjsf/core": "5.24.13",
|
|
85
|
+
"@rjsf/material-ui": "5.24.13",
|
|
86
|
+
"@rjsf/utils": "5.24.13",
|
|
87
|
+
"@rjsf/validator-ajv8": "5.24.13",
|
|
88
88
|
"@types/json-schema": "^7.0.9",
|
|
89
89
|
"ajv": "^8.0.1",
|
|
90
90
|
"ajv-errors": "^3.0.0",
|
|
@@ -98,24 +98,23 @@
|
|
|
98
98
|
"luxon": "^3.0.0",
|
|
99
99
|
"qs": "^6.9.4",
|
|
100
100
|
"react-use": "^17.2.4",
|
|
101
|
-
"use-immer": "^0.
|
|
101
|
+
"use-immer": "^0.11.0",
|
|
102
102
|
"zen-observable": "^0.10.0",
|
|
103
103
|
"zod": "^3.22.4",
|
|
104
104
|
"zod-to-json-schema": "^3.20.4"
|
|
105
105
|
},
|
|
106
106
|
"devDependencies": {
|
|
107
|
-
"@backstage/cli": "0.
|
|
108
|
-
"@backstage/core-app-api": "1.19.3
|
|
109
|
-
"@backstage/plugin-catalog": "1.32.1
|
|
110
|
-
"@backstage/plugin-catalog-common": "1.1.7",
|
|
111
|
-
"@backstage/plugin-permission-common": "0.9.3",
|
|
112
|
-
"@backstage/test-utils": "1.7.14
|
|
107
|
+
"@backstage/cli": "^0.35.0",
|
|
108
|
+
"@backstage/core-app-api": "^1.19.3",
|
|
109
|
+
"@backstage/plugin-catalog": "^1.32.1",
|
|
110
|
+
"@backstage/plugin-catalog-common": "^1.1.7",
|
|
111
|
+
"@backstage/plugin-permission-common": "^0.9.3",
|
|
112
|
+
"@backstage/test-utils": "^1.7.14",
|
|
113
113
|
"@testing-library/dom": "^10.0.0",
|
|
114
114
|
"@testing-library/jest-dom": "^6.0.0",
|
|
115
115
|
"@testing-library/react": "^16.0.0",
|
|
116
116
|
"@testing-library/user-event": "^14.0.0",
|
|
117
117
|
"@types/humanize-duration": "^3.18.1",
|
|
118
|
-
"@types/luxon": "^3.0.0",
|
|
119
118
|
"@types/react": "^18.0.0",
|
|
120
119
|
"react": "^18.0.2",
|
|
121
120
|
"react-dom": "^18.0.2",
|