@backstage/plugin-scaffolder-backend-module-github 0.0.0-nightly-20260217031303 → 0.0.0-nightly-20260220031100

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 +20 -8
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,21 +1,33 @@
1
1
  # @backstage/plugin-scaffolder-backend-module-github
2
2
 
3
- ## 0.0.0-nightly-20260217031303
3
+ ## 0.0.0-nightly-20260220031100
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - 7455dae: Use node prefix on native imports
8
- - 82ca951: cleaned up repo creation to make the unique portions explicit
9
- - 69d880e: Bump to latest zod to ensure it has the latest features
10
7
  - Updated dependencies
11
- - @backstage/integration@0.0.0-nightly-20260217031303
12
- - @backstage/plugin-catalog-node@0.0.0-nightly-20260217031303
13
- - @backstage/backend-plugin-api@0.0.0-nightly-20260217031303
14
- - @backstage/plugin-scaffolder-node@0.0.0-nightly-20260217031303
8
+ - @backstage/integration@0.0.0-nightly-20260220031100
9
+ - @backstage/backend-plugin-api@1.7.0
15
10
  - @backstage/catalog-model@1.7.6
16
11
  - @backstage/config@1.3.6
17
12
  - @backstage/errors@1.2.7
18
13
  - @backstage/types@1.2.2
14
+ - @backstage/plugin-catalog-node@0.0.0-nightly-20260220031100
15
+ - @backstage/plugin-scaffolder-node@0.0.0-nightly-20260220031100
16
+
17
+ ## 0.9.6
18
+
19
+ ### Patch Changes
20
+
21
+ - 7455dae: Use node prefix on native imports
22
+ - 82ca951: cleaned up repo creation to make the unique portions explicit
23
+ - 672b972: Updated dependency `libsodium-wrappers` to `^0.8.0`.
24
+ Updated dependency `@types/libsodium-wrappers` to `^0.8.0`.
25
+ - 69d880e: Bump to latest zod to ensure it has the latest features
26
+ - Updated dependencies
27
+ - @backstage/integration@1.20.0
28
+ - @backstage/plugin-catalog-node@2.0.0
29
+ - @backstage/backend-plugin-api@1.7.0
30
+ - @backstage/plugin-scaffolder-node@0.12.5
19
31
 
20
32
  ## 0.9.6-next.2
21
33
 
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-20260217031303",
3
+ "version": "0.0.0-nightly-20260220031100",
4
4
  "description": "The github module for @backstage/plugin-scaffolder-backend",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -50,26 +50,26 @@
50
50
  "test": "backstage-cli package test"
51
51
  },
52
52
  "dependencies": {
53
- "@backstage/backend-plugin-api": "0.0.0-nightly-20260217031303",
53
+ "@backstage/backend-plugin-api": "1.7.0",
54
54
  "@backstage/catalog-model": "1.7.6",
55
55
  "@backstage/config": "1.3.6",
56
56
  "@backstage/errors": "1.2.7",
57
- "@backstage/integration": "0.0.0-nightly-20260217031303",
58
- "@backstage/plugin-catalog-node": "0.0.0-nightly-20260217031303",
59
- "@backstage/plugin-scaffolder-node": "0.0.0-nightly-20260217031303",
57
+ "@backstage/integration": "0.0.0-nightly-20260220031100",
58
+ "@backstage/plugin-catalog-node": "0.0.0-nightly-20260220031100",
59
+ "@backstage/plugin-scaffolder-node": "0.0.0-nightly-20260220031100",
60
60
  "@backstage/types": "1.2.2",
61
61
  "@octokit/webhooks": "^10.9.2",
62
- "libsodium-wrappers": "^0.7.11",
62
+ "libsodium-wrappers": "^0.8.0",
63
63
  "octokit": "^3.0.0",
64
64
  "octokit-plugin-create-pull-request": "^5.0.0",
65
65
  "yaml": "^2.0.0",
66
66
  "zod": "^3.25.76"
67
67
  },
68
68
  "devDependencies": {
69
- "@backstage/backend-test-utils": "0.0.0-nightly-20260217031303",
70
- "@backstage/cli": "0.0.0-nightly-20260217031303",
71
- "@backstage/plugin-scaffolder-node-test-utils": "0.0.0-nightly-20260217031303",
72
- "@types/libsodium-wrappers": "^0.7.10",
69
+ "@backstage/backend-test-utils": "0.0.0-nightly-20260220031100",
70
+ "@backstage/cli": "0.0.0-nightly-20260220031100",
71
+ "@backstage/plugin-scaffolder-node-test-utils": "0.0.0-nightly-20260220031100",
72
+ "@types/libsodium-wrappers": "^0.8.0",
73
73
  "fs-extra": "^11.2.0",
74
74
  "jsonschema": "^1.2.6"
75
75
  }