Skip to content

Commit

Permalink
Typescript 5.6.x with the latest atom (#1384)
Browse files Browse the repository at this point in the history
Signed-off-by: Prabhu Subramanian <prabhu@appthreat.com>
  • Loading branch information
prabhu authored Sep 21, 2024
1 parent ddaa6be commit 8d33fd3
Show file tree
Hide file tree
Showing 4 changed files with 56 additions and 56 deletions.
6 changes: 3 additions & 3 deletions biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
},
"linter": {
"enabled": true,
"ignore": ["types/**", "contrib/**"],
"ignore": ["types/**", "contrib/**", "data/**"],
"rules": {
"recommended": true,
"complexity": {
Expand All @@ -18,7 +18,8 @@
"noUnnecessaryContinue": "warn",
"noConstAssign": "error",
"noConstantCondition": "error",
"noUnreachable": "info"
"noUnreachable": "info",
"noUnusedFunctionParameters": "warn"
},
"performance": {
"noDelete": "off"
Expand All @@ -37,7 +38,6 @@
"noEmptyBlockStatements": "warn"
},
"nursery": {
"noUnusedFunctionParameters": "warn",
"noDuplicateElseIf": "warn"
}
}
Expand Down
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"gen-types": "npx -p typescript tsc"
},
"imports": {
"@appthreat/atom": "npm:@appthreat/atom@2.0.17",
"@appthreat/atom": "npm:@appthreat/atom@2.0.20",
"@appthreat/cdx-proto": "npm:@appthreat/cdx-proto@1.0.1",
"@babel/parser": "npm:@babel/parser@^7.24.8",
"@babel/traverse": "npm:@babel/traverse@^7.24.8",
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"bugs": {
"url": "https://github.com/cyclonedx/cdxgen/issues"
},
"packageManager": "pnpm@9.9.0",
"packageManager": "pnpm@9.11.0",
"lint-staged": {
"*": "biome check --fix --no-errors-on-unmatched"
},
Expand Down Expand Up @@ -99,7 +99,7 @@
"yargs": "^17.7.2"
},
"optionalDependencies": {
"@appthreat/atom": "2.0.18",
"@appthreat/atom": "2.0.20",
"@appthreat/cdx-proto": "1.0.1",
"@cyclonedx/cdxgen-plugins-bin": "1.6.3",
"@cyclonedx/cdxgen-plugins-bin-arm64": "1.6.3",
Expand All @@ -117,9 +117,9 @@
},
"files": ["*.js", "lib/**", "bin/", "data/", "types/"],
"devDependencies": {
"@biomejs/biome": "1.8.3",
"@biomejs/biome": "1.9.2",
"jest": "^29.7.0",
"typescript": "^5.5.4"
"typescript": "^5.6.2"
},
"pnpm": {
"overrides": {
Expand Down
96 changes: 48 additions & 48 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8d33fd3

Please sign in to comment.