@backstage/plugin-scaffolder-backend 0.0.0-nightly-20220710025142 → 0.0.0-nightly-20220713025014
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 +38 -10
- package/alpha/package.json +1 -1
- package/package.json +13 -13
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @backstage/plugin-scaffolder-backend
|
|
2
2
|
|
|
3
|
-
## 0.0.0-nightly-
|
|
3
|
+
## 0.0.0-nightly-20220713025014
|
|
4
4
|
|
|
5
5
|
### Minor Changes
|
|
6
6
|
|
|
@@ -17,6 +17,7 @@
|
|
|
17
17
|
The field default is `false`. When true it will use the token configured in the gitlab integration for the matching host, to try and set the user logged in via `repoUrlPicker` `requestUserCredentials` OAuth flow as owner of the repository created in GitLab.
|
|
18
18
|
|
|
19
19
|
- a70869e775: Updated dependency `msw` to `^0.43.0`.
|
|
20
|
+
- 4e9a90e307: Updated dependency `luxon` to `^3.0.0`.
|
|
20
21
|
- 72622d9143: Updated dependency `yaml` to `^2.0.0`.
|
|
21
22
|
- 679b32172e: Updated dependency `knex` to `^2.0.0`.
|
|
22
23
|
- 511f49ee43: Updated dependency `octokit` to `^2.0.0`.
|
|
@@ -31,15 +32,42 @@
|
|
|
31
32
|
- SNYK-JS-PARSEURL-2936249
|
|
32
33
|
|
|
33
34
|
- Updated dependencies
|
|
34
|
-
- @backstage/backend-plugin-api@0.0.0-nightly-
|
|
35
|
-
- @backstage/backend
|
|
36
|
-
- @backstage/
|
|
37
|
-
- @backstage/catalog-model@0.0.0-nightly-
|
|
38
|
-
- @backstage/plugin-catalog-node@0.0.0-nightly-
|
|
39
|
-
- @backstage/catalog-client@0.0.0-nightly-
|
|
40
|
-
- @backstage/integration@0.0.0-nightly-
|
|
41
|
-
- @backstage/errors@0.0.0-nightly-
|
|
42
|
-
- @backstage/plugin-scaffolder-common@0.0.0-nightly-
|
|
35
|
+
- @backstage/backend-plugin-api@0.0.0-nightly-20220713025014
|
|
36
|
+
- @backstage/plugin-catalog-backend@0.0.0-nightly-20220713025014
|
|
37
|
+
- @backstage/backend-common@0.0.0-nightly-20220713025014
|
|
38
|
+
- @backstage/catalog-model@0.0.0-nightly-20220713025014
|
|
39
|
+
- @backstage/plugin-catalog-node@0.0.0-nightly-20220713025014
|
|
40
|
+
- @backstage/catalog-client@0.0.0-nightly-20220713025014
|
|
41
|
+
- @backstage/integration@0.0.0-nightly-20220713025014
|
|
42
|
+
- @backstage/errors@0.0.0-nightly-20220713025014
|
|
43
|
+
- @backstage/plugin-scaffolder-common@0.0.0-nightly-20220713025014
|
|
44
|
+
|
|
45
|
+
## 1.4.0-next.3
|
|
46
|
+
|
|
47
|
+
### Minor Changes
|
|
48
|
+
|
|
49
|
+
- 91c1d12123: Export experimental `scaffolderCatalogExtension` for the new backend system. This export is not considered stable and should not be used in production.
|
|
50
|
+
|
|
51
|
+
### Patch Changes
|
|
52
|
+
|
|
53
|
+
- ea6dcb84a4: Don't resolve symlinks, treat them as binary files and copy them as-is
|
|
54
|
+
- af02f54483: new setUserAsOwner flag for publish:gitlab action
|
|
55
|
+
|
|
56
|
+
The field default is `false`. When true it will use the token configured in the gitlab integration for the matching host, to try and set the user logged in via `repoUrlPicker` `requestUserCredentials` OAuth flow as owner of the repository created in GitLab.
|
|
57
|
+
|
|
58
|
+
- a70869e775: Updated dependency `msw` to `^0.43.0`.
|
|
59
|
+
- 4e9a90e307: Updated dependency `luxon` to `^3.0.0`.
|
|
60
|
+
- 72622d9143: Updated dependency `yaml` to `^2.0.0`.
|
|
61
|
+
- 511f49ee43: Updated dependency `octokit` to `^2.0.0`.
|
|
62
|
+
- 735853353b: Updated dependency `@octokit/webhooks` to `^10.0.0`.
|
|
63
|
+
- Updated dependencies
|
|
64
|
+
- @backstage/backend-plugin-api@0.1.0-next.0
|
|
65
|
+
- @backstage/plugin-catalog-backend@1.3.0-next.3
|
|
66
|
+
- @backstage/plugin-catalog-node@1.0.0-next.0
|
|
67
|
+
- @backstage/backend-common@0.14.1-next.3
|
|
68
|
+
- @backstage/catalog-client@1.0.4-next.2
|
|
69
|
+
- @backstage/integration@1.2.2-next.3
|
|
70
|
+
- @backstage/catalog-model@1.1.0-next.3
|
|
43
71
|
|
|
44
72
|
## 1.4.0-next.2
|
|
45
73
|
|
package/alpha/package.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-scaffolder-backend",
|
|
3
3
|
"description": "The Backstage backend plugin that helps you create new things",
|
|
4
|
-
"version": "0.0.0-nightly-
|
|
4
|
+
"version": "0.0.0-nightly-20220713025014",
|
|
5
5
|
"main": "dist/index.cjs.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
7
|
"license": "Apache-2.0",
|
|
@@ -35,16 +35,16 @@
|
|
|
35
35
|
"build:assets": "node scripts/build-nunjucks.js"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@backstage/backend-common": "0.0.0-nightly-
|
|
39
|
-
"@backstage/catalog-client": "0.0.0-nightly-
|
|
40
|
-
"@backstage/catalog-model": "0.0.0-nightly-
|
|
38
|
+
"@backstage/backend-common": "0.0.0-nightly-20220713025014",
|
|
39
|
+
"@backstage/catalog-client": "0.0.0-nightly-20220713025014",
|
|
40
|
+
"@backstage/catalog-model": "0.0.0-nightly-20220713025014",
|
|
41
41
|
"@backstage/config": "^1.0.1",
|
|
42
|
-
"@backstage/errors": "0.0.0-nightly-
|
|
43
|
-
"@backstage/integration": "0.0.0-nightly-
|
|
44
|
-
"@backstage/plugin-catalog-backend": "0.0.0-nightly-
|
|
45
|
-
"@backstage/plugin-scaffolder-common": "0.0.0-nightly-
|
|
46
|
-
"@backstage/backend-plugin-api": "0.0.0-nightly-
|
|
47
|
-
"@backstage/plugin-catalog-node": "0.0.0-nightly-
|
|
42
|
+
"@backstage/errors": "0.0.0-nightly-20220713025014",
|
|
43
|
+
"@backstage/integration": "0.0.0-nightly-20220713025014",
|
|
44
|
+
"@backstage/plugin-catalog-backend": "0.0.0-nightly-20220713025014",
|
|
45
|
+
"@backstage/plugin-scaffolder-common": "0.0.0-nightly-20220713025014",
|
|
46
|
+
"@backstage/backend-plugin-api": "0.0.0-nightly-20220713025014",
|
|
47
|
+
"@backstage/plugin-catalog-node": "0.0.0-nightly-20220713025014",
|
|
48
48
|
"@backstage/types": "^1.0.0",
|
|
49
49
|
"@gitbeaker/core": "^35.6.0",
|
|
50
50
|
"@gitbeaker/node": "^35.1.0",
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
"jsonschema": "^1.2.6",
|
|
65
65
|
"knex": "^2.0.0",
|
|
66
66
|
"lodash": "^4.17.21",
|
|
67
|
-
"luxon": "^
|
|
67
|
+
"luxon": "^3.0.0",
|
|
68
68
|
"morgan": "^1.10.0",
|
|
69
69
|
"node-fetch": "^2.6.7",
|
|
70
70
|
"nunjucks": "^3.2.3",
|
|
@@ -79,8 +79,8 @@
|
|
|
79
79
|
"zod": "^3.11.6"
|
|
80
80
|
},
|
|
81
81
|
"devDependencies": {
|
|
82
|
-
"@backstage/backend-test-utils": "0.0.0-nightly-
|
|
83
|
-
"@backstage/cli": "0.0.0-nightly-
|
|
82
|
+
"@backstage/backend-test-utils": "0.0.0-nightly-20220713025014",
|
|
83
|
+
"@backstage/cli": "0.0.0-nightly-20220713025014",
|
|
84
84
|
"@types/command-exists": "^1.2.0",
|
|
85
85
|
"@types/fs-extra": "^9.0.1",
|
|
86
86
|
"@types/git-url-parse": "^9.0.0",
|