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

feat: support eslint-plugin-unicorn@^61.0.0

This commit is contained in:
2025-09-08 08:27:35 +02:00
parent 6f42dbcdbe
commit 929978af36
3 changed files with 177 additions and 191 deletions

View File

@@ -49,7 +49,7 @@
"peerDependencies": {
"eslint": "^9.21.0",
"eslint-plugin-promise": "^7.2.1",
"eslint-plugin-unicorn": "^59.0.0 || ^60.0.0",
"eslint-plugin-unicorn": "^59.0.0 || ^60.0.0 || ^61.0.0",
"eslint-plugin-import-x": "^4.6.1",
"globals": "^16.0.0",
"typescript-eslint": "^8.32.0"
@@ -75,16 +75,16 @@
}
},
"devDependencies": {
"@types/node": "24.3.0",
"@types/node": "24.3.1",
"globals": "16.3.0",
"editorconfig-checker": "6.1.0",
"oxlint": "1.13.0",
"@oxlint/migrate": "1.13.0",
"eslint": "9.34.0",
"oxlint": "1.14.0",
"@oxlint/migrate": "1.14.0",
"eslint": "9.35.0",
"eslint-plugin-promise": "7.2.1",
"eslint-plugin-unicorn": "60.0.0",
"eslint-plugin-unicorn": "61.0.1",
"eslint-plugin-import-x": "4.16.1",
"typescript-eslint": "8.41.0",
"typescript-eslint": "8.42.0",
"prettier": "3.6.2",
"semantic-release": "24.2.7",
"typescript": "5.9.2"