Skip to content

Commit 35785f3

Browse files
chore(deps): update lint (#12118)
* chore(deps): update lint * chore: update package name --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: daiwei <[email protected]>
1 parent 723f588 commit 35785f3

File tree

3 files changed

+180
-202
lines changed

3 files changed

+180
-202
lines changed

eslint.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import importX from 'eslint-plugin-import-x'
22
import tseslint from 'typescript-eslint'
3-
import vitest from 'eslint-plugin-vitest'
3+
import vitest from '@vitest/eslint-plugin'
44
import { builtinModules } from 'node:module'
55

66
const DOMGlobals = ['window', 'document']

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@
7777
"enquirer": "^2.4.1",
7878
"esbuild": "^0.24.0",
7979
"esbuild-plugin-polyfill-node": "^0.3.0",
80-
"eslint": "^9.10.0",
81-
"eslint-plugin-import-x": "^4.2.1",
82-
"eslint-plugin-vitest": "^0.5.4",
80+
"eslint": "^9.12.0",
81+
"eslint-plugin-import-x": "^4.3.1",
82+
"@vitest/eslint-plugin": "^1.0.1",
8383
"estree-walker": "catalog:",
8484
"jsdom": "^25.0.0",
8585
"lint-staged": "^15.2.10",
@@ -105,7 +105,7 @@
105105
"todomvc-app-css": "^2.4.3",
106106
"tslib": "^2.7.0",
107107
"typescript": "~5.6.2",
108-
"typescript-eslint": "^8.5.0",
108+
"typescript-eslint": "^8.8.0",
109109
"vite": "catalog:",
110110
"vitest": "^2.1.1"
111111
},

0 commit comments

Comments
 (0)