1
0
mirror of https://github.com/theoludwig/eslint-config-conventions.git synced 2026-04-07 22:31:08 +02:00

feat: support eslint-plugin-unicorn@^64.0.0

This commit is contained in:
2026-04-07 10:13:02 +02:00
parent 23cba0a069
commit 7f2ff2db1a
2 changed files with 705 additions and 774 deletions

View File

@@ -49,7 +49,7 @@
"peerDependencies": {
"eslint": "^9.22.0",
"eslint-plugin-promise": "^7.2.1",
"eslint-plugin-unicorn": "^61.0.0 || ^62.0.0 || ^63.0.0",
"eslint-plugin-unicorn": "^61.0.0 || ^62.0.0 || ^63.0.0 || ^64.0.0",
"eslint-plugin-import-x": "^4.6.1",
"globals": "^16.0.0 || ^17.0.0",
"typescript-eslint": "^8.32.0"
@@ -75,18 +75,18 @@
}
},
"devDependencies": {
"@types/node": "25.3.0",
"globals": "17.3.0",
"@types/node": "25.5.2",
"globals": "17.4.0",
"editorconfig-checker": "6.1.1",
"oxlint": "1.49.0",
"@oxlint/migrate": "1.49.0",
"eslint": "9.39.2",
"oxlint": "1.59.0",
"@oxlint/migrate": "1.58.0",
"eslint": "9.39.4",
"eslint-plugin-promise": "7.2.1",
"eslint-plugin-unicorn": "63.0.0",
"eslint-plugin-import-x": "4.16.1",
"typescript-eslint": "8.56.0",
"eslint-plugin-unicorn": "64.0.0",
"eslint-plugin-import-x": "4.16.2",
"typescript-eslint": "8.58.0",
"prettier": "3.8.1",
"semantic-release": "25.0.3",
"typescript": "5.9.3"
"typescript": "6.0.2"
}
}