@backstage/plugin-scaffolder 1.16.2-next.2 → 1.16.2-next.3
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 +26 -0
- package/alpha/package.json +1 -1
- package/dist/alpha.esm.js +3 -3
- package/dist/esm/{DryRunResults-086c30a6.esm.js → DryRunResults-2e06fe06.esm.js} +2 -2
- package/dist/esm/{DryRunResults-086c30a6.esm.js.map → DryRunResults-2e06fe06.esm.js.map} +1 -1
- package/dist/esm/{OngoingTask-b89cef33.esm.js → OngoingTask-4868d44f.esm.js} +3 -3
- package/dist/esm/{OngoingTask-b89cef33.esm.js.map → OngoingTask-4868d44f.esm.js.map} +1 -1
- package/dist/esm/{Router-4680328d.esm.js → Router-5c6b2ba4.esm.js} +10 -4
- package/dist/esm/Router-5c6b2ba4.esm.js.map +1 -0
- package/dist/esm/{index-304524bf.esm.js → index-216bcb3e.esm.js} +7 -4
- package/dist/esm/index-216bcb3e.esm.js.map +1 -0
- package/dist/index.esm.js +2 -2
- package/package.json +11 -11
- package/dist/esm/Router-4680328d.esm.js.map +0 -1
- package/dist/esm/index-304524bf.esm.js.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,31 @@
|
|
|
1
1
|
# @backstage/plugin-scaffolder
|
|
2
2
|
|
|
3
|
+
## 1.16.2-next.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 64301d3: Updated dependency `@rjsf/utils` to `5.15.0`.
|
|
8
|
+
Updated dependency `@rjsf/core` to `5.15.0`.
|
|
9
|
+
Updated dependency `@rjsf/material-ui` to `5.15.0`.
|
|
10
|
+
Updated dependency `@rjsf/validator-ajv8` to `5.15.0`.
|
|
11
|
+
- c8908d4: Use new option from RJSF 5.15
|
|
12
|
+
- Updated dependencies
|
|
13
|
+
- @backstage/plugin-scaffolder-react@1.6.2-next.3
|
|
14
|
+
- @backstage/core-components@0.13.9-next.3
|
|
15
|
+
- @backstage/catalog-client@1.5.0-next.1
|
|
16
|
+
- @backstage/catalog-model@1.4.3
|
|
17
|
+
- @backstage/config@1.1.1
|
|
18
|
+
- @backstage/core-plugin-api@1.8.1-next.1
|
|
19
|
+
- @backstage/errors@1.2.3
|
|
20
|
+
- @backstage/integration@1.8.0-next.1
|
|
21
|
+
- @backstage/integration-react@1.1.22-next.1
|
|
22
|
+
- @backstage/theme@0.5.0-next.1
|
|
23
|
+
- @backstage/types@1.1.1
|
|
24
|
+
- @backstage/plugin-catalog-common@1.0.18
|
|
25
|
+
- @backstage/plugin-catalog-react@1.9.2-next.3
|
|
26
|
+
- @backstage/plugin-permission-react@0.4.18-next.1
|
|
27
|
+
- @backstage/plugin-scaffolder-common@1.4.3
|
|
28
|
+
|
|
3
29
|
## 1.16.2-next.2
|
|
4
30
|
|
|
5
31
|
### Patch Changes
|
package/alpha/package.json
CHANGED
package/dist/alpha.esm.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { LegacyRouter } from './esm/Router-
|
|
2
|
-
export { L as LegacyScaffolderPage } from './esm/OngoingTask-
|
|
1
|
+
export { LegacyRouter } from './esm/Router-5c6b2ba4.esm.js';
|
|
2
|
+
export { L as LegacyScaffolderPage } from './esm/OngoingTask-4868d44f.esm.js';
|
|
3
3
|
import 'react';
|
|
4
4
|
import 'react-router-dom';
|
|
5
5
|
import '@backstage/core-components';
|
|
@@ -33,7 +33,7 @@ import '@rjsf/material-ui';
|
|
|
33
33
|
import 'lodash/cloneDeep';
|
|
34
34
|
import '@rjsf/validator-ajv8';
|
|
35
35
|
import '@backstage/plugin-scaffolder-react/alpha';
|
|
36
|
-
import './esm/DryRunResults-
|
|
36
|
+
import './esm/DryRunResults-2e06fe06.esm.js';
|
|
37
37
|
import 'classnames';
|
|
38
38
|
import '@material-ui/icons/ExpandMore';
|
|
39
39
|
import '@material-ui/icons/ExpandLess';
|
|
@@ -8,7 +8,7 @@ import ExpandLessIcon from '@material-ui/icons/ExpandLess';
|
|
|
8
8
|
import { useApp, useRouteRef, useApi, useRouteRefParams } from '@backstage/core-plugin-api';
|
|
9
9
|
import { DismissableBanner, Link, Page, Header, Content, ErrorPage, Progress, LogViewer, MarkdownContent, CodeSnippet, StatusError, StatusOK, StatusPending, Lifecycle, ErrorPanel, EmptyState, Table as Table$1 } from '@backstage/core-components';
|
|
10
10
|
import Chip from '@material-ui/core/Chip';
|
|
11
|
-
import { r as rootRouteRef, o as selectedTemplateRouteRef, w as scaffolderTaskRouteRef, y as EntityPicker, z as EntityPickerSchema, A as EntityNamePicker, B as entityNamePickerValidation, C as EntityNamePickerSchema, D as EntityTagsPicker, F as EntityTagsPickerSchema, G as RepoUrlPicker, i as repoPickerValidation, H as RepoUrlPickerSchema, I as OwnerPicker, J as OwnerPickerSchema, K as OwnedEntityPicker, N as OwnedEntityPickerSchema, P as MyGroupsPicker, l as MyGroupsPickerSchema } from './OngoingTask-
|
|
11
|
+
import { r as rootRouteRef, o as selectedTemplateRouteRef, w as scaffolderTaskRouteRef, y as EntityPicker, z as EntityPickerSchema, A as EntityNamePicker, B as entityNamePickerValidation, C as EntityNamePickerSchema, D as EntityTagsPicker, F as EntityTagsPickerSchema, G as RepoUrlPicker, i as repoPickerValidation, H as RepoUrlPickerSchema, I as OwnerPicker, J as OwnerPickerSchema, K as OwnedEntityPicker, N as OwnedEntityPickerSchema, P as MyGroupsPicker, l as MyGroupsPickerSchema } from './OngoingTask-4868d44f.esm.js';
|
|
12
12
|
import { entityRouteRef, catalogApiRef, EntityRefLink, CatalogFilterLayout } from '@backstage/plugin-catalog-react';
|
|
13
13
|
import SettingsIcon from '@material-ui/icons/Settings';
|
|
14
14
|
import AllIcon from '@material-ui/icons/FontDownload';
|
|
@@ -1719,4 +1719,4 @@ function DryRunResults() {
|
|
|
1719
1719
|
}
|
|
1720
1720
|
|
|
1721
1721
|
export { ActionsPage as A, DirectoryEditorProvider as D, ListTasksPage as L, TemplateEditorBrowser as T, WebFileSystemAccess as W, useDirectoryEditor as a, DryRunProvider as b, TemplateEditorTextArea as c, DryRunResults as d, TemplateEditorIntro as e, DEFAULT_SCAFFOLDER_FIELD_EXTENSIONS as f, TaskPage as g, useDryRun as u };
|
|
1722
|
-
//# sourceMappingURL=DryRunResults-
|
|
1722
|
+
//# sourceMappingURL=DryRunResults-2e06fe06.esm.js.map
|