Skip to content
This repository was archived by the owner on Apr 20, 2026. It is now read-only.

chore(deps): update dependency eslint-plugin-perfectionist to v5#21

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/eslint-plugin-perfectionist-5.x
Open

chore(deps): update dependency eslint-plugin-perfectionist to v5#21
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/eslint-plugin-perfectionist-5.x

Conversation

@renovate

@renovate renovate Bot commented Dec 19, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
eslint-plugin-perfectionist (source) 4.14.05.9.0 age confidence

Release Notes

azat-io/eslint-plugin-perfectionist (eslint-plugin-perfectionist)

v5.9.0

Compare Source

compare changes

🚀 Features
  • Export class option types
    (b98c82d9)
  • Support configurable spacing between overload signatures
    (a4b425db)
🐞 Bug Fixes
  • sort-imports: Add submodule imports as internal patterns
    (c05d1b14)
  • Preserve uncased character positions
    (3d75ce26)
❤️ Contributors

v5.8.0

Compare Source

compare changes

🚀 Features
🐞 Bug Fixes
  • Add oxlint rule tester and fix issue in sort-classes
    (4949b1d7)
  • sort-modules: Add missing partition cases
    (7244ff1e)
❤️ Contributors

v5.7.0

Compare Source

compare changes

🚀 Features
  • sort-array-includes: Support conditional config by ast selector
    (bcd12a37)
  • sort-objects: Support conditional config by ast selector
    (3a629862)
  • sort-enums: Support conditional config by ast selector
    (ad6f971d)
  • sort-maps: Support conditional config by ast selector
    (5757889c)
  • sort-classes: Support conditional config by ast selector and name pattern
    (c2965cc6)
  • sort-objects: Support computed-key partitioning
    (1d6005e4)
  • sort-jsx-props: Support conditional config by ast selector
    (a90a0794)
  • sort-named-exports: Support conditional config by ast selector
    (d573f93f)
  • sort-heritage-clauses: Support conditional config by ast selector and name
    pattern
    (745c79cf)
  • sort-variable-declarations: Support conditional config by ast selector and
    name pattern
    (498bef97)
  • sort-named-imports: Support conditional config by ast selector and name
    pattern
    (2c28d110)
  • sort-object-types: Support conditional config by ast selector
    (1d3dd304)
  • sort-import-attributes: Support conditional config by ast selector and
    name pattern
    (8f6f21d4)
  • sort-union-types: Support conditional config by ast selector and name
    pattern
    (1953b4f7)
🐞 Bug Fixes
  • sort-array-includes: Fix invalid arrays being sorted
    (fc671f0b)
  • Make selector match priority deterministic across overlapping options
    (76633eea)
  • Apply the first matching configuration in option order
    (936bf505)
❤️ Contributors

v5.6.0

Compare Source

compare changes

🚀 Features
🐞 Bug Fixes
  • sort-classes: Avoid crashes on unknown class elements
    (912f8a8b)
  • sort-objects: Find declaration comments before exported variables
    (9f90465e)
  • Normalize parenthesized union and intersection member names
    (d82f1e9f)
❤️ Contributors

v5.5.0

Compare Source

compare changes

🚀 Features
  • sort-classes: Improve dependency detection algorithm
    (8bcbc88a)
🐞 Bug Fixes
  • Prevent spread operator reordering in sort-sets and sort-array-includes
    (06b0f73e)
❤️ Contributors

v5.4.0

Compare Source

compare changes

🚀 Features
  • sort-objects: Allow sorting by name and value (2622a734)
  • Improve dependency detection algorithm (a80d8105)
🏎 Performance Improvements
  • Cache group options and improve subgroup-order coverage (858076c7)
  • Avoid accumulating spreads in hot paths (2c964ae0)
🐞 Bug Fixes
  • sort-modules: Enable fallback sorting for usage mode (a2b898e4)
  • sort-modules: Fix error loop due to overload signatures with sort-usages (2dcdb687)
  • sort-modules: Add support for overload signatures (d760ae7a)
  • sort-modules: Avoid deprecated enum members access (a0a7d478)
❤️ Contributors

v5.3.1

Compare Source

compare changes

