Skip to content

chore(deps): update dependency eslint-plugin-perfectionist to v4.15.1 - #133

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

chore(deps): update dependency eslint-plugin-perfectionist to v4.15.1#133
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/eslint-plugin-perfectionist-4.x

Conversation

@renovate

@renovate renovate Bot commented Feb 11, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
eslint-plugin-perfectionist (source) 4.7.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

Configuration

📅 Schedule: (UTC)

  • 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) February 11, 2025 00:56
@codecov

codecov Bot commented Feb 11, 2025

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 52.96%. Comparing base (202b70f) to head (7d82695).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #133   +/-   ##
=======================================
  Coverage   52.96%   52.96%           
=======================================
  Files           6        6           
  Lines         927      927           
  Branches       54       54           
=======================================
  Hits          491      491           
  Misses        434      434           
  Partials        2        2           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@renovate
renovate Bot force-pushed the renovate/eslint-plugin-perfectionist-4.x branch from 8d1adf8 to 1999286 Compare February 20, 2025 18:34
@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 20, 2025
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-perfectionist-4.x branch from 1999286 to 9239e29 Compare March 15, 2025 17:46
@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 15, 2025
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-perfectionist-4.x branch from 9239e29 to c6d9397 Compare March 16, 2025 18:12
@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 16, 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 9, 2025
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-perfectionist-4.x branch from c6d9397 to af7952e Compare April 9, 2025 07:32
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-perfectionist-4.x branch from af7952e to 6fdbb7d Compare April 28, 2025 22:24
@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 28, 2025
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-perfectionist-4.x branch from 6fdbb7d to 92135cf Compare April 29, 2025 20:00
@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 29, 2025
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-perfectionist-4.x branch from 92135cf to 0f9f307 Compare April 30, 2025 20:12
@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 30, 2025
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-perfectionist-4.x branch from 0f9f307 to f7aada9 Compare May 1, 2025 18:02
@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 May 1, 2025
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-perfectionist-4.x branch from f7aada9 to c5fb6c7 Compare May 20, 2025 07:52
@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 20, 2025
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-perfectionist-4.x branch from c5fb6c7 to da2b694 Compare June 10, 2025 22:55
@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 10, 2025
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-perfectionist-4.x branch from da2b694 to dbe9c1f Compare June 25, 2025 00:09
@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 25, 2025
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-perfectionist-4.x branch 2 times, most recently from bfcf5d1 to aad9aaf Compare August 13, 2025 11:42
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-perfectionist-4.x branch from aad9aaf to 2e82df7 Compare August 19, 2025 17:07
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-perfectionist-4.x branch from 2e82df7 to 2fe9936 Compare August 31, 2025 14:09
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-perfectionist-4.x branch from 2fe9936 to 648a8e6 Compare September 25, 2025 18:48
@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 11, 2025
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-perfectionist-4.x branch from 4a26818 to 31f4fd9 Compare October 21, 2025 10:53
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-perfectionist-4.x branch from 31f4fd9 to f1fb4c3 Compare November 10, 2025 17:38
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-perfectionist-4.x branch from f1fb4c3 to 380f344 Compare November 18, 2025 10:06
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-perfectionist-4.x branch from 380f344 to 4df942b Compare December 3, 2025 17:30
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-perfectionist-4.x branch from 4df942b to 1c9413b Compare December 31, 2025 14:49
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-perfectionist-4.x branch from 1c9413b to 26cde54 Compare January 8, 2026 20:29
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-perfectionist-4.x branch from 26cde54 to d0cdbef Compare January 19, 2026 19:55
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-perfectionist-4.x branch from d0cdbef to c253c7b Compare February 2, 2026 16:40
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-perfectionist-4.x branch 2 times, most recently from e9e9ae1 to d19b74c Compare February 17, 2026 17:10
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-perfectionist-4.x branch from d19b74c to 6b4e798 Compare March 5, 2026 17:45
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-perfectionist-4.x branch from 6b4e798 to f34df2f Compare March 13, 2026 11:13
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-perfectionist-4.x branch from f34df2f to 3a3e7e0 Compare April 1, 2026 17:36
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-perfectionist-4.x branch from 3a3e7e0 to 0c69be0 Compare April 8, 2026 20:05
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-perfectionist-4.x branch from 0c69be0 to 836f261 Compare April 29, 2026 14:02
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-perfectionist-4.x branch 2 times, most recently from dd4f82c to a312685 Compare May 18, 2026 15:15
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-perfectionist-4.x branch 2 times, most recently from fae6086 to 3061ff6 Compare June 1, 2026 20:50
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-perfectionist-4.x branch from 3061ff6 to 0e055af Compare June 11, 2026 19:39
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-perfectionist-4.x branch 2 times, most recently from d9baaf7 to 81e3eb1 Compare July 16, 2026 15:15
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-perfectionist-4.x branch 2 times, most recently from b885dfe to 37efcbd Compare July 24, 2026 21:51
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-perfectionist-4.x branch from 37efcbd to e24a99f Compare July 30, 2026 18:04
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-perfectionist-4.x branch from e24a99f to 7e3df97 Compare August 11, 2026 21:30
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-perfectionist-4.x branch from 7e3df97 to fcf6cd6 Compare August 26, 2026 19:47
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-perfectionist-4.x branch from fcf6cd6 to 7d82695 Compare September 2, 2026 21:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants