@spotify/backstage-plugin-soundcheck-backend-module-github 0.8.6 → 0.8.7
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,19 @@
|
|
|
1
1
|
# @spotify/backstage-plugin-soundcheck-backend-module-github
|
|
2
2
|
|
|
3
|
+
## 0.8.7
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependency `backstage` to `1.49.0`.
|
|
8
|
+
- Updated package to be compatible with zod versions 3 and 4.
|
|
9
|
+
- Updated dependencies
|
|
10
|
+
- Updated dependencies
|
|
11
|
+
- Updated dependencies
|
|
12
|
+
- Updated dependencies
|
|
13
|
+
- Updated dependencies
|
|
14
|
+
- @spotify/backstage-plugin-soundcheck-common@0.22.0
|
|
15
|
+
- @spotify/backstage-plugin-soundcheck-node@0.12.0
|
|
16
|
+
|
|
3
17
|
## 0.8.6
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";var e=require("@spotify/backstage-plugin-soundcheck-common"),t=require("zod");const a=e.BaseFactExtractorSchema.merge(t.z.strictObject({type:t.z.literal("BranchProtections"),branch:t.z.string().min(1).optional()})).strict(),r=e.BaseFactExtractorSchema.merge(t.z.strictObject({type:t.z.literal("BranchRules"),branch:t.z.string().min(1).optional()})).strict(),i=e.BaseFactExtractorSchema.merge(t.z.strictObject({type:t.z.literal("CodeScanningAlerts"),toolName:t.z.string().min(1).optional(),state:t.z.enum(["open","closed","dismissed","fixed"]).optional(),severity:t.z.enum(["critical","high","medium","low","warning","note","error"]).optional()})).strict(),c=e.BaseFactExtractorSchema.merge(t.z.strictObject({type:t.z.literal("DependabotAlerts"),states:t.z.array(t.z.enum(["auto_dismissed","dismissed","fixed","open"])).optional(),severities:t.z.array(t.z.enum(["low","medium","high","critical"])).optional()})).strict(),s=e.BaseFactExtractorSchema.merge(t.z.strictObject({type:t.z.literal("RepositoryDetails")})).strict(),o=e.BaseFactExtractorSchema.merge(t.z.strictObject({type:t.z.literal("RepositoryLanguages")})).strict(),n=e.BaseFactExtractorSchema.merge(t.z.strictObject({type:t.z.literal("SecretScanningAlerts"),state:t.z.enum(["open","resolved"]).optional(),validities:t.z.array(t.z.enum(["active","inactive","unknown"])).optional()})).strict(),l=e.BaseFactExtractorSchema.merge(t.z.strictObject({type:t.z.literal("SecurityAdvisories"),state:t.z.enum(["triage","draft","published","closed"]).optional()})).strict(),m=t.z.union([a,r,i,c,s,o,n,l]),z=e.buildFactCollectorSchema(m);exports.GithubFactCollectorSchema=z;
|
|
1
|
+
"use strict";var e=require("@spotify/backstage-plugin-soundcheck-common"),t=require("zod/v3");const a=e.BaseFactExtractorSchema.merge(t.z.strictObject({type:t.z.literal("BranchProtections"),branch:t.z.string().min(1).optional()})).strict(),r=e.BaseFactExtractorSchema.merge(t.z.strictObject({type:t.z.literal("BranchRules"),branch:t.z.string().min(1).optional()})).strict(),i=e.BaseFactExtractorSchema.merge(t.z.strictObject({type:t.z.literal("CodeScanningAlerts"),toolName:t.z.string().min(1).optional(),state:t.z.enum(["open","closed","dismissed","fixed"]).optional(),severity:t.z.enum(["critical","high","medium","low","warning","note","error"]).optional()})).strict(),c=e.BaseFactExtractorSchema.merge(t.z.strictObject({type:t.z.literal("DependabotAlerts"),states:t.z.array(t.z.enum(["auto_dismissed","dismissed","fixed","open"])).optional(),severities:t.z.array(t.z.enum(["low","medium","high","critical"])).optional()})).strict(),s=e.BaseFactExtractorSchema.merge(t.z.strictObject({type:t.z.literal("RepositoryDetails")})).strict(),o=e.BaseFactExtractorSchema.merge(t.z.strictObject({type:t.z.literal("RepositoryLanguages")})).strict(),n=e.BaseFactExtractorSchema.merge(t.z.strictObject({type:t.z.literal("SecretScanningAlerts"),state:t.z.enum(["open","resolved"]).optional(),validities:t.z.array(t.z.enum(["active","inactive","unknown"])).optional()})).strict(),l=e.BaseFactExtractorSchema.merge(t.z.strictObject({type:t.z.literal("SecurityAdvisories"),state:t.z.enum(["triage","draft","published","closed"]).optional()})).strict(),m=t.z.union([a,r,i,c,s,o,n,l]),z=e.buildFactCollectorSchema(m);exports.GithubFactCollectorSchema=z;
|
|
2
2
|
//# sourceMappingURL=GithubFactCollectorSchema.cjs.js.map
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@spotify/backstage-plugin-soundcheck-backend-module-github",
|
|
3
3
|
"description": "Soundcheck 3rd party integration with Github",
|
|
4
|
-
"version": "0.8.
|
|
4
|
+
"version": "0.8.7",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"homepage": "https://backstage.spotify.com",
|
|
7
7
|
"main": "dist/index.cjs.js",
|
|
@@ -27,29 +27,29 @@
|
|
|
27
27
|
"postpack": "backstage-cli package postpack"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
|
-
"@backstage/backend-test-utils": "^1.11.
|
|
31
|
-
"@backstage/cli": "^0.
|
|
32
|
-
"@spotify/backstage-plugin-soundcheck-backend": "^0.
|
|
30
|
+
"@backstage/backend-test-utils": "^1.11.1",
|
|
31
|
+
"@backstage/cli": "^0.36.0",
|
|
32
|
+
"@spotify/backstage-plugin-soundcheck-backend": "^0.25.0",
|
|
33
33
|
"@types/git-url-parse": "^16.0.0",
|
|
34
34
|
"@types/luxon": "^3.0.1",
|
|
35
35
|
"supertest": "^7.0.0"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@backstage/backend-plugin-api": "^1.
|
|
39
|
-
"@backstage/catalog-model": "^1.7.
|
|
38
|
+
"@backstage/backend-plugin-api": "^1.8.0",
|
|
39
|
+
"@backstage/catalog-model": "^1.7.7",
|
|
40
40
|
"@backstage/config": "^1.3.6",
|
|
41
41
|
"@backstage/errors": "^1.2.7",
|
|
42
|
-
"@backstage/integration": "^
|
|
42
|
+
"@backstage/integration": "^2.0.0",
|
|
43
43
|
"@backstage/types": "^1.2.2",
|
|
44
44
|
"@octokit/request-error": "^5.0.0",
|
|
45
45
|
"@octokit/rest": "^20.0.0",
|
|
46
|
-
"@spotify/backstage-plugin-soundcheck-common": "^0.
|
|
47
|
-
"@spotify/backstage-plugin-soundcheck-node": "^0.
|
|
46
|
+
"@spotify/backstage-plugin-soundcheck-common": "^0.22.0",
|
|
47
|
+
"@spotify/backstage-plugin-soundcheck-node": "^0.12.0",
|
|
48
48
|
"git-url-parse": "^16.0.0",
|
|
49
49
|
"lodash": "^4.17.21",
|
|
50
50
|
"luxon": "^3.1.1",
|
|
51
51
|
"winston": "^3.2.1",
|
|
52
|
-
"zod": "^3.
|
|
52
|
+
"zod": "^3.25.76 || ^4.0.0",
|
|
53
53
|
"zod-to-json-schema": "^3.20.2"
|
|
54
54
|
},
|
|
55
55
|
"files": [
|