From c3f4b46ddd517488510d5b973f27260a1a359b65 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Jun 2024 17:17:15 +0000 Subject: [PATCH] fix(deps): bump eslint-plugin-perfectionist from 2.10.0 to 2.11.0 Bumps [eslint-plugin-perfectionist](https://github.com/azat-io/eslint-plugin-perfectionist) from 2.10.0 to 2.11.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.10.0...v2.11.0) --- updated-dependencies: - dependency-name: eslint-plugin-perfectionist dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index d13c8d3..09632c7 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "eslint-plugin-import": "^2.29.1", "eslint-plugin-mocha": "^10.4.3", "eslint-plugin-n": "^15", - "eslint-plugin-perfectionist": "^2.10.0" + "eslint-plugin-perfectionist": "^2.11.0" }, "devDependencies": { "@oclif/prettier-config": "^0.2.1", diff --git a/yarn.lock b/yarn.lock index 8f4dd17..76ab1cc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -685,10 +685,10 @@ eslint-plugin-n@^15: resolve "^1.22.1" semver "^7.3.8" -eslint-plugin-perfectionist@^2.10.0: - version "2.10.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-perfectionist/-/eslint-plugin-perfectionist-2.10.0.tgz#15cf9f5545ce2db24d1ccdf3226645a097480faf" - integrity sha512-P+tdrkHeMWBc55+DZsoDOAftV1WCsEoHaKm6JC7zajFus/syfT4vUPBFb3atGFSuyaVnGQGHlcKpP9X3Q0gH/w== +eslint-plugin-perfectionist@^2.11.0: + version "2.11.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-perfectionist/-/eslint-plugin-perfectionist-2.11.0.tgz#d5cc32e0d12b649357ca5b104a105793956759ba" + integrity sha512-XrtBtiu5rbQv88gl+1e2RQud9te9luYNvKIgM9emttQ2zutHPzY/AQUucwxscDKV4qlTkvLTxjOFvxqeDpPorw== dependencies: "@typescript-eslint/utils" "^6.13.0 || ^7.0.0" minimatch "^9.0.3"