@backstage/plugin-catalog-backend-module-github 0.3.0-next.2 → 0.3.1-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 CHANGED
@@ -1,5 +1,51 @@
1
1
  # @backstage/plugin-catalog-backend-module-github
2
2
 
3
+ ## 0.3.1-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/catalog-client@1.4.2-next.0
9
+ - @backstage/plugin-catalog-backend@1.9.2-next.0
10
+ - @backstage/plugin-catalog-node@1.3.7-next.0
11
+ - @backstage/backend-common@0.18.6-next.0
12
+ - @backstage/integration@1.4.5
13
+ - @backstage/config@1.0.7
14
+ - @backstage/backend-plugin-api@0.5.3-next.0
15
+ - @backstage/backend-tasks@0.5.3-next.0
16
+ - @backstage/catalog-model@1.3.0
17
+ - @backstage/errors@1.1.5
18
+ - @backstage/types@1.0.2
19
+ - @backstage/plugin-catalog-common@1.0.13
20
+ - @backstage/plugin-events-node@0.2.7-next.0
21
+
22
+ ## 0.3.0
23
+
24
+ ### Minor Changes
25
+
26
+ - 970678adbe2: Implement events support for `GithubMultiOrgEntityProvider`
27
+
28
+ **BREAKING:** Passing in a custom `teamTransformer` will now correctly completely override the default transformer behavior
29
+
30
+ ### Patch Changes
31
+
32
+ - 78bb674a713: Fixed bug in queryWithPaging that caused secondary rate limit errors in GitHub with organizations having more than 1000 repositories. This change makes one request per second to avoid concurrency issues.
33
+ - bd101cefd37: Updated the `team.edited` event emitted from `GithubOrgEntityProvider` to also include teams description.
34
+ - Updated dependencies
35
+ - @backstage/plugin-catalog-backend@1.9.1
36
+ - @backstage/backend-common@0.18.5
37
+ - @backstage/integration@1.4.5
38
+ - @backstage/backend-tasks@0.5.2
39
+ - @backstage/plugin-catalog-node@1.3.6
40
+ - @backstage/backend-plugin-api@0.5.2
41
+ - @backstage/catalog-client@1.4.1
42
+ - @backstage/catalog-model@1.3.0
43
+ - @backstage/config@1.0.7
44
+ - @backstage/errors@1.1.5
45
+ - @backstage/types@1.0.2
46
+ - @backstage/plugin-catalog-common@1.0.13
47
+ - @backstage/plugin-events-node@0.2.6
48
+
3
49
  ## 0.3.0-next.2
4
50
 
5
51
  ### Minor Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend-module-github",
3
- "version": "0.3.0-next.2",
3
+ "version": "0.3.1-next.0",
4
4
  "main": "../dist/alpha.cjs.js",
5
5
  "types": "../dist/alpha.d.ts"
6
6
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend-module-github",
3
3
  "description": "A Backstage catalog backend module that helps integrate towards GitHub",
4
- "version": "0.3.0-next.2",
4
+ "version": "0.3.1-next.0",
5
5
  "main": "./dist/index.cjs.js",
6
6
  "types": "./dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -43,18 +43,18 @@
43
43
  "start": "backstage-cli package start"
44
44
  },
45
45
  "dependencies": {
46
- "@backstage/backend-common": "^0.18.5-next.1",
47
- "@backstage/backend-plugin-api": "^0.5.2-next.1",
48
- "@backstage/backend-tasks": "^0.5.2-next.1",
49
- "@backstage/catalog-client": "^1.4.1",
46
+ "@backstage/backend-common": "^0.18.6-next.0",
47
+ "@backstage/backend-plugin-api": "^0.5.3-next.0",
48
+ "@backstage/backend-tasks": "^0.5.3-next.0",
49
+ "@backstage/catalog-client": "^1.4.2-next.0",
50
50
  "@backstage/catalog-model": "^1.3.0",
51
51
  "@backstage/config": "^1.0.7",
52
52
  "@backstage/errors": "^1.1.5",
53
- "@backstage/integration": "^1.4.5-next.0",
54
- "@backstage/plugin-catalog-backend": "^1.9.1-next.2",
53
+ "@backstage/integration": "^1.4.5",
54
+ "@backstage/plugin-catalog-backend": "^1.9.2-next.0",
55
55
  "@backstage/plugin-catalog-common": "^1.0.13",
56
- "@backstage/plugin-catalog-node": "^1.3.6-next.1",
57
- "@backstage/plugin-events-node": "^0.2.6-next.1",
56
+ "@backstage/plugin-catalog-node": "^1.3.7-next.0",
57
+ "@backstage/plugin-events-node": "^0.2.7-next.0",
58
58
  "@backstage/types": "^1.0.2",
59
59
  "@octokit/graphql": "^5.0.0",
60
60
  "@octokit/rest": "^19.0.3",
@@ -66,8 +66,8 @@
66
66
  "winston": "^3.2.1"
67
67
  },
68
68
  "devDependencies": {
69
- "@backstage/backend-test-utils": "^0.1.37-next.1",
70
- "@backstage/cli": "^0.22.7-next.0",
69
+ "@backstage/backend-test-utils": "^0.1.38-next.0",
70
+ "@backstage/cli": "^0.22.8-next.0",
71
71
  "@types/lodash": "^4.14.151",
72
72
  "luxon": "^3.0.0",
73
73
  "msw": "^1.0.0"