@backstage/plugin-scaffolder 1.15.0-next.3 → 1.15.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,37 @@
1
1
  # @backstage/plugin-scaffolder
2
2
 
3
+ ## 1.15.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 0119c326394a: adding a .zip download to dry run results page, including zip.js as dependency
8
+
9
+ ### Patch Changes
10
+
11
+ - 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.
12
+ - 6e69c11a3535: Restored functionality to `OwnedEntityPicker` by converting deprecated `ui:options` input to `catalogFilter`.
13
+ - 8cec7664e146: Removed `@types/node` dependency
14
+ - b16c341ced45: Updated dependency `@rjsf/utils` to `5.13.0`.
15
+ Updated dependency `@rjsf/core-v5` to `npm:@rjsf/core@5.13.0`.
16
+ Updated dependency `@rjsf/material-ui-v5` to `npm:@rjsf/material-ui@5.13.0`.
17
+ Updated dependency `@rjsf/validator-ajv8` to `5.13.0`.
18
+ - Updated dependencies
19
+ - @backstage/integration-react@1.1.19
20
+ - @backstage/plugin-catalog-react@1.8.4
21
+ - @backstage/core-components@0.13.5
22
+ - @backstage/config@1.1.0
23
+ - @backstage/catalog-client@1.4.4
24
+ - @backstage/catalog-model@1.4.2
25
+ - @backstage/core-plugin-api@1.6.0
26
+ - @backstage/errors@1.2.2
27
+ - @backstage/integration@1.7.0
28
+ - @backstage/plugin-catalog-common@1.0.16
29
+ - @backstage/plugin-permission-react@0.4.15
30
+ - @backstage/plugin-scaffolder-common@1.4.1
31
+ - @backstage/plugin-scaffolder-react@1.5.5
32
+ - @backstage/theme@0.4.2
33
+ - @backstage/types@1.1.1
34
+
3
35
  ## 1.15.0-next.3
4
36
 
5
37
  ### Minor Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-scaffolder",
3
- "version": "1.15.0-next.3",
3
+ "version": "1.15.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.15.0-next.3",
4
+ "version": "1.15.0",
5
5
  "main": "./dist/index.esm.js",
6
6
  "types": "./dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -44,21 +44,21 @@
44
44
  "clean": "backstage-cli package clean"
45
45
  },
46
46
  "dependencies": {
47
- "@backstage/catalog-client": "^1.4.4-next.2",
48
- "@backstage/catalog-model": "^1.4.2-next.2",
49
- "@backstage/config": "^1.1.0-next.2",
50
- "@backstage/core-components": "^0.13.5-next.3",
51
- "@backstage/core-plugin-api": "^1.6.0-next.3",
52
- "@backstage/errors": "^1.2.2-next.0",
53
- "@backstage/integration": "^1.7.0-next.3",
54
- "@backstage/integration-react": "^1.1.19-next.3",
55
- "@backstage/plugin-catalog-common": "^1.0.16-next.2",
56
- "@backstage/plugin-catalog-react": "^1.8.4-next.3",
57
- "@backstage/plugin-permission-react": "^0.4.15-next.3",
58
- "@backstage/plugin-scaffolder-common": "^1.4.1-next.2",
59
- "@backstage/plugin-scaffolder-react": "^1.5.5-next.3",
60
- "@backstage/theme": "^0.4.2-next.0",
61
- "@backstage/types": "^1.1.1-next.0",
47
+ "@backstage/catalog-client": "^1.4.4",
48
+ "@backstage/catalog-model": "^1.4.2",
49
+ "@backstage/config": "^1.1.0",
50
+ "@backstage/core-components": "^0.13.5",
51
+ "@backstage/core-plugin-api": "^1.6.0",
52
+ "@backstage/errors": "^1.2.2",
53
+ "@backstage/integration": "^1.7.0",
54
+ "@backstage/integration-react": "^1.1.19",
55
+ "@backstage/plugin-catalog-common": "^1.0.16",
56
+ "@backstage/plugin-catalog-react": "^1.8.4",
57
+ "@backstage/plugin-permission-react": "^0.4.15",
58
+ "@backstage/plugin-scaffolder-common": "^1.4.1",
59
+ "@backstage/plugin-scaffolder-react": "^1.5.5",
60
+ "@backstage/theme": "^0.4.2",
61
+ "@backstage/types": "^1.1.1",
62
62
  "@codemirror/language": "^6.0.0",
63
63
  "@codemirror/legacy-modes": "^6.1.0",
64
64
  "@codemirror/view": "^6.0.0",
@@ -95,11 +95,11 @@
95
95
  "react-router-dom": "6.0.0-beta.0 || ^6.3.0"
96
96
  },
97
97
  "devDependencies": {
98
- "@backstage/cli": "^0.22.13-next.3",
99
- "@backstage/core-app-api": "^1.10.0-next.3",
100
- "@backstage/dev-utils": "^1.0.21-next.3",
101
- "@backstage/plugin-catalog": "^1.13.0-next.3",
102
- "@backstage/test-utils": "^1.4.3-next.3",
98
+ "@backstage/cli": "^0.22.13",
99
+ "@backstage/core-app-api": "^1.10.0",
100
+ "@backstage/dev-utils": "^1.0.21",
101
+ "@backstage/plugin-catalog": "^1.13.0",
102
+ "@backstage/test-utils": "^1.4.3",
103
103
  "@testing-library/dom": "^8.0.0",
104
104
  "@testing-library/jest-dom": "^5.10.1",
105
105
  "@testing-library/react": "^12.1.3",