@backstage/plugin-scaffolder 1.18.0-next.3 → 1.18.0

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,51 @@
1
1
  # @backstage/plugin-scaffolder
2
2
 
3
+ ## 1.18.0
4
+
5
+ ### Minor Changes
6
+
7
+ - c56f1a2: Remove the old legacy exports from `/alpha`
8
+ - 9b9c05c: Updating the `EntityPicker` to only select `kind` `metadata.name` and `metadata.namespace` by default to improve performance on larger datasets.
9
+ - a86920b: Introduced a new `MultiEntityPicker` field that supports selecting multiple Entities
10
+ - 7f11009: Added stack trace display to `ErrorPage` and updated existing refs
11
+
12
+ ### Patch Changes
13
+
14
+ - b0d1d80: Added basic support for the new frontend system, exported from the `/alpha` subpath.
15
+ - 9aac2b0: Use `--cwd` as the first `yarn` argument
16
+ - 912ca7b: Use `convertLegacyRouteRefs` to define routes in `/alpha` export plugin.
17
+ - da059d7: Removed alpha symbol from Task List header
18
+ - 8fe56a8: Widen `@types/react` dependency range to include version 18.
19
+ - 31f0a0a: Added `ScaffolderPageContextMenu` to `ActionsPage`, `ListTaskPage`, and `TemplateEditorPage` so that you can more easily navigate between these pages
20
+ - 09cedb9: Updated dependency `@react-hookz/web` to `^24.0.0`.
21
+ - e6f0831: Updated dependency `@rjsf/utils` to `5.17.0`.
22
+ Updated dependency `@rjsf/core` to `5.17.0`.
23
+ Updated dependency `@rjsf/material-ui` to `5.17.0`.
24
+ Updated dependency `@rjsf/validator-ajv8` to `5.17.0`.
25
+ - 6a74ffd: Updated dependency `@rjsf/utils` to `5.16.1`.
26
+ Updated dependency `@rjsf/core` to `5.16.1`.
27
+ Updated dependency `@rjsf/material-ui` to `5.16.1`.
28
+ Updated dependency `@rjsf/validator-ajv8` to `5.16.1`.
29
+ - 1cae748: Updated dependency `git-url-parse` to `^14.0.0`.
30
+ - 11b9a08: Introduced the first version of recoverable tasks.
31
+ - 3dff4b0: Remove unused deps
32
+ - Updated dependencies
33
+ - @backstage/frontend-plugin-api@0.6.0
34
+ - @backstage/plugin-scaffolder-react@1.8.0
35
+ - @backstage/core-compat-api@0.2.0
36
+ - @backstage/plugin-catalog-react@1.10.0
37
+ - @backstage/core-components@0.14.0
38
+ - @backstage/catalog-model@1.4.4
39
+ - @backstage/integration@1.9.0
40
+ - @backstage/core-plugin-api@1.9.0
41
+ - @backstage/catalog-client@1.6.0
42
+ - @backstage/plugin-permission-react@0.4.20
43
+ - @backstage/plugin-scaffolder-common@1.5.0
44
+ - @backstage/errors@1.2.3
45
+ - @backstage/integration-react@1.1.24
46
+ - @backstage/types@1.1.1
47
+ - @backstage/plugin-catalog-common@1.0.21
48
+
3
49
  ## 1.18.0-next.3
4
50
 
5
51
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-scaffolder",
3
- "version": "1.18.0-next.3",
3
+ "version": "1.18.0",
4
4
  "main": "../dist/alpha.esm.js",
5
5
  "module": "../dist/alpha.esm.js",
6
6
  "types": "../dist/alpha.d.ts"
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.18.0-next.3",
4
+ "version": "1.18.0",
5
5
  "main": "./dist/index.esm.js",
6
6
  "types": "./dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -44,20 +44,20 @@
44
44
  "clean": "backstage-cli package clean"
45
45
  },
46
46
  "dependencies": {
47
- "@backstage/catalog-client": "^1.6.0-next.1",
48
- "@backstage/catalog-model": "^1.4.4-next.0",
49
- "@backstage/core-compat-api": "^0.2.0-next.3",
50
- "@backstage/core-components": "^0.14.0-next.2",
51
- "@backstage/core-plugin-api": "^1.9.0-next.1",
47
+ "@backstage/catalog-client": "^1.6.0",
48
+ "@backstage/catalog-model": "^1.4.4",
49
+ "@backstage/core-compat-api": "^0.2.0",
50
+ "@backstage/core-components": "^0.14.0",
51
+ "@backstage/core-plugin-api": "^1.9.0",
52
52
  "@backstage/errors": "^1.2.3",
53
- "@backstage/frontend-plugin-api": "^0.6.0-next.3",
54
- "@backstage/integration": "^1.9.0-next.1",
55
- "@backstage/integration-react": "^1.1.24-next.2",
56
- "@backstage/plugin-catalog-common": "^1.0.21-next.0",
57
- "@backstage/plugin-catalog-react": "^1.10.0-next.3",
58
- "@backstage/plugin-permission-react": "^0.4.20-next.1",
59
- "@backstage/plugin-scaffolder-common": "^1.5.0-next.1",
60
- "@backstage/plugin-scaffolder-react": "^1.8.0-next.3",
53
+ "@backstage/frontend-plugin-api": "^0.6.0",
54
+ "@backstage/integration": "^1.9.0",
55
+ "@backstage/integration-react": "^1.1.24",
56
+ "@backstage/plugin-catalog-common": "^1.0.21",
57
+ "@backstage/plugin-catalog-react": "^1.10.0",
58
+ "@backstage/plugin-permission-react": "^0.4.20",
59
+ "@backstage/plugin-scaffolder-common": "^1.5.0",
60
+ "@backstage/plugin-scaffolder-react": "^1.8.0",
61
61
  "@backstage/types": "^1.1.1",
62
62
  "@codemirror/language": "^6.0.0",
63
63
  "@codemirror/legacy-modes": "^6.1.0",
@@ -76,7 +76,6 @@
76
76
  "event-source-polyfill": "^1.0.31",
77
77
  "git-url-parse": "^14.0.0",
78
78
  "humanize-duration": "^3.25.1",
79
- "immer": "^9.0.1",
80
79
  "json-schema": "^0.4.0",
81
80
  "json-schema-library": "^7.3.9",
82
81
  "jszip": "^3.10.1",
@@ -95,11 +94,11 @@
95
94
  "react-router-dom": "6.0.0-beta.0 || ^6.3.0"
96
95
  },
97
96
  "devDependencies": {
98
- "@backstage/cli": "^0.25.2-next.3",
99
- "@backstage/core-app-api": "^1.12.0-next.1",
100
- "@backstage/dev-utils": "^1.0.27-next.3",
101
- "@backstage/plugin-catalog": "^1.17.0-next.3",
102
- "@backstage/test-utils": "^1.5.0-next.3",
97
+ "@backstage/cli": "^0.25.2",
98
+ "@backstage/core-app-api": "^1.12.0",
99
+ "@backstage/dev-utils": "^1.0.27",
100
+ "@backstage/plugin-catalog": "^1.17.0",
101
+ "@backstage/test-utils": "^1.5.0",
103
102
  "@testing-library/dom": "^9.0.0",
104
103
  "@testing-library/jest-dom": "^6.0.0",
105
104
  "@testing-library/react": "^14.0.0",