@backstage/plugin-scaffolder-backend 1.9.1-next.0 → 1.10.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 +24 -0
- package/alpha/package.json +1 -1
- package/dist/index.alpha.d.ts +8 -4
- package/dist/index.beta.d.ts +8 -4
- package/dist/index.cjs.js +28 -3
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.d.ts +8 -4
- package/package.json +14 -14
package/dist/index.d.ts
CHANGED
|
@@ -289,6 +289,8 @@ gitAuthorName?: string | undefined;
|
|
|
289
289
|
gitAuthorEmail?: string | undefined;
|
|
290
290
|
allowRebaseMerge?: boolean | undefined;
|
|
291
291
|
allowSquashMerge?: boolean | undefined;
|
|
292
|
+
squashMergeCommitTitle?: "PR_TITLE" | "COMMIT_OR_PR_TITLE" | undefined;
|
|
293
|
+
squashMergeCommitMessage?: "PR_BODY" | "COMMIT_MESSAGES" | "BLANK" | undefined;
|
|
292
294
|
allowMergeCommit?: boolean | undefined;
|
|
293
295
|
allowAutoMerge?: boolean | undefined;
|
|
294
296
|
requireCodeOwnerReviews?: boolean | undefined;
|
|
@@ -303,10 +305,10 @@ requiredConversationResolution?: boolean | undefined;
|
|
|
303
305
|
repoVisibility?: "internal" | "private" | "public" | undefined;
|
|
304
306
|
collaborators?: ({
|
|
305
307
|
user: string;
|
|
306
|
-
access:
|
|
308
|
+
access: string;
|
|
307
309
|
} | {
|
|
308
310
|
team: string;
|
|
309
|
-
access:
|
|
311
|
+
access: string;
|
|
310
312
|
} | {
|
|
311
313
|
/** @deprecated This field is deprecated in favor of team */
|
|
312
314
|
username: string;
|
|
@@ -505,6 +507,8 @@ gitAuthorName?: string | undefined;
|
|
|
505
507
|
gitAuthorEmail?: string | undefined;
|
|
506
508
|
allowRebaseMerge?: boolean | undefined;
|
|
507
509
|
allowSquashMerge?: boolean | undefined;
|
|
510
|
+
squashMergeCommitTitle?: "PR_TITLE" | "COMMIT_OR_PR_TITLE" | undefined;
|
|
511
|
+
squashMergeCommitMessage?: "PR_BODY" | "COMMIT_MESSAGES" | "BLANK" | undefined;
|
|
508
512
|
allowMergeCommit?: boolean | undefined;
|
|
509
513
|
allowAutoMerge?: boolean | undefined;
|
|
510
514
|
sourcePath?: string | undefined;
|
|
@@ -521,10 +525,10 @@ requiredConversationResolution?: boolean | undefined;
|
|
|
521
525
|
repoVisibility?: "internal" | "private" | "public" | undefined;
|
|
522
526
|
collaborators?: ({
|
|
523
527
|
user: string;
|
|
524
|
-
access:
|
|
528
|
+
access: string;
|
|
525
529
|
} | {
|
|
526
530
|
team: string;
|
|
527
|
-
access:
|
|
531
|
+
access: string;
|
|
528
532
|
} | {
|
|
529
533
|
/** @deprecated This field is deprecated in favor of team */
|
|
530
534
|
username: string;
|
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": "1.
|
|
4
|
+
"version": "1.10.0-next.1",
|
|
5
5
|
"main": "dist/index.cjs.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
7
|
"license": "Apache-2.0",
|
|
@@ -34,18 +34,18 @@
|
|
|
34
34
|
"build:assets": "node scripts/build-nunjucks.js"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@backstage/backend-common": "^0.
|
|
38
|
-
"@backstage/backend-plugin-api": "^0.2.0",
|
|
39
|
-
"@backstage/backend-tasks": "^0.4.0",
|
|
40
|
-
"@backstage/catalog-client": "^1.3.0-next.
|
|
41
|
-
"@backstage/catalog-model": "^1.1.5-next.
|
|
42
|
-
"@backstage/config": "^1.0.
|
|
37
|
+
"@backstage/backend-common": "^0.18.0-next.0",
|
|
38
|
+
"@backstage/backend-plugin-api": "^0.2.1-next.0",
|
|
39
|
+
"@backstage/backend-tasks": "^0.4.1-next.0",
|
|
40
|
+
"@backstage/catalog-client": "^1.3.0-next.1",
|
|
41
|
+
"@backstage/catalog-model": "^1.1.5-next.1",
|
|
42
|
+
"@backstage/config": "^1.0.6-next.0",
|
|
43
43
|
"@backstage/errors": "^1.1.4",
|
|
44
|
-
"@backstage/integration": "^1.4.
|
|
45
|
-
"@backstage/plugin-auth-node": "^0.2.
|
|
46
|
-
"@backstage/plugin-catalog-backend": "^1.7.0-next.
|
|
47
|
-
"@backstage/plugin-catalog-node": "^1.3.1-next.
|
|
48
|
-
"@backstage/plugin-scaffolder-common": "^1.2.4-next.
|
|
44
|
+
"@backstage/integration": "^1.4.2-next.0",
|
|
45
|
+
"@backstage/plugin-auth-node": "^0.2.9-next.0",
|
|
46
|
+
"@backstage/plugin-catalog-backend": "^1.7.0-next.1",
|
|
47
|
+
"@backstage/plugin-catalog-node": "^1.3.1-next.1",
|
|
48
|
+
"@backstage/plugin-scaffolder-common": "^1.2.4-next.1",
|
|
49
49
|
"@backstage/types": "^1.0.2",
|
|
50
50
|
"@gitbeaker/core": "^35.6.0",
|
|
51
51
|
"@gitbeaker/node": "^35.1.0",
|
|
@@ -82,8 +82,8 @@
|
|
|
82
82
|
"zod": "~3.18.0"
|
|
83
83
|
},
|
|
84
84
|
"devDependencies": {
|
|
85
|
-
"@backstage/backend-test-utils": "^0.1.32-next.
|
|
86
|
-
"@backstage/cli": "^0.22.1-next.
|
|
85
|
+
"@backstage/backend-test-utils": "^0.1.32-next.1",
|
|
86
|
+
"@backstage/cli": "^0.22.1-next.1",
|
|
87
87
|
"@types/command-exists": "^1.2.0",
|
|
88
88
|
"@types/fs-extra": "^9.0.1",
|
|
89
89
|
"@types/git-url-parse": "^9.0.0",
|