1
1
mirror of https://github.com/theoludwig/eslint-config-conventions.git synced 2025-09-11 23:09:27 +02:00

fix!: usage of eslint defineConfig()

Ref: https://typescript-eslint.io/packages/typescript-eslint/#migrating-to-defineconfig

BREAKING CHANGE: peerDependencies:
`eslint@^9.22.0`
`eslint-plugin-unicorn@^61.0.0`
This commit is contained in:
2025-09-11 19:48:20 +02:00
parent 929978af36
commit 2d8260472a
9 changed files with 246 additions and 330 deletions

View File

@@ -47,9 +47,9 @@
"release": "semantic-release"
},
"peerDependencies": {
"eslint": "^9.21.0",
"eslint": "^9.22.0",
"eslint-plugin-promise": "^7.2.1",
"eslint-plugin-unicorn": "^59.0.0 || ^60.0.0 || ^61.0.0",
"eslint-plugin-unicorn": "^61.0.0",
"eslint-plugin-import-x": "^4.6.1",
"globals": "^16.0.0",
"typescript-eslint": "^8.32.0"
@@ -76,17 +76,17 @@
},
"devDependencies": {
"@types/node": "24.3.1",
"globals": "16.3.0",
"globals": "16.4.0",
"editorconfig-checker": "6.1.0",
"oxlint": "1.14.0",
"@oxlint/migrate": "1.14.0",
"oxlint": "1.15.0",
"@oxlint/migrate": "1.15.0",
"eslint": "9.35.0",
"eslint-plugin-promise": "7.2.1",
"eslint-plugin-unicorn": "61.0.1",
"eslint-plugin-unicorn": "61.0.2",
"eslint-plugin-import-x": "4.16.1",
"typescript-eslint": "8.42.0",
"typescript-eslint": "8.43.0",
"prettier": "3.6.2",
"semantic-release": "24.2.7",
"semantic-release": "24.2.8",
"typescript": "5.9.2"
}
}