Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency eslint-plugin-perfectionist to v3 #641

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 25, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
eslint-plugin-perfectionist (source) 2.11.0 -> 3.6.0 age adoption passing confidence

Release Notes

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

v3.6.0

Compare Source

compare changes

🚀 Features
  • Improve error messages when sorting different groups (e0f375a)
  • Improve dependency detection in sort-objects rule (412d5da)
  • Keep comments above elements being sorted (bd8ba3f)
🐞 Bug Fixes
  • Detect dependencies in template literals in sort-enums (c9367eb)
❤️ Contributors

v3.5.0

Compare Source

compare changes

🚀 Features
  • Add ability to disable or enable side effect imports sorting (ae02009)
🐞 Bug Fixes
  • Detect dependencies in template literals (4e0e6d8)
  • Improve dependency detection in sort-variable-declarations rule (6beb536)
❤️ Contributors

v3.4.0

Compare Source

compare changes

🚀 Features
  • Improve ability to expand custom groups (5088619)
  • Downgrade minimatch dependency (4803030)
  • Generate exception if group does not exist (0872bdd)
  • Add sort-sets rule (7d4cf14)
🐞 Bug Fixes
  • Place static-block after static-property in default-options in sort-classes (73b1b54)
  • Fix sorting of members with dependencies (e7c113d)
❤️ Contributors

v3.3.0

Compare Source

compare changes

🚀 Features
  • Improve checking if a member is private in sort-classes rule (4e19b94)
  • Add static-block and accessor-property to default groups in sort-classes (0c724e0)
  • Don't sort unknown elements if unknown is not referenced in groups (0086427)
  • Add optional modifier in sort-classes rule (27fa7e8)
🐞 Bug Fixes
  • Fix sorting class members with same names (f1f875e)
  • Fix use of case named default in sort-switch-case rule (5583eb0)
  • Take into account dependencies in sort-enums (eeb0534)
❤️ Contributors

v3.2.0

Compare Source

compare changes

🚀 Features
  • Use dynamic group generation in sort-classes (baa701d)
  • Support for sorting by enum value (285a451)
  • Improve group order error messages in sort-classes (b02d626)
  • Allow specifying cross-rule settings (8e15730)
  • Add property-function groups in sort-class rule (41b92d3)
❤️ Contributors

v3.1.3

Compare Source

compare changes

🐞 Bug Fixes
  • Fix export of typescript types (1c4e960)
❤️ Contributors

v3.1.2

Compare Source

compare changes

🏎 Performance Improvements
  • Remove node cloning to improve performance (00b2cc3)
🐞 Bug Fixes
  • Fix sorting switch cases with default in middle of group (4ee655e)
  • Fix getting enum members in eslint v8 (3f3d77c)
❤️ Contributors

v3.1.1

Compare Source

compare changes

🐞 Bug Fixes
  • Fix getting enum members in eslint v8 (4789764)
❤️ Contributors

v3.1.0

Compare Source

compare changes

🚀 Features
  • Support for ordering protected properties and methods in classes (7efadfa)
  • Replace sort-objects custom ignore option with destructure only (f3906f9)
  • Move to typescript-eslint v8 (05b6502)
🐞 Bug Fixes
  • Fix switch case sorting with grouped default case (7428523)
  • Switch from to-sorted to sort method (bff6575)
  • Disable sorting dynamic require imports (68632df)
  • Define as builtin modules that require a node prefix (aac4725)
  • Fix sorting of complex switch case expressions (d07f5f7)
❤️ Contributors

v3.0.0

Compare Source

compare changes

