@backstage/plugin-scaffolder-backend 1.8.0-next.0 → 1.8.0-next.2
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 +31 -0
- package/alpha/package.json +1 -1
- package/dist/index.alpha.d.ts +17 -1
- package/dist/index.beta.d.ts +17 -1
- package/dist/index.cjs.js +89 -42
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.d.ts +17 -1
- package/package.json +10 -10
package/dist/index.d.ts
CHANGED
|
@@ -292,6 +292,11 @@ allowSquashMerge?: boolean | undefined;
|
|
|
292
292
|
allowMergeCommit?: boolean | undefined;
|
|
293
293
|
allowAutoMerge?: boolean | undefined;
|
|
294
294
|
requireCodeOwnerReviews?: boolean | undefined;
|
|
295
|
+
bypassPullRequestAllowances?: {
|
|
296
|
+
users?: string[] | undefined;
|
|
297
|
+
teams?: string[] | undefined;
|
|
298
|
+
apps?: string[] | undefined;
|
|
299
|
+
} | undefined;
|
|
295
300
|
requiredStatusCheckContexts?: string[] | undefined;
|
|
296
301
|
requireBranchesToBeUpToDate?: boolean | undefined;
|
|
297
302
|
repoVisibility?: "internal" | "private" | "public" | undefined;
|
|
@@ -330,6 +335,11 @@ gitCommitMessage?: string | undefined;
|
|
|
330
335
|
gitAuthorName?: string | undefined;
|
|
331
336
|
gitAuthorEmail?: string | undefined;
|
|
332
337
|
requireCodeOwnerReviews?: boolean | undefined;
|
|
338
|
+
bypassPullRequestAllowances?: {
|
|
339
|
+
users?: string[];
|
|
340
|
+
teams?: string[];
|
|
341
|
+
apps?: string[];
|
|
342
|
+
} | undefined;
|
|
333
343
|
requiredStatusCheckContexts?: string[] | undefined;
|
|
334
344
|
requireBranchesToBeUpToDate?: boolean | undefined;
|
|
335
345
|
sourcePath?: string | undefined;
|
|
@@ -492,6 +502,11 @@ allowSquashMerge?: boolean | undefined;
|
|
|
492
502
|
allowMergeCommit?: boolean | undefined;
|
|
493
503
|
allowAutoMerge?: boolean | undefined;
|
|
494
504
|
sourcePath?: string | undefined;
|
|
505
|
+
bypassPullRequestAllowances?: {
|
|
506
|
+
users?: string[];
|
|
507
|
+
teams?: string[];
|
|
508
|
+
apps?: string[];
|
|
509
|
+
} | undefined;
|
|
495
510
|
requireCodeOwnerReviews?: boolean | undefined;
|
|
496
511
|
requiredStatusCheckContexts?: string[] | undefined;
|
|
497
512
|
requireBranchesToBeUpToDate?: boolean | undefined;
|
|
@@ -547,6 +562,7 @@ gitCommitMessage?: string | undefined;
|
|
|
547
562
|
gitAuthorName?: string | undefined;
|
|
548
563
|
gitAuthorEmail?: string | undefined;
|
|
549
564
|
setUserAsOwner?: boolean | undefined;
|
|
565
|
+
topics?: string[] | undefined;
|
|
550
566
|
}>;
|
|
551
567
|
|
|
552
568
|
/**
|
|
@@ -565,7 +581,7 @@ sourcePath?: string | undefined;
|
|
|
565
581
|
targetPath?: string | undefined;
|
|
566
582
|
token?: string | undefined;
|
|
567
583
|
commitAction?: "update" | "create" | "delete" | undefined;
|
|
568
|
-
/** @deprecated
|
|
584
|
+
/** @deprecated projectID passed as query parameters in the repoUrl */
|
|
569
585
|
projectid?: string | undefined;
|
|
570
586
|
removeSourceBranch?: boolean | undefined;
|
|
571
587
|
assignee?: string | undefined;
|
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.8.0-next.
|
|
4
|
+
"version": "1.8.0-next.2",
|
|
5
5
|
"main": "dist/index.cjs.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
7
|
"license": "Apache-2.0",
|
|
@@ -34,17 +34,17 @@
|
|
|
34
34
|
"build:assets": "node scripts/build-nunjucks.js"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@backstage/backend-common": "^0.16.0-next.
|
|
38
|
-
"@backstage/backend-plugin-api": "^0.1.4-next.
|
|
39
|
-
"@backstage/backend-tasks": "^0.3.7-next.
|
|
37
|
+
"@backstage/backend-common": "^0.16.0-next.1",
|
|
38
|
+
"@backstage/backend-plugin-api": "^0.1.4-next.1",
|
|
39
|
+
"@backstage/backend-tasks": "^0.3.7-next.1",
|
|
40
40
|
"@backstage/catalog-client": "^1.1.2-next.0",
|
|
41
41
|
"@backstage/catalog-model": "^1.1.3-next.0",
|
|
42
42
|
"@backstage/config": "^1.0.4-next.0",
|
|
43
43
|
"@backstage/errors": "^1.1.3-next.0",
|
|
44
44
|
"@backstage/integration": "^1.4.0-next.0",
|
|
45
|
-
"@backstage/plugin-auth-node": "^0.2.7-next.
|
|
46
|
-
"@backstage/plugin-catalog-backend": "^1.5.1-next.
|
|
47
|
-
"@backstage/plugin-catalog-node": "^1.2.1-next.
|
|
45
|
+
"@backstage/plugin-auth-node": "^0.2.7-next.1",
|
|
46
|
+
"@backstage/plugin-catalog-backend": "^1.5.1-next.1",
|
|
47
|
+
"@backstage/plugin-catalog-node": "^1.2.1-next.1",
|
|
48
48
|
"@backstage/plugin-scaffolder-common": "^1.2.2-next.0",
|
|
49
49
|
"@backstage/types": "^1.0.1-next.0",
|
|
50
50
|
"@gitbeaker/core": "^35.6.0",
|
|
@@ -81,8 +81,8 @@
|
|
|
81
81
|
"zod": "^3.11.6"
|
|
82
82
|
},
|
|
83
83
|
"devDependencies": {
|
|
84
|
-
"@backstage/backend-test-utils": "^0.1.30-next.
|
|
85
|
-
"@backstage/cli": "^0.21.0-next.
|
|
84
|
+
"@backstage/backend-test-utils": "^0.1.30-next.1",
|
|
85
|
+
"@backstage/cli": "^0.21.0-next.1",
|
|
86
86
|
"@types/command-exists": "^1.2.0",
|
|
87
87
|
"@types/fs-extra": "^9.0.1",
|
|
88
88
|
"@types/git-url-parse": "^9.0.0",
|
|
@@ -90,7 +90,7 @@
|
|
|
90
90
|
"@types/nunjucks": "^3.1.4",
|
|
91
91
|
"@types/supertest": "^2.0.8",
|
|
92
92
|
"@types/zen-observable": "^0.8.0",
|
|
93
|
-
"esbuild": "^0.
|
|
93
|
+
"esbuild": "^0.15.0",
|
|
94
94
|
"jest-when": "^3.1.0",
|
|
95
95
|
"mock-fs": "^5.1.0",
|
|
96
96
|
"msw": "^0.47.0",
|