Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 19, 2024

This PR contains the following updates:

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

Release Notes

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

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

v4.14.0

Compare Source

compare changes

🚀 Features
  • sort-imports: Allow to find alternate tsconfig file (54b8a42)
  • Enforce group comments (1a02538)
🐞 Bug Fixes
  • Correctly identify node builtin modules with subpaths (de0cbb3)
❤️ Contributors

v4.13.0

Compare Source

compare changes

🚀 Features
  • sort-union-types: Migrate groups to new api (28d2170)
  • sort-variable-declarations: Add groups and custom groups (911e6fa)
  • Use @​/ as internal import pattern by default (cbc91e0)
🐞 Bug Fixes
  • sort-imports: Fix weak json schema typings generated (45306fa)
  • Strengthen json schemas (c7f62a0)
  • Ignore shebang comments (d08e071)
❤️ Contributors

v4.12.3

Compare Source

compare changes

🏎 Performance Improvements
  • Use validate generated groups configuration for deprecated and new api (bf57f25)
❤️ Contributors

v4.12.2

Compare Source

compare changes

🐞 Bug Fixes
  • sort-imports: Fix json-schema throwing uncaught warning (2544ae8)
❤️ Contributors

v4.12.1

Compare Source

compare changes

🐞 Bug Fixes
  • sort-imports: Fix json schema definition not found for eslint-typegen (b531618)
❤️ Contributors

v4.12.0

Compare Source

compare changes

🚀 Features
  • Add groups-related options to sort-named-exports and sort-named-imports (ae7a4a1)
  • sort-imports: Add support for new groups and custom groups api (aeb0322)
  • sort-imports: Update default groups to new api (c76c28a)
  • sort-imports: Add ts-equals modifier to replace deprecated object group (d03a9b3)
  • sort-imports: Add subpath, tsconfig-path selectors and 5 modifiers (5c35234)
🐞 Bug Fixes
  • Fix typescript imports always matching unknown (3b0922f)
  • sort-objects: Fix nested objects not impacted by styled components (f790779)
  • sort-imports: Fix undetected typescript import-equals dependencies (d7bf203)
❤️ Contributors

v4.11.0

Compare Source

compare changes

🚀 Features
  • sort-exports: Add groups-related options (ca3f34d)
  • sort-jsx-props: Migrate groups-related option to new api (3e500d0)
🐞 Bug Fixes
  • Export plugin meta data (38a3a23)
  • Fix detection of object destructuring dependencies (a0af5a7)
  • Throw an error if regexp expressions are entered (2b27b7d)
  • Fix false positive errors from eslint-disable (067a871)
  • Prevent circular dependency loops (ab50323)
  • Fix invalid newlines between results (e18a65a)
❤️ Contributors

v4.10.1

Compare Source

compare changes

🐞 Bug Fixes
  • Remove deprecated eslint source code api (8d4ad4f)
  • sort-imports: Fix explicit fallback sort overriding side-effects (1ac83c9)
❤️ Contributors

v4.10.0

Compare Source

compare changes

🚀 Features
  • Add sort by value related-options (94caac8)
  • Add custom groups fallback sort option (f42f24f)
  • Support sorting by type in fallback sorting (79d0441)
🐞 Bug Fixes
  • Fix maximum call stack size with fallback sort (8b78710)
❤️ Contributors

v4.9.0

Compare Source

compare changes

🚀 Features
  • Add missing newlines between validation in groups (e6e0588)
  • Improve regex-related options (00a8080)
  • Add fallback sort option to all rules (f639d94)
  • sort-jsx-props: Add use configuration if option (7208274)
  • Allow unsorted type for all remaining rules (f92ab2a)
🐞 Bug Fixes
  • Fix complex decorators not being handled (e667433)
  • sort-classes: Fix dependency detection regression (df40df4)
❤️ Contributors

v4.8.0

Compare Source

compare changes

