Skip to content

Commit a596022

Browse files
chore(deps): update eslint (major) (#1570)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Shinigami92 <chrissi92@hotmail.de>
1 parent 6b471f7 commit a596022

File tree

4 files changed

+127
-222
lines changed

4 files changed

+127
-222
lines changed

eslint.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,7 @@ export default defineConfig(
258258
name: 'test/migrations/*.js overrides',
259259
rules: {
260260
'no-undef': 'off',
261+
'preserve-caught-error': 'off',
261262
'unicorn/prefer-module': 'off',
262263
'@typescript-eslint/explicit-module-boundary-types': 'off',
263264
'@typescript-eslint/no-require-imports': 'off',

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
},
9090
"devDependencies": {
9191
"@eslint/compat": "2.0.3",
92-
"@eslint/js": "9.39.4",
92+
"@eslint/js": "10.0.1",
9393
"@stylistic/eslint-plugin": "5.10.0",
9494
"@testcontainers/postgresql": "11.13.0",
9595
"@types/config": "3.3.5",
@@ -103,12 +103,12 @@
103103
"dotenv": "17.3.1",
104104
"dotenv-expand": "12.0.3",
105105
"esbuild-fix-imports-plugin": "1.0.23",
106-
"eslint": "9.39.4",
106+
"eslint": "10.0.3",
107107
"eslint-config-prettier": "10.1.8",
108108
"eslint-gitignore": "0.1.0",
109109
"eslint-plugin-import-x": "4.16.2",
110110
"eslint-plugin-prettier": "5.5.5",
111-
"eslint-plugin-unicorn": "62.0.0",
111+
"eslint-plugin-unicorn": "63.0.0",
112112
"node-pg-migrate": "file:.",
113113
"npm-run-all2": "8.0.4",
114114
"pg": "8.20.0",

0 commit comments

Comments
 (0)