🐞 Bug Fixes
  • Align plugin configs typing with eslint (7c44de3)
❤️ Contributors

v5.3.0

Compare Source

compare changes

🚀 Features
  • Fallback sort subgroup order (3c8fecf)
  • sort-modules: Allow exported then decorated classes to be sorted (53b00c8)
🐞 Bug Fixes
  • Use runtime-safe node type checks (a0ec110)
❤️ Contributors

v5.2.0

Compare Source

compare changes

🚀 Features
  • sort-modules: Sort by order of use (fc297a2)
  • Allow fallback sort override in groups with overrides (64a9fee)
  • sort-imports: Allow sorting by specifiers (05c66aa)
🐞 Bug Fixes
  • Add explicit type annotation for plugin configs (780a25a)
❤️ Contributors

v5.1.0

Compare Source

compare changes

🚀 Features
  • Add new lines between to settings (ae36860)
  • Add new lines inside at rule options and settings level (1430b19)
🐞 Bug Fixes
  • Add js extensions to relative imports in decl files (2cfeed9)
  • Handle missing export kind in sort exports (179d432)
  • Allow overriding settings with default values (08d69ca)
  • Improve plugin type compatibility (af1ce61)
❤️ Contributors

v5.0.0

Compare Source

compare changes

🚀 Features
  • ⚠️ Drop nodejs v18 support (6c4a74a)
  • ⚠️ Move to esm only (442f409)
  • sort-decorators: Add array-based custom groups api (358b1f4)
  • ⚠️ Drop group kind support (44af851)
  • sort-heritage-clauses: Add array-based custom groups api (e6ef242)
  • sort-imports: ⚠️ Drop deprecated ts config root dir support (5452245)
  • ⚠️ Drop deprecated selectors support for multiple rules (4c0161a)
  • ⚠️ Drop deprecated object-based custom groups support (5a6d5fa)
  • Support annotation-based config (96cda80)
  • sort-object-types: ⚠️ Drop deprecated ignore pattern option (d28a154)
  • sort-jsx-props: ⚠️ Drop deprecated ignore pattern option (f1a2498)
  • Add sort-import-attributes rule (d147c56)
  • Add sort-export-attributes rule (ac7e597)
  • sort-object: ⚠️ Drop deprecated destructure only option (2f9d620)
  • sort-objects: Add pattern matching for variable declarations (ea22aa1)
  • ⚠️ Drop deprecated newlines between always and never (4a9a693)
  • sort-objects: ⚠️ Migrate object type options to conditional configuration pattern (724d044)
  • sort-enums: ⚠️ Replace force numeric sort and update default sort by value option (b707549)
  • sort-objects: Add numeric keys detection option (2a6653d)
  • sort-object-types: Add numeric keys detection option (88f1c19)
  • sort-imports: Add multiline and singleline modifiers (2c954d4)
  • ⚠️ Improve comment above integration in groups (2011d6c)
  • Allow type overrides in groups option (7985717)
  • sort-imports: ⚠️ Drop deprecated selectors (f089488)
  • Allow order overrides in groups option (2c64f20)
  • Allow new lines inside overrides in groups option (f9300b6)
  • sort-imports: Allow type-import-first fallback sort (a73c690)
  • sort-exports: Add wildcard, named and line-related modifiers (2211eb6)
  • sort-objects: ⚠️ Drop deprecated ignore pattern (02a09d3)
  • sort-objects: Add scope option for pattern matching (a2e013d)
  • sort-object-types: Add scoped matching for declaration patterns (7fde0b5)
  • sort-objects: Add scoped matching for declaration patterns (e80691a)
  • sort-object-types: Add scoped matching for declaration comments (1addc94)
🐞 Bug Fixes
  • Fix plugin usage with legacy configurations (a5e5b66)
  • Keep settings priority when meta default options provided (5d5793d)
  • Require sorting type in fallback sort schema (404a9b0)
  • sort-objects: Handle destructured dependencies (572d54a)
  • sort-object-types: Improve detection of complex object type declarations (7d9f3bd)
  • Honor declaration comments for nested types (c54c522)
  • sort-object-types: Match declaration names from variable declarations (99d50bc)
