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 v2 - autoclosed #70

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 9, 2023

Mend Renovate

This PR contains the following updates:

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

Release Notes

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

v2.11.0

Compare Source

compare changes

🚀 Features
  • Update svelte (861a381)
  • sort-classes: Add custom-group to sort-classes rule (1773ffb)
❤️ Contributors

v2.10.0

Compare Source

compare changes

🚀 Features
  • Allow typescript-eslint v7 (ccdaeb8)
🐞 Bug Fixes
  • sort-imports: Empty named imports being considered side-effect imports (ca69069)
❤️ Contributors

v2.9.0

Compare Source

compare changes

🚀 Features
  • Add sort-intersection-types rule (3ad40ff)
  • Use preserve modules for package build (be13a21)
🐞 Bug Fixes
  • Sort-objects ignore-pattern add property type (3de399f)
  • sort-exports: Work with star exports (ce76606)
❤️ Contributors

v2.8.0

Compare Source

compare changes

🚀 Features
  • sort-interfaces: Add optionalityOrder option (e142c39)
🐞 Bug Fixes
  • Convert optionalityOrder to kebab case (7726294)
❤️ Contributors

v2.7.0

Compare Source

compare changes

🚀 Features
  • sort-enums: Add partition-by-comment option (ec3d11c)
  • Add group-kind option on sort-named-imports and sort-named-exports (eb78461)
❤️ Contributors

v2.6.0

Compare Source

compare changes

🚀 Features
  • sort-classes: Add decorators support (cbe3f4b)
❤️ Contributors
  • Chirokas

v2.5.0

Compare Source

compare changes

🚀 Features
  • Add ignore-pattern option for sort-objects rule (ac5b240)
❤️ Contributors

v2.4.2

Compare Source

compare changes

🐞 Bug Fixes
❤️ Contributors

v2.4.1

Compare Source

compare changes

🐞 Bug Fixes
  • Fix output with a large number of groups (6847eaf)
❤️ Contributors

v2.4.0

Compare Source

compare changes

🚀 Features
  • Add side-effect-style import group (32dbef8)
❤️ Contributors

v2.3.0

Compare Source

compare changes

🚀 Features
  • Add max line length option for multiline imports sorting (4b81340)
  • Add partition by new line option to sort-objects rule (8654e44)
  • Add partition by new line option to sort-interfaces rule (48532ef)
  • Add partition by new line option to sort-object-typea rule (563c815)
❤️ Contributors

v2.2.0

Compare Source

compare changes

🚀 Features
  • Add ignore-alias option to sort-named-imports rule (4ad560b)
🐞 Bug Fixes
  • Side-effect import with an internal pattern are defined as internal module in sort-imports rule (b6f4e91)
  • Improve recognition of external modules (a22eaf6)
❤️ Contributors

v2.1.0

Compare Source

compare changes

🚀 Features
  • Add static-private-method group for sort-classes rule (37512c9)
  • Support bun builtin modules in sort-imports rule (37bca14)
🐞 Bug Fixes
  • Allow internal imports starting with a hash character (f35deef)
❤️ Contributors

v2.0.1

Compare Source

compare changes

🐞 Bug Fixes
  • Prefix-only builtin modules are defined as external modules in sort-imports rule (92b7240)
❤️ Contributors
  • Wondermarin

v2.0.0

Compare Source

compare changes

🚀 Features
  • ⚠️ Rename sort-map-elements rule to sort-maps (d371934)
  • ⚠️ Remove read-tsconfig option in sort-imports rule (cccced1)
  • ⚠️ Move callback, multiline and shorthand opts to groups in sort-jsx-props rule (10d357c)
  • Add sort-svelte-attributes rule (409295e)
  • Add sort-astro-attributes rule (036b41d)
  • ⚠️ Move from always-on-top option to groups in sort-objects rule (0bbcb5a)
  • Allow disabling sort-objects rule for styled-components (70f2afc)
  • Add sort-vue-attributes rule (e031275)
  • Add groups option to sort-interfaces rule (903c029)
  • Add groups options in sort-object-types rule (a219f23)
  • Replace is-core-module dependency with builtin module (e190c45)
  • Move to typescript-eslint v6 (9c61238)
  • Add option in sort-union-types rule to put null and undefined types at end (b313ba7)
  • Add index-signature group to sort-classes rule (f857b80)
  • Add get and set methods groups to sort-classes rule (73132e8)
🐞 Bug Fixes
  • Disable sorting enums with implicit values (f4a0e25)
  • Ignore string quotes in sort-array-includes rule (ec2e2f5)
  • Handle more complex expressions in sort-objects (a7d966c)
  • Set alphabetical sorting as default in sort-svelte-attributes rule (b224428)
  • Fix sorting single line union type with comment at end (95560ab)
  • Fix sorting class overloads (c4939b4)
  • Fix loading default options for configs (ef99f44)
  • Disable sort-jsx-props for vue, astro and svelte files (afb6ecc)
  • Improve determinition of static fields in sort-classes rule (c00ac10)
  • Prevent order changes when adding new elements in line-length sorting (c0e2e60)
⚠️ Breaking Changes
  • ⚠️ Rename sort-map-elements rule to sort-maps (d371934)
  • ⚠️ Remove read-tsconfig option in sort-imports rule (cccced1)
  • ⚠️ Move callback, multiline and shorthand opts to groups in sort-jsx-props rule (10d357c)
  • ⚠️ Move from always-on-top option to groups in sort-objects rule (0bbcb5a)
