@backstage/plugin-catalog-backend-module-github 0.0.0-nightly-20260217031303 → 0.0.0-nightly-20260221030612

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-20260217031303
3
+ ## 0.0.0-nightly-20260221030612
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-20260217031303
12
- - @backstage/plugin-catalog-node@0.0.0-nightly-20260217031303
13
- - @backstage/backend-plugin-api@0.0.0-nightly-20260217031303
14
- - @backstage/plugin-events-node@0.0.0-nightly-20260217031303
9
+ - @backstage/integration@0.0.0-nightly-20260221030612
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-20260217031303
15
+ - @backstage/plugin-catalog-common@1.1.8
16
+ - @backstage/plugin-catalog-node@0.0.0-nightly-20260221030612
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-20260217031303",
3
+ "version": "0.0.0-nightly-20260221030612",
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-20260217031303",
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-20260217031303",
73
- "@backstage/plugin-catalog-common": "0.0.0-nightly-20260217031303",
74
- "@backstage/plugin-catalog-node": "0.0.0-nightly-20260217031303",
75
- "@backstage/plugin-events-node": "0.0.0-nightly-20260217031303",
72
+ "@backstage/integration": "0.0.0-nightly-20260221030612",
73
+ "@backstage/plugin-catalog-common": "1.1.8",
74
+ "@backstage/plugin-catalog-node": "0.0.0-nightly-20260221030612",
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-20260217031303",
91
- "@backstage/backend-test-utils": "0.0.0-nightly-20260217031303",
92
- "@backstage/cli": "0.0.0-nightly-20260217031303",
93
- "@backstage/plugin-catalog-backend": "0.0.0-nightly-20260217031303",
94
- "@backstage/plugin-events-backend": "0.0.0-nightly-20260217031303",
95
- "@backstage/plugin-events-backend-module-github": "0.0.0-nightly-20260217031303",
96
- "@backstage/plugin-events-backend-module-google-pubsub": "0.0.0-nightly-20260217031303",
90
+ "@backstage/backend-defaults": "0.0.0-nightly-20260221030612",
91
+ "@backstage/backend-test-utils": "0.0.0-nightly-20260221030612",
92
+ "@backstage/cli": "0.0.0-nightly-20260221030612",
93
+ "@backstage/plugin-catalog-backend": "0.0.0-nightly-20260221030612",
94
+ "@backstage/plugin-events-backend": "0.5.11",
95
+ "@backstage/plugin-events-backend-module-github": "0.0.0-nightly-20260221030612",
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"