chore(deps): update dependency @ianvs/prettier-plugin-sort-imports to v4.7.1 - #408
Open
renovate[bot] wants to merge 1 commit into
Open
chore(deps): update dependency @ianvs/prettier-plugin-sort-imports to v4.7.1#408renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
renovate
Bot
force-pushed
the
renovate/ianvs-prettier-plugin-sort-imports-4.x
branch
9 times, most recently
from
October 3, 2025 01:51
60888fd to
fde28d7
Compare
renovate
Bot
force-pushed
the
renovate/ianvs-prettier-plugin-sort-imports-4.x
branch
from
October 21, 2025 02:11
fde28d7 to
989994f
Compare
renovate
Bot
force-pushed
the
renovate/ianvs-prettier-plugin-sort-imports-4.x
branch
3 times, most recently
from
November 1, 2025 10:38
8f31adc to
2d87133
Compare
renovate
Bot
force-pushed
the
renovate/ianvs-prettier-plugin-sort-imports-4.x
branch
6 times, most recently
from
December 3, 2025 18:08
03ab367 to
2e18981
Compare
renovate
Bot
force-pushed
the
renovate/ianvs-prettier-plugin-sort-imports-4.x
branch
from
December 31, 2025 14:35
2e18981 to
6a48e3d
Compare
renovate
Bot
force-pushed
the
renovate/ianvs-prettier-plugin-sort-imports-4.x
branch
from
January 8, 2026 19:27
6a48e3d to
431effc
Compare
renovate
Bot
force-pushed
the
renovate/ianvs-prettier-plugin-sort-imports-4.x
branch
2 times, most recently
from
January 23, 2026 20:41
4d1d5e1 to
b0ffd41
Compare
renovate
Bot
force-pushed
the
renovate/ianvs-prettier-plugin-sort-imports-4.x
branch
4 times, most recently
from
February 2, 2026 01:15
da52b14 to
766dbc7
Compare
renovate
Bot
force-pushed
the
renovate/ianvs-prettier-plugin-sort-imports-4.x
branch
from
February 7, 2026 16:25
766dbc7 to
99da6a6
Compare
renovate
Bot
force-pushed
the
renovate/ianvs-prettier-plugin-sort-imports-4.x
branch
2 times, most recently
from
February 17, 2026 14:54
a648181 to
8143682
Compare
renovate
Bot
force-pushed
the
renovate/ianvs-prettier-plugin-sort-imports-4.x
branch
4 times, most recently
from
March 2, 2026 08:57
4046ecd to
45be4a7
Compare
renovate
Bot
force-pushed
the
renovate/ianvs-prettier-plugin-sort-imports-4.x
branch
4 times, most recently
from
April 6, 2026 05:40
f83d3ec to
cf7243f
Compare
renovate
Bot
force-pushed
the
renovate/ianvs-prettier-plugin-sort-imports-4.x
branch
from
April 13, 2026 05:20
cf7243f to
688d558
Compare
renovate
Bot
force-pushed
the
renovate/ianvs-prettier-plugin-sort-imports-4.x
branch
2 times, most recently
from
April 27, 2026 04:48
03fb51f to
7f2c1a3
Compare
renovate
Bot
force-pushed
the
renovate/ianvs-prettier-plugin-sort-imports-4.x
branch
3 times, most recently
from
May 4, 2026 00:48
fc4f8ec to
da76e10
Compare
renovate
Bot
force-pushed
the
renovate/ianvs-prettier-plugin-sort-imports-4.x
branch
from
July 21, 2026 04:07
da76e10 to
9b7549a
Compare
renovate
Bot
force-pushed
the
renovate/ianvs-prettier-plugin-sort-imports-4.x
branch
from
August 12, 2026 01:51
9b7549a to
68508d5
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
4.5.1→4.7.1Release Notes
ianvs/prettier-plugin-sort-imports (@ianvs/prettier-plugin-sort-imports)
v4.7.1Compare Source
What's Changed
Fixes
Dependencies
Docs
New Contributors
Full Changelog: IanVS/prettier-plugin-sort-imports@v4.7.0...v4.7.1
v4.7.0Compare 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 toimportOrder) 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:
^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 againstimport "not-server-only".// prettier-ignoreto stop sorting a particular import that would otherwise be sorted.Feedback on this feature is welcome.
Features
importOrderSafeSideEffectsoption by @IanVS in IanVS#240Internal
Full Changelog: IanVS/prettier-plugin-sort-imports@v4.6.3...v4.7.0
v4.6.3Compare Source
What's Changed
Full Changelog: IanVS/prettier-plugin-sort-imports@4.6.2...v4.6.3
v4.6.2Compare Source
What's Changed
New Contributors
Full Changelog: IanVS/prettier-plugin-sort-imports@v4.6.1...4.6.2
v4.6.1Compare Source
What's Changed
Full Changelog: IanVS/prettier-plugin-sort-imports@v4.6.0...v4.6.1
v4.6.0Compare Source
What's Changed
Full Changelog: IanVS/prettier-plugin-sort-imports@v4.5.1...v4.6.0
Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) in timezone Europe/Berlin, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.
This PR was generated by Mend Renovate. View the repository job log.