@backstage/plugin-scaffolder-backend-module-github 0.0.0-nightly-20240715022028 → 0.0.0-nightly-20240718021752

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +17 -5
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,6 +1,18 @@
1
1
  # @backstage/plugin-scaffolder-backend-module-github
2
2
 
3
- ## 0.0.0-nightly-20240715022028
3
+ ## 0.0.0-nightly-20240718021752
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/integration@0.0.0-nightly-20240718021752
9
+ - @backstage/backend-common@0.0.0-nightly-20240718021752
10
+ - @backstage/plugin-scaffolder-node@0.0.0-nightly-20240718021752
11
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240718021752
12
+ - @backstage/config@1.2.0
13
+ - @backstage/errors@1.2.4
14
+
15
+ ## 0.4.0
4
16
 
5
17
  ### Minor Changes
6
18
 
@@ -19,10 +31,10 @@
19
31
  Adds `requireLastPushApproval` input property to configure Branch Protection Settings in `github:repo:push` action
20
32
 
21
33
  - Updated dependencies
22
- - @backstage/backend-plugin-api@0.0.0-nightly-20240715022028
23
- - @backstage/backend-common@0.0.0-nightly-20240715022028
24
- - @backstage/integration@0.0.0-nightly-20240715022028
25
- - @backstage/plugin-scaffolder-node@0.0.0-nightly-20240715022028
34
+ - @backstage/backend-plugin-api@0.7.0
35
+ - @backstage/backend-common@0.23.3
36
+ - @backstage/integration@1.13.0
37
+ - @backstage/plugin-scaffolder-node@0.4.8
26
38
  - @backstage/config@1.2.0
27
39
  - @backstage/errors@1.2.4
28
40
 
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-20240715022028",
3
+ "version": "0.0.0-nightly-20240718021752",
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-20240715022028",
43
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240715022028",
42
+ "@backstage/backend-common": "^0.0.0-nightly-20240718021752",
43
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240718021752",
44
44
  "@backstage/config": "^1.2.0",
45
45
  "@backstage/errors": "^1.2.4",
46
- "@backstage/integration": "^0.0.0-nightly-20240715022028",
47
- "@backstage/plugin-scaffolder-node": "^0.0.0-nightly-20240715022028",
46
+ "@backstage/integration": "^0.0.0-nightly-20240718021752",
47
+ "@backstage/plugin-scaffolder-node": "^0.0.0-nightly-20240718021752",
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-20240715022028",
56
- "@backstage/cli": "^0.0.0-nightly-20240715022028",
57
- "@backstage/plugin-scaffolder-node-test-utils": "^0.0.0-nightly-20240715022028",
55
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20240718021752",
56
+ "@backstage/cli": "^0.0.0-nightly-20240718021752",
57
+ "@backstage/plugin-scaffolder-node-test-utils": "^0.0.0-nightly-20240718021752",
58
58
  "@types/libsodium-wrappers": "^0.7.10",
59
59
  "fs-extra": "^11.2.0",
60
60
  "jsonschema": "^1.2.6"