❤️ 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 by Mend Renovate. View the repository job log.

@renovate renovate bot added the major label Sep 9, 2023
@codecov
Copy link

codecov bot commented Sep 9, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 87.50%. Comparing base (644de75) to head (c22d2df).

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #70   +/-   ##
=======================================
  Coverage   87.50%   87.50%           
=======================================
  Files           1        1           
  Lines          24       24           
  Branches        3        3           
=======================================
  Hits           21       21           
  Partials        3        3           

☔ 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-2.x branch 2 times, most recently from 9923a62 to 294e81b Compare September 15, 2023 13:40
@renovate renovate bot force-pushed the renovate/eslint-plugin-perfectionist-2.x branch 3 times, most recently from 5bcec70 to fff045d Compare September 29, 2023 19:56
@renovate renovate bot force-pushed the renovate/eslint-plugin-perfectionist-2.x branch 3 times, most recently from 3663774 to 8d8d4ed Compare October 10, 2023 03:13
@renovate renovate bot force-pushed the renovate/eslint-plugin-perfectionist-2.x branch 4 times, most recently from 216ca2d to 17cb72f Compare October 19, 2023 22:09
@renovate renovate bot force-pushed the renovate/eslint-plugin-perfectionist-2.x branch 2 times, most recently from 917c6c1 to e930bea Compare October 26, 2023 22:30
@renovate renovate bot force-pushed the renovate/eslint-plugin-perfectionist-2.x branch 2 times, most recently from ed3eacc to a3bebcf Compare November 7, 2023 01:10
@renovate renovate bot force-pushed the renovate/eslint-plugin-perfectionist-2.x branch 4 times, most recently from 54fceb0 to f908b1f Compare November 16, 2023 21:50
@renovate renovate bot force-pushed the renovate/eslint-plugin-perfectionist-2.x branch 4 times, most recently from d450d65 to de6f4f4 Compare November 26, 2023 04:00
@renovate renovate bot force-pushed the renovate/eslint-plugin-perfectionist-2.x branch 3 times, most recently from 9ad774a to 52a5ec0 Compare December 1, 2023 00:52
@renovate renovate bot force-pushed the renovate/eslint-plugin-perfectionist-2.x branch from 52a5ec0 to 8539e70 Compare December 5, 2023 01:30
@renovate renovate bot force-pushed the renovate/eslint-plugin-perfectionist-2.x branch 2 times, most recently from 11eaf5d to e29d979 Compare December 14, 2023 22:53
@renovate renovate bot force-pushed the renovate/eslint-plugin-perfectionist-2.x branch 2 times, most recently from 887234f to 894e67c Compare January 25, 2024 19:30
@renovate renovate bot force-pushed the renovate/eslint-plugin-perfectionist-2.x branch 2 times, most recently from 89d8231 to 9a6f14a Compare February 7, 2024 09:42
@renovate renovate bot force-pushed the renovate/eslint-plugin-perfectionist-2.x branch from 9a6f14a to abcf6f8 Compare February 8, 2024 21:44
@renovate renovate bot force-pushed the renovate/eslint-plugin-perfectionist-2.x branch from abcf6f8 to 74af3bc Compare February 27, 2024 00:32
@renovate renovate bot force-pushed the renovate/eslint-plugin-perfectionist-2.x branch 2 times, most recently from 18bdc7b to 2ad80df Compare March 10, 2024 00:01
@renovate renovate bot force-pushed the renovate/eslint-plugin-perfectionist-2.x branch 2 times, most recently from ee02871 to bb23d84 Compare March 24, 2024 04:09
@renovate renovate bot force-pushed the renovate/eslint-plugin-perfectionist-2.x branch 3 times, most recently from f91a4c9 to e2fd37c Compare April 13, 2024 18:34
@renovate renovate bot force-pushed the renovate/eslint-plugin-perfectionist-2.x branch 2 times, most recently from 49e983f to 8be6f47 Compare April 23, 2024 03:43
@renovate renovate bot force-pushed the renovate/eslint-plugin-perfectionist-2.x branch from 8be6f47 to ed4d334 Compare April 28, 2024 00:24
@renovate renovate bot force-pushed the renovate/eslint-plugin-perfectionist-2.x branch from ed4d334 to 3672f39 Compare May 25, 2024 22:16
@renovate renovate bot force-pushed the renovate/eslint-plugin-perfectionist-2.x branch 2 times, most recently from 57cc1bf to 49d3704 Compare June 8, 2024 12:54
@renovate renovate bot force-pushed the renovate/eslint-plugin-perfectionist-2.x branch 2 times, most recently from 47b498c to 1dda996 Compare June 15, 2024 21:55
@renovate renovate bot force-pushed the renovate/eslint-plugin-perfectionist-2.x branch from 1dda996 to b3666e4 Compare June 23, 2024 22:25
@renovate renovate bot force-pushed the renovate/eslint-plugin-perfectionist-2.x branch from b3666e4 to a2eac2f Compare July 7, 2024 04:00
@renovate renovate bot force-pushed the renovate/eslint-plugin-perfectionist-2.x branch from a2eac2f to c22d2df Compare July 16, 2024 18:56
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-perfectionist to v2 chore(deps): update dependency eslint-plugin-perfectionist to v2 - autoclosed Jul 25, 2024
@renovate renovate bot closed this Jul 25, 2024
@renovate renovate bot deleted the renovate/eslint-plugin-perfectionist-2.x branch July 25, 2024 14:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants