@backstage/plugin-scaffolder-backend-module-github 0.0.0-nightly-20241217023754 → 0.0.0-nightly-20241222023321

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 +21 -8
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,6 +1,19 @@
1
1
  # @backstage/plugin-scaffolder-backend-module-github
2
2
 
3
- ## 0.0.0-nightly-20241217023754
3
+ ## 0.0.0-nightly-20241222023321
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/plugin-scaffolder-node@0.0.0-nightly-20241222023321
9
+ - @backstage/integration@1.16.0
10
+ - @backstage/backend-plugin-api@1.1.0
11
+ - @backstage/catalog-client@1.9.0
12
+ - @backstage/catalog-model@1.7.2
13
+ - @backstage/config@1.3.1
14
+ - @backstage/errors@1.2.6
15
+
16
+ ## 0.5.4
4
17
 
5
18
  ### Patch Changes
6
19
 
@@ -9,13 +22,13 @@
9
22
  - e913fdf: Add github backend module to create-app and improve error messages
10
23
  - 973dd6f: Minor spell fix in action parameters
11
24
  - Updated dependencies
12
- - @backstage/integration@0.0.0-nightly-20241217023754
13
- - @backstage/backend-plugin-api@0.0.0-nightly-20241217023754
14
- - @backstage/plugin-scaffolder-node@0.0.0-nightly-20241217023754
15
- - @backstage/catalog-client@0.0.0-nightly-20241217023754
16
- - @backstage/errors@0.0.0-nightly-20241217023754
17
- - @backstage/catalog-model@0.0.0-nightly-20241217023754
18
- - @backstage/config@0.0.0-nightly-20241217023754
25
+ - @backstage/integration@1.16.0
26
+ - @backstage/backend-plugin-api@1.1.0
27
+ - @backstage/plugin-scaffolder-node@0.6.2
28
+ - @backstage/catalog-client@1.9.0
29
+ - @backstage/errors@1.2.6
30
+ - @backstage/catalog-model@1.7.2
31
+ - @backstage/config@1.3.1
19
32
 
20
33
  ## 0.5.4-next.2
21
34
 
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-20241217023754",
3
+ "version": "0.0.0-nightly-20241222023321",
4
4
  "description": "The github module for @backstage/plugin-scaffolder-backend",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -48,13 +48,13 @@
48
48
  },
49
49
  "dependencies": {
50
50
  "@backstage/backend-common": "^0.25.0",
51
- "@backstage/backend-plugin-api": "0.0.0-nightly-20241217023754",
52
- "@backstage/catalog-client": "0.0.0-nightly-20241217023754",
53
- "@backstage/catalog-model": "0.0.0-nightly-20241217023754",
54
- "@backstage/config": "0.0.0-nightly-20241217023754",
55
- "@backstage/errors": "0.0.0-nightly-20241217023754",
56
- "@backstage/integration": "0.0.0-nightly-20241217023754",
57
- "@backstage/plugin-scaffolder-node": "0.0.0-nightly-20241217023754",
51
+ "@backstage/backend-plugin-api": "1.1.0",
52
+ "@backstage/catalog-client": "1.9.0",
53
+ "@backstage/catalog-model": "1.7.2",
54
+ "@backstage/config": "1.3.1",
55
+ "@backstage/errors": "1.2.6",
56
+ "@backstage/integration": "1.16.0",
57
+ "@backstage/plugin-scaffolder-node": "0.0.0-nightly-20241222023321",
58
58
  "@octokit/webhooks": "^10.9.2",
59
59
  "libsodium-wrappers": "^0.7.11",
60
60
  "octokit": "^3.0.0",
@@ -62,9 +62,9 @@
62
62
  "yaml": "^2.0.0"
63
63
  },
64
64
  "devDependencies": {
65
- "@backstage/backend-test-utils": "0.0.0-nightly-20241217023754",
66
- "@backstage/cli": "0.0.0-nightly-20241217023754",
67
- "@backstage/plugin-scaffolder-node-test-utils": "0.0.0-nightly-20241217023754",
65
+ "@backstage/backend-test-utils": "0.0.0-nightly-20241222023321",
66
+ "@backstage/cli": "0.0.0-nightly-20241222023321",
67
+ "@backstage/plugin-scaffolder-node-test-utils": "0.0.0-nightly-20241222023321",
68
68
  "@types/libsodium-wrappers": "^0.7.10",
69
69
  "fs-extra": "^11.2.0",
70
70
  "jsonschema": "^1.2.6"