Skip to content

Commit

Permalink
Update typescript-eslint monorepo to v7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 23, 2024
1 parent 37ee1f3 commit a0b619b
Show file tree
Hide file tree
Showing 4 changed files with 96 additions and 95 deletions.
177 changes: 89 additions & 88 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions packages/eslint-config-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
"test:debug": "NODE_OPTS='--inspect-brk' npm run test"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^7.0.0",
"eslint-plugin-import": "^2.29.1"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-npm-hoist-packages-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"test": "echo 'No tests'; exit 0"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^7.0.0",
"eslint-plugin-import": "^2.28.1"
},
"engines": {
Expand Down
6 changes: 3 additions & 3 deletions packages/eslint-plugin-nest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"test": "NODE_OPTIONS=--experimental-vm-modules npx jest"
},
"dependencies": {
"@typescript-eslint/typescript-estree": "^6.11.0",
"@typescript-eslint/utils": "^6.11.0"
"@typescript-eslint/typescript-estree": "^7.0.0",
"@typescript-eslint/utils": "^7.0.0"
},
"devDependencies": {
"@code-style/eslint-config": "^2.0.0-27",
Expand All @@ -39,7 +39,7 @@
"@code-style/typescript-configs": "^2.0.0-27",
"@types/eslint": "^8.44.2",
"@types/node": "^20.6.3",
"@typescript-eslint/rule-tester": "^6.11.0",
"@typescript-eslint/rule-tester": "^7.0.0",
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"tsm": "^2.3.0",
Expand Down

0 comments on commit a0b619b

Please sign in to comment.