Upgrade eslint-plugin-unicorn to version 63.0.0

This is a major version bump, but the changelog at
https://github.com/sindresorhus/eslint-plugin-unicorn/releases/tag/v63.0.0
doesn't indicate any breaking changes that should impact us.

Note that this version supports ESLint 10, which is a prerequisite for
being able to upgrade ESLint itself in a follow-up later.
This commit is contained in:
Tim van der Meij 2026-02-14 19:52:04 +01:00
parent 6bce7a3abc
commit 0888b85a46
No known key found for this signature in database
GPG Key ID: 8C3FD2925A5F2762
2 changed files with 5 additions and 7 deletions

10
package-lock.json generated
View File

@ -31,7 +31,7 @@
"eslint-plugin-no-unsanitized": "^4.1.4",
"eslint-plugin-perfectionist": "^5.5.0",
"eslint-plugin-prettier": "^5.5.5",
"eslint-plugin-unicorn": "^62.0.0",
"eslint-plugin-unicorn": "^63.0.0",
"globals": "^17.3.0",
"gulp": "^5.0.1",
"gulp-cli": "^3.1.0",
@ -6130,20 +6130,18 @@
}
},
"node_modules/eslint-plugin-unicorn": {
"version": "62.0.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-62.0.0.tgz",
"integrity": "sha512-HIlIkGLkvf29YEiS/ImuDZQbP12gWyx5i3C6XrRxMvVdqMroCI9qoVYCoIl17ChN+U89pn9sVwLxhIWj5nEc7g==",
"version": "63.0.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-63.0.0.tgz",
"integrity": "sha512-Iqecl9118uQEXYh7adylgEmGfkn5es3/mlQTLLkd4pXkIk9CTGrAbeUux+YljSa2ohXCBmQQ0+Ej1kZaFgcfkA==",
"dev": true,
"license": "MIT",
"dependencies": {
"@babel/helper-validator-identifier": "^7.28.5",
"@eslint-community/eslint-utils": "^4.9.0",
"@eslint/plugin-kit": "^0.4.0",
"change-case": "^5.4.4",
"ci-info": "^4.3.1",
"clean-regexp": "^1.0.0",
"core-js-compat": "^3.46.0",
"esquery": "^1.6.0",
"find-up-simple": "^1.0.1",
"globals": "^16.4.0",
"indent-string": "^5.0.0",

View File

@ -26,7 +26,7 @@
"eslint-plugin-no-unsanitized": "^4.1.4",
"eslint-plugin-perfectionist": "^5.5.0",
"eslint-plugin-prettier": "^5.5.5",
"eslint-plugin-unicorn": "^62.0.0",
"eslint-plugin-unicorn": "^63.0.0",
"globals": "^17.3.0",
"gulp": "^5.0.1",
"gulp-cli": "^3.1.0",