@backstage/plugin-scaffolder 1.19.3-next.1 → 1.19.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 +27 -0
- package/alpha/package.json +1 -1
- package/package.json +18 -18
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,32 @@
|
|
|
1
1
|
# @backstage/plugin-scaffolder
|
|
2
2
|
|
|
3
|
+
## 1.19.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 4f1f6ca: Use default value for `MyGroupsPicker` if provided
|
|
8
|
+
- 605c971: Allow the task list search to work on the Scaffolder template title.
|
|
9
|
+
- abfbcfc: Updated dependency `@testing-library/react` to `^15.0.0`.
|
|
10
|
+
- 87d2eb8: Updated dependency `json-schema-library` to `^9.0.0`.
|
|
11
|
+
- cb1e3b0: Updated dependency `@testing-library/dom` to `^10.0.0`.
|
|
12
|
+
- 419e948: Don't show login prompt if token is set in the state
|
|
13
|
+
- Updated dependencies
|
|
14
|
+
- @backstage/plugin-catalog-react@1.11.3
|
|
15
|
+
- @backstage/core-compat-api@0.2.4
|
|
16
|
+
- @backstage/core-components@0.14.4
|
|
17
|
+
- @backstage/core-plugin-api@1.9.2
|
|
18
|
+
- @backstage/frontend-plugin-api@0.6.4
|
|
19
|
+
- @backstage/plugin-permission-react@0.4.22
|
|
20
|
+
- @backstage/plugin-scaffolder-react@1.8.4
|
|
21
|
+
- @backstage/integration-react@1.1.26
|
|
22
|
+
- @backstage/catalog-client@1.6.4
|
|
23
|
+
- @backstage/integration@1.10.0
|
|
24
|
+
- @backstage/catalog-model@1.4.5
|
|
25
|
+
- @backstage/errors@1.2.4
|
|
26
|
+
- @backstage/types@1.1.1
|
|
27
|
+
- @backstage/plugin-catalog-common@1.0.22
|
|
28
|
+
- @backstage/plugin-scaffolder-common@1.5.1
|
|
29
|
+
|
|
3
30
|
## 1.19.3-next.1
|
|
4
31
|
|
|
5
32
|
### Patch Changes
|
package/alpha/package.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-scaffolder",
|
|
3
|
-
"version": "1.19.3
|
|
3
|
+
"version": "1.19.3",
|
|
4
4
|
"description": "The Backstage plugin that helps you create new things",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "frontend-plugin"
|
|
@@ -48,20 +48,20 @@
|
|
|
48
48
|
"test": "backstage-cli package test"
|
|
49
49
|
},
|
|
50
50
|
"dependencies": {
|
|
51
|
-
"@backstage/catalog-client": "^1.6.4
|
|
51
|
+
"@backstage/catalog-client": "^1.6.4",
|
|
52
52
|
"@backstage/catalog-model": "^1.4.5",
|
|
53
|
-
"@backstage/core-compat-api": "^0.2.4
|
|
54
|
-
"@backstage/core-components": "^0.14.4
|
|
55
|
-
"@backstage/core-plugin-api": "^1.9.
|
|
53
|
+
"@backstage/core-compat-api": "^0.2.4",
|
|
54
|
+
"@backstage/core-components": "^0.14.4",
|
|
55
|
+
"@backstage/core-plugin-api": "^1.9.2",
|
|
56
56
|
"@backstage/errors": "^1.2.4",
|
|
57
|
-
"@backstage/frontend-plugin-api": "^0.6.4
|
|
58
|
-
"@backstage/integration": "^1.10.0
|
|
59
|
-
"@backstage/integration-react": "^1.1.26
|
|
57
|
+
"@backstage/frontend-plugin-api": "^0.6.4",
|
|
58
|
+
"@backstage/integration": "^1.10.0",
|
|
59
|
+
"@backstage/integration-react": "^1.1.26",
|
|
60
60
|
"@backstage/plugin-catalog-common": "^1.0.22",
|
|
61
|
-
"@backstage/plugin-catalog-react": "^1.11.3
|
|
62
|
-
"@backstage/plugin-permission-react": "^0.4.
|
|
61
|
+
"@backstage/plugin-catalog-react": "^1.11.3",
|
|
62
|
+
"@backstage/plugin-permission-react": "^0.4.22",
|
|
63
63
|
"@backstage/plugin-scaffolder-common": "^1.5.1",
|
|
64
|
-
"@backstage/plugin-scaffolder-react": "^1.8.4
|
|
64
|
+
"@backstage/plugin-scaffolder-react": "^1.8.4",
|
|
65
65
|
"@backstage/types": "^1.1.1",
|
|
66
66
|
"@codemirror/language": "^6.0.0",
|
|
67
67
|
"@codemirror/legacy-modes": "^6.1.0",
|
|
@@ -93,14 +93,14 @@
|
|
|
93
93
|
"zod-to-json-schema": "^3.20.4"
|
|
94
94
|
},
|
|
95
95
|
"devDependencies": {
|
|
96
|
-
"@backstage/cli": "^0.26.3
|
|
97
|
-
"@backstage/core-app-api": "^1.12.4
|
|
98
|
-
"@backstage/dev-utils": "^1.0.31
|
|
99
|
-
"@backstage/plugin-catalog": "^1.19.0
|
|
100
|
-
"@backstage/test-utils": "^1.5.4
|
|
101
|
-
"@testing-library/dom": "^
|
|
96
|
+
"@backstage/cli": "^0.26.3",
|
|
97
|
+
"@backstage/core-app-api": "^1.12.4",
|
|
98
|
+
"@backstage/dev-utils": "^1.0.31",
|
|
99
|
+
"@backstage/plugin-catalog": "^1.19.0",
|
|
100
|
+
"@backstage/test-utils": "^1.5.4",
|
|
101
|
+
"@testing-library/dom": "^10.0.0",
|
|
102
102
|
"@testing-library/jest-dom": "^6.0.0",
|
|
103
|
-
"@testing-library/react": "^
|
|
103
|
+
"@testing-library/react": "^15.0.0",
|
|
104
104
|
"@testing-library/user-event": "^14.0.0",
|
|
105
105
|
"@types/humanize-duration": "^3.18.1",
|
|
106
106
|
"@types/json-schema": "^7.0.9",
|