@backstage/plugin-scaffolder-react 1.20.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 CHANGED
@@ -1,5 +1,35 @@
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
+
14
+ ## 1.20.1-next.0
15
+
16
+ ### Patch Changes
17
+
18
+ - bdbbf00: build(deps): bump `flatted` from 3.4.1 to 3.4.2
19
+ - Updated dependencies
20
+ - @backstage/plugin-catalog-react@2.1.1-next.0
21
+ - @backstage/core-components@0.18.9-next.0
22
+ - @backstage/frontend-plugin-api@0.15.2-next.0
23
+ - @backstage/frontend-test-utils@0.5.2-next.0
24
+ - @backstage/core-plugin-api@1.12.5-next.0
25
+ - @backstage/catalog-client@1.14.0
26
+ - @backstage/catalog-model@1.7.7
27
+ - @backstage/theme@0.7.2
28
+ - @backstage/types@1.2.2
29
+ - @backstage/version-bridge@1.0.12
30
+ - @backstage/plugin-permission-react@0.4.42-next.0
31
+ - @backstage/plugin-scaffolder-common@2.0.0
32
+
3
33
  ## 1.20.0
4
34
 
5
35
  ### Minor Changes
package/dist/index.d.ts CHANGED
@@ -1,11 +1,11 @@
1
1
  import { ApiHolder, Extension } from '@backstage/core-plugin-api';
2
- import { HTMLAttributes, ReactNode, ComponentType, FormEvent, ElementType, Ref, PropsWithChildren } from 'react';
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, ScaffolderTaskStatus as ScaffolderTaskStatus$1, ScaffolderTask as ScaffolderTask$1, ScaffolderUsageExample as ScaffolderUsageExample$1, Action as Action$1, ListActionsResponse as ListActionsResponse$1, TemplateFilter as TemplateFilter$1, TemplateGlobalFunction as TemplateGlobalFunction$1, TemplateGlobalValue as TemplateGlobalValue$1, ListTemplatingExtensionsResponse as ListTemplatingExtensionsResponse$1, ScaffolderOutputLink as ScaffolderOutputLink$1, ScaffolderOutputText as ScaffolderOutputText$1, ScaffolderTaskOutput as ScaffolderTaskOutput$1, LogEvent as LogEvent$1, ScaffolderScaffoldOptions as ScaffolderScaffoldOptions$1, ScaffolderScaffoldResponse as ScaffolderScaffoldResponse$1, ScaffolderGetIntegrationsListOptions as ScaffolderGetIntegrationsListOptions$1, ScaffolderGetIntegrationsListResponse as ScaffolderGetIntegrationsListResponse$1, ScaffolderStreamLogsOptions as ScaffolderStreamLogsOptions$1, ScaffolderDryRunOptions as ScaffolderDryRunOptions$1, ScaffolderDryRunResponse as ScaffolderDryRunResponse$1, ScaffolderApi as ScaffolderApi$1 } from '@backstage/plugin-scaffolder-common';
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, useState } from 'react';
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.0",
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",
@@ -74,17 +74,17 @@
74
74
  "test": "backstage-cli package test"
75
75
  },
76
76
  "dependencies": {
77
- "@backstage/catalog-client": "^1.14.0",
78
- "@backstage/catalog-model": "^1.7.7",
79
- "@backstage/core-components": "^0.18.8",
80
- "@backstage/core-plugin-api": "^1.12.4",
81
- "@backstage/frontend-plugin-api": "^0.15.0",
82
- "@backstage/plugin-catalog-react": "^2.1.0",
83
- "@backstage/plugin-permission-react": "^0.4.41",
84
- "@backstage/plugin-scaffolder-common": "^2.0.0",
85
- "@backstage/theme": "^0.7.2",
86
- "@backstage/types": "^1.2.2",
87
- "@backstage/version-bridge": "^1.0.12",
77
+ "@backstage/catalog-client": "1.14.0",
78
+ "@backstage/catalog-model": "1.7.7",
79
+ "@backstage/core-components": "0.18.9-next.0",
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
+ "@backstage/plugin-permission-react": "0.4.42-next.0",
84
+ "@backstage/plugin-scaffolder-common": "2.0.0",
85
+ "@backstage/theme": "0.7.2",
86
+ "@backstage/types": "1.2.2",
87
+ "@backstage/version-bridge": "1.0.12",
88
88
  "@material-ui/core": "^4.12.2",
89
89
  "@material-ui/icons": "^4.9.1",
90
90
  "@material-ui/lab": "4.0.0-alpha.61",
@@ -97,7 +97,7 @@
97
97
  "ajv": "^8.0.1",
98
98
  "ajv-errors": "^3.0.0",
99
99
  "classnames": "^2.2.6",
100
- "flatted": "^3.3.4",
100
+ "flatted": "^3.4.2",
101
101
  "humanize-duration": "^3.25.1",
102
102
  "immer": "^9.0.6",
103
103
  "json-schema": "^0.4.0",
@@ -112,13 +112,13 @@
112
112
  "zod-to-json-schema": "^3.25.1"
113
113
  },
114
114
  "devDependencies": {
115
- "@backstage/cli": "^0.36.0",
116
- "@backstage/core-app-api": "^1.19.6",
117
- "@backstage/frontend-test-utils": "^0.5.1",
118
- "@backstage/plugin-catalog": "^2.0.0",
119
- "@backstage/plugin-catalog-common": "^1.1.8",
120
- "@backstage/plugin-permission-common": "^0.9.7",
121
- "@backstage/test-utils": "^1.7.16",
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
+ "@backstage/plugin-catalog-common": "1.1.8",
120
+ "@backstage/plugin-permission-common": "0.9.7",
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.1",
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",