🚀 Features
  • ⚠️ Drop nodejs v16 support (79f74f5)
  • Move to typescript-eslint v7 (933cebd)
  • Add new docs website (76b29e8)
  • ⚠️ Rename options from kebab case to camel case (6592f6f)
  • ⚠️ Make case ignoring enabled by default (63efbf7)
  • Update svelte eslint parser (611f088)
  • Add ability to ignore jsx elements (da515ce)
  • Use ignore pattern when sorting object for call expressions (471de40)
  • ⚠️ Make new config export (2a7eec2)
  • Add sort-switch-case rule (5311118)
  • Add typescript types (2b63ab5)
  • Add custom ignore to enable customisable ignore sort-objects rule (4fa2b3e)
  • Respect numeric separators in natural sorting (7b57ba2)
  • Add groups option in sort-intersection-types rule (208a9db)
  • ⚠️ Remove nullable last option in sort-union-types (c4977df)
  • Add groups option in sort-union-types rule (c69f277)
  • Add partition by comment option in sort-classes (da01c85)
  • ⚠️ Make recommended options default (d0d9115)
  • ⚠️ Replace spread last sort-array-includes option with group kind (721e1ee)
  • Add group kind option in sort-object-types (96cfcd8)
  • ⚠️ Rename optionality order option to group kind in sort-interfaces rule (79a4823)
  • Add sort-variable-declarations rule (12bd265)
  • Support require in sort-imports (bc16243)
🐞 Bug Fixes
  • Move typescript-eslint types to dependencies (44edb63)
  • Add ability to select enviorenment and separate bun modules (c8b2fa4)
  • Fix disabling styled components when using css func (d4e8011)
  • Support old getting context eslint api (09900aa)
  • Fix export and import kind default value (a0208ac)
  • Don't sort class members if right value depends on left (8c35a7d)
⚠️ Breaking Changes
  • ⚠️ Drop nodejs v16 support (79f74f5)
  • ⚠️ Rename options from kebab case to camel case (6592f6f)
  • ⚠️ Make case ignoring enabled by default (63efbf7)
  • ⚠️ Make new config export (2a7eec2)
  • ⚠️ Remove nullable last option in sort-union-types (c4977df)
  • ⚠️ Make recommended options default (d0d9115)
  • ⚠️ Replace spread last sort-array-includes option with group kind (721e1ee)
  • ⚠️ Rename optionality order option to group kind in sort-interfaces rule (79a4823)
❤️ 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 force-pushed the renovate/eslint-plugin-perfectionist-3.x branch from d5ea60f to b996d89 Compare July 25, 2024 14:08
Copy link

codecov bot commented Jul 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.60%. Comparing base (0ad1883) to head (63f9528).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #641   +/-   ##
=======================================
  Coverage   80.60%   80.60%           
=======================================
  Files          37       37           
  Lines        1119     1119           
  Branches      144      144           
=======================================
  Hits          902      902           
  Misses        217      217           
Flag Coverage Δ
80.60% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@renovate renovate bot force-pushed the renovate/eslint-plugin-perfectionist-3.x branch 13 times, most recently from 8fdd039 to cfcc899 Compare August 1, 2024 19:40
@renovate renovate bot force-pushed the renovate/eslint-plugin-perfectionist-3.x branch 13 times, most recently from e7dfba2 to d0ab3a0 Compare August 8, 2024 17:06
@renovate renovate bot force-pushed the renovate/eslint-plugin-perfectionist-3.x branch from d0ab3a0 to eee0241 Compare August 10, 2024 04:21
@renovate renovate bot force-pushed the renovate/eslint-plugin-perfectionist-3.x branch 10 times, most recently from 8b1f26b to eb2ec6f Compare September 10, 2024 14:48
@renovate renovate bot force-pushed the renovate/eslint-plugin-perfectionist-3.x branch 13 times, most recently from a65f9d9 to 10bd85f Compare September 19, 2024 18:27
@renovate renovate bot force-pushed the renovate/eslint-plugin-perfectionist-3.x branch 5 times, most recently from 1cc8de2 to 990483e Compare September 23, 2024 13:19
@renovate renovate bot force-pushed the renovate/eslint-plugin-perfectionist-3.x branch from 990483e to 63f9528 Compare September 23, 2024 19:19
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