@backstage/plugin-scaffolder-backend-module-github 0.0.0-nightly-20250520023932 → 0.0.0-nightly-20250528023957

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 -6
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,6 +1,22 @@
1
1
  # @backstage/plugin-scaffolder-backend-module-github
2
2
 
3
- ## 0.0.0-nightly-20250520023932
3
+ ## 0.0.0-nightly-20250528023957
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/plugin-scaffolder-node@0.0.0-nightly-20250528023957
9
+ - @backstage/backend-plugin-api@0.0.0-nightly-20250528023957
10
+
11
+ ## 0.7.2-next.0
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies
16
+ - @backstage/plugin-scaffolder-node@0.8.3-next.0
17
+ - @backstage/backend-plugin-api@1.4.0-next.0
18
+
19
+ ## 0.7.1
4
20
 
5
21
  ### Patch Changes
6
22
 
@@ -8,12 +24,12 @@
8
24
  - 72d019d: Removed various typos
9
25
  - b2b654c: Added optional assignees parameter to `publish:github:pull-request` action
10
26
  - Updated dependencies
11
- - @backstage/integration@0.0.0-nightly-20250520023932
12
- - @backstage/backend-plugin-api@0.0.0-nightly-20250520023932
13
- - @backstage/plugin-scaffolder-node@0.0.0-nightly-20250520023932
14
- - @backstage/catalog-client@0.0.0-nightly-20250520023932
27
+ - @backstage/integration@1.17.0
28
+ - @backstage/catalog-model@1.7.4
29
+ - @backstage/backend-plugin-api@1.3.1
30
+ - @backstage/plugin-scaffolder-node@0.8.2
31
+ - @backstage/catalog-client@1.10.0
15
32
  - @backstage/config@1.3.2
16
- - @backstage/catalog-model@1.7.3
17
33
  - @backstage/errors@1.2.7
18
34
  - @backstage/types@1.2.1
19
35
 
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-20250520023932",
3
+ "version": "0.0.0-nightly-20250528023957",
4
4
  "description": "The github module for @backstage/plugin-scaffolder-backend",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -50,13 +50,13 @@
50
50
  "test": "backstage-cli package test"
51
51
  },
52
52
  "dependencies": {
53
- "@backstage/backend-plugin-api": "0.0.0-nightly-20250520023932",
54
- "@backstage/catalog-client": "0.0.0-nightly-20250520023932",
55
- "@backstage/catalog-model": "1.7.3",
53
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20250528023957",
54
+ "@backstage/catalog-client": "1.10.0",
55
+ "@backstage/catalog-model": "1.7.4",
56
56
  "@backstage/config": "1.3.2",
57
57
  "@backstage/errors": "1.2.7",
58
- "@backstage/integration": "0.0.0-nightly-20250520023932",
59
- "@backstage/plugin-scaffolder-node": "0.0.0-nightly-20250520023932",
58
+ "@backstage/integration": "1.17.0",
59
+ "@backstage/plugin-scaffolder-node": "0.0.0-nightly-20250528023957",
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-20250520023932",
69
- "@backstage/cli": "0.0.0-nightly-20250520023932",
70
- "@backstage/plugin-scaffolder-node-test-utils": "0.0.0-nightly-20250520023932",
68
+ "@backstage/backend-test-utils": "0.0.0-nightly-20250528023957",
69
+ "@backstage/cli": "0.32.1",
70
+ "@backstage/plugin-scaffolder-node-test-utils": "0.0.0-nightly-20250528023957",
71
71
  "@types/libsodium-wrappers": "^0.7.10",
72
72
  "fs-extra": "^11.2.0",
73
73
  "jsonschema": "^1.2.6"