Skip to content

Commit 1633dbf

Browse files
chore(deps): update dependency eslint-plugin-perfectionist to v5.4.0 (#1538)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [eslint-plugin-perfectionist](https://perfectionist.dev) ([source](https://redirect.github.com/azat-io/eslint-plugin-perfectionist)) | [`5.3.0` → `5.4.0`](https://renovatebot.com/diffs/npm/eslint-plugin-perfectionist/5.3.0/5.4.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-plugin-perfectionist/5.4.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-plugin-perfectionist/5.3.0/5.4.0?slim=true) | --- ### Release Notes <details> <summary>azat-io/eslint-plugin-perfectionist (eslint-plugin-perfectionist)</summary> ### [`v5.4.0`](https://redirect.github.com/azat-io/eslint-plugin-perfectionist/blob/HEAD/changelog.md#v540) [Compare Source](https://redirect.github.com/azat-io/eslint-plugin-perfectionist/compare/v5.3.1...v5.4.0) [compare changes](https://redirect.github.com/azat-io/eslint-plugin-perfectionist/compare/v5.3.1...v5.4.0) ##### 🚀 Features - **sort-objects:** Allow sorting by name and value ([2622a734](https://redirect.github.com/azat-io/eslint-plugin-perfectionist/commit/2622a734)) - Improve dependency detection algorithm ([a80d8105](https://redirect.github.com/azat-io/eslint-plugin-perfectionist/commit/a80d8105)) ##### 🏎 Performance Improvements - Cache group options and improve subgroup-order coverage ([858076c7](https://redirect.github.com/azat-io/eslint-plugin-perfectionist/commit/858076c7)) - Avoid accumulating spreads in hot paths ([2c964ae0](https://redirect.github.com/azat-io/eslint-plugin-perfectionist/commit/2c964ae0)) ##### 🐞 Bug Fixes - **sort-modules:** Enable fallback sorting for usage mode ([a2b898e4](https://redirect.github.com/azat-io/eslint-plugin-perfectionist/commit/a2b898e4)) - **sort-modules:** Fix error loop due to overload signatures with sort-usages ([2dcdb687](https://redirect.github.com/azat-io/eslint-plugin-perfectionist/commit/2dcdb687)) - **sort-modules:** Add support for overload signatures ([d760ae7a](https://redirect.github.com/azat-io/eslint-plugin-perfectionist/commit/d760ae7a)) - **sort-modules:** Avoid deprecated enum members access ([a0a7d478](https://redirect.github.com/azat-io/eslint-plugin-perfectionist/commit/a0a7d478)) ##### ❤️ Contributors - Azat S. ([@&#8203;azat-io](https://redirect.github.com/azat-io)) - Hugo ([@&#8203;hugop95](https://redirect.github.com/hugop95)) ### [`v5.3.1`](https://redirect.github.com/azat-io/eslint-plugin-perfectionist/blob/HEAD/changelog.md#v531) [Compare Source](https://redirect.github.com/azat-io/eslint-plugin-perfectionist/compare/v5.3.0...v5.3.1) [compare changes](https://redirect.github.com/azat-io/eslint-plugin-perfectionist/compare/v5.3.0...v5.3.1) ##### 🐞 Bug Fixes - Align plugin configs typing with eslint ([7c44de3](https://redirect.github.com/azat-io/eslint-plugin-perfectionist/commit/7c44de3)) ##### ❤️ Contributors - Azat S. ([@&#8203;azat-io](https://redirect.github.com/azat-io)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/JoshuaKGoldberg/eslint-plugin-package-json). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi45Mi4xIiwidXBkYXRlZEluVmVyIjoiNDIuOTIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 286b189 commit 1633dbf

File tree

2 files changed

+93
-11
lines changed

2 files changed

+93
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"eslint-plugin-markdown-links": "0.7.1",
8686
"eslint-plugin-n": "17.23.1",
8787
"eslint-plugin-node-dependencies": "1.3.0",
88-
"eslint-plugin-perfectionist": "5.3.0",
88+
"eslint-plugin-perfectionist": "5.4.0",
8989
"eslint-plugin-regexp": "2.10.0",
9090
"eslint-plugin-unicorn": "62.0.0",
9191
"eslint-plugin-yml": "3.0.0",

pnpm-lock.yaml

Lines changed: 92 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)