Upgrade eslint-plugin-unicorn to version 68.0.0

This is a major version bump, but the changelog at
https://github.com/sindresorhus/eslint-plugin-unicorn/releases/tag/v67.0.0 and
https://github.com/sindresorhus/eslint-plugin-unicorn/releases/tag/v68.0.0
doesn't indicate any breaking changes that should impact us.
This commit is contained in:
Tim van der Meij 2026-06-23 20:45:22 +02:00
parent 7818ab1b9d
commit 56843f9b42
No known key found for this signature in database
GPG Key ID: 8C3FD2925A5F2762
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -32,7 +32,7 @@
"eslint-plugin-perfectionist": "^5.9.1",
"eslint-plugin-prettier": "^5.5.6",
"eslint-plugin-regexp": "^3.1.0",
"eslint-plugin-unicorn": "^66.0.0",
"eslint-plugin-unicorn": "^68.0.0",
"globals": "^17.7.0",
"gulp": "^5.0.1",
"gulp-cli": "^3.1.0",
@ -5310,9 +5310,9 @@
}
},
"node_modules/eslint-plugin-unicorn": {
"version": "66.0.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-66.0.0.tgz",
"integrity": "sha512-+ywdy8T3foyZ2t3nRBujGa3vfOVMobHIi5iLB0L+fogdVO3EiUJ4BAyIacogWytnweLw3hgT70LQL9KoKTY/kA==",
"version": "68.0.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-68.0.0.tgz",
"integrity": "sha512-mHYWvX948Q4H3bGc39bsNMxD/leOuNI+Iws9NVsoSz5VA7EGP86wnz7mZ/SPSvRhefT8L4hd8DHfDuGC+lIoCQ==",
"dev": true,
"license": "MIT",
"dependencies": {

View File

@ -27,7 +27,7 @@
"eslint-plugin-perfectionist": "^5.9.1",
"eslint-plugin-prettier": "^5.5.6",
"eslint-plugin-regexp": "^3.1.0",
"eslint-plugin-unicorn": "^66.0.0",
"eslint-plugin-unicorn": "^68.0.0",
"globals": "^17.7.0",
"gulp": "^5.0.1",
"gulp-cli": "^3.1.0",