⚠️ Breaking Changes
  • ⚠️ Drop nodejs v18 support (6c4a74a)
  • ⚠️ Move to esm only (442f409)
  • ⚠️ Drop group kind support (44af851)
  • sort-imports: ⚠️ Drop deprecated ts config root dir support (5452245)
  • ⚠️ Drop deprecated selectors support for multiple rules (4c0161a)
  • ⚠️ Drop deprecated object-based custom groups support (5a6d5fa)
  • sort-object-types: ⚠️ Drop deprecated ignore pattern option (d28a154)
  • sort-jsx-props: ⚠️ Drop deprecated ignore pattern option (f1a2498)
  • sort-object: ⚠️ Drop deprecated destructure only option (2f9d620)
  • ⚠️ Drop deprecated newlines between always and never (4a9a693)
  • sort-objects: ⚠️ Migrate object type options to conditional configuration pattern (724d044)
  • sort-enums: ⚠️ Replace force numeric sort and update default sort by value option (b707549)
  • ⚠️ Improve comment above integration in groups (2011d6c)
  • sort-imports: ⚠️ Drop deprecated selectors (f089488)
  • sort-objects: ⚠️ Drop deprecated ignore pattern (02a09d3)
❤️ Contributors

v4.15.1

Compare Source

compare changes

🐞 Bug Fixes
  • sort-modules: Fix decorator dependencies not detected (86f1626)
  • sort-objects: Fix complex call expressions being ignored in calling function name pattern (20da679)
  • sort-variable-declarations: Fix destructured assignments dependencies not detected (1def9db)
❤️ Contributors

v4.15.0

Compare Source

compare changes

🚀 Features
  • Add main and types fields for npm compatibility (b12950a)
  • Allow newlines between to support number (2f5a58a)
🐞 Bug Fixes
  • sort-imports: Allow single imports to be linted for comment above (f0fae7c)
  • Don't enforce new lines between behavior in unordered groups (05b4797)
  • Prevent newlines fixes between different partitions (b14fd3f)
❤️ Contributors

Configuration

📅 Schedule: (in timezone Asia/Tokyo)

  • Branch creation
    • "every weekend"
  • 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@vercel

vercel Bot commented Dec 19, 2025

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
stride Error Error Apr 18, 2026 9:31am

Request Review

@renovate
renovate Bot force-pushed the renovate/eslint-plugin-perfectionist-5.x branch from 4c1c4af to 9721618 Compare December 22, 2025 22:41
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-perfectionist-5.x branch from 9721618 to eb6c719 Compare December 31, 2025 16:36
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-perfectionist-5.x branch from eb6c719 to 0a5db84 Compare January 6, 2026 17:30
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-perfectionist-5.x branch from 0a5db84 to 6a80b5a Compare January 8, 2026 10:25
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-perfectionist-5.x branch from 6a80b5a to d5da74d Compare January 19, 2026 17:50
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-perfectionist-5.x branch from d5da74d to 4ffaf2e Compare January 22, 2026 08:32
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-perfectionist-5.x branch from 4ffaf2e to 89e9d84 Compare February 2, 2026 19:35
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-perfectionist-5.x branch from 89e9d84 to 12ea79a Compare February 5, 2026 05:49
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-perfectionist-5.x branch from 12ea79a to afbab15 Compare February 12, 2026 11:31
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-perfectionist-5.x branch from afbab15 to a20ac36 Compare February 19, 2026 07:39
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-perfectionist-5.x branch from a20ac36 to 6131b44 Compare March 5, 2026 15:38
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-perfectionist-5.x branch from 6131b44 to 7682d72 Compare March 13, 2026 18:03
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-perfectionist-5.x branch from 7682d72 to 7b38f69 Compare March 17, 2026 17:48
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-perfectionist-5.x branch from 7b38f69 to 9facef0 Compare March 27, 2026 13:15
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-perfectionist-5.x branch from 9facef0 to e6c705b Compare April 1, 2026 18:31
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-perfectionist-5.x branch from e6c705b to ca456f0 Compare April 2, 2026 09:12
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-perfectionist-5.x branch from ca456f0 to bd43131 Compare April 8, 2026 15:04
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-perfectionist-5.x branch from bd43131 to 6619422 Compare April 18, 2026 09:31
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants