Skip to content

Commit

Permalink
chore(deps): update dependency eslint to v9 (#5504)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Vladimir Sheremet <[email protected]>
  • Loading branch information
renovate[bot] and sheremet-va authored Apr 22, 2024
1 parent ec9d7c9 commit 8031de7
Show file tree
Hide file tree
Showing 4 changed files with 471 additions and 324 deletions.
2 changes: 2 additions & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ export default antfu(
'**/*.snap',
'**/bench.json',
'**/fixtures',
'**/assets/**',
'**/*.timestamp-*',
'test/core/src/self',
'test/wasm-modules/src/wasm-bindgen-no-cyclic',
'test/workspaces/results.json',
Expand Down
3 changes: 2 additions & 1 deletion examples/typecheck/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"declaration": true,
"declarationMap": true,
"sourceMap": true,
"verbatimModuleSyntax": true
"verbatimModuleSyntax": true,
"skipLibCheck": true
},
"include": ["src", "test"],
"exclude": ["node_modules"]
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"test:browser:playwright": "pnpm -C test/browser run test:playwright"
},
"devDependencies": {
"@antfu/eslint-config": "^2.6.4",
"@antfu/eslint-config": "^2.15.0",
"@antfu/ni": "^0.21.12",
"@playwright/test": "^1.41.0",
"@rollup/plugin-commonjs": "^25.0.7",
Expand All @@ -53,7 +53,7 @@
"@vitest/ui": "workspace:*",
"bumpp": "^9.2.1",
"esbuild": "^0.19.11",
"eslint": "^8.54.0",
"eslint": "^9.1.0",
"fast-glob": "^3.3.2",
"lint-staged": "^15.1.0",
"magic-string": "^0.30.5",
Expand Down
Loading

0 comments on commit 8031de7

Please sign in to comment.