@backstage/plugin-scaffolder-react 1.20.1-next.0 → 1.20.1-next.1
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 +11 -0
- package/dist/index.d.ts +2 -2
- package/dist/secrets/SecretsContext.esm.js +1 -1
- package/package.json +10 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# @backstage/plugin-scaffolder-react
|
|
2
2
|
|
|
3
|
+
## 1.20.1-next.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- @backstage/plugin-catalog-react@2.1.2-next.1
|
|
9
|
+
- @backstage/frontend-plugin-api@0.16.0-next.1
|
|
10
|
+
- @backstage/core-components@0.18.9-next.0
|
|
11
|
+
- @backstage/core-plugin-api@1.12.5-next.1
|
|
12
|
+
- @backstage/frontend-test-utils@0.5.2-next.1
|
|
13
|
+
|
|
3
14
|
## 1.20.1-next.0
|
|
4
15
|
|
|
5
16
|
### Patch Changes
|
package/dist/index.d.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { ApiHolder, Extension } from '@backstage/core-plugin-api';
|
|
2
|
-
import { HTMLAttributes,
|
|
2
|
+
import { HTMLAttributes, ComponentType, ReactNode, FormEvent, ElementType, Ref, PropsWithChildren } from 'react';
|
|
3
3
|
import { JsonObject } from '@backstage/types';
|
|
4
4
|
import { JSONSchema7 } from 'json-schema';
|
|
5
5
|
import { StrictRJSFSchema, RJSFSchema, FormContextType, GenericObjectType, UiSchema, IdSchema, ErrorSchema, Registry, ValidatorType, TemplatesType, RegistryWidgetsType, RJSFValidationError, CustomValidator, ErrorTransformer, Experimental_DefaultFormStateBehavior, FieldValidation, UIOptionsType } from '@rjsf/utils';
|
|
6
6
|
import Form, { IChangeEvent, FormProps as FormProps$1 } from '@rjsf/core';
|
|
7
7
|
import * as _backstage_plugin_scaffolder_common from '@backstage/plugin-scaffolder-common';
|
|
8
|
-
import { TemplateEntityV1beta3, TemplateParameterSchema as TemplateParameterSchema$1,
|
|
8
|
+
import { TemplateEntityV1beta3, TemplateParameterSchema as TemplateParameterSchema$1, Action as Action$1, ScaffolderUsageExample as ScaffolderUsageExample$1, ListActionsResponse as ListActionsResponse$1, ListTemplatingExtensionsResponse as ListTemplatingExtensionsResponse$1, LogEvent as LogEvent$1, ScaffolderApi as ScaffolderApi$1, ScaffolderDryRunOptions as ScaffolderDryRunOptions$1, ScaffolderDryRunResponse as ScaffolderDryRunResponse$1, ScaffolderGetIntegrationsListOptions as ScaffolderGetIntegrationsListOptions$1, ScaffolderGetIntegrationsListResponse as ScaffolderGetIntegrationsListResponse$1, ScaffolderOutputLink as ScaffolderOutputLink$1, ScaffolderOutputText as ScaffolderOutputText$1, ScaffolderScaffoldOptions as ScaffolderScaffoldOptions$1, ScaffolderScaffoldResponse as ScaffolderScaffoldResponse$1, ScaffolderStreamLogsOptions as ScaffolderStreamLogsOptions$1, ScaffolderTask as ScaffolderTask$1, ScaffolderTaskOutput as ScaffolderTaskOutput$1, ScaffolderTaskStatus as ScaffolderTaskStatus$1, TemplateFilter as TemplateFilter$1, TemplateGlobalFunction as TemplateGlobalFunction$1, TemplateGlobalValue as TemplateGlobalValue$1 } from '@backstage/plugin-scaffolder-common';
|
|
9
9
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
10
10
|
import * as _backstage_frontend_plugin_api from '@backstage/frontend-plugin-api';
|
|
11
11
|
import { z } from 'zod/v3';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx } from 'react/jsx-runtime';
|
|
2
2
|
import { createVersionedContext, createVersionedValueMap } from '@backstage/version-bridge';
|
|
3
|
-
import { useContext, useCallback
|
|
3
|
+
import { useState, useContext, useCallback } from 'react';
|
|
4
4
|
|
|
5
5
|
const SecretsContext = createVersionedContext("secrets-context");
|
|
6
6
|
const SecretsContextProvider = (props) => {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-scaffolder-react",
|
|
3
|
-
"version": "1.20.1-next.
|
|
3
|
+
"version": "1.20.1-next.1",
|
|
4
4
|
"description": "A frontend library that helps other Backstage plugins interact with the Scaffolder",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "web-library",
|
|
@@ -77,9 +77,9 @@
|
|
|
77
77
|
"@backstage/catalog-client": "1.14.0",
|
|
78
78
|
"@backstage/catalog-model": "1.7.7",
|
|
79
79
|
"@backstage/core-components": "0.18.9-next.0",
|
|
80
|
-
"@backstage/core-plugin-api": "1.12.5-next.
|
|
81
|
-
"@backstage/frontend-plugin-api": "0.
|
|
82
|
-
"@backstage/plugin-catalog-react": "2.1.
|
|
80
|
+
"@backstage/core-plugin-api": "1.12.5-next.1",
|
|
81
|
+
"@backstage/frontend-plugin-api": "0.16.0-next.1",
|
|
82
|
+
"@backstage/plugin-catalog-react": "2.1.2-next.1",
|
|
83
83
|
"@backstage/plugin-permission-react": "0.4.42-next.0",
|
|
84
84
|
"@backstage/plugin-scaffolder-common": "2.0.0",
|
|
85
85
|
"@backstage/theme": "0.7.2",
|
|
@@ -112,13 +112,13 @@
|
|
|
112
112
|
"zod-to-json-schema": "^3.25.1"
|
|
113
113
|
},
|
|
114
114
|
"devDependencies": {
|
|
115
|
-
"@backstage/cli": "0.36.1-next.
|
|
116
|
-
"@backstage/core-app-api": "1.
|
|
117
|
-
"@backstage/frontend-test-utils": "0.5.2-next.
|
|
118
|
-
"@backstage/plugin-catalog": "2.0.2-next.
|
|
115
|
+
"@backstage/cli": "0.36.1-next.1",
|
|
116
|
+
"@backstage/core-app-api": "1.20.0-next.1",
|
|
117
|
+
"@backstage/frontend-test-utils": "0.5.2-next.1",
|
|
118
|
+
"@backstage/plugin-catalog": "2.0.2-next.1",
|
|
119
119
|
"@backstage/plugin-catalog-common": "1.1.8",
|
|
120
120
|
"@backstage/plugin-permission-common": "0.9.7",
|
|
121
|
-
"@backstage/test-utils": "1.7.17-next.
|
|
121
|
+
"@backstage/test-utils": "1.7.17-next.1",
|
|
122
122
|
"@testing-library/dom": "^10.0.0",
|
|
123
123
|
"@testing-library/jest-dom": "^6.0.0",
|
|
124
124
|
"@testing-library/react": "^16.0.0",
|
|
@@ -131,7 +131,7 @@
|
|
|
131
131
|
"swr": "^2.0.0"
|
|
132
132
|
},
|
|
133
133
|
"peerDependencies": {
|
|
134
|
-
"@backstage/frontend-test-utils": "0.5.2-next.
|
|
134
|
+
"@backstage/frontend-test-utils": "0.5.2-next.1",
|
|
135
135
|
"@types/react": "^17.0.0 || ^18.0.0",
|
|
136
136
|
"react": "^17.0.0 || ^18.0.0",
|
|
137
137
|
"react-dom": "^17.0.0 || ^18.0.0",
|