From 0888b85a46964abf740fada6c374797ae859bae6 Mon Sep 17 00:00:00 2001 From: Tim van der Meij Date: Sat, 14 Feb 2026 19:52:04 +0100 Subject: [PATCH] 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. --- package-lock.json | 10 ++++------ package.json | 2 +- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2cfff5f68..17e8f0aaa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index 822e6488a..c2b1588cf 100644 --- a/package.json +++ b/package.json @@ -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",