@backstage/plugin-scaffolder 1.35.1-next.2 → 1.35.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 +16 -0
- package/dist/plugins/scaffolder/package.json.esm.js +2 -2
- package/package.json +25 -25
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @backstage/plugin-scaffolder
|
|
2
2
|
|
|
3
|
+
## 1.35.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 9d75495: Fixed bug in RepoUrlPickerComponent component where repository names were not being autocompleted.
|
|
8
|
+
- 872eb91: Upgrade `zod-to-json-schema` to latest version
|
|
9
|
+
- Updated dependencies
|
|
10
|
+
- @backstage/frontend-plugin-api@0.13.3
|
|
11
|
+
- @backstage/core-components@0.18.5
|
|
12
|
+
- @backstage/integration@1.19.2
|
|
13
|
+
- @backstage/plugin-scaffolder-react@1.19.5
|
|
14
|
+
- @backstage/integration-react@1.2.14
|
|
15
|
+
- @backstage/plugin-catalog-react@1.21.5
|
|
16
|
+
- @backstage/plugin-scaffolder-common@1.7.5
|
|
17
|
+
- @backstage/plugin-techdocs-react@1.3.7
|
|
18
|
+
|
|
3
19
|
## 1.35.1-next.2
|
|
4
20
|
|
|
5
21
|
### Patch Changes
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
var name = "@backstage/plugin-scaffolder";
|
|
2
|
-
var version = "1.35.1
|
|
2
|
+
var version = "1.35.1";
|
|
3
3
|
var description = "The Backstage plugin that helps you create new things";
|
|
4
4
|
var backstage = {
|
|
5
5
|
role: "frontend-plugin",
|
|
@@ -101,7 +101,7 @@ var dependencies = {
|
|
|
101
101
|
"react-window": "^1.8.10",
|
|
102
102
|
yaml: "^2.0.0",
|
|
103
103
|
zod: "^3.22.4",
|
|
104
|
-
"zod-to-json-schema": "^3.
|
|
104
|
+
"zod-to-json-schema": "^3.25.1"
|
|
105
105
|
};
|
|
106
106
|
var devDependencies = {
|
|
107
107
|
"@backstage/cli": "workspace:^",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-scaffolder",
|
|
3
|
-
"version": "1.35.1
|
|
3
|
+
"version": "1.35.1",
|
|
4
4
|
"description": "The Backstage plugin that helps you create new things",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "frontend-plugin",
|
|
@@ -70,22 +70,22 @@
|
|
|
70
70
|
"test": "backstage-cli package test"
|
|
71
71
|
},
|
|
72
72
|
"dependencies": {
|
|
73
|
-
"@backstage/catalog-client": "1.12.1",
|
|
74
|
-
"@backstage/catalog-model": "1.7.6",
|
|
75
|
-
"@backstage/core-components": "0.18.5
|
|
76
|
-
"@backstage/core-plugin-api": "1.12.1",
|
|
77
|
-
"@backstage/errors": "1.2.7",
|
|
78
|
-
"@backstage/frontend-plugin-api": "0.13.
|
|
79
|
-
"@backstage/integration": "1.19.2
|
|
80
|
-
"@backstage/integration-react": "1.2.14
|
|
81
|
-
"@backstage/plugin-catalog-common": "1.1.7",
|
|
82
|
-
"@backstage/plugin-catalog-react": "1.21.5
|
|
83
|
-
"@backstage/plugin-permission-react": "0.4.39",
|
|
84
|
-
"@backstage/plugin-scaffolder-common": "1.7.5
|
|
85
|
-
"@backstage/plugin-scaffolder-react": "1.19.5
|
|
86
|
-
"@backstage/plugin-techdocs-common": "0.1.1",
|
|
87
|
-
"@backstage/plugin-techdocs-react": "1.3.7
|
|
88
|
-
"@backstage/types": "1.2.2",
|
|
73
|
+
"@backstage/catalog-client": "^1.12.1",
|
|
74
|
+
"@backstage/catalog-model": "^1.7.6",
|
|
75
|
+
"@backstage/core-components": "^0.18.5",
|
|
76
|
+
"@backstage/core-plugin-api": "^1.12.1",
|
|
77
|
+
"@backstage/errors": "^1.2.7",
|
|
78
|
+
"@backstage/frontend-plugin-api": "^0.13.3",
|
|
79
|
+
"@backstage/integration": "^1.19.2",
|
|
80
|
+
"@backstage/integration-react": "^1.2.14",
|
|
81
|
+
"@backstage/plugin-catalog-common": "^1.1.7",
|
|
82
|
+
"@backstage/plugin-catalog-react": "^1.21.5",
|
|
83
|
+
"@backstage/plugin-permission-react": "^0.4.39",
|
|
84
|
+
"@backstage/plugin-scaffolder-common": "^1.7.5",
|
|
85
|
+
"@backstage/plugin-scaffolder-react": "^1.19.5",
|
|
86
|
+
"@backstage/plugin-techdocs-common": "^0.1.1",
|
|
87
|
+
"@backstage/plugin-techdocs-react": "^1.3.7",
|
|
88
|
+
"@backstage/types": "^1.2.2",
|
|
89
89
|
"@codemirror/language": "^6.0.0",
|
|
90
90
|
"@codemirror/legacy-modes": "^6.1.0",
|
|
91
91
|
"@codemirror/view": "^6.0.0",
|
|
@@ -114,16 +114,16 @@
|
|
|
114
114
|
"react-window": "^1.8.10",
|
|
115
115
|
"yaml": "^2.0.0",
|
|
116
116
|
"zod": "^3.22.4",
|
|
117
|
-
"zod-to-json-schema": "^3.
|
|
117
|
+
"zod-to-json-schema": "^3.25.1"
|
|
118
118
|
},
|
|
119
119
|
"devDependencies": {
|
|
120
|
-
"@backstage/cli": "0.35.2
|
|
121
|
-
"@backstage/core-app-api": "1.19.3",
|
|
122
|
-
"@backstage/dev-utils": "1.1.19
|
|
123
|
-
"@backstage/plugin-catalog": "1.32.2
|
|
124
|
-
"@backstage/plugin-permission-common": "0.9.
|
|
125
|
-
"@backstage/plugin-techdocs": "1.16.2
|
|
126
|
-
"@backstage/test-utils": "1.7.14",
|
|
120
|
+
"@backstage/cli": "^0.35.2",
|
|
121
|
+
"@backstage/core-app-api": "^1.19.3",
|
|
122
|
+
"@backstage/dev-utils": "^1.1.19",
|
|
123
|
+
"@backstage/plugin-catalog": "^1.32.2",
|
|
124
|
+
"@backstage/plugin-permission-common": "^0.9.4",
|
|
125
|
+
"@backstage/plugin-techdocs": "^1.16.2",
|
|
126
|
+
"@backstage/test-utils": "^1.7.14",
|
|
127
127
|
"@testing-library/dom": "^10.0.0",
|
|
128
128
|
"@testing-library/jest-dom": "^6.0.0",
|
|
129
129
|
"@testing-library/react": "^16.0.0",
|