@backstage/plugin-scaffolder-backend-module-github 0.0.0-nightly-20250408023830 → 0.0.0-nightly-20250410023923

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 +18 -3
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/plugin-scaffolder-backend-module-github
2
2
 
3
- ## 0.0.0-nightly-20250408023830
3
+ ## 0.0.0-nightly-20250410023923
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -10,8 +10,8 @@
10
10
  - 0be1a1e: Made "publish:github" action idempotent
11
11
  - a833f0f: Made "github:actions:dispatch" action idempotent
12
12
  - Updated dependencies
13
- - @backstage/plugin-scaffolder-node@0.0.0-nightly-20250408023830
14
- - @backstage/integration@0.0.0-nightly-20250408023830
13
+ - @backstage/plugin-scaffolder-node@0.0.0-nightly-20250410023923
14
+ - @backstage/integration@0.0.0-nightly-20250410023923
15
15
  - @backstage/backend-plugin-api@1.2.1
16
16
  - @backstage/catalog-client@1.9.1
17
17
  - @backstage/catalog-model@1.7.3
@@ -19,6 +19,21 @@
19
19
  - @backstage/errors@1.2.7
20
20
  - @backstage/types@1.2.1
21
21
 
22
+ ## 0.6.2-next.2
23
+
24
+ ### Patch Changes
25
+
26
+ - 411c879: Add support to github:repo:create to allow branch updates
27
+ - Updated dependencies
28
+ - @backstage/backend-plugin-api@1.2.1
29
+ - @backstage/catalog-client@1.9.1
30
+ - @backstage/catalog-model@1.7.3
31
+ - @backstage/config@1.3.2
32
+ - @backstage/errors@1.2.7
33
+ - @backstage/integration@1.16.3-next.0
34
+ - @backstage/types@1.2.1
35
+ - @backstage/plugin-scaffolder-node@0.8.1-next.1
36
+
22
37
  ## 0.6.2-next.1
23
38
 
24
39
  ### Patch 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-20250408023830",
3
+ "version": "0.0.0-nightly-20250410023923",
4
4
  "description": "The github module for @backstage/plugin-scaffolder-backend",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -55,8 +55,8 @@
55
55
  "@backstage/catalog-model": "1.7.3",
56
56
  "@backstage/config": "1.3.2",
57
57
  "@backstage/errors": "1.2.7",
58
- "@backstage/integration": "0.0.0-nightly-20250408023830",
59
- "@backstage/plugin-scaffolder-node": "0.0.0-nightly-20250408023830",
58
+ "@backstage/integration": "0.0.0-nightly-20250410023923",
59
+ "@backstage/plugin-scaffolder-node": "0.0.0-nightly-20250410023923",
60
60
  "@backstage/types": "1.2.1",
61
61
  "@octokit/webhooks": "^10.9.2",
62
62
  "libsodium-wrappers": "^0.7.11",
@@ -65,9 +65,9 @@
65
65
  "yaml": "^2.0.0"
66
66
  },
67
67
  "devDependencies": {
68
- "@backstage/backend-test-utils": "0.0.0-nightly-20250408023830",
69
- "@backstage/cli": "0.0.0-nightly-20250408023830",
70
- "@backstage/plugin-scaffolder-node-test-utils": "0.0.0-nightly-20250408023830",
68
+ "@backstage/backend-test-utils": "0.0.0-nightly-20250410023923",
69
+ "@backstage/cli": "0.0.0-nightly-20250410023923",
70
+ "@backstage/plugin-scaffolder-node-test-utils": "0.0.0-nightly-20250410023923",
71
71
  "@types/libsodium-wrappers": "^0.7.10",
72
72
  "fs-extra": "^11.2.0",
73
73
  "jsonschema": "^1.2.6"