Skip to content

Commit

Permalink
chore!: update to eslint 9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kelsos committed Jul 10, 2024
1 parent 3a65f9b commit 0c072eb
Show file tree
Hide file tree
Showing 7 changed files with 660 additions and 653 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@rotki/eslint-plugin",
"version": "0.4.0",
"packageManager": "pnpm@9.4.0",
"packageManager": "pnpm@9.5.0",
"type": "module",
"license": "AGPL-3.0",
"bugs": {
Expand Down Expand Up @@ -40,15 +40,15 @@
"new": "node --experimental-specifier-resolution=node --loader ts-node/esm ./scripts/new-rule.ts",
"docs": "vitepress dev docs",
"docs:build": "pnpm run generate && vitepress build docs",
"prepare": "husky install",
"prepare": "husky",
"typecheck": "tsc --noEmit",
"release": "bumpp -r --no-push"
},
"peerDependencies": {
"eslint": "^8.0.0 || ^9.0.0"
"eslint": "^9.0.0"
},
"dependencies": {
"@typescript-eslint/utils": "7.15.0",
"@typescript-eslint/utils": "7.16.0",
"debug": "4.3.5",
"eslint-compat-utils": "0.5.1",
"jsonc-eslint-parser": "2.4.0",
Expand All @@ -59,25 +59,25 @@
"devDependencies": {
"@commitlint/cli": "19.3.0",
"@commitlint/config-conventional": "19.2.2",
"@rotki/eslint-config": "2.9.0",
"@rotki/eslint-config": "2.9.1",
"@types/debug": "4.1.12",
"@types/eslint": "8.56.10",
"@types/node": "20",
"@typescript-eslint/eslint-plugin": "7.15.0",
"@typescript-eslint/parser": "7.15.0",
"@typescript-eslint/rule-tester": "7.15.0",
"@vitest/coverage-v8": "1.6.0",
"@typescript-eslint/eslint-plugin": "7.16.0",
"@typescript-eslint/parser": "7.16.0",
"@typescript-eslint/rule-tester": "7.16.0",
"@vitest/coverage-v8": "2.0.1",
"bumpp": "9.4.1",
"debug": "4.3.5",
"eslint": "8.57.0",
"eslint": "9.6.0",
"husky": "9.0.11",
"lint-staged": "15.2.7",
"rimraf": "5.0.8",
"rimraf": "6.0.0",
"ts-node": "10.9.2",
"typescript": "5.5.3",
"unbuild": "2.0.0",
"vitepress": "1.2.3",
"vitest": "1.6.0"
"vitepress": "1.3.0",
"vitest": "2.0.1"
},
"engines": {
"node": ">=20",
Expand Down
Loading

0 comments on commit 0c072eb

Please sign in to comment.