@backstage/plugin-scaffolder-backend 1.26.3-next.0 → 1.27.0-next.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 +34 -0
- package/alpha/package.json +1 -1
- package/package.json +22 -22
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,39 @@
|
|
|
1
1
|
# @backstage/plugin-scaffolder-backend
|
|
2
2
|
|
|
3
|
+
## 1.27.0-next.1
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 0587633: Bumped the `isolated-vm` dependency from v4 to v5, which drops support for Node.js v16.
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies
|
|
12
|
+
- @backstage/plugin-scaffolder-backend-module-bitbucket-server@0.2.2-next.1
|
|
13
|
+
- @backstage/plugin-scaffolder-backend-module-bitbucket-cloud@0.2.2-next.1
|
|
14
|
+
- @backstage/backend-defaults@0.5.3-next.1
|
|
15
|
+
- @backstage/backend-plugin-api@1.0.2-next.1
|
|
16
|
+
- @backstage/catalog-client@1.8.0-next.0
|
|
17
|
+
- @backstage/catalog-model@1.7.0
|
|
18
|
+
- @backstage/config@1.2.0
|
|
19
|
+
- @backstage/errors@1.2.4
|
|
20
|
+
- @backstage/integration@1.15.1
|
|
21
|
+
- @backstage/types@1.1.1
|
|
22
|
+
- @backstage/plugin-auth-node@0.5.4-next.1
|
|
23
|
+
- @backstage/plugin-bitbucket-cloud-common@0.2.24
|
|
24
|
+
- @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.2.2-next.1
|
|
25
|
+
- @backstage/plugin-catalog-node@1.14.0-next.1
|
|
26
|
+
- @backstage/plugin-permission-common@0.8.1
|
|
27
|
+
- @backstage/plugin-permission-node@0.8.5-next.1
|
|
28
|
+
- @backstage/plugin-scaffolder-backend-module-azure@0.2.2-next.1
|
|
29
|
+
- @backstage/plugin-scaffolder-backend-module-bitbucket@0.3.2-next.1
|
|
30
|
+
- @backstage/plugin-scaffolder-backend-module-gerrit@0.2.2-next.1
|
|
31
|
+
- @backstage/plugin-scaffolder-backend-module-gitea@0.2.2-next.1
|
|
32
|
+
- @backstage/plugin-scaffolder-backend-module-github@0.5.2-next.1
|
|
33
|
+
- @backstage/plugin-scaffolder-backend-module-gitlab@0.6.1-next.1
|
|
34
|
+
- @backstage/plugin-scaffolder-common@1.5.6
|
|
35
|
+
- @backstage/plugin-scaffolder-node@0.5.1-next.1
|
|
36
|
+
|
|
3
37
|
## 1.26.3-next.0
|
|
4
38
|
|
|
5
39
|
### Patch Changes
|
package/alpha/package.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-scaffolder-backend",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.27.0-next.1",
|
|
4
4
|
"description": "The Backstage backend plugin that helps you create new things",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "backend-plugin",
|
|
@@ -63,29 +63,29 @@
|
|
|
63
63
|
},
|
|
64
64
|
"dependencies": {
|
|
65
65
|
"@backstage/backend-common": "^0.25.0",
|
|
66
|
-
"@backstage/backend-defaults": "0.5.3-next.
|
|
67
|
-
"@backstage/backend-plugin-api": "1.0.2-next.
|
|
66
|
+
"@backstage/backend-defaults": "0.5.3-next.1",
|
|
67
|
+
"@backstage/backend-plugin-api": "1.0.2-next.1",
|
|
68
68
|
"@backstage/catalog-client": "1.8.0-next.0",
|
|
69
69
|
"@backstage/catalog-model": "1.7.0",
|
|
70
70
|
"@backstage/config": "1.2.0",
|
|
71
71
|
"@backstage/errors": "1.2.4",
|
|
72
72
|
"@backstage/integration": "1.15.1",
|
|
73
|
-
"@backstage/plugin-auth-node": "0.5.4-next.
|
|
73
|
+
"@backstage/plugin-auth-node": "0.5.4-next.1",
|
|
74
74
|
"@backstage/plugin-bitbucket-cloud-common": "0.2.24",
|
|
75
|
-
"@backstage/plugin-catalog-backend-module-scaffolder-entity-model": "0.2.2-next.
|
|
76
|
-
"@backstage/plugin-catalog-node": "1.14.0-next.
|
|
75
|
+
"@backstage/plugin-catalog-backend-module-scaffolder-entity-model": "0.2.2-next.1",
|
|
76
|
+
"@backstage/plugin-catalog-node": "1.14.0-next.1",
|
|
77
77
|
"@backstage/plugin-permission-common": "0.8.1",
|
|
78
|
-
"@backstage/plugin-permission-node": "0.8.5-next.
|
|
79
|
-
"@backstage/plugin-scaffolder-backend-module-azure": "0.2.2-next.
|
|
80
|
-
"@backstage/plugin-scaffolder-backend-module-bitbucket": "0.3.2-next.
|
|
81
|
-
"@backstage/plugin-scaffolder-backend-module-bitbucket-cloud": "0.2.2-next.
|
|
82
|
-
"@backstage/plugin-scaffolder-backend-module-bitbucket-server": "0.2.2-next.
|
|
83
|
-
"@backstage/plugin-scaffolder-backend-module-gerrit": "0.2.2-next.
|
|
84
|
-
"@backstage/plugin-scaffolder-backend-module-gitea": "0.2.2-next.
|
|
85
|
-
"@backstage/plugin-scaffolder-backend-module-github": "0.5.2-next.
|
|
86
|
-
"@backstage/plugin-scaffolder-backend-module-gitlab": "0.6.1-next.
|
|
78
|
+
"@backstage/plugin-permission-node": "0.8.5-next.1",
|
|
79
|
+
"@backstage/plugin-scaffolder-backend-module-azure": "0.2.2-next.1",
|
|
80
|
+
"@backstage/plugin-scaffolder-backend-module-bitbucket": "0.3.2-next.1",
|
|
81
|
+
"@backstage/plugin-scaffolder-backend-module-bitbucket-cloud": "0.2.2-next.1",
|
|
82
|
+
"@backstage/plugin-scaffolder-backend-module-bitbucket-server": "0.2.2-next.1",
|
|
83
|
+
"@backstage/plugin-scaffolder-backend-module-gerrit": "0.2.2-next.1",
|
|
84
|
+
"@backstage/plugin-scaffolder-backend-module-gitea": "0.2.2-next.1",
|
|
85
|
+
"@backstage/plugin-scaffolder-backend-module-github": "0.5.2-next.1",
|
|
86
|
+
"@backstage/plugin-scaffolder-backend-module-gitlab": "0.6.1-next.1",
|
|
87
87
|
"@backstage/plugin-scaffolder-common": "1.5.6",
|
|
88
|
-
"@backstage/plugin-scaffolder-node": "0.5.1-next.
|
|
88
|
+
"@backstage/plugin-scaffolder-node": "0.5.1-next.1",
|
|
89
89
|
"@backstage/types": "1.1.1",
|
|
90
90
|
"@opentelemetry/api": "^1.3.0",
|
|
91
91
|
"@types/express": "^4.17.6",
|
|
@@ -96,7 +96,7 @@
|
|
|
96
96
|
"fs-extra": "^11.2.0",
|
|
97
97
|
"globby": "^11.0.0",
|
|
98
98
|
"isbinaryfile": "^5.0.0",
|
|
99
|
-
"isolated-vm": "^
|
|
99
|
+
"isolated-vm": "^5.0.1",
|
|
100
100
|
"jsonschema": "^1.2.6",
|
|
101
101
|
"knex": "^3.0.0",
|
|
102
102
|
"lodash": "^4.17.21",
|
|
@@ -116,11 +116,11 @@
|
|
|
116
116
|
"zod": "^3.22.4"
|
|
117
117
|
},
|
|
118
118
|
"devDependencies": {
|
|
119
|
-
"@backstage/backend-app-api": "1.0.2-next.
|
|
120
|
-
"@backstage/backend-defaults": "0.5.3-next.
|
|
121
|
-
"@backstage/backend-test-utils": "1.0.3-next.
|
|
122
|
-
"@backstage/cli": "0.29.0-next.
|
|
123
|
-
"@backstage/plugin-scaffolder-node-test-utils": "0.1.15-next.
|
|
119
|
+
"@backstage/backend-app-api": "1.0.2-next.1",
|
|
120
|
+
"@backstage/backend-defaults": "0.5.3-next.1",
|
|
121
|
+
"@backstage/backend-test-utils": "1.0.3-next.1",
|
|
122
|
+
"@backstage/cli": "0.29.0-next.1",
|
|
123
|
+
"@backstage/plugin-scaffolder-node-test-utils": "0.1.15-next.1",
|
|
124
124
|
"@types/fs-extra": "^11.0.0",
|
|
125
125
|
"@types/nunjucks": "^3.1.4",
|
|
126
126
|
"@types/supertest": "^2.0.8",
|