@backstage/plugin-scaffolder-backend-module-github 0.3.0-next.3 → 0.3.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 CHANGED
@@ -1,5 +1,36 @@
1
1
  # @backstage/plugin-scaffolder-backend-module-github
2
2
 
3
+ ## 0.3.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/backend-common@0.23.1
9
+ - @backstage/plugin-scaffolder-node@0.4.6
10
+ - @backstage/backend-plugin-api@0.6.20
11
+ - @backstage/config@1.2.0
12
+ - @backstage/errors@1.2.4
13
+ - @backstage/integration@1.12.0
14
+
15
+ ## 0.3.0
16
+
17
+ ### Minor Changes
18
+
19
+ - 403394a: Allow empty author info in createPullRequest action for Github
20
+
21
+ ### Patch Changes
22
+
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.
25
+ - d44a20a: Added additional plugin metadata to `package.json`.
26
+ - Updated dependencies
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
31
+ - @backstage/config@1.2.0
32
+ - @backstage/errors@1.2.4
33
+
3
34
  ## 0.3.0-next.3
4
35
 
5
36
  ### Patch Changes
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.3.0-next.3",
3
+ "version": "0.3.1",
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.23.0-next.3",
43
- "@backstage/backend-plugin-api": "^0.6.19-next.3",
42
+ "@backstage/backend-common": "^0.23.1",
43
+ "@backstage/backend-plugin-api": "^0.6.20",
44
44
  "@backstage/config": "^1.2.0",
45
45
  "@backstage/errors": "^1.2.4",
46
- "@backstage/integration": "^1.12.0-next.1",
47
- "@backstage/plugin-scaffolder-node": "^0.4.5-next.3",
46
+ "@backstage/integration": "^1.12.0",
47
+ "@backstage/plugin-scaffolder-node": "^0.4.6",
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.4.0-next.3",
56
- "@backstage/cli": "^0.26.7-next.3",
57
- "@backstage/plugin-scaffolder-node-test-utils": "^0.1.5-next.3",
55
+ "@backstage/backend-test-utils": "^0.4.1",
56
+ "@backstage/cli": "^0.26.8",
57
+ "@backstage/plugin-scaffolder-node-test-utils": "^0.1.6",
58
58
  "@types/libsodium-wrappers": "^0.7.10",
59
59
  "fs-extra": "^11.2.0",
60
60
  "jsonschema": "^1.2.6"