Skip to content

chore(deps): update dependency @ianvs/prettier-plugin-sort-imports to v4.7.1#281

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/ianvs-prettier-plugin-sort-imports-4.x-lockfile
Open

chore(deps): update dependency @ianvs/prettier-plugin-sort-imports to v4.7.1#281
renovate[bot] wants to merge 1 commit intomainfrom
renovate/ianvs-prettier-plugin-sort-imports-4.x-lockfile

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Aug 27, 2025

This PR contains the following updates:

Package Change Age Confidence
@ianvs/prettier-plugin-sort-imports 4.6.24.7.1 age confidence

Release Notes

ianvs/prettier-plugin-sort-imports (@​ianvs/prettier-plugin-sort-imports)

v4.7.1

Compare Source

What's Changed

Fixes
Dependencies
Docs

New Contributors

Full Changelog: IanVS/prettier-plugin-sort-imports@v4.7.0...v4.7.1

v4.7.0

Compare Source

What's Changed

This project began as a fork because I wanted a plugin that would not move side-effect imports around and mess with my CSS cascade. So its first and most distinguishing feature is that side-effect imports do not move, and other imports are not sorted across them.

This works fine in most cases, but some people have side-effect imports that they know can be sorted safely. For those, there is now an "escape hatch" option named importOrderSafeSideEffects. It is an array of glob pattern strings (similar to importOrder) which, when they match against a side-effect import, allow that import to be sorted as if it were a standard import.

Suggestions for safe use:

  • Use ^ at the start of your pattern and $ at the end, to avoid accidentally matching part of an import name. For example, "^server-only$", to avoid matching against import "not-server-only".
  • Use extreme caution if matching against relative files or CSS files. If you decide to sort CSS imports and a file ever imports more than one CSS file, your cascade may change.
  • You can still use // prettier-ignore to stop sorting a particular import that would otherwise be sorted.

Feedback on this feature is welcome.

Features
Internal

Full Changelog: IanVS/prettier-plugin-sort-imports@v4.6.3...v4.7.0

v4.6.3

Compare Source

What's Changed

  • Revert "fix: conditionally register ember and oxc parsers when depend… by @​IanVS in IanVS#237

Full Changelog: IanVS/prettier-plugin-sort-imports@4.6.2...v4.6.3


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 force-pushed the renovate/ianvs-prettier-plugin-sort-imports-4.x-lockfile branch from 8f61285 to 04475d5 Compare August 28, 2025 17:15
@renovate renovate bot changed the title fix(deps): update dependency @ianvs/prettier-plugin-sort-imports to v4.6.3 fix(deps): update dependency @ianvs/prettier-plugin-sort-imports to v4.7.0 Aug 28, 2025
@renovate renovate bot changed the title fix(deps): update dependency @ianvs/prettier-plugin-sort-imports to v4.7.0 chore(deps): update dependency @ianvs/prettier-plugin-sort-imports to v4.7.0 Sep 25, 2025
@renovate renovate bot force-pushed the renovate/ianvs-prettier-plugin-sort-imports-4.x-lockfile branch from 04475d5 to bea888f Compare September 25, 2025 14:17
@renovate renovate bot force-pushed the renovate/ianvs-prettier-plugin-sort-imports-4.x-lockfile branch from bea888f to 9f1055f Compare October 25, 2025 03:54
@renovate renovate bot force-pushed the renovate/ianvs-prettier-plugin-sort-imports-4.x-lockfile branch from 9f1055f to 55f618f Compare December 31, 2025 14:12
@renovate renovate bot force-pushed the renovate/ianvs-prettier-plugin-sort-imports-4.x-lockfile branch from 55f618f to ddf0983 Compare February 4, 2026 13:57
@renovate renovate bot changed the title chore(deps): update dependency @ianvs/prettier-plugin-sort-imports to v4.7.0 chore(deps): update dependency @ianvs/prettier-plugin-sort-imports to v4.7.1 Feb 4, 2026
@renovate renovate bot force-pushed the renovate/ianvs-prettier-plugin-sort-imports-4.x-lockfile branch from ddf0983 to 21eff4d Compare February 12, 2026 12:11
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.

0 participants