@backstage/plugin-scaffolder-backend-module-github 0.0.0-nightly-20240702021736 → 0.0.0-nightly-20240705021713

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 +22 -5
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/plugin-scaffolder-backend-module-github
2
2
 
3
- ## 0.0.0-nightly-20240702021736
3
+ ## 0.0.0-nightly-20240705021713
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -15,13 +15,30 @@
15
15
  Adds `requireLastPushApproval` input property to configure Branch Protection Settings in `github:repo:push` action
16
16
 
17
17
  - Updated dependencies
18
- - @backstage/backend-plugin-api@0.0.0-nightly-20240702021736
19
- - @backstage/backend-common@0.0.0-nightly-20240702021736
20
- - @backstage/integration@0.0.0-nightly-20240702021736
21
- - @backstage/plugin-scaffolder-node@0.0.0-nightly-20240702021736
18
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240705021713
19
+ - @backstage/backend-common@0.0.0-nightly-20240705021713
20
+ - @backstage/integration@0.0.0-nightly-20240705021713
21
+ - @backstage/plugin-scaffolder-node@0.0.0-nightly-20240705021713
22
22
  - @backstage/config@1.2.0
23
23
  - @backstage/errors@1.2.4
24
24
 
25
+ ## 0.4.0-next.1
26
+
27
+ ### Patch Changes
28
+
29
+ - 141f366: Added action to enable GitHub Pages on a repo
30
+ - dfaa28d: Adds `requireLastPushApproval` input property to configure Branch Protection Settings in `github:publish` action
31
+
32
+ Adds `requireLastPushApproval` input property to configure Branch Protection Settings in `github:repo:push` action
33
+
34
+ - Updated dependencies
35
+ - @backstage/backend-common@0.23.3-next.1
36
+ - @backstage/backend-plugin-api@0.6.22-next.1
37
+ - @backstage/config@1.2.0
38
+ - @backstage/errors@1.2.4
39
+ - @backstage/integration@1.13.0-next.0
40
+ - @backstage/plugin-scaffolder-node@0.4.8-next.1
41
+
25
42
  ## 0.4.0-next.0
26
43
 
27
44
  ### Minor Changes
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-20240702021736",
3
+ "version": "0.0.0-nightly-20240705021713",
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-20240702021736",
43
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240702021736",
42
+ "@backstage/backend-common": "^0.0.0-nightly-20240705021713",
43
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240705021713",
44
44
  "@backstage/config": "^1.2.0",
45
45
  "@backstage/errors": "^1.2.4",
46
- "@backstage/integration": "^0.0.0-nightly-20240702021736",
47
- "@backstage/plugin-scaffolder-node": "^0.0.0-nightly-20240702021736",
46
+ "@backstage/integration": "^0.0.0-nightly-20240705021713",
47
+ "@backstage/plugin-scaffolder-node": "^0.0.0-nightly-20240705021713",
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-20240702021736",
56
- "@backstage/cli": "^0.0.0-nightly-20240702021736",
57
- "@backstage/plugin-scaffolder-node-test-utils": "^0.0.0-nightly-20240702021736",
55
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20240705021713",
56
+ "@backstage/cli": "^0.0.0-nightly-20240705021713",
57
+ "@backstage/plugin-scaffolder-node-test-utils": "^0.0.0-nightly-20240705021713",
58
58
  "@types/libsodium-wrappers": "^0.7.10",
59
59
  "fs-extra": "^11.2.0",
60
60
  "jsonschema": "^1.2.6"