Skip to content

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

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#192
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/eslint-plugin-perfectionist-5.x

Conversation

@renovate

@renovate renovate Bot commented Dec 17, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
eslint-plugin-perfectionist (source) ^4.15.1^5.10.1 age confidence

Release Notes

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

v5.10.1

Compare Source

compare changes

🐞 Bug Fixes
  • Fix crash in typescript 7
    (fbbc372)
  • Fix complex comments cases not being auto-fixed correctly
    (7a35d8b)
  • Respect ignored callback dependencies in nested calls
    (c9a119e)
  • Take into account extended tsconfigs
    (93a267e)
❤️ Contributors

v5.10.0

Compare Source

compare changes

🚀 Features
  • sort-intersection-types: Add ignore callable types option
    (967da574)
🐞 Bug Fixes
  • sort-modules: Allow sorting of decorated exported classes
    (05cc7218)
  • sort-arrays: Require options to be provided
    (5417cb5a)
  • Stop treating multiline trailing block comments as leading comments
    (5c66d19d)
  • sort-switch-case: Skip condition-shaped switch statements
    (2bea3292)
  • Detect dependencies in iifes, auto-accessors and computed enum access
    (119bafe6)
❤️ Contributors

v5.9.1

Compare Source

compare changes

🐞 Bug Fixes
  • sort-modules: Prevent usage-sort autofix loop with order desc
    (b649b49b)
❤️ Contributors

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

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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

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

@renovate
renovate Bot force-pushed the renovate/eslint-plugin-perfectionist-5.x branch 2 times, most recently from c764ad0 to abe8c57 Compare December 24, 2025 01:24
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-perfectionist-5.x branch 3 times, most recently from 7b30aef to 4bc74ea Compare January 6, 2026 17:01
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-perfectionist-5.x branch 3 times, most recently from 3ed1d20 to b15dc4c Compare January 11, 2026 01:53
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-perfectionist-5.x branch 3 times, most recently from 1c11a52 to ebc6484 Compare January 27, 2026 01:58
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-perfectionist-5.x branch 2 times, most recently from dcb5e89 to 8885d45 Compare February 5, 2026 06:15
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-perfectionist-5.x branch 3 times, most recently from eb8b547 to 56d34b0 Compare February 18, 2026 11:32
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-perfectionist-5.x branch from 56d34b0 to 92953ce Compare February 22, 2026 01:14
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-perfectionist-5.x branch from 92953ce to 00e7ab3 Compare March 5, 2026 15:36
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-perfectionist-5.x branch from 00e7ab3 to 672b01f Compare March 17, 2026 18:10
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-perfectionist-5.x branch 2 times, most recently from a76f0ae to f2c76ff Compare April 2, 2026 06:00
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-perfectionist-5.x branch from f2c76ff to 1d9008a Compare April 8, 2026 20:18
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-perfectionist-5.x branch from 1d9008a to 54cbf60 Compare April 18, 2026 09:20
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-perfectionist-5.x branch from 54cbf60 to 18d1559 Compare April 29, 2026 12:08
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-perfectionist-5.x branch from 18d1559 to b4f8a1d Compare May 12, 2026 09:45
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-perfectionist-5.x branch 2 times, most recently from 519f051 to 85dc037 Compare June 1, 2026 22:50
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-perfectionist-5.x branch 2 times, most recently from 06c27ca to 484c90f Compare June 16, 2026 00:51
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-perfectionist-5.x branch from 484c90f to 1914d37 Compare July 7, 2026 07:07
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-perfectionist-5.x branch 2 times, most recently from 0917d7b to a13c6eb Compare July 16, 2026 18:06
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-perfectionist-5.x branch 2 times, most recently from 69997ad to 8f442c6 Compare July 24, 2026 16:53
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-perfectionist-5.x branch from 8f442c6 to 15a930c Compare July 30, 2026 20:32
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-perfectionist-5.x branch from 15a930c to 6490d26 Compare August 4, 2026 06:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants