Skip to content

Commit

Permalink
chore: update project dependencies + remove eslint-plugin-sonarjs
Browse files Browse the repository at this point in the history
  • Loading branch information
gquittet committed Nov 2, 2024
1 parent cb9c5e6 commit acdaea5
Show file tree
Hide file tree
Showing 3 changed files with 1,746 additions and 5,304 deletions.
2 changes: 0 additions & 2 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import eslint from "@eslint/js";
import eslintSecurity from "eslint-plugin-security";
import eslintSimpleImportSort from "eslint-plugin-simple-import-sort";
import eslintSonar from "eslint-plugin-sonarjs";
import eslintConfigPrettier from "eslint-config-prettier";
import eslintUnusedImport from "eslint-plugin-unused-imports";
import tsEslint from "typescript-eslint";
Expand All @@ -14,7 +13,6 @@ export default tsEslint.config(
eslint.configs.recommended,
...tsEslint.configs.recommended,
eslintSecurity.configs.recommended,
eslintSonar.configs.recommended,
eslintConfigPrettier,
{
files: ["src/**/*"],
Expand Down
25 changes: 12 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,25 +129,24 @@
"fsevents": "^2.3.3"
},
"devDependencies": {
"@eslint/js": "^9.8.0",
"@eslint/js": "^9.14.0",
"@types/eslint__js": "^8.42.3",
"@types/express": "^4.17.21",
"@types/node": "^22.1.0",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^7.0.0",
"@vitest/coverage-v8": "^2.0.5",
"eslint": "^8.57.0",
"@types/express": "^5.0.0",
"@types/node": "^22.8.6",
"@typescript-eslint/eslint-plugin": "^8.12.2",
"@typescript-eslint/parser": "^8.12.2",
"@vitest/coverage-v8": "^2.1.4",
"eslint": "^9.14.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-security": "^3.0.1",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-sonarjs": "^2.0.1",
"eslint-plugin-unused-imports": "^4.0.1",
"prettier": "^3.3.3",
"publint": "^0.2.10",
"tsup": "^8.2.4",
"publint": "^0.2.12",
"tsup": "^8.3.5",
"typescript": "^5.5.4",
"typescript-eslint": "^8.0.1",
"vitest": "^2.0.5"
"typescript-eslint": "^8.12.2",
"vitest": "^2.1.4"
},
"keywords": [
"api",
Expand All @@ -160,4 +159,4 @@
"engines": {
"node": ">=18.0.0"
}
}
}
Loading

0 comments on commit acdaea5

Please sign in to comment.