Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

chore(deps): update dependency eslint-plugin-perfectionist to v4#11149

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovaterenovatebot commentedMay 5, 2025

This PR contains the following updates:

PackageChangeAgeAdoptionPassingConfidence
eslint-plugin-perfectionist (source)^3.9.1 ->^4.0.0ageadoptionpassingconfidence

Release Notes

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

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

v4.3.0

Compare Source

compare changes

🚀 Features
  • Improve function detection (ac1e7c4)
  • sort-objects: Handle context-based configurations (a3ee3ff)
  • Add custom sort type through custom alphabet (ac7d709)
❤️ Contributors

v4.2.0

Compare Source

compare changes

🚀 Features
  • Improve groups and custom groups in sort-interfaces and sort-object-types (8407bae)
🐞 Bug Fixes
  • sort-decorators: Keep jsdoc blocks in place (54dfdd9)
  • Fix ignoring order in natural sorting (82cb68a)
❤️ Contributors

v4.1.2

Compare Source

compare changes

🐞 Bug Fixes
❤️ Contributors

v4.1.1

Compare Source

compare changes

🐞 Bug Fixes
  • sort-modules: Check if node is sortable (26e2195)
❤️ Contributors

v4.1.0

Compare Source

compare changes

🚀 Features
  • sort-enums: Handle numeric operations (710cc24)
  • sort-objects: Add object declarations and destructured objects options (5606fad)
❤️ Contributors

v4.0.3

Compare Source

compare changes

🐞 Bug Fixes
  • sort-modules: Handle deprecated eslint enum attributes (979ece8)
  • Fix runtime errors in non-typescript eslint projects (84cddf7)
❤️ Contributors

v4.0.2

Compare Source

compare changes

🐞 Bug Fixes
  • sort-imports: Sort default internal pattern (a4bfc2b)
❤️ Contributors

v4.0.1

Compare Source

compare changes

🐞 Bug Fixes
  • Fix peer dependencies issues (3eba895)
  • Fix peer dependencies issues (191902a)
  • sort-modules: Disable sorting for export decorated classes (84de1d4)
❤️ Contributors

v4.0.0

Compare Source

compare changes

🚀 Features
  • ⚠️ Remove sort-astro-attributes, sort-svelte-attributes and sort-vue-attributes (0430412)
  • sort-classes:⚠️ Update default grouping (97adf51)
  • Add sort-decorators rule (8fd2c4e)
  • Support arbitrary module identifiers (5557198)
  • sort-objects: Add multiline and method groups (1f454d9)
  • Adds newlines between option (7f44e80)
  • Add sort-heritage-clauses rule (90dfb15)
  • sort-classes:⚠️ Remove support for old custom groups api (93e0b53)
  • sort-switch-case: Improve sorting nodes with comments (140c2c8)
  • ⚠️ Remove minimatch in favor of regexp (e240971)
  • Add locales option for all rules (f84cb5f)
  • sort-classes: Add partition by new line and newlines between options (4369803)
  • sort-imports: Resolve aliased imports through tsconfig.json (9ac3188)
  • sort-imports:⚠️ Add partition by new line and partition by comment options (6812e2b)
  • sort-classes: Adds ignore callback dependencies patterns option (90a9132)
  • Add eslint disable directives handling (a485c39)
  • Add sort-modules rule (950db4e)
  • sort-classes: Add async modifier (be0b68f)
  • ⚠️ Move from natural-compare-lite to natural-orderby (cdc0f2e)
🐞 Bug Fixes
  • Respect comment boundaries with partitioning by comments (e5279ac)
  • Improve ending commas and semicolon behavior (a3804b8)
  • Make types compatible with eslint types (c9a48dd)
  • sort-switch-case: Fix ignoring breaks in case statements (960e21c)
  • sort-classes: Fix # properties not being detected as dependencies (0cf84ae)
  • Support optional chaining imports (932c5c9)
  • sort-classes: Fix inline issue with declare class (59ee21c)
  • sort-object-types: Fix getting key name (eb81e69)
⚠️ Breaking Changes
  • ⚠️ Remove sort-astro-attributes, sort-svelte-attributes and sort-vue-attributes (0430412)
  • sort-classes:⚠️ Update default grouping (97adf51)
  • sort-classes:⚠️ Remove support for old custom groups api (93e0b53)
  • ⚠️ Remove minimatch in favor of regexp (e240971)
  • sort-imports:⚠️ Add partition by new line and partition by comment options (6812e2b)
  • ⚠️ Move from natural-compare-lite to natural-orderby (cdc0f2e)
❤️ Contributors

Configuration

📅Schedule: 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 byMend Renovate. View therepository job log.

@renovaterenovatebot added dependenciesIssue about dependencies of the package javascriptPull requests that update Javascript code labelsMay 5, 2025
@typescript-eslint
Copy link
Contributor

Thanks for the PR,@renovate[bot]!

typescript-eslint is a 100% community driven project, and we are incredibly grateful that you are contributing to that community.

The core maintainers work on this in their personal time, so please understand that it may not be possible for them to review your work immediately.

Thanks again!


🙏Please, if you or your company is finding typescript-eslint valuable, help us sustain the project by sponsoring it transparently onhttps://opencollective.com/typescript-eslint.

@netlifyNetlify
Copy link

netlifybot commentedMay 5, 2025
edited
Loading

Deploy Preview fortypescript-eslint ready!

NameLink
🔨 Latest commit79e7e3a
🔍 Latest deploy loghttps://app.netlify.com/sites/typescript-eslint/deploys/6818f3e6404dee0008f14e8c
😎 Deploy Previewhttps://deploy-preview-11149--typescript-eslint.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 99 (no change from production)
Accessibility: 100 (no change from production)
Best Practices: 100 (no change from production)
SEO: 98 (no change from production)
PWA: 80 (no change from production)
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to yourNetlify site configuration.

@nx-cloudNx Cloud
Copy link

nx-cloudbot commentedMay 5, 2025
edited
Loading

View yourCI Pipeline Execution ↗ for commit79e7e3a.

CommandStatusDurationResult
nx typecheck ast-spec✅ Succeeded3sView ↗
nx run-many --target=build --exclude website --...✅ Succeeded52sView ↗
nx run-many --target=clean✅ Succeeded10sView ↗

☁️Nx Cloud last updated this comment at2025-05-05 18:38:58 UTC

@renovaterenovatebotforce-pushed therenovate/eslint-plugin-perfectionist-4.x branch from731a44b to79e7e3aCompareMay 5, 2025 17:22
@JoshuaKGoldberg
Copy link
Member

Heh, I'm surprised the major version + several minor versions bump isn't producing any new lint complaints.yarn lint --skip-nx-cache shows no reports for me locally.

@JoshuaKGoldbergJoshuaKGoldberg merged commit9000ebf intomainMay 5, 2025
11 checks passed
@JoshuaKGoldbergJoshuaKGoldberg deleted the renovate/eslint-plugin-perfectionist-4.x branchMay 5, 2025 17:29
@github-actionsgithub-actionsbot locked asresolvedand limited conversation to collaboratorsMay 13, 2025
Sign up for freeto subscribe to this conversation on GitHub. Already have an account?Sign in.
Reviewers
No reviews
Assignees
No one assigned
Labels
dependenciesIssue about dependencies of the packagejavascriptPull requests that update Javascript code
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

1 participant
@JoshuaKGoldberg

[8]ページ先頭

©2009-2025 Movatter.jp