@backstage/plugin-scaffolder-backend 1.7.0-next.1 → 1.7.0

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
@@ -293,6 +293,7 @@ allowMergeCommit?: boolean | undefined;
293
293
  allowAutoMerge?: boolean | undefined;
294
294
  requireCodeOwnerReviews?: boolean | undefined;
295
295
  requiredStatusCheckContexts?: string[] | undefined;
296
+ requireBranchesToBeUpToDate?: boolean | undefined;
296
297
  repoVisibility?: "internal" | "private" | "public" | undefined;
297
298
  collaborators?: ({
298
299
  user: string;
@@ -330,6 +331,7 @@ gitAuthorName?: string | undefined;
330
331
  gitAuthorEmail?: string | undefined;
331
332
  requireCodeOwnerReviews?: boolean | undefined;
332
333
  requiredStatusCheckContexts?: string[] | undefined;
334
+ requireBranchesToBeUpToDate?: boolean | undefined;
333
335
  sourcePath?: string | undefined;
334
336
  token?: string | undefined;
335
337
  }>;
@@ -492,6 +494,7 @@ allowAutoMerge?: boolean | undefined;
492
494
  sourcePath?: string | undefined;
493
495
  requireCodeOwnerReviews?: boolean | undefined;
494
496
  requiredStatusCheckContexts?: string[] | undefined;
497
+ requireBranchesToBeUpToDate?: boolean | undefined;
495
498
  repoVisibility?: "internal" | "private" | "public" | undefined;
496
499
  collaborators?: ({
497
500
  user: string;
@@ -558,7 +561,8 @@ repoUrl: string;
558
561
  title: string;
559
562
  description: string;
560
563
  branchName: string;
561
- targetPath: string;
564
+ sourcePath?: string | undefined;
565
+ targetPath?: string | undefined;
562
566
  token?: string | undefined;
563
567
  commitAction?: "update" | "create" | "delete" | undefined;
564
568
  /** @deprecated Use projectPath instead */
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.7.0-next.1",
4
+ "version": "1.7.0",
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.15.2-next.1",
38
- "@backstage/backend-plugin-api": "^0.1.3-next.1",
39
- "@backstage/backend-tasks": "^0.3.6-next.1",
40
- "@backstage/catalog-client": "^1.1.1-next.1",
41
- "@backstage/catalog-model": "^1.1.2-next.1",
42
- "@backstage/config": "^1.0.3-next.1",
43
- "@backstage/errors": "^1.1.2-next.1",
44
- "@backstage/integration": "^1.3.2-next.1",
45
- "@backstage/plugin-auth-node": "^0.2.6-next.1",
46
- "@backstage/plugin-catalog-backend": "^1.4.1-next.1",
47
- "@backstage/plugin-catalog-node": "^1.1.1-next.1",
48
- "@backstage/plugin-scaffolder-common": "^1.2.1-next.1",
37
+ "@backstage/backend-common": "^0.15.2",
38
+ "@backstage/backend-plugin-api": "^0.1.3",
39
+ "@backstage/backend-tasks": "^0.3.6",
40
+ "@backstage/catalog-client": "^1.1.1",
41
+ "@backstage/catalog-model": "^1.1.2",
42
+ "@backstage/config": "^1.0.3",
43
+ "@backstage/errors": "^1.1.2",
44
+ "@backstage/integration": "^1.3.2",
45
+ "@backstage/plugin-auth-node": "^0.2.6",
46
+ "@backstage/plugin-catalog-backend": "^1.5.0",
47
+ "@backstage/plugin-catalog-node": "^1.2.0",
48
+ "@backstage/plugin-scaffolder-common": "^1.2.1",
49
49
  "@backstage/types": "^1.0.0",
50
50
  "@gitbeaker/core": "^35.6.0",
51
51
  "@gitbeaker/node": "^35.1.0",
@@ -80,8 +80,8 @@
80
80
  "zod": "^3.11.6"
81
81
  },
82
82
  "devDependencies": {
83
- "@backstage/backend-test-utils": "^0.1.29-next.1",
84
- "@backstage/cli": "^0.20.0-next.1",
83
+ "@backstage/backend-test-utils": "^0.1.29",
84
+ "@backstage/cli": "^0.20.0",
85
85
  "@types/command-exists": "^1.2.0",
86
86
  "@types/fs-extra": "^9.0.1",
87
87
  "@types/git-url-parse": "^9.0.0",