From 853526bc9cae614471635a5465a3cda57491a631 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 04:26:47 +0000 Subject: [PATCH] Bump eslint-plugin-perfectionist from 2.9.0 to 2.10.0 Bumps [eslint-plugin-perfectionist](https://github.com/azat-io/eslint-plugin-perfectionist) from 2.9.0 to 2.10.0. - [Release notes](https://github.com/azat-io/eslint-plugin-perfectionist/releases) - [Changelog](https://github.com/azat-io/eslint-plugin-perfectionist/blob/main/changelog.md) - [Commits](https://github.com/azat-io/eslint-plugin-perfectionist/compare/v2.9.0...v2.10.0) --- updated-dependencies: - dependency-name: eslint-plugin-perfectionist dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 19fef9b7..99b2164f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -39,7 +39,7 @@ "eslint-plugin-no-only-tests": "^3.1.0", "eslint-plugin-no-unsanitized": "^4.0.2", "eslint-plugin-no-use-extend-native": "^0.5.0", - "eslint-plugin-perfectionist": "^2.9.0", + "eslint-plugin-perfectionist": "^2.10.0", "eslint-plugin-promise": "^6.1.1", "eslint-plugin-putout": "^18.2.0", "eslint-plugin-react": "^7.34.1", @@ -6116,11 +6116,11 @@ } }, "node_modules/eslint-plugin-perfectionist": { - "version": "2.9.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-perfectionist/-/eslint-plugin-perfectionist-2.9.0.tgz", - "integrity": "sha512-ipFtDrqtF99qVVo+FE1fo6aHyLLp7hg6PNGfzY5KxQjcl0XCbyEFvjtR1NfkHDTN9rdFeEDxg59LLOv3VOAHAw==", + "version": "2.10.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-perfectionist/-/eslint-plugin-perfectionist-2.10.0.tgz", + "integrity": "sha512-P+tdrkHeMWBc55+DZsoDOAftV1WCsEoHaKm6JC7zajFus/syfT4vUPBFb3atGFSuyaVnGQGHlcKpP9X3Q0gH/w==", "dependencies": { - "@typescript-eslint/utils": "^6.13.0", + "@typescript-eslint/utils": "^6.13.0 || ^7.0.0", "minimatch": "^9.0.3", "natural-compare-lite": "^1.4.0" }, diff --git a/package.json b/package.json index a7a46d99..e930e92e 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "eslint-plugin-no-only-tests": "^3.1.0", "eslint-plugin-no-unsanitized": "^4.0.2", "eslint-plugin-no-use-extend-native": "^0.5.0", - "eslint-plugin-perfectionist": "^2.9.0", + "eslint-plugin-perfectionist": "^2.10.0", "eslint-plugin-promise": "^6.1.1", "eslint-plugin-putout": "^18.2.0", "eslint-plugin-react": "^7.34.1",