@backstage/plugin-scaffolder 1.18.0 → 1.18.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 +46 -0
- package/alpha/package.json +1 -1
- package/package.json +24 -24
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,51 @@
|
|
|
1
1
|
# @backstage/plugin-scaffolder
|
|
2
2
|
|
|
3
|
+
## 1.18.1-next.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- @backstage/core-components@0.14.1-next.1
|
|
9
|
+
- @backstage/plugin-catalog-react@1.10.1-next.1
|
|
10
|
+
- @backstage/core-plugin-api@1.9.1-next.1
|
|
11
|
+
- @backstage/integration@1.9.1-next.1
|
|
12
|
+
- @backstage/integration-react@1.1.25-next.1
|
|
13
|
+
- @backstage/plugin-permission-react@0.4.21-next.1
|
|
14
|
+
- @backstage/frontend-plugin-api@0.6.1-next.1
|
|
15
|
+
- @backstage/plugin-scaffolder-react@1.8.1-next.1
|
|
16
|
+
- @backstage/catalog-client@1.6.1-next.0
|
|
17
|
+
- @backstage/catalog-model@1.4.5-next.0
|
|
18
|
+
- @backstage/core-compat-api@0.2.1-next.1
|
|
19
|
+
- @backstage/errors@1.2.4-next.0
|
|
20
|
+
- @backstage/types@1.1.1
|
|
21
|
+
- @backstage/plugin-catalog-common@1.0.22-next.1
|
|
22
|
+
- @backstage/plugin-scaffolder-common@1.5.1-next.1
|
|
23
|
+
|
|
24
|
+
## 1.18.1-next.0
|
|
25
|
+
|
|
26
|
+
### Patch Changes
|
|
27
|
+
|
|
28
|
+
- 0cecb09: Updated dependency `@rjsf/utils` to `5.17.1`.
|
|
29
|
+
Updated dependency `@rjsf/core` to `5.17.1`.
|
|
30
|
+
Updated dependency `@rjsf/material-ui` to `5.17.1`.
|
|
31
|
+
Updated dependency `@rjsf/validator-ajv8` to `5.17.1`.
|
|
32
|
+
- Updated dependencies
|
|
33
|
+
- @backstage/errors@1.2.4-next.0
|
|
34
|
+
- @backstage/core-components@0.14.1-next.0
|
|
35
|
+
- @backstage/integration-react@1.1.25-next.0
|
|
36
|
+
- @backstage/plugin-catalog-react@1.10.1-next.0
|
|
37
|
+
- @backstage/plugin-scaffolder-react@1.8.1-next.0
|
|
38
|
+
- @backstage/catalog-client@1.6.1-next.0
|
|
39
|
+
- @backstage/catalog-model@1.4.5-next.0
|
|
40
|
+
- @backstage/core-plugin-api@1.9.1-next.0
|
|
41
|
+
- @backstage/integration@1.9.1-next.0
|
|
42
|
+
- @backstage/frontend-plugin-api@0.6.1-next.0
|
|
43
|
+
- @backstage/core-compat-api@0.2.1-next.0
|
|
44
|
+
- @backstage/types@1.1.1
|
|
45
|
+
- @backstage/plugin-catalog-common@1.0.22-next.0
|
|
46
|
+
- @backstage/plugin-permission-react@0.4.21-next.0
|
|
47
|
+
- @backstage/plugin-scaffolder-common@1.5.1-next.0
|
|
48
|
+
|
|
3
49
|
## 1.18.0
|
|
4
50
|
|
|
5
51
|
### Minor Changes
|
package/alpha/package.json
CHANGED
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.
|
|
4
|
+
"version": "1.18.1-next.1",
|
|
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",
|
|
48
|
-
"@backstage/catalog-model": "^1.4.
|
|
49
|
-
"@backstage/core-compat-api": "^0.2.
|
|
50
|
-
"@backstage/core-components": "^0.14.
|
|
51
|
-
"@backstage/core-plugin-api": "^1.9.
|
|
52
|
-
"@backstage/errors": "^1.2.
|
|
53
|
-
"@backstage/frontend-plugin-api": "^0.6.
|
|
54
|
-
"@backstage/integration": "^1.9.
|
|
55
|
-
"@backstage/integration-react": "^1.1.
|
|
56
|
-
"@backstage/plugin-catalog-common": "^1.0.
|
|
57
|
-
"@backstage/plugin-catalog-react": "^1.10.
|
|
58
|
-
"@backstage/plugin-permission-react": "^0.4.
|
|
59
|
-
"@backstage/plugin-scaffolder-common": "^1.5.
|
|
60
|
-
"@backstage/plugin-scaffolder-react": "^1.8.
|
|
47
|
+
"@backstage/catalog-client": "^1.6.1-next.0",
|
|
48
|
+
"@backstage/catalog-model": "^1.4.5-next.0",
|
|
49
|
+
"@backstage/core-compat-api": "^0.2.1-next.1",
|
|
50
|
+
"@backstage/core-components": "^0.14.1-next.1",
|
|
51
|
+
"@backstage/core-plugin-api": "^1.9.1-next.1",
|
|
52
|
+
"@backstage/errors": "^1.2.4-next.0",
|
|
53
|
+
"@backstage/frontend-plugin-api": "^0.6.1-next.1",
|
|
54
|
+
"@backstage/integration": "^1.9.1-next.1",
|
|
55
|
+
"@backstage/integration-react": "^1.1.25-next.1",
|
|
56
|
+
"@backstage/plugin-catalog-common": "^1.0.22-next.1",
|
|
57
|
+
"@backstage/plugin-catalog-react": "^1.10.1-next.1",
|
|
58
|
+
"@backstage/plugin-permission-react": "^0.4.21-next.1",
|
|
59
|
+
"@backstage/plugin-scaffolder-common": "^1.5.1-next.1",
|
|
60
|
+
"@backstage/plugin-scaffolder-react": "^1.8.1-next.1",
|
|
61
61
|
"@backstage/types": "^1.1.1",
|
|
62
62
|
"@codemirror/language": "^6.0.0",
|
|
63
63
|
"@codemirror/legacy-modes": "^6.1.0",
|
|
@@ -66,10 +66,10 @@
|
|
|
66
66
|
"@material-ui/icons": "^4.9.1",
|
|
67
67
|
"@material-ui/lab": "4.0.0-alpha.61",
|
|
68
68
|
"@react-hookz/web": "^24.0.0",
|
|
69
|
-
"@rjsf/core": "5.17.
|
|
70
|
-
"@rjsf/material-ui": "5.17.
|
|
71
|
-
"@rjsf/utils": "5.17.
|
|
72
|
-
"@rjsf/validator-ajv8": "5.17.
|
|
69
|
+
"@rjsf/core": "5.17.1",
|
|
70
|
+
"@rjsf/material-ui": "5.17.1",
|
|
71
|
+
"@rjsf/utils": "5.17.1",
|
|
72
|
+
"@rjsf/validator-ajv8": "5.17.1",
|
|
73
73
|
"@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
|
|
74
74
|
"@uiw/react-codemirror": "^4.9.3",
|
|
75
75
|
"classnames": "^2.2.6",
|
|
@@ -94,11 +94,11 @@
|
|
|
94
94
|
"react-router-dom": "6.0.0-beta.0 || ^6.3.0"
|
|
95
95
|
},
|
|
96
96
|
"devDependencies": {
|
|
97
|
-
"@backstage/cli": "^0.25.
|
|
98
|
-
"@backstage/core-app-api": "^1.12.
|
|
99
|
-
"@backstage/dev-utils": "^1.0.
|
|
100
|
-
"@backstage/plugin-catalog": "^1.17.
|
|
101
|
-
"@backstage/test-utils": "^1.5.
|
|
97
|
+
"@backstage/cli": "^0.25.3-next.1",
|
|
98
|
+
"@backstage/core-app-api": "^1.12.1-next.1",
|
|
99
|
+
"@backstage/dev-utils": "^1.0.28-next.1",
|
|
100
|
+
"@backstage/plugin-catalog": "^1.17.1-next.1",
|
|
101
|
+
"@backstage/test-utils": "^1.5.1-next.1",
|
|
102
102
|
"@testing-library/dom": "^9.0.0",
|
|
103
103
|
"@testing-library/jest-dom": "^6.0.0",
|
|
104
104
|
"@testing-library/react": "^14.0.0",
|