From 86dad16df311c54684efffc9f2f4c141508668b4 Mon Sep 17 00:00:00 2001 From: Tim van der Meij Date: Sat, 4 Jul 2026 14:34:23 +0200 Subject: [PATCH] Upgrade `eslint-plugin-unicorn` to version 70.0.0 This is a major version bump, but the changelog at https://github.com/sindresorhus/eslint-plugin-unicorn/releases/tag/v69.0.0 and https://github.com/sindresorhus/eslint-plugin-unicorn/releases/tag/v70.0.0 doesn't indicate any breaking changes that should impact us. --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8870662f0..7b283dcf8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "eslint-plugin-perfectionist": "^5.9.1", "eslint-plugin-prettier": "^5.5.6", "eslint-plugin-regexp": "^3.1.1", - "eslint-plugin-unicorn": "^68.0.0", + "eslint-plugin-unicorn": "^70.0.0", "globals": "^17.7.0", "gulp": "^5.0.1", "gulp-cli": "^3.1.0", @@ -6643,9 +6643,9 @@ } }, "node_modules/eslint-plugin-unicorn": { - "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==", + "version": "70.0.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-70.0.0.tgz", + "integrity": "sha512-uAF9xMcVvvhTfvusCgogJ1wh4To3q2KhVMw3i1Apf/ILTbxsCjscvraAZACsEurb7no2fdXblD3whcbVnjw5zg==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 3b0b41f9b..06eef4865 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "eslint-plugin-perfectionist": "^5.9.1", "eslint-plugin-prettier": "^5.5.6", "eslint-plugin-regexp": "^3.1.1", - "eslint-plugin-unicorn": "^68.0.0", + "eslint-plugin-unicorn": "^70.0.0", "globals": "^17.7.0", "gulp": "^5.0.1", "gulp-cli": "^3.1.0",