🚀 Features
  • sort-enums: Adds groups, custom groups and newlines between (fe134a9)
  • Improve new lines between inside groups option behavior (a682297)
  • sort-named-exports: Add ignore alias option (266910b)
🐞 Bug Fixes
  • Add missing closing curly bracket (0ec132a)
  • sort-classes: Fix new lines inside always for signature overloads (f581714)
❤️ Contributors

v4.7.0

Compare Source

compare changes

🚀 Features
  • sort-objects: Add array-based custom groups option (afdda90)
  • sort-maps: Add groups, custom groups and new lines between options (317baaa)
  • Add newlines-between to some rules (231af42)
🐞 Bug Fixes
  • Fix overlapping errors between newlines-between and comment-after fixes (a6e1daf)
❤️ Contributors

v4.6.0

Compare Source

compare changes

🚀 Features
  • Allow to enter new lines between in groups (4045595)
🐞 Bug Fixes
  • sort-objects: Fix function name pattern usage with variable assignment (8d15b98)
❤️ Contributors

v4.5.0

Compare Source

compare changes

🚀 Features
  • Add custom group newlines inside option (3b3d2d5)
  • Make partition by comment support line and block (dd71f11)
🐞 Bug Fixes
  • Gives maximum priority to the void character in custom sort type (1649bea)
❤️ Contributors

v4.4.0

Compare Source

compare changes

🚀 Features
  • sort-array-includes: Add use configuration if and groups (a06ce5c)
  • Add ignore rule for objects passed as arguments to function calls (41c9f4f)
  • Add use configuration if option to sort-object-types and sort-interfaces (aa18f1a)
🏎 Performance Improvements
  • Improve rules performance (42ac82d)
🐞 Bug Fixes
  • sort-interfaces: Prevent constructor declarations from being sorted (b4ee1cc)
❤️ Contributors

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.


  • 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 enabled auto-merge (squash) December 19, 2024 22:31
