@backstage/plugin-catalog-backend-module-github 0.11.2-next.1 → 0.11.3-next.0
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.
- package/CHANGELOG.md +27 -0
- package/package.json +10 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,32 @@
|
|
|
1
1
|
# @backstage/plugin-catalog-backend-module-github
|
|
2
2
|
|
|
3
|
+
## 0.11.3-next.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- @backstage/backend-plugin-api@1.5.1-next.0
|
|
9
|
+
- @backstage/integration@1.18.3-next.0
|
|
10
|
+
- @backstage/plugin-catalog-node@1.20.1-next.0
|
|
11
|
+
- @backstage/plugin-events-node@0.4.18-next.0
|
|
12
|
+
- @backstage/config@1.3.6
|
|
13
|
+
- @backstage/catalog-model@1.7.6
|
|
14
|
+
- @backstage/plugin-catalog-common@1.1.7
|
|
15
|
+
|
|
16
|
+
## 0.11.2
|
|
17
|
+
|
|
18
|
+
### Patch Changes
|
|
19
|
+
|
|
20
|
+
- 999d1c1: Added configurable `pageSizes` for GitHub GraphQL API queries to prevent `RESOURCE_LIMITS_EXCEEDED` errors with organizations with large number of repositories. Please see the [GitHub Discovery documentation](https://backstage.io/docs/integrations/github/discovery#configuration) for new configuration options.
|
|
21
|
+
- Updated dependencies
|
|
22
|
+
- @backstage/plugin-catalog-node@1.20.0
|
|
23
|
+
- @backstage/integration@1.18.2
|
|
24
|
+
- @backstage/backend-plugin-api@1.5.0
|
|
25
|
+
- @backstage/plugin-events-node@0.4.17
|
|
26
|
+
- @backstage/config@1.3.6
|
|
27
|
+
- @backstage/catalog-model@1.7.6
|
|
28
|
+
- @backstage/plugin-catalog-common@1.1.7
|
|
29
|
+
|
|
3
30
|
## 0.11.2-next.1
|
|
4
31
|
|
|
5
32
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-catalog-backend-module-github",
|
|
3
|
-
"version": "0.11.
|
|
3
|
+
"version": "0.11.3-next.0",
|
|
4
4
|
"description": "A Backstage catalog backend module that helps integrate towards GitHub",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "backend-plugin-module",
|
|
@@ -65,13 +65,13 @@
|
|
|
65
65
|
"test": "backstage-cli package test"
|
|
66
66
|
},
|
|
67
67
|
"dependencies": {
|
|
68
|
-
"@backstage/backend-plugin-api": "1.5.
|
|
69
|
-
"@backstage/catalog-model": "1.7.6
|
|
70
|
-
"@backstage/config": "1.3.6
|
|
71
|
-
"@backstage/integration": "1.18.
|
|
72
|
-
"@backstage/plugin-catalog-common": "1.1.7
|
|
73
|
-
"@backstage/plugin-catalog-node": "1.20.
|
|
74
|
-
"@backstage/plugin-events-node": "0.4.
|
|
68
|
+
"@backstage/backend-plugin-api": "1.5.1-next.0",
|
|
69
|
+
"@backstage/catalog-model": "1.7.6",
|
|
70
|
+
"@backstage/config": "1.3.6",
|
|
71
|
+
"@backstage/integration": "1.18.3-next.0",
|
|
72
|
+
"@backstage/plugin-catalog-common": "1.1.7",
|
|
73
|
+
"@backstage/plugin-catalog-node": "1.20.1-next.0",
|
|
74
|
+
"@backstage/plugin-events-node": "0.4.18-next.0",
|
|
75
75
|
"@octokit/core": "^5.2.0",
|
|
76
76
|
"@octokit/graphql": "^7.0.2",
|
|
77
77
|
"@octokit/plugin-throttling": "^8.1.3",
|
|
@@ -82,8 +82,8 @@
|
|
|
82
82
|
"uuid": "^11.0.0"
|
|
83
83
|
},
|
|
84
84
|
"devDependencies": {
|
|
85
|
-
"@backstage/backend-test-utils": "1.10.
|
|
86
|
-
"@backstage/cli": "0.34.
|
|
85
|
+
"@backstage/backend-test-utils": "1.10.1-next.0",
|
|
86
|
+
"@backstage/cli": "0.34.6-next.0",
|
|
87
87
|
"@types/lodash": "^4.14.151",
|
|
88
88
|
"msw": "^2.0.0",
|
|
89
89
|
"type-fest": "^4.41.0"
|