@backstage/plugin-scaffolder-backend-module-github 0.0.0-nightly-20260420031813 → 0.0.0-nightly-20260422031853

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 +23 -8
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,18 +1,33 @@
1
1
  # @backstage/plugin-scaffolder-backend-module-github
2
2
 
3
- ## 0.0.0-nightly-20260420031813
3
+ ## 0.0.0-nightly-20260422031853
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 3846774: Added missing dependencies that were previously only available transitively.
8
8
  - Updated dependencies
9
- - @backstage/errors@0.0.0-nightly-20260420031813
10
- - @backstage/integration@0.0.0-nightly-20260420031813
11
- - @backstage/backend-plugin-api@0.0.0-nightly-20260420031813
12
- - @backstage/catalog-model@0.0.0-nightly-20260420031813
13
- - @backstage/config@0.0.0-nightly-20260420031813
14
- - @backstage/plugin-catalog-node@0.0.0-nightly-20260420031813
15
- - @backstage/plugin-scaffolder-node@0.0.0-nightly-20260420031813
9
+ - @backstage/errors@0.0.0-nightly-20260422031853
10
+ - @backstage/integration@0.0.0-nightly-20260422031853
11
+ - @backstage/backend-plugin-api@0.0.0-nightly-20260422031853
12
+ - @backstage/catalog-model@0.0.0-nightly-20260422031853
13
+ - @backstage/config@0.0.0-nightly-20260422031853
14
+ - @backstage/plugin-catalog-node@0.0.0-nightly-20260422031853
15
+ - @backstage/plugin-scaffolder-node@0.0.0-nightly-20260422031853
16
+ - @backstage/types@1.2.2
17
+
18
+ ## 0.9.9-next.0
19
+
20
+ ### Patch Changes
21
+
22
+ - 3846774: Added missing dependencies that were previously only available transitively.
23
+ - Updated dependencies
24
+ - @backstage/errors@1.3.1-next.0
25
+ - @backstage/integration@2.0.2-next.0
26
+ - @backstage/backend-plugin-api@1.9.1-next.0
27
+ - @backstage/catalog-model@1.8.1-next.0
28
+ - @backstage/config@1.3.8-next.0
29
+ - @backstage/plugin-catalog-node@2.2.1-next.0
30
+ - @backstage/plugin-scaffolder-node@0.13.3-next.0
16
31
  - @backstage/types@1.2.2
17
32
 
18
33
  ## 0.9.8
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-20260420031813",
3
+ "version": "0.0.0-nightly-20260422031853",
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-20260420031813",
54
- "@backstage/catalog-model": "0.0.0-nightly-20260420031813",
55
- "@backstage/config": "0.0.0-nightly-20260420031813",
56
- "@backstage/errors": "0.0.0-nightly-20260420031813",
57
- "@backstage/integration": "0.0.0-nightly-20260420031813",
58
- "@backstage/plugin-catalog-node": "0.0.0-nightly-20260420031813",
59
- "@backstage/plugin-scaffolder-node": "0.0.0-nightly-20260420031813",
53
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20260422031853",
54
+ "@backstage/catalog-model": "0.0.0-nightly-20260422031853",
55
+ "@backstage/config": "0.0.0-nightly-20260422031853",
56
+ "@backstage/errors": "0.0.0-nightly-20260422031853",
57
+ "@backstage/integration": "0.0.0-nightly-20260422031853",
58
+ "@backstage/plugin-catalog-node": "0.0.0-nightly-20260422031853",
59
+ "@backstage/plugin-scaffolder-node": "0.0.0-nightly-20260422031853",
60
60
  "@backstage/types": "1.2.2",
61
61
  "@octokit/core": "^5.0.0",
62
62
  "@octokit/webhooks": "^10.9.2",
@@ -67,9 +67,9 @@
67
67
  "zod": "^3.25.76 || ^4.0.0"
68
68
  },
69
69
  "devDependencies": {
70
- "@backstage/backend-test-utils": "0.0.0-nightly-20260420031813",
71
- "@backstage/cli": "0.0.0-nightly-20260420031813",
72
- "@backstage/plugin-scaffolder-node-test-utils": "0.0.0-nightly-20260420031813",
70
+ "@backstage/backend-test-utils": "0.0.0-nightly-20260422031853",
71
+ "@backstage/cli": "0.0.0-nightly-20260422031853",
72
+ "@backstage/plugin-scaffolder-node-test-utils": "0.0.0-nightly-20260422031853",
73
73
  "@types/libsodium-wrappers": "^0.8.0",
74
74
  "fs-extra": "^11.2.0",
75
75
  "jsonschema": "^1.2.6"