@backstage/plugin-catalog-backend-module-github 0.7.8-next.0 → 0.7.8-next.2

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 +31 -0
  2. package/package.json +13 -14
package/CHANGELOG.md CHANGED
@@ -1,5 +1,36 @@
1
1
  # @backstage/plugin-catalog-backend-module-github
2
2
 
3
+ ## 0.7.8-next.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/plugin-catalog-backend@1.29.0-next.2
9
+ - @backstage/backend-plugin-api@1.1.0-next.2
10
+ - @backstage/plugin-catalog-node@1.15.0-next.2
11
+ - @backstage/plugin-events-node@0.4.6-next.2
12
+ - @backstage/catalog-client@1.9.0-next.2
13
+ - @backstage/catalog-model@1.7.2-next.0
14
+ - @backstage/config@1.3.1-next.0
15
+ - @backstage/integration@1.16.0-next.1
16
+ - @backstage/plugin-catalog-common@1.1.2-next.0
17
+
18
+ ## 0.7.8-next.1
19
+
20
+ ### Patch Changes
21
+
22
+ - 5c9cc05: Use native fetch instead of node-fetch
23
+ - Updated dependencies
24
+ - @backstage/plugin-catalog-backend@1.29.0-next.1
25
+ - @backstage/plugin-catalog-node@1.15.0-next.1
26
+ - @backstage/catalog-client@1.9.0-next.1
27
+ - @backstage/backend-plugin-api@1.1.0-next.1
28
+ - @backstage/catalog-model@1.7.1
29
+ - @backstage/config@1.3.0
30
+ - @backstage/integration@1.16.0-next.0
31
+ - @backstage/plugin-catalog-common@1.1.1
32
+ - @backstage/plugin-events-node@0.4.6-next.1
33
+
3
34
  ## 0.7.8-next.0
4
35
 
5
36
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend-module-github",
3
- "version": "0.7.8-next.0",
3
+ "version": "0.7.8-next.2",
4
4
  "description": "A Backstage catalog backend module that helps integrate towards GitHub",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -62,29 +62,28 @@
62
62
  },
63
63
  "dependencies": {
64
64
  "@backstage/backend-common": "^0.25.0",
65
- "@backstage/backend-plugin-api": "1.0.3-next.0",
66
- "@backstage/catalog-client": "1.8.1-next.0",
67
- "@backstage/catalog-model": "1.7.1",
68
- "@backstage/config": "1.3.0",
69
- "@backstage/integration": "1.16.0-next.0",
70
- "@backstage/plugin-catalog-backend": "1.28.1-next.0",
71
- "@backstage/plugin-catalog-common": "1.1.1",
72
- "@backstage/plugin-catalog-node": "1.14.1-next.0",
73
- "@backstage/plugin-events-node": "0.4.6-next.0",
65
+ "@backstage/backend-plugin-api": "1.1.0-next.2",
66
+ "@backstage/catalog-client": "1.9.0-next.2",
67
+ "@backstage/catalog-model": "1.7.2-next.0",
68
+ "@backstage/config": "1.3.1-next.0",
69
+ "@backstage/integration": "1.16.0-next.1",
70
+ "@backstage/plugin-catalog-backend": "1.29.0-next.2",
71
+ "@backstage/plugin-catalog-common": "1.1.2-next.0",
72
+ "@backstage/plugin-catalog-node": "1.15.0-next.2",
73
+ "@backstage/plugin-events-node": "0.4.6-next.2",
74
74
  "@octokit/graphql": "^5.0.0",
75
75
  "@octokit/rest": "^19.0.3",
76
76
  "git-url-parse": "^15.0.0",
77
77
  "lodash": "^4.17.21",
78
78
  "minimatch": "^9.0.0",
79
- "node-fetch": "^2.7.0",
80
79
  "uuid": "^11.0.0"
81
80
  },
82
81
  "devDependencies": {
83
- "@backstage/backend-test-utils": "1.2.0-next.0",
84
- "@backstage/cli": "0.29.3-next.0",
82
+ "@backstage/backend-test-utils": "1.2.0-next.2",
83
+ "@backstage/cli": "0.29.3-next.2",
85
84
  "@types/lodash": "^4.14.151",
86
85
  "luxon": "^3.0.0",
87
- "msw": "^1.0.0"
86
+ "msw": "^2.0.0"
88
87
  },
89
88
  "configSchema": "config.d.ts"
90
89
  }