From d9a2db2c415cbaa6e1515caae0e70513584cc442 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 4 Jan 2025 22:21:28 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20(deps)=20eslint-plugin-per?= =?UTF-8?q?fectionist@4.6.0=20[skip=20ci]=20(#1893)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [eslint-plugin-perfectionist](https://perfectionist.dev) ([source](https://redirect.github.com/azat-io/eslint-plugin-perfectionist)) | [`4.5.0` -> `4.6.0`](https://renovatebot.com/diffs/npm/eslint-plugin-perfectionist/4.5.0/4.6.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-plugin-perfectionist/4.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/eslint-plugin-perfectionist/4.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/eslint-plugin-perfectionist/4.5.0/4.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-plugin-perfectionist/4.5.0/4.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
azat-io/eslint-plugin-perfectionist (eslint-plugin-perfectionist) ### [`v4.6.0`](https://redirect.github.com/azat-io/eslint-plugin-perfectionist/blob/HEAD/changelog.md#v460) [Compare Source](https://redirect.github.com/azat-io/eslint-plugin-perfectionist/compare/v4.5.0...v4.6.0) [compare changes](https://redirect.github.com/azat-io/eslint-plugin-perfectionist/compare/v4.5.0...v4.6.0) ##### 🚀 Features - Allow to enter new lines between in groups ([4045595](https://redirect.github.com/azat-io/eslint-plugin-perfectionist/commit/4045595)) ##### 🐞 Bug Fixes - **sort-objects:** Fix function name pattern usage with variable assignment ([8d15b98](https://redirect.github.com/azat-io/eslint-plugin-perfectionist/commit/8d15b98)) ##### ❤️ Contributors - Hugo ([@​hugop95](http://github.com/hugop95))
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- config/eslint-config/package.json | 2 +- pnpm-lock.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/config/eslint-config/package.json b/config/eslint-config/package.json index 037fdec0..66b53a79 100644 --- a/config/eslint-config/package.json +++ b/config/eslint-config/package.json @@ -41,7 +41,7 @@ "eslint-plugin-jest": "28.10.0", "eslint-plugin-jest-dom": "5.5.0", "eslint-plugin-jsx-a11y": "6.10.2", - "eslint-plugin-perfectionist": "4.5.0", + "eslint-plugin-perfectionist": "4.6.0", "eslint-plugin-playwright": "2.1.0", "eslint-plugin-react": "7.37.3", "eslint-plugin-react-hooks": "5.1.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 0b27ad4e..37e65fc6 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -118,8 +118,8 @@ importers: specifier: 6.10.2 version: 6.10.2(eslint@9.17.0) eslint-plugin-perfectionist: - specifier: 4.5.0 - version: 4.5.0(eslint@9.17.0)(typescript@5.7.2) + specifier: 4.6.0 + version: 4.6.0(eslint@9.17.0)(typescript@5.7.2) eslint-plugin-playwright: specifier: 2.1.0 version: 2.1.0(eslint@9.17.0) @@ -1919,8 +1919,8 @@ packages: peerDependencies: eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9 - eslint-plugin-perfectionist@4.5.0: - resolution: {integrity: sha512-Dh+6UO50GLRM5z8HMv7HkCy+XUGgDfG8jbTYrqL6A07VBIPzlnM3CMZkovWEWT3mOPzlFTYdyp1bYr+HZTKD6g==} + eslint-plugin-perfectionist@4.6.0: + resolution: {integrity: sha512-kOswTebUK0LlYExRwqz7YQtvyTUIRsKfp8XrwBBeHGh2e8MBOS6K+7VvG6HpmNckyKySi1I96uPeAlptMFGcRQ==} engines: {node: ^18.0.0 || >=20.0.0} peerDependencies: eslint: '>=8.0.0' @@ -6108,7 +6108,7 @@ snapshots: safe-regex-test: 1.0.3 string.prototype.includes: 2.0.1 - eslint-plugin-perfectionist@4.5.0(eslint@9.17.0)(typescript@5.7.2): + eslint-plugin-perfectionist@4.6.0(eslint@9.17.0)(typescript@5.7.2): dependencies: '@typescript-eslint/types': 8.19.0 '@typescript-eslint/utils': 8.19.0(eslint@9.17.0)(typescript@5.7.2)