Skip to content

Commit 1e95cac

Browse files
vveerrggclaude
andcommitted
chore(deps): upgrade to ESLint 10, fix audit vulnerabilities
Upgrade eslint ^9.27 -> ^10.0.0, @eslint/js ^9.27 -> ^10.0.0, @typescript-eslint/* -> ^8.56.0. Disable preserve-caught-error (new ESLint 10 rule). Restore @vitest/coverage-v8 and rimraf versions. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent c4d65fe commit 1e95cac

3 files changed

Lines changed: 430 additions & 524 deletions

File tree

eslint.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ export default [
2626
...eslint.configs.recommended.rules,
2727
...tseslint.configs.recommended.rules,
2828
'no-undef': 'off',
29+
'preserve-caught-error': 'off',
2930
'@typescript-eslint/no-explicit-any': 'off',
3031
'@typescript-eslint/explicit-function-return-type': 'off',
3132
'@typescript-eslint/no-unused-vars': ['warn', {

0 commit comments

Comments
 (0)