@backstage/plugin-catalog-backend-module-github 0.0.0-nightly-20260406031922 → 0.0.0-nightly-20260408031702

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 +24 -9
  2. package/package.json +16 -16
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/plugin-catalog-backend-module-github
2
2
 
3
- ## 0.0.0-nightly-20260406031922
3
+ ## 0.0.0-nightly-20260408031702
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -8,15 +8,30 @@
8
8
  - edf465f: Removed the `type-fest` dev dependency, replacing its `PartialDeep` import with a local helper type in tests.
9
9
  - cca9fc2: Added automatic retry on temporary errors (like 5XX) to the shared GitHub GraphQL client used by `GithubOrgEntityProvider` and replaced the GraphQL client in `GithubEntityProvider` by this one as well, improving resilience against intermittent GitHub API failures.
10
10
  - Updated dependencies
11
- - @backstage/backend-plugin-api@0.0.0-nightly-20260406031922
12
- - @backstage/plugin-catalog-node@0.0.0-nightly-20260406031922
13
- - @backstage/integration@0.0.0-nightly-20260406031922
14
- - @backstage/plugin-events-node@0.0.0-nightly-20260406031922
15
- - @backstage/catalog-model@1.7.7
16
- - @backstage/config@1.3.6
17
- - @backstage/errors@1.2.7
11
+ - @backstage/backend-plugin-api@0.0.0-nightly-20260408031702
12
+ - @backstage/errors@0.0.0-nightly-20260408031702
13
+ - @backstage/plugin-catalog-node@0.0.0-nightly-20260408031702
14
+ - @backstage/integration@0.0.0-nightly-20260408031702
15
+ - @backstage/plugin-events-node@0.0.0-nightly-20260408031702
16
+ - @backstage/catalog-model@0.0.0-nightly-20260408031702
17
+ - @backstage/config@0.0.0-nightly-20260408031702
18
18
  - @backstage/types@1.2.2
19
- - @backstage/plugin-catalog-common@1.1.8
19
+ - @backstage/plugin-catalog-common@0.0.0-nightly-20260408031702
20
+
21
+ ## 0.13.1-next.2
22
+
23
+ ### Patch Changes
24
+
25
+ - cca9fc2: Added automatic retry on temporary errors (like 5XX) to the shared GitHub GraphQL client used by `GithubOrgEntityProvider` and replaced the GraphQL client in `GithubEntityProvider` by this one as well, improving resilience against intermittent GitHub API failures.
26
+ - Updated dependencies
27
+ - @backstage/errors@1.3.0-next.0
28
+ - @backstage/plugin-catalog-node@2.2.0-next.2
29
+ - @backstage/integration@2.0.1-next.0
30
+ - @backstage/backend-plugin-api@1.9.0-next.2
31
+ - @backstage/catalog-model@1.7.8-next.0
32
+ - @backstage/config@1.3.7-next.0
33
+ - @backstage/plugin-events-node@0.4.21-next.2
34
+ - @backstage/plugin-catalog-common@1.1.9-next.0
20
35
 
21
36
  ## 0.13.1-next.1
22
37
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend-module-github",
3
- "version": "0.0.0-nightly-20260406031922",
3
+ "version": "0.0.0-nightly-20260408031702",
4
4
  "description": "A Backstage catalog backend module that helps integrate towards GitHub",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -65,14 +65,14 @@
65
65
  "test": "backstage-cli package test"
66
66
  },
67
67
  "dependencies": {
68
- "@backstage/backend-plugin-api": "0.0.0-nightly-20260406031922",
69
- "@backstage/catalog-model": "1.7.7",
70
- "@backstage/config": "1.3.6",
71
- "@backstage/errors": "1.2.7",
72
- "@backstage/integration": "0.0.0-nightly-20260406031922",
73
- "@backstage/plugin-catalog-common": "1.1.8",
74
- "@backstage/plugin-catalog-node": "0.0.0-nightly-20260406031922",
75
- "@backstage/plugin-events-node": "0.0.0-nightly-20260406031922",
68
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20260408031702",
69
+ "@backstage/catalog-model": "0.0.0-nightly-20260408031702",
70
+ "@backstage/config": "0.0.0-nightly-20260408031702",
71
+ "@backstage/errors": "0.0.0-nightly-20260408031702",
72
+ "@backstage/integration": "0.0.0-nightly-20260408031702",
73
+ "@backstage/plugin-catalog-common": "0.0.0-nightly-20260408031702",
74
+ "@backstage/plugin-catalog-node": "0.0.0-nightly-20260408031702",
75
+ "@backstage/plugin-events-node": "0.0.0-nightly-20260408031702",
76
76
  "@backstage/types": "1.2.2",
77
77
  "@octokit/auth-callback": "^5.0.0",
78
78
  "@octokit/core": "^5.2.0",
@@ -88,13 +88,13 @@
88
88
  "uuid": "^11.0.0"
89
89
  },
90
90
  "devDependencies": {
91
- "@backstage/backend-defaults": "0.0.0-nightly-20260406031922",
92
- "@backstage/backend-test-utils": "0.0.0-nightly-20260406031922",
93
- "@backstage/cli": "0.0.0-nightly-20260406031922",
94
- "@backstage/plugin-catalog-backend": "0.0.0-nightly-20260406031922",
95
- "@backstage/plugin-events-backend": "0.0.0-nightly-20260406031922",
96
- "@backstage/plugin-events-backend-module-github": "0.0.0-nightly-20260406031922",
97
- "@backstage/plugin-events-backend-module-google-pubsub": "0.0.0-nightly-20260406031922",
91
+ "@backstage/backend-defaults": "0.0.0-nightly-20260408031702",
92
+ "@backstage/backend-test-utils": "0.0.0-nightly-20260408031702",
93
+ "@backstage/cli": "0.0.0-nightly-20260408031702",
94
+ "@backstage/plugin-catalog-backend": "0.0.0-nightly-20260408031702",
95
+ "@backstage/plugin-events-backend": "0.0.0-nightly-20260408031702",
96
+ "@backstage/plugin-events-backend-module-github": "0.0.0-nightly-20260408031702",
97
+ "@backstage/plugin-events-backend-module-google-pubsub": "0.0.0-nightly-20260408031702",
98
98
  "@types/lodash": "^4.14.151",
99
99
  "msw": "^2.0.0"
100
100
  },