@backstage/plugin-scaffolder-backend-module-github 0.0.0-nightly-20240422021413 → 0.0.0-nightly-20240424021224

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 CHANGED
@@ -1,16 +1,30 @@
1
1
  # @backstage/plugin-scaffolder-backend-module-github
2
2
 
3
- ## 0.0.0-nightly-20240422021413
3
+ ## 0.0.0-nightly-20240424021224
4
4
 
5
5
  ### Patch Changes
6
6
 
7
+ - 5d99272: Update local development dependencies.
7
8
  - Updated dependencies
8
- - @backstage/backend-common@0.0.0-nightly-20240422021413
9
- - @backstage/backend-plugin-api@0.0.0-nightly-20240422021413
9
+ - @backstage/backend-common@0.0.0-nightly-20240424021224
10
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240424021224
11
+ - @backstage/plugin-scaffolder-node@0.0.0-nightly-20240424021224
12
+ - @backstage/config@1.2.0
13
+ - @backstage/errors@1.2.4
14
+ - @backstage/integration@1.10.0
15
+
16
+ ## 0.2.8-next.0
17
+
18
+ ### Patch Changes
19
+
20
+ - 5d99272: Update local development dependencies.
21
+ - Updated dependencies
22
+ - @backstage/backend-common@0.21.8-next.0
23
+ - @backstage/backend-plugin-api@0.6.18-next.0
24
+ - @backstage/plugin-scaffolder-node@0.4.4-next.0
10
25
  - @backstage/config@1.2.0
11
26
  - @backstage/errors@1.2.4
12
27
  - @backstage/integration@1.10.0
13
- - @backstage/plugin-scaffolder-node@0.0.0-nightly-20240422021413
14
28
 
15
29
  ## 0.2.7
16
30
 
package/dist/index.d.ts CHANGED
@@ -75,7 +75,7 @@ declare function createGithubRepoCreateAction(options: {
75
75
  requiredStatusCheckContexts?: string[] | undefined;
76
76
  requireBranchesToBeUpToDate?: boolean | undefined;
77
77
  requiredConversationResolution?: boolean | undefined;
78
- repoVisibility?: "public" | "private" | "internal" | undefined;
78
+ repoVisibility?: "public" | "internal" | "private" | undefined;
79
79
  collaborators?: ({
80
80
  user: string;
81
81
  access: string;
@@ -305,7 +305,7 @@ declare function createPublishGithubAction(options: {
305
305
  requiredStatusCheckContexts?: string[] | undefined;
306
306
  requireBranchesToBeUpToDate?: boolean | undefined;
307
307
  requiredConversationResolution?: boolean | undefined;
308
- repoVisibility?: "public" | "private" | "internal" | undefined;
308
+ repoVisibility?: "public" | "internal" | "private" | undefined;
309
309
  collaborators?: ({
310
310
  user: string;
311
311
  access: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-scaffolder-backend-module-github",
3
- "version": "0.0.0-nightly-20240422021413",
3
+ "version": "0.0.0-nightly-20240424021224",
4
4
  "description": "The github module for @backstage/plugin-scaffolder-backend",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module"
@@ -37,12 +37,12 @@
37
37
  "test": "backstage-cli package test"
38
38
  },
39
39
  "dependencies": {
40
- "@backstage/backend-common": "^0.0.0-nightly-20240422021413",
41
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240422021413",
40
+ "@backstage/backend-common": "^0.0.0-nightly-20240424021224",
41
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240424021224",
42
42
  "@backstage/config": "^1.2.0",
43
43
  "@backstage/errors": "^1.2.4",
44
44
  "@backstage/integration": "^1.10.0",
45
- "@backstage/plugin-scaffolder-node": "^0.0.0-nightly-20240422021413",
45
+ "@backstage/plugin-scaffolder-node": "^0.0.0-nightly-20240424021224",
46
46
  "@octokit/webhooks": "^10.0.0",
47
47
  "libsodium-wrappers": "^0.7.11",
48
48
  "octokit": "^3.0.0",
@@ -50,12 +50,11 @@
50
50
  "yaml": "^2.0.0"
51
51
  },
52
52
  "devDependencies": {
53
- "@backstage/backend-test-utils": "^0.0.0-nightly-20240422021413",
54
- "@backstage/cli": "^0.0.0-nightly-20240422021413",
55
- "@backstage/plugin-scaffolder-node-test-utils": "^0.0.0-nightly-20240422021413",
53
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20240424021224",
54
+ "@backstage/cli": "^0.0.0-nightly-20240424021224",
55
+ "@backstage/plugin-scaffolder-node-test-utils": "^0.0.0-nightly-20240424021224",
56
56
  "@types/libsodium-wrappers": "^0.7.10",
57
57
  "fs-extra": "^11.2.0",
58
- "jest-when": "^3.1.0",
59
58
  "jsonschema": "^1.2.6"
60
59
  }
61
60
  }