@backstage/plugin-catalog-backend-module-github 0.7.11 → 0.7.12-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.
Files changed (3) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/config.d.ts +5 -0
  3. package/package.json +12 -12
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @backstage/plugin-catalog-backend-module-github
2
2
 
3
+ ## 0.7.12-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - 16648ef: Added `validateLocationsExist` to the config definition where it was missing.
8
+ - Updated dependencies
9
+ - @backstage/plugin-catalog-backend@1.32.0
10
+ - @backstage/backend-plugin-api@1.2.1
11
+ - @backstage/catalog-client@1.9.1
12
+ - @backstage/catalog-model@1.7.3
13
+ - @backstage/config@1.3.2
14
+ - @backstage/integration@1.16.2
15
+ - @backstage/plugin-catalog-common@1.1.3
16
+ - @backstage/plugin-catalog-node@1.16.1
17
+ - @backstage/plugin-events-node@0.4.9
18
+
3
19
  ## 0.7.11
4
20
 
5
21
  ### Patch Changes
package/config.d.ts CHANGED
@@ -71,6 +71,11 @@ export interface Config {
71
71
  * Default: `/catalog-info.yaml`.
72
72
  */
73
73
  catalogPath?: string;
74
+ /**
75
+ * (Optional) Whether to validate locations that exist before emitting them.
76
+ * Default: `false`.
77
+ */
78
+ validateLocationsExist?: boolean;
74
79
  /**
75
80
  * (Optional) Filter configuration.
76
81
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend-module-github",
3
- "version": "0.7.11",
3
+ "version": "0.7.12-next.0",
4
4
  "description": "A Backstage catalog backend module that helps integrate towards GitHub",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -66,15 +66,15 @@
66
66
  },
67
67
  "dependencies": {
68
68
  "@backstage/backend-common": "^0.25.0",
69
- "@backstage/backend-plugin-api": "^1.2.1",
70
- "@backstage/catalog-client": "^1.9.1",
71
- "@backstage/catalog-model": "^1.7.3",
72
- "@backstage/config": "^1.3.2",
73
- "@backstage/integration": "^1.16.2",
74
- "@backstage/plugin-catalog-backend": "^1.32.0",
75
- "@backstage/plugin-catalog-common": "^1.1.3",
76
- "@backstage/plugin-catalog-node": "^1.16.1",
77
- "@backstage/plugin-events-node": "^0.4.9",
69
+ "@backstage/backend-plugin-api": "1.2.1",
70
+ "@backstage/catalog-client": "1.9.1",
71
+ "@backstage/catalog-model": "1.7.3",
72
+ "@backstage/config": "1.3.2",
73
+ "@backstage/integration": "1.16.2",
74
+ "@backstage/plugin-catalog-backend": "1.32.0",
75
+ "@backstage/plugin-catalog-common": "1.1.3",
76
+ "@backstage/plugin-catalog-node": "1.16.1",
77
+ "@backstage/plugin-events-node": "0.4.9",
78
78
  "@octokit/core": "^5.2.0",
79
79
  "@octokit/graphql": "^7.0.2",
80
80
  "@octokit/plugin-throttling": "^8.1.3",
@@ -85,8 +85,8 @@
85
85
  "uuid": "^11.0.0"
86
86
  },
87
87
  "devDependencies": {
88
- "@backstage/backend-test-utils": "^1.3.1",
89
- "@backstage/cli": "^0.31.0",
88
+ "@backstage/backend-test-utils": "1.3.2-next.0",
89
+ "@backstage/cli": "0.32.0-next.0",
90
90
  "@types/lodash": "^4.14.151",
91
91
  "luxon": "^3.0.0",
92
92
  "msw": "^2.0.0"