@backstage/plugin-scaffolder-backend-module-github 0.9.2 → 0.9.3-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 +28 -0
- package/dist/index.d.ts +2 -1
- package/package.json +12 -12
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,33 @@
|
|
|
1
1
|
# @backstage/plugin-scaffolder-backend-module-github
|
|
2
2
|
|
|
3
|
+
## 0.9.3-next.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- @backstage/integration@1.18.3-next.1
|
|
9
|
+
- @backstage/backend-plugin-api@1.6.0-next.1
|
|
10
|
+
- @backstage/catalog-model@1.7.6
|
|
11
|
+
- @backstage/config@1.3.6
|
|
12
|
+
- @backstage/errors@1.2.7
|
|
13
|
+
- @backstage/types@1.2.2
|
|
14
|
+
- @backstage/plugin-catalog-node@1.20.1-next.1
|
|
15
|
+
- @backstage/plugin-scaffolder-node@0.12.2-next.1
|
|
16
|
+
|
|
17
|
+
## 0.9.3-next.0
|
|
18
|
+
|
|
19
|
+
### Patch Changes
|
|
20
|
+
|
|
21
|
+
- Updated dependencies
|
|
22
|
+
- @backstage/backend-plugin-api@1.5.1-next.0
|
|
23
|
+
- @backstage/integration@1.18.3-next.0
|
|
24
|
+
- @backstage/plugin-catalog-node@1.20.1-next.0
|
|
25
|
+
- @backstage/plugin-scaffolder-node@0.12.2-next.0
|
|
26
|
+
- @backstage/config@1.3.6
|
|
27
|
+
- @backstage/catalog-model@1.7.6
|
|
28
|
+
- @backstage/errors@1.2.7
|
|
29
|
+
- @backstage/types@1.2.2
|
|
30
|
+
|
|
3
31
|
## 0.9.2
|
|
4
32
|
|
|
5
33
|
### Patch Changes
|
package/dist/index.d.ts
CHANGED
|
@@ -485,4 +485,5 @@ declare function getOctokitOptions(options: {
|
|
|
485
485
|
repoUrl: string;
|
|
486
486
|
}): Promise<OctokitOptions>;
|
|
487
487
|
|
|
488
|
-
export {
|
|
488
|
+
export { createGithubActionsDispatchAction, createGithubAutolinksAction, createGithubBranchProtectionAction, createGithubDeployKeyAction, createGithubEnvironmentAction, createGithubIssuesCreateAction, createGithubIssuesLabelAction, createGithubPagesEnableAction, createGithubRepoCreateAction, createGithubRepoPushAction, createGithubWebhookAction, createPublishGithubAction, createPublishGithubPullRequestAction, githubModule as default, getOctokitOptions };
|
|
489
|
+
export type { CreateGithubPullRequestActionOptions };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-scaffolder-backend-module-github",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.3-next.1",
|
|
4
4
|
"description": "The github module for @backstage/plugin-scaffolder-backend",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "backend-plugin-module",
|
|
@@ -50,14 +50,14 @@
|
|
|
50
50
|
"test": "backstage-cli package test"
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
|
-
"@backstage/backend-plugin-api": "
|
|
54
|
-
"@backstage/catalog-model": "
|
|
55
|
-
"@backstage/config": "
|
|
56
|
-
"@backstage/errors": "
|
|
57
|
-
"@backstage/integration": "
|
|
58
|
-
"@backstage/plugin-catalog-node": "
|
|
59
|
-
"@backstage/plugin-scaffolder-node": "
|
|
60
|
-
"@backstage/types": "
|
|
53
|
+
"@backstage/backend-plugin-api": "1.6.0-next.1",
|
|
54
|
+
"@backstage/catalog-model": "1.7.6",
|
|
55
|
+
"@backstage/config": "1.3.6",
|
|
56
|
+
"@backstage/errors": "1.2.7",
|
|
57
|
+
"@backstage/integration": "1.18.3-next.1",
|
|
58
|
+
"@backstage/plugin-catalog-node": "1.20.1-next.1",
|
|
59
|
+
"@backstage/plugin-scaffolder-node": "0.12.2-next.1",
|
|
60
|
+
"@backstage/types": "1.2.2",
|
|
61
61
|
"@octokit/webhooks": "^10.9.2",
|
|
62
62
|
"libsodium-wrappers": "^0.7.11",
|
|
63
63
|
"octokit": "^3.0.0",
|
|
@@ -66,9 +66,9 @@
|
|
|
66
66
|
"zod": "^3.22.4"
|
|
67
67
|
},
|
|
68
68
|
"devDependencies": {
|
|
69
|
-
"@backstage/backend-test-utils": "
|
|
70
|
-
"@backstage/cli": "
|
|
71
|
-
"@backstage/plugin-scaffolder-node-test-utils": "
|
|
69
|
+
"@backstage/backend-test-utils": "1.10.2-next.1",
|
|
70
|
+
"@backstage/cli": "0.35.0-next.2",
|
|
71
|
+
"@backstage/plugin-scaffolder-node-test-utils": "0.3.6-next.1",
|
|
72
72
|
"@types/libsodium-wrappers": "^0.7.10",
|
|
73
73
|
"fs-extra": "^11.2.0",
|
|
74
74
|
"jsonschema": "^1.2.6"
|