@backstage/plugin-scaffolder 1.9.0-next.1 → 1.9.0-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 +43 -0
- package/alpha/package.json +1 -1
- package/package.json +14 -14
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,48 @@
|
|
|
1
1
|
# @backstage/plugin-scaffolder
|
|
2
2
|
|
|
3
|
+
## 1.9.0-next.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- @backstage/core-components@0.12.1-next.3
|
|
9
|
+
- @backstage/catalog-client@1.2.0-next.1
|
|
10
|
+
- @backstage/catalog-model@1.1.4-next.1
|
|
11
|
+
- @backstage/config@1.0.5-next.1
|
|
12
|
+
- @backstage/core-plugin-api@1.2.0-next.2
|
|
13
|
+
- @backstage/errors@1.1.4-next.1
|
|
14
|
+
- @backstage/integration@1.4.1-next.1
|
|
15
|
+
- @backstage/integration-react@1.1.7-next.3
|
|
16
|
+
- @backstage/theme@0.2.16
|
|
17
|
+
- @backstage/types@1.0.2-next.1
|
|
18
|
+
- @backstage/plugin-catalog-common@1.0.9-next.2
|
|
19
|
+
- @backstage/plugin-catalog-react@1.2.2-next.3
|
|
20
|
+
- @backstage/plugin-permission-react@0.4.8-next.2
|
|
21
|
+
- @backstage/plugin-scaffolder-common@1.2.3-next.1
|
|
22
|
+
|
|
23
|
+
## 1.9.0-next.2
|
|
24
|
+
|
|
25
|
+
### Patch Changes
|
|
26
|
+
|
|
27
|
+
- 5fb6d5e92e: Updated dependency `@react-hookz/web` to `^19.0.0`.
|
|
28
|
+
- 146378c146: Updated dependency `@react-hookz/web` to `^20.0.0`.
|
|
29
|
+
- 9b606366bf: Bump `json-schema-library` to version `^7.3.9` which does not pull in the `gson-pointer` library
|
|
30
|
+
- Updated dependencies
|
|
31
|
+
- @backstage/core-plugin-api@1.2.0-next.2
|
|
32
|
+
- @backstage/core-components@0.12.1-next.2
|
|
33
|
+
- @backstage/plugin-catalog-react@1.2.2-next.2
|
|
34
|
+
- @backstage/integration-react@1.1.7-next.2
|
|
35
|
+
- @backstage/plugin-permission-react@0.4.8-next.2
|
|
36
|
+
- @backstage/catalog-client@1.2.0-next.1
|
|
37
|
+
- @backstage/catalog-model@1.1.4-next.1
|
|
38
|
+
- @backstage/config@1.0.5-next.1
|
|
39
|
+
- @backstage/errors@1.1.4-next.1
|
|
40
|
+
- @backstage/integration@1.4.1-next.1
|
|
41
|
+
- @backstage/theme@0.2.16
|
|
42
|
+
- @backstage/types@1.0.2-next.1
|
|
43
|
+
- @backstage/plugin-catalog-common@1.0.9-next.2
|
|
44
|
+
- @backstage/plugin-scaffolder-common@1.2.3-next.1
|
|
45
|
+
|
|
3
46
|
## 1.9.0-next.1
|
|
4
47
|
|
|
5
48
|
### Patch 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.9.0-next.
|
|
4
|
+
"version": "1.9.0-next.3",
|
|
5
5
|
"main": "dist/index.esm.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
7
|
"license": "Apache-2.0",
|
|
@@ -36,14 +36,14 @@
|
|
|
36
36
|
"@backstage/catalog-client": "^1.2.0-next.1",
|
|
37
37
|
"@backstage/catalog-model": "^1.1.4-next.1",
|
|
38
38
|
"@backstage/config": "^1.0.5-next.1",
|
|
39
|
-
"@backstage/core-components": "^0.12.1-next.
|
|
40
|
-
"@backstage/core-plugin-api": "^1.
|
|
39
|
+
"@backstage/core-components": "^0.12.1-next.3",
|
|
40
|
+
"@backstage/core-plugin-api": "^1.2.0-next.2",
|
|
41
41
|
"@backstage/errors": "^1.1.4-next.1",
|
|
42
42
|
"@backstage/integration": "^1.4.1-next.1",
|
|
43
|
-
"@backstage/integration-react": "^1.1.7-next.
|
|
44
|
-
"@backstage/plugin-catalog-common": "^1.0.9-next.
|
|
45
|
-
"@backstage/plugin-catalog-react": "^1.2.2-next.
|
|
46
|
-
"@backstage/plugin-permission-react": "^0.4.8-next.
|
|
43
|
+
"@backstage/integration-react": "^1.1.7-next.3",
|
|
44
|
+
"@backstage/plugin-catalog-common": "^1.0.9-next.2",
|
|
45
|
+
"@backstage/plugin-catalog-react": "^1.2.2-next.3",
|
|
46
|
+
"@backstage/plugin-permission-react": "^0.4.8-next.2",
|
|
47
47
|
"@backstage/plugin-scaffolder-common": "^1.2.3-next.1",
|
|
48
48
|
"@backstage/theme": "^0.2.16",
|
|
49
49
|
"@backstage/types": "^1.0.2-next.1",
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"@material-ui/core": "^4.12.2",
|
|
54
54
|
"@material-ui/icons": "^4.9.1",
|
|
55
55
|
"@material-ui/lab": "4.0.0-alpha.57",
|
|
56
|
-
"@react-hookz/web": "^
|
|
56
|
+
"@react-hookz/web": "^20.0.0",
|
|
57
57
|
"@rjsf/core": "^3.2.1",
|
|
58
58
|
"@rjsf/core-v5": "npm:@rjsf/core@^5.0.0-beta.12",
|
|
59
59
|
"@rjsf/material-ui": "^3.2.1",
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
"humanize-duration": "^3.25.1",
|
|
68
68
|
"immer": "^9.0.1",
|
|
69
69
|
"json-schema": "^0.4.0",
|
|
70
|
-
"json-schema-library": "^7.
|
|
70
|
+
"json-schema-library": "^7.3.9",
|
|
71
71
|
"lodash": "^4.17.21",
|
|
72
72
|
"luxon": "^3.0.0",
|
|
73
73
|
"qs": "^6.9.4",
|
|
@@ -85,11 +85,11 @@
|
|
|
85
85
|
"react-router-dom": "6.0.0-beta.0 || ^6.3.0"
|
|
86
86
|
},
|
|
87
87
|
"devDependencies": {
|
|
88
|
-
"@backstage/cli": "^0.21.2-next.
|
|
89
|
-
"@backstage/core-app-api": "^1.2.1-next.
|
|
90
|
-
"@backstage/dev-utils": "^1.0.9-next.
|
|
91
|
-
"@backstage/plugin-catalog": "^1.
|
|
92
|
-
"@backstage/test-utils": "^1.2.3-next.
|
|
88
|
+
"@backstage/cli": "^0.21.2-next.3",
|
|
89
|
+
"@backstage/core-app-api": "^1.2.1-next.3",
|
|
90
|
+
"@backstage/dev-utils": "^1.0.9-next.3",
|
|
91
|
+
"@backstage/plugin-catalog": "^1.7.0-next.3",
|
|
92
|
+
"@backstage/test-utils": "^1.2.3-next.3",
|
|
93
93
|
"@testing-library/jest-dom": "^5.10.1",
|
|
94
94
|
"@testing-library/react": "^12.1.3",
|
|
95
95
|
"@testing-library/react-hooks": "^8.0.0",
|