@backstage/plugin-catalog-backend-module-github 0.0.0-nightly-20260216031347 → 0.0.0-nightly-20260220031100

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 +21 -9
  2. package/package.json +14 -14
package/CHANGELOG.md CHANGED
@@ -1,22 +1,34 @@
1
1
  # @backstage/plugin-catalog-backend-module-github
2
2
 
3
- ## 0.0.0-nightly-20260216031347
3
+ ## 0.0.0-nightly-20260220031100
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - cfd8103: Updated imports to use stable catalog extension points from `@backstage/plugin-catalog-node` instead of the deprecated alpha exports.
8
- - 7455dae: Use node prefix on native imports
9
- - 34cc520: Implemented translation of webhook events into `catalogScmEventsServiceRef` events.
7
+ - 6738cf0: build(deps): bump `minimatch` from 9.0.5 to 10.2.1
10
8
  - Updated dependencies
11
- - @backstage/integration@0.0.0-nightly-20260216031347
12
- - @backstage/plugin-catalog-node@0.0.0-nightly-20260216031347
13
- - @backstage/backend-plugin-api@0.0.0-nightly-20260216031347
14
- - @backstage/plugin-events-node@0.0.0-nightly-20260216031347
9
+ - @backstage/integration@0.0.0-nightly-20260220031100
10
+ - @backstage/backend-plugin-api@1.7.0
15
11
  - @backstage/catalog-model@1.7.6
16
12
  - @backstage/config@1.3.6
17
13
  - @backstage/errors@1.2.7
18
14
  - @backstage/types@1.2.2
19
- - @backstage/plugin-catalog-common@0.0.0-nightly-20260216031347
15
+ - @backstage/plugin-catalog-common@1.1.8
16
+ - @backstage/plugin-catalog-node@0.0.0-nightly-20260220031100
17
+ - @backstage/plugin-events-node@0.4.19
18
+
19
+ ## 0.12.2
20
+
21
+ ### Patch Changes
22
+
23
+ - cfd8103: Updated imports to use stable catalog extension points from `@backstage/plugin-catalog-node` instead of the deprecated alpha exports.
24
+ - 7455dae: Use node prefix on native imports
25
+ - 34cc520: Implemented translation of webhook events into `catalogScmEventsServiceRef` events.
26
+ - Updated dependencies
27
+ - @backstage/integration@1.20.0
28
+ - @backstage/plugin-catalog-node@2.0.0
29
+ - @backstage/backend-plugin-api@1.7.0
30
+ - @backstage/plugin-catalog-common@1.1.8
31
+ - @backstage/plugin-events-node@0.4.19
20
32
 
21
33
  ## 0.12.2-next.2
22
34
 
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-20260216031347",
3
+ "version": "0.0.0-nightly-20260220031100",
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-20260216031347",
68
+ "@backstage/backend-plugin-api": "1.7.0",
69
69
  "@backstage/catalog-model": "1.7.6",
70
70
  "@backstage/config": "1.3.6",
71
71
  "@backstage/errors": "1.2.7",
72
- "@backstage/integration": "0.0.0-nightly-20260216031347",
73
- "@backstage/plugin-catalog-common": "0.0.0-nightly-20260216031347",
74
- "@backstage/plugin-catalog-node": "0.0.0-nightly-20260216031347",
75
- "@backstage/plugin-events-node": "0.0.0-nightly-20260216031347",
72
+ "@backstage/integration": "0.0.0-nightly-20260220031100",
73
+ "@backstage/plugin-catalog-common": "1.1.8",
74
+ "@backstage/plugin-catalog-node": "0.0.0-nightly-20260220031100",
75
+ "@backstage/plugin-events-node": "0.4.19",
76
76
  "@backstage/types": "1.2.2",
77
77
  "@octokit/auth-callback": "^5.0.0",
78
78
  "@octokit/core": "^5.2.0",
@@ -82,18 +82,18 @@
82
82
  "@octokit/webhooks-types": "^7.6.1",
83
83
  "git-url-parse": "^15.0.0",
84
84
  "lodash": "^4.17.21",
85
- "minimatch": "^9.0.0",
85
+ "minimatch": "^10.2.1",
86
86
  "octokit": "^3.0.0",
87
87
  "uuid": "^11.0.0"
88
88
  },
89
89
  "devDependencies": {
90
- "@backstage/backend-defaults": "0.0.0-nightly-20260216031347",
91
- "@backstage/backend-test-utils": "0.0.0-nightly-20260216031347",
92
- "@backstage/cli": "0.0.0-nightly-20260216031347",
93
- "@backstage/plugin-catalog-backend": "0.0.0-nightly-20260216031347",
94
- "@backstage/plugin-events-backend": "0.0.0-nightly-20260216031347",
95
- "@backstage/plugin-events-backend-module-github": "0.0.0-nightly-20260216031347",
96
- "@backstage/plugin-events-backend-module-google-pubsub": "0.0.0-nightly-20260216031347",
90
+ "@backstage/backend-defaults": "0.0.0-nightly-20260220031100",
91
+ "@backstage/backend-test-utils": "0.0.0-nightly-20260220031100",
92
+ "@backstage/cli": "0.0.0-nightly-20260220031100",
93
+ "@backstage/plugin-catalog-backend": "0.0.0-nightly-20260220031100",
94
+ "@backstage/plugin-events-backend": "0.5.11",
95
+ "@backstage/plugin-events-backend-module-github": "0.0.0-nightly-20260220031100",
96
+ "@backstage/plugin-events-backend-module-google-pubsub": "0.2.0",
97
97
  "@types/lodash": "^4.14.151",
98
98
  "msw": "^2.0.0",
99
99
  "type-fest": "^4.41.0"