@backstage/plugin-scaffolder-backend 1.9.1-next.0 → 1.10.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/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: 'pull' | 'push' | 'admin' | 'maintain' | 'triage';
308
+ access: string;
307
309
  } | {
308
310
  team: string;
309
- access: 'pull' | 'push' | 'admin' | 'maintain' | 'triage';
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: 'pull' | 'push' | 'admin' | 'maintain' | 'triage';
528
+ access: string;
525
529
  } | {
526
530
  team: string;
527
- access: 'pull' | 'push' | 'admin' | 'maintain' | 'triage';
531
+ access: string;
528
532
  } | {
529
533
  /** @deprecated This field is deprecated in favor of team */
530
534
  username: string;
@@ -1041,6 +1045,10 @@ export declare class TaskWorker {
1041
1045
  export declare type TemplateAction<Input extends JsonObject> = {
1042
1046
  id: string;
1043
1047
  description?: string;
1048
+ examples?: {
1049
+ description: string;
1050
+ example: string;
1051
+ }[];
1044
1052
  supportsDryRun?: boolean;
1045
1053
  schema?: {
1046
1054
  input?: Schema;
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.9.1-next.0",
4
+ "version": "1.10.0-next.2",
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.17.0",
38
- "@backstage/backend-plugin-api": "^0.2.0",
39
- "@backstage/backend-tasks": "^0.4.0",
40
- "@backstage/catalog-client": "^1.3.0-next.0",
41
- "@backstage/catalog-model": "^1.1.5-next.0",
42
- "@backstage/config": "^1.0.5",
37
+ "@backstage/backend-common": "^0.18.0-next.1",
38
+ "@backstage/backend-plugin-api": "^0.3.0-next.1",
39
+ "@backstage/backend-tasks": "^0.4.1-next.1",
40
+ "@backstage/catalog-client": "^1.3.0-next.2",
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.1",
45
- "@backstage/plugin-auth-node": "^0.2.8",
46
- "@backstage/plugin-catalog-backend": "^1.7.0-next.0",
47
- "@backstage/plugin-catalog-node": "^1.3.1-next.0",
48
- "@backstage/plugin-scaffolder-common": "^1.2.4-next.0",
44
+ "@backstage/integration": "^1.4.2-next.0",
45
+ "@backstage/plugin-auth-node": "^0.2.9-next.1",
46
+ "@backstage/plugin-catalog-backend": "^1.7.0-next.2",
47
+ "@backstage/plugin-catalog-node": "^1.3.1-next.2",
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.0",
86
- "@backstage/cli": "^0.22.1-next.0",
85
+ "@backstage/backend-test-utils": "^0.1.32-next.2",
86
+ "@backstage/cli": "^0.22.1-next.2",
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",