@backstage/plugin-scaffolder 1.14.0-next.3 → 1.14.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 +28 -0
- package/alpha/package.json +1 -1
- package/package.json +21 -22
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,33 @@
|
|
|
1
1
|
# @backstage/plugin-scaffolder
|
|
2
2
|
|
|
3
|
+
## 1.14.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 464125e9b1ba: Added `MyGroupsPicker` field extension that will display a dropdown of groups a user is part of.
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- cda753a797b5: Forward `Authorization` header for `EventSource` when credentials are available.
|
|
12
|
+
- 2ff94da135a4: bump `rjsf` dependencies to 5.7.3
|
|
13
|
+
- 74b216ee4e50: Add `PropsWithChildren` to usages of `ComponentType`, in preparation for React 18 where the children are no longer implicit.
|
|
14
|
+
- Updated dependencies
|
|
15
|
+
- @backstage/core-plugin-api@1.5.2
|
|
16
|
+
- @backstage/catalog-client@1.4.2
|
|
17
|
+
- @backstage/plugin-scaffolder-react@1.5.0
|
|
18
|
+
- @backstage/core-components@0.13.2
|
|
19
|
+
- @backstage/types@1.1.0
|
|
20
|
+
- @backstage/theme@0.4.0
|
|
21
|
+
- @backstage/integration@1.5.0
|
|
22
|
+
- @backstage/plugin-catalog-react@1.7.0
|
|
23
|
+
- @backstage/catalog-model@1.4.0
|
|
24
|
+
- @backstage/errors@1.2.0
|
|
25
|
+
- @backstage/integration-react@1.1.14
|
|
26
|
+
- @backstage/plugin-permission-react@0.4.13
|
|
27
|
+
- @backstage/config@1.0.8
|
|
28
|
+
- @backstage/plugin-catalog-common@1.0.14
|
|
29
|
+
- @backstage/plugin-scaffolder-common@1.3.1
|
|
30
|
+
|
|
3
31
|
## 1.14.0-next.3
|
|
4
32
|
|
|
5
33
|
### 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.14.0
|
|
4
|
+
"version": "1.14.0",
|
|
5
5
|
"main": "./dist/index.esm.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
7
7
|
"license": "Apache-2.0",
|
|
@@ -43,21 +43,21 @@
|
|
|
43
43
|
"clean": "backstage-cli package clean"
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@backstage/catalog-client": "^1.4.2
|
|
47
|
-
"@backstage/catalog-model": "^1.4.0
|
|
48
|
-
"@backstage/config": "^1.0.
|
|
49
|
-
"@backstage/core-components": "^0.13.2
|
|
50
|
-
"@backstage/core-plugin-api": "^1.5.2
|
|
51
|
-
"@backstage/errors": "^1.2.0
|
|
52
|
-
"@backstage/integration": "^1.5.0
|
|
53
|
-
"@backstage/integration-react": "^1.1.14
|
|
54
|
-
"@backstage/plugin-catalog-common": "^1.0.14
|
|
55
|
-
"@backstage/plugin-catalog-react": "^1.7.0
|
|
56
|
-
"@backstage/plugin-permission-react": "^0.4.13
|
|
57
|
-
"@backstage/plugin-scaffolder-common": "^1.3.1
|
|
58
|
-
"@backstage/plugin-scaffolder-react": "^1.5.0
|
|
59
|
-
"@backstage/theme": "^0.4.0
|
|
60
|
-
"@backstage/types": "^1.0
|
|
46
|
+
"@backstage/catalog-client": "^1.4.2",
|
|
47
|
+
"@backstage/catalog-model": "^1.4.0",
|
|
48
|
+
"@backstage/config": "^1.0.8",
|
|
49
|
+
"@backstage/core-components": "^0.13.2",
|
|
50
|
+
"@backstage/core-plugin-api": "^1.5.2",
|
|
51
|
+
"@backstage/errors": "^1.2.0",
|
|
52
|
+
"@backstage/integration": "^1.5.0",
|
|
53
|
+
"@backstage/integration-react": "^1.1.14",
|
|
54
|
+
"@backstage/plugin-catalog-common": "^1.0.14",
|
|
55
|
+
"@backstage/plugin-catalog-react": "^1.7.0",
|
|
56
|
+
"@backstage/plugin-permission-react": "^0.4.13",
|
|
57
|
+
"@backstage/plugin-scaffolder-common": "^1.3.1",
|
|
58
|
+
"@backstage/plugin-scaffolder-react": "^1.5.0",
|
|
59
|
+
"@backstage/theme": "^0.4.0",
|
|
60
|
+
"@backstage/types": "^1.1.0",
|
|
61
61
|
"@codemirror/language": "^6.0.0",
|
|
62
62
|
"@codemirror/legacy-modes": "^6.1.0",
|
|
63
63
|
"@codemirror/view": "^6.0.0",
|
|
@@ -93,11 +93,11 @@
|
|
|
93
93
|
"react-router-dom": "6.0.0-beta.0 || ^6.3.0"
|
|
94
94
|
},
|
|
95
95
|
"devDependencies": {
|
|
96
|
-
"@backstage/cli": "^0.22.8
|
|
97
|
-
"@backstage/core-app-api": "^1.8.1
|
|
98
|
-
"@backstage/dev-utils": "^1.0.16
|
|
99
|
-
"@backstage/plugin-catalog": "^1.11.2
|
|
100
|
-
"@backstage/test-utils": "^1.4.0
|
|
96
|
+
"@backstage/cli": "^0.22.8",
|
|
97
|
+
"@backstage/core-app-api": "^1.8.1",
|
|
98
|
+
"@backstage/dev-utils": "^1.0.16",
|
|
99
|
+
"@backstage/plugin-catalog": "^1.11.2",
|
|
100
|
+
"@backstage/test-utils": "^1.4.0",
|
|
101
101
|
"@testing-library/dom": "^8.0.0",
|
|
102
102
|
"@testing-library/jest-dom": "^5.10.1",
|
|
103
103
|
"@testing-library/react": "^12.1.3",
|
|
@@ -106,7 +106,6 @@
|
|
|
106
106
|
"@types/humanize-duration": "^3.18.1",
|
|
107
107
|
"@types/json-schema": "^7.0.9",
|
|
108
108
|
"@types/node": "^16.11.26",
|
|
109
|
-
"cross-fetch": "^3.1.5",
|
|
110
109
|
"msw": "^1.0.0"
|
|
111
110
|
},
|
|
112
111
|
"files": [
|