@backstage/plugin-scaffolder-backend-module-github 0.0.0-nightly-20240617021823 → 0.0.0-nightly-20240621021638

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,6 +1,18 @@
1
1
  # @backstage/plugin-scaffolder-backend-module-github
2
2
 
3
- ## 0.0.0-nightly-20240617021823
3
+ ## 0.0.0-nightly-20240621021638
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/backend-common@0.0.0-nightly-20240621021638
9
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240621021638
10
+ - @backstage/config@1.2.0
11
+ - @backstage/errors@1.2.4
12
+ - @backstage/integration@1.12.0
13
+ - @backstage/plugin-scaffolder-node@0.0.0-nightly-20240621021638
14
+
15
+ ## 0.3.0
4
16
 
5
17
  ### Minor Changes
6
18
 
@@ -9,12 +21,13 @@
9
21
  ### Patch Changes
10
22
 
11
23
  - f145a04: Added handling for dry run to githubPullRequest and githubWebhook and added tests for this functionality
24
+ - 78a0b08: Internal refactor to handle `BackendFeature` contract change.
12
25
  - d44a20a: Added additional plugin metadata to `package.json`.
13
26
  - Updated dependencies
14
- - @backstage/backend-plugin-api@0.0.0-nightly-20240617021823
15
- - @backstage/backend-common@0.0.0-nightly-20240617021823
16
- - @backstage/integration@0.0.0-nightly-20240617021823
17
- - @backstage/plugin-scaffolder-node@0.0.0-nightly-20240617021823
27
+ - @backstage/backend-common@0.23.0
28
+ - @backstage/backend-plugin-api@0.6.19
29
+ - @backstage/integration@1.12.0
30
+ - @backstage/plugin-scaffolder-node@0.4.5
18
31
  - @backstage/config@1.2.0
19
32
  - @backstage/errors@1.2.4
20
33
 
package/dist/index.d.ts CHANGED
@@ -373,6 +373,6 @@ declare function getOctokitOptions(options: {
373
373
  * @public
374
374
  * The GitHub Module for the Scaffolder Backend
375
375
  */
376
- declare const githubModule: () => _backstage_backend_plugin_api.BackendFeature;
376
+ declare const githubModule: _backstage_backend_plugin_api.BackendFeatureCompat;
377
377
 
378
378
  export { type CreateGithubPullRequestActionOptions, createGithubActionsDispatchAction, createGithubAutolinksAction, createGithubDeployKeyAction, createGithubEnvironmentAction, createGithubIssuesLabelAction, createGithubRepoCreateAction, createGithubRepoPushAction, createGithubWebhookAction, createPublishGithubAction, createPublishGithubPullRequestAction, githubModule as default, getOctokitOptions };
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-20240617021823",
3
+ "version": "0.0.0-nightly-20240621021638",
4
4
  "description": "The github module for @backstage/plugin-scaffolder-backend",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -39,12 +39,12 @@
39
39
  "test": "backstage-cli package test"
40
40
  },
41
41
  "dependencies": {
42
- "@backstage/backend-common": "^0.0.0-nightly-20240617021823",
43
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240617021823",
42
+ "@backstage/backend-common": "^0.0.0-nightly-20240621021638",
43
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240621021638",
44
44
  "@backstage/config": "^1.2.0",
45
45
  "@backstage/errors": "^1.2.4",
46
- "@backstage/integration": "^0.0.0-nightly-20240617021823",
47
- "@backstage/plugin-scaffolder-node": "^0.0.0-nightly-20240617021823",
46
+ "@backstage/integration": "^1.12.0",
47
+ "@backstage/plugin-scaffolder-node": "^0.0.0-nightly-20240621021638",
48
48
  "@octokit/webhooks": "^10.0.0",
49
49
  "libsodium-wrappers": "^0.7.11",
50
50
  "octokit": "^3.0.0",
@@ -52,9 +52,9 @@
52
52
  "yaml": "^2.0.0"
53
53
  },
54
54
  "devDependencies": {
55
- "@backstage/backend-test-utils": "^0.0.0-nightly-20240617021823",
56
- "@backstage/cli": "^0.0.0-nightly-20240617021823",
57
- "@backstage/plugin-scaffolder-node-test-utils": "^0.0.0-nightly-20240617021823",
55
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20240621021638",
56
+ "@backstage/cli": "^0.0.0-nightly-20240621021638",
57
+ "@backstage/plugin-scaffolder-node-test-utils": "^0.0.0-nightly-20240621021638",
58
58
  "@types/libsodium-wrappers": "^0.7.10",
59
59
  "fs-extra": "^11.2.0",
60
60
  "jsonschema": "^1.2.6"