@backstage/plugin-scaffolder-backend-module-github 0.0.0-nightly-20260612032440 → 0.0.0-nightly-20260613032133

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 +5 -5
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,15 +1,15 @@
1
1
  # @backstage/plugin-scaffolder-backend-module-github
2
2
 
3
- ## 0.0.0-nightly-20260612032440
3
+ ## 0.0.0-nightly-20260613032133
4
4
 
5
5
  ### Patch Changes
6
6
 
7
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
8
  - Updated dependencies
9
- - @backstage/integration@0.0.0-nightly-20260612032440
10
- - @backstage/backend-plugin-api@0.0.0-nightly-20260612032440
11
- - @backstage/plugin-catalog-node@0.0.0-nightly-20260612032440
12
- - @backstage/plugin-scaffolder-node@0.0.0-nightly-20260612032440
9
+ - @backstage/integration@0.0.0-nightly-20260613032133
10
+ - @backstage/backend-plugin-api@0.0.0-nightly-20260613032133
11
+ - @backstage/plugin-catalog-node@0.0.0-nightly-20260613032133
12
+ - @backstage/plugin-scaffolder-node@0.0.0-nightly-20260613032133
13
13
  - @backstage/catalog-model@1.9.0
14
14
  - @backstage/config@1.3.8
15
15
  - @backstage/errors@1.3.1
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-20260612032440",
3
+ "version": "0.0.0-nightly-20260613032133",
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-20260612032440",
53
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20260613032133",
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-20260612032440",
58
- "@backstage/plugin-catalog-node": "0.0.0-nightly-20260612032440",
59
- "@backstage/plugin-scaffolder-node": "0.0.0-nightly-20260612032440",
57
+ "@backstage/integration": "0.0.0-nightly-20260613032133",
58
+ "@backstage/plugin-catalog-node": "0.0.0-nightly-20260613032133",
59
+ "@backstage/plugin-scaffolder-node": "0.0.0-nightly-20260613032133",
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-20260612032440",
72
- "@backstage/cli": "0.0.0-nightly-20260612032440",
73
- "@backstage/plugin-scaffolder-node-test-utils": "0.0.0-nightly-20260612032440",
71
+ "@backstage/backend-test-utils": "0.0.0-nightly-20260613032133",
72
+ "@backstage/cli": "0.0.0-nightly-20260613032133",
73
+ "@backstage/plugin-scaffolder-node-test-utils": "0.0.0-nightly-20260613032133",
74
74
  "@types/libsodium-wrappers": "^0.8.0",
75
75
  "fs-extra": "^11.2.0",
76
76
  "jsonschema": "^1.2.6"