Skip to content

Commit

Permalink
chore(deps): update eslint (#3383)
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: ST-DDT <ST-DDT@gmx.de>
  • Loading branch information
renovate[bot] and ST-DDT authored Feb 6, 2025
1 parent 3f7633d commit f9dd560
Show file tree
Hide file tree
Showing 3 changed files with 137 additions and 135 deletions.
2 changes: 2 additions & 0 deletions eslint.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ const config: ReturnType<typeof tseslint.config> = tseslint.config(
trailingUnderscore: 'forbid',
},
],
'@typescript-eslint/no-misused-spread': 'off', // string spreading is fine (mostly)
'@typescript-eslint/no-confusing-void-expression': [
'error',
{
Expand All @@ -97,6 +98,7 @@ const config: ReturnType<typeof tseslint.config> = tseslint.config(
'error',
{ ignoreParameters: true },
],
'@typescript-eslint/no-unnecessary-boolean-literal-compare': 'off', // requires `strictNullChecks` to be enabled
'@typescript-eslint/no-unnecessary-condition': 'off', // requires `strictNullChecks` to be enabled
'@typescript-eslint/no-unsafe-assignment': 'off',
'@typescript-eslint/no-unsafe-call': 'off',
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@
"dist"
],
"devDependencies": {
"@eslint/compat": "1.2.5",
"@eslint/js": "9.18.0",
"@eslint/compat": "1.2.6",
"@eslint/js": "9.19.0",
"@stylistic/eslint-plugin": "3.0.1",
"@types/eslint__js": "8.42.3",
"@types/node": "22.13.0",
Expand All @@ -119,11 +119,11 @@
"@vueuse/core": "12.5.0",
"commit-and-tag-version": "12.5.0",
"cypress": "14.0.1",
"eslint": "9.18.0",
"eslint": "9.19.0",
"eslint-config-prettier": "10.0.1",
"eslint-plugin-file-progress": "3.0.1",
"eslint-plugin-jsdoc": "50.6.1",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-jsdoc": "50.6.3",
"eslint-plugin-prettier": "5.2.3",
"eslint-plugin-unicorn": "56.0.1",
"jiti": "2.4.2",
"npm-run-all2": "7.0.2",
Expand All @@ -137,7 +137,7 @@
"tsup": "8.3.6",
"tsx": "4.19.2",
"typescript": "5.7.3",
"typescript-eslint": "8.19.1",
"typescript-eslint": "8.23.0",
"validator": "13.12.0",
"vitepress": "1.6.3",
"vitest": "3.0.5",
Expand Down
Loading

0 comments on commit f9dd560

Please sign in to comment.