@backstage/plugin-scaffolder-backend-module-github 0.0.0-nightly-20260616032439 → 0.0.0-nightly-20260618032436

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 +16 -6
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,19 +1,29 @@
1
1
  # @backstage/plugin-scaffolder-backend-module-github
2
2
 
3
- ## 0.0.0-nightly-20260616032439
3
+ ## 0.0.0-nightly-20260618032436
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - 464ebc2: Added a fallback for `publish:github` and `github:repo:push` actions that retries via the GitHub GraphQL API when the git push fails with a connection-level error (`ECONNRESET` or `ECONNREFUSED`, checked on both `error.code` and `error.cause.code`). The git smart HTTP protocol sends binary pack data in a POST request which can be blocked by network proxies that perform deep packet inspection. The GraphQL fallback uses standard JSON requests which are not affected.
8
7
  - Updated dependencies
9
- - @backstage/integration@0.0.0-nightly-20260616032439
10
- - @backstage/backend-plugin-api@0.0.0-nightly-20260616032439
11
- - @backstage/plugin-catalog-node@0.0.0-nightly-20260616032439
8
+ - @backstage/backend-plugin-api@0.0.0-nightly-20260618032436
9
+ - @backstage/plugin-catalog-node@0.0.0-nightly-20260618032436
10
+ - @backstage/plugin-scaffolder-node@0.0.0-nightly-20260618032436
11
+ - @backstage/integration@2.0.3
12
12
  - @backstage/catalog-model@1.9.0
13
13
  - @backstage/config@1.3.8
14
14
  - @backstage/errors@1.3.1
15
15
  - @backstage/types@1.2.2
16
- - @backstage/plugin-scaffolder-node@0.0.0-nightly-20260616032439
16
+
17
+ ## 0.9.10
18
+
19
+ ### Patch Changes
20
+
21
+ - 464ebc2: Added a fallback for `publish:github` and `github:repo:push` actions that retries via the GitHub GraphQL API when the git push fails with a connection-level error (`ECONNRESET` or `ECONNREFUSED`, checked on both `error.code` and `error.cause.code`). The git smart HTTP protocol sends binary pack data in a POST request which can be blocked by network proxies that perform deep packet inspection. The GraphQL fallback uses standard JSON requests which are not affected.
22
+ - Updated dependencies
23
+ - @backstage/plugin-scaffolder-node@0.13.4
24
+ - @backstage/integration@2.0.3
25
+ - @backstage/backend-plugin-api@1.9.2
26
+ - @backstage/plugin-catalog-node@2.2.2
17
27
 
18
28
  ## 0.9.10-next.0
19
29
 
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-20260616032439",
3
+ "version": "0.0.0-nightly-20260618032436",
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-20260616032439",
53
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20260618032436",
54
54
  "@backstage/catalog-model": "1.9.0",
55
55
  "@backstage/config": "1.3.8",
56
56
  "@backstage/errors": "1.3.1",
57
- "@backstage/integration": "0.0.0-nightly-20260616032439",
58
- "@backstage/plugin-catalog-node": "0.0.0-nightly-20260616032439",
59
- "@backstage/plugin-scaffolder-node": "0.0.0-nightly-20260616032439",
57
+ "@backstage/integration": "2.0.3",
58
+ "@backstage/plugin-catalog-node": "0.0.0-nightly-20260618032436",
59
+ "@backstage/plugin-scaffolder-node": "0.0.0-nightly-20260618032436",
60
60
  "@backstage/types": "1.2.2",
61
61
  "@octokit/core": "^5.0.0",
62
62
  "@octokit/plugin-retry": "^6.0.0",
@@ -68,9 +68,9 @@
68
68
  "zod": "^3.25.76 || ^4.0.0"
69
69
  },
70
70
  "devDependencies": {
71
- "@backstage/backend-test-utils": "0.0.0-nightly-20260616032439",
72
- "@backstage/cli": "0.0.0-nightly-20260616032439",
73
- "@backstage/plugin-scaffolder-node-test-utils": "0.0.0-nightly-20260616032439",
71
+ "@backstage/backend-test-utils": "0.0.0-nightly-20260618032436",
72
+ "@backstage/cli": "0.0.0-nightly-20260618032436",
73
+ "@backstage/plugin-scaffolder-node-test-utils": "0.0.0-nightly-20260618032436",
74
74
  "@types/libsodium-wrappers": "^0.8.0",
75
75
  "fs-extra": "^11.2.0",
76
76
  "jsonschema": "^1.2.6"