@renovate renovate bot force-pushed the renovate/eslint-plugin-perfectionist-4.x branch from 3e6695b to 1950c68 Compare January 1, 2025 19:46
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-perfectionist to v4.4.0 chore(deps): update dependency eslint-plugin-perfectionist to v4.5.0 Jan 1, 2025
@renovate renovate bot force-pushed the renovate/eslint-plugin-perfectionist-4.x branch from 1950c68 to b596ff2 Compare January 3, 2025 21:12
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-perfectionist to v4.5.0 chore(deps): update dependency eslint-plugin-perfectionist to v4.6.0 Jan 3, 2025
@renovate renovate bot force-pushed the renovate/eslint-plugin-perfectionist-4.x branch from b596ff2 to c98f8a5 Compare January 21, 2025 10:31
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-perfectionist to v4.6.0 chore(deps): update dependency eslint-plugin-perfectionist to v4.7.0 Jan 21, 2025
@renovate renovate bot force-pushed the renovate/eslint-plugin-perfectionist-4.x branch from c98f8a5 to d8c02c7 Compare January 26, 2025 14:10
@renovate renovate bot force-pushed the renovate/eslint-plugin-perfectionist-4.x branch from d8c02c7 to eed8cbb Compare February 4, 2025 00:53
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-perfectionist to v4.7.0 chore(deps): update dependency eslint-plugin-perfectionist to v4.8.0 Feb 4, 2025
@renovate renovate bot force-pushed the renovate/eslint-plugin-perfectionist-4.x branch from eed8cbb to 8c6d5cc Compare February 13, 2025 16:24
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-perfectionist to v4.8.0 chore(deps): update dependency eslint-plugin-perfectionist to v4.9.0 Feb 13, 2025
@renovate renovate bot force-pushed the renovate/eslint-plugin-perfectionist-4.x branch from 8c6d5cc to fb8a311 Compare March 8, 2025 18:48
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-perfectionist to v4.9.0 chore(deps): update dependency eslint-plugin-perfectionist to v4.10.0 Mar 8, 2025
@renovate renovate bot force-pushed the renovate/eslint-plugin-perfectionist-4.x branch from fb8a311 to 0557419 Compare March 9, 2025 18:56
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-perfectionist to v4.10.0 chore(deps): update dependency eslint-plugin-perfectionist to v4.10.1 Mar 9, 2025
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-perfectionist to v4.10.1 chore(deps): update dependency eslint-plugin-perfectionist to v4.11.0 Apr 2, 2025
@renovate renovate bot force-pushed the renovate/eslint-plugin-perfectionist-4.x branch from 0557419 to b426aa2 Compare April 2, 2025 10:41
@renovate renovate bot force-pushed the renovate/eslint-plugin-perfectionist-4.x branch from b426aa2 to 604d0e8 Compare April 21, 2025 21:40
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-perfectionist to v4.11.0 chore(deps): update dependency eslint-plugin-perfectionist to v4.12.0 Apr 21, 2025
@renovate renovate bot force-pushed the renovate/eslint-plugin-perfectionist-4.x branch from 604d0e8 to 6916177 Compare April 22, 2025 19:29
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-perfectionist to v4.12.0 chore(deps): update dependency eslint-plugin-perfectionist to v4.12.1 Apr 22, 2025
@renovate renovate bot force-pushed the renovate/eslint-plugin-perfectionist-4.x branch from 6916177 to 6daf413 Compare April 23, 2025 19:51
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-perfectionist to v4.12.1 chore(deps): update dependency eslint-plugin-perfectionist to v4.12.2 Apr 23, 2025
@renovate renovate bot force-pushed the renovate/eslint-plugin-perfectionist-4.x branch from 6daf413 to 6efbe91 Compare April 24, 2025 17:36
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-perfectionist to v4.12.2 chore(deps): update dependency eslint-plugin-perfectionist to v4.12.3 Apr 24, 2025
@renovate renovate bot force-pushed the renovate/eslint-plugin-perfectionist-4.x branch from 6efbe91 to b566b10 Compare May 13, 2025 07:39
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-perfectionist to v4.12.3 chore(deps): update dependency eslint-plugin-perfectionist to v4.13.0 May 13, 2025
@renovate renovate bot force-pushed the renovate/eslint-plugin-perfectionist-4.x branch from b566b10 to 93118ff Compare June 6, 2025 02:31
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-perfectionist to v4.13.0 chore(deps): update dependency eslint-plugin-perfectionist to v4.14.0 Jun 6, 2025
@renovate renovate bot force-pushed the renovate/eslint-plugin-perfectionist-4.x branch from 93118ff to 4ebea6e Compare June 18, 2025 03:12
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-perfectionist to v4.14.0 chore(deps): update dependency eslint-plugin-perfectionist to v4.15.0 Jun 18, 2025
@renovate renovate bot force-pushed the renovate/eslint-plugin-perfectionist-4.x branch from 4ebea6e to 8649288 Compare October 4, 2025 13:05
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-perfectionist to v4.15.0 chore(deps): update dependency eslint-plugin-perfectionist to v4.15.1 Oct 4, 2025
@renovate renovate bot force-pushed the renovate/eslint-plugin-perfectionist-4.x branch from 8649288 to f42c697 Compare October 21, 2025 17:56
@renovate renovate bot force-pushed the renovate/eslint-plugin-perfectionist-4.x branch from f42c697 to 5149d52 Compare November 10, 2025 20:14
@renovate renovate bot force-pushed the renovate/eslint-plugin-perfectionist-4.x branch from 5149d52 to 3e6f2ff Compare December 21, 2025 16:25
@renovate renovate bot force-pushed the renovate/eslint-plugin-perfectionist-4.x branch from 3e6f2ff to 2a6822a Compare December 31, 2025 13:56
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.

1 participant