@backstage/plugin-scaffolder 1.18.0 → 1.18.1-next.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 +25 -0
- package/alpha/package.json +1 -1
- package/package.json +24 -24
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,30 @@
|
|
|
1
1
|
# @backstage/plugin-scaffolder
|
|
2
2
|
|
|
3
|
+
## 1.18.1-next.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 0cecb09: Updated dependency `@rjsf/utils` to `5.17.1`.
|
|
8
|
+
Updated dependency `@rjsf/core` to `5.17.1`.
|
|
9
|
+
Updated dependency `@rjsf/material-ui` to `5.17.1`.
|
|
10
|
+
Updated dependency `@rjsf/validator-ajv8` to `5.17.1`.
|
|
11
|
+
- Updated dependencies
|
|
12
|
+
- @backstage/errors@1.2.4-next.0
|
|
13
|
+
- @backstage/core-components@0.14.1-next.0
|
|
14
|
+
- @backstage/integration-react@1.1.25-next.0
|
|
15
|
+
- @backstage/plugin-catalog-react@1.10.1-next.0
|
|
16
|
+
- @backstage/plugin-scaffolder-react@1.8.1-next.0
|
|
17
|
+
- @backstage/catalog-client@1.6.1-next.0
|
|
18
|
+
- @backstage/catalog-model@1.4.5-next.0
|
|
19
|
+
- @backstage/core-plugin-api@1.9.1-next.0
|
|
20
|
+
- @backstage/integration@1.9.1-next.0
|
|
21
|
+
- @backstage/frontend-plugin-api@0.6.1-next.0
|
|
22
|
+
- @backstage/core-compat-api@0.2.1-next.0
|
|
23
|
+
- @backstage/types@1.1.1
|
|
24
|
+
- @backstage/plugin-catalog-common@1.0.22-next.0
|
|
25
|
+
- @backstage/plugin-permission-react@0.4.21-next.0
|
|
26
|
+
- @backstage/plugin-scaffolder-common@1.5.1-next.0
|
|
27
|
+
|
|
3
28
|
## 1.18.0
|
|
4
29
|
|
|
5
30
|
### 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.0",
|
|
4
|
+
"version": "1.18.1-next.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",
|
|
48
|
-
"@backstage/catalog-model": "^1.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
|
-
"@backstage/errors": "^1.2.
|
|
53
|
-
"@backstage/frontend-plugin-api": "^0.6.0",
|
|
54
|
-
"@backstage/integration": "^1.9.0",
|
|
55
|
-
"@backstage/integration-react": "^1.1.
|
|
56
|
-
"@backstage/plugin-catalog-common": "^1.0.
|
|
57
|
-
"@backstage/plugin-catalog-react": "^1.10.0",
|
|
58
|
-
"@backstage/plugin-permission-react": "^0.4.
|
|
59
|
-
"@backstage/plugin-scaffolder-common": "^1.5.0",
|
|
60
|
-
"@backstage/plugin-scaffolder-react": "^1.8.0",
|
|
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.0",
|
|
50
|
+
"@backstage/core-components": "^0.14.1-next.0",
|
|
51
|
+
"@backstage/core-plugin-api": "^1.9.1-next.0",
|
|
52
|
+
"@backstage/errors": "^1.2.4-next.0",
|
|
53
|
+
"@backstage/frontend-plugin-api": "^0.6.1-next.0",
|
|
54
|
+
"@backstage/integration": "^1.9.1-next.0",
|
|
55
|
+
"@backstage/integration-react": "^1.1.25-next.0",
|
|
56
|
+
"@backstage/plugin-catalog-common": "^1.0.22-next.0",
|
|
57
|
+
"@backstage/plugin-catalog-react": "^1.10.1-next.0",
|
|
58
|
+
"@backstage/plugin-permission-react": "^0.4.21-next.0",
|
|
59
|
+
"@backstage/plugin-scaffolder-common": "^1.5.1-next.0",
|
|
60
|
+
"@backstage/plugin-scaffolder-react": "^1.8.1-next.0",
|
|
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.0",
|
|
99
|
-
"@backstage/dev-utils": "^1.0.
|
|
100
|
-
"@backstage/plugin-catalog": "^1.17.0",
|
|
101
|
-
"@backstage/test-utils": "^1.5.0",
|
|
97
|
+
"@backstage/cli": "^0.25.3-next.0",
|
|
98
|
+
"@backstage/core-app-api": "^1.12.1-next.0",
|
|
99
|
+
"@backstage/dev-utils": "^1.0.28-next.0",
|
|
100
|
+
"@backstage/plugin-catalog": "^1.17.1-next.0",
|
|
101
|
+
"@backstage/test-utils": "^1.5.1-next.0",
|
|
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",
|