Skip to content

Update dependency @ianvs/prettier-plugin-sort-imports to v4.7.1 - #34

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

Update dependency @ianvs/prettier-plugin-sort-imports to v4.7.1#34
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/ianvs-prettier-plugin-sort-imports-4.x-lockfile

Conversation

@renovate

@renovate renovate Bot commented Dec 12, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@ianvs/prettier-plugin-sort-imports 4.1.14.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

v4.6.2

Compare Source

What's Changed

  • fix: conditionally register ember and oxc parsers when dependencies available by @​jahands in IanVS#234

New Contributors

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

v4.6.1

Compare Source

What's Changed

Full Changelog: IanVS/prettier-plugin-sort-imports@v4.6.0...v4.6.1

v4.6.0

Compare Source

What's Changed

Full Changelog: IanVS/prettier-plugin-sort-imports@v4.5.1...v4.6.0

v4.5.1

Compare Source

What's Changed

Fixes
Internal

Full Changelog: IanVS/prettier-plugin-sort-imports@v4.5.0...v4.5.1

v4.5.0

Compare Source

What's Changed

New Contributors

Full Changelog: IanVS/prettier-plugin-sort-imports@v4.4.2...v4.5.0

v4.4.2

Compare Source

What's Changed

New Contributors

Full Changelog: IanVS/prettier-plugin-sort-imports@v4.4.1...v4.4.2

v4.4.1

Compare Source

What's Changed

New Contributors

Full Changelog: IanVS/prettier-plugin-sort-imports@v4.4.0...v4.4.1

v4.4.0

Compare Source

What's Changed

Enhancements
Maintenance

New Contributors

Full Changelog: IanVS/prettier-plugin-sort-imports@v4.3.1...v4.4.0

v4.3.1

Compare Source

What's Changed

New Contributors

Full Changelog: IanVS/prettier-plugin-sort-imports@v4.3.0...v4.3.1

v4.3.0

Compare Source

What's Changed

Features

This release adds support for experimental import attributes / assertions. There have been a number of styles proposed by TC-39 over the years, but the latest is to use import x from 'x' with { type: 'json' };, which is called an "import attribute". There is also an older "import assertion" form, which uses assert instead of with.

Note: You may need to add "importAttributes" to your "importOrderParserPlugins" option in order to support this. And if you are using the older assertion style, you'll need to add it as '[\"importAttributes\", {\"deprecatedAssertSyntax\": true}]'.

This plugin will also convert the older assertion style to import attributes.

Bugfixes
TypeScript

You can now type your prettier config as simply /** @​type {import("prettier").Config} */, and you'll also get the types for the options this plugin adds, automatically.

Docs
  • Update README to show more options for disabling and overrides by @​ADTC in IanVS#165

New Contributors

Full Changelog: IanVS/prettier-plugin-sort-imports@v4.2.1...v4.3.0

v4.2.1

Compare Source

What's Changed

Bugfixes

Full Changelog: IanVS/prettier-plugin-sort-imports@v4.2.0...v4.2.1

v4.2.0

Compare Source

What's Changed

Features
Bug fixes
Dependencies
Docs

New Contributors

Full Changelog: IanVS/prettier-plugin-sort-imports@v4.1.1...v4.2.0


Configuration

📅 Schedule: (UTC)

  • 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 00b7ca7 to 400d8fe Compare December 31, 2025 15:28
@renovate
renovate Bot force-pushed the renovate/ianvs-prettier-plugin-sort-imports-4.x-lockfile branch from 400d8fe to 87f50cb Compare January 8, 2026 17:03
@renovate
renovate Bot force-pushed the renovate/ianvs-prettier-plugin-sort-imports-4.x-lockfile branch 2 times, most recently from 95be5c9 to 560823d Compare January 23, 2026 17:10
@renovate
renovate Bot force-pushed the renovate/ianvs-prettier-plugin-sort-imports-4.x-lockfile branch from 560823d to 89a84db Compare February 2, 2026 20:12
@renovate renovate Bot changed the title Update dependency @ianvs/prettier-plugin-sort-imports to v4.7.0 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 89a84db to 17c432a Compare February 4, 2026 15:32
@renovate
renovate Bot force-pushed the renovate/ianvs-prettier-plugin-sort-imports-4.x-lockfile branch 2 times, most recently from 043099e to 5b87bfb Compare February 17, 2026 14:14
@renovate
renovate Bot force-pushed the renovate/ianvs-prettier-plugin-sort-imports-4.x-lockfile branch from 5b87bfb to bedc7dd Compare March 5, 2026 20:47
@renovate
renovate Bot force-pushed the renovate/ianvs-prettier-plugin-sort-imports-4.x-lockfile branch from bedc7dd to 41d0ccc Compare March 13, 2026 11:09
@renovate
renovate Bot force-pushed the renovate/ianvs-prettier-plugin-sort-imports-4.x-lockfile branch 2 times, most recently from 0a88fad to e4217f8 Compare April 1, 2026 19:35
@renovate
renovate Bot force-pushed the renovate/ianvs-prettier-plugin-sort-imports-4.x-lockfile branch from e4217f8 to 8cc872b Compare April 8, 2026 18:41
@renovate
renovate Bot force-pushed the renovate/ianvs-prettier-plugin-sort-imports-4.x-lockfile branch from 8cc872b to 53911dd Compare April 29, 2026 14:55
@renovate
renovate Bot force-pushed the renovate/ianvs-prettier-plugin-sort-imports-4.x-lockfile branch 2 times, most recently from 4e70ba3 to ab7c077 Compare May 18, 2026 11:48
@renovate
renovate Bot force-pushed the renovate/ianvs-prettier-plugin-sort-imports-4.x-lockfile branch 2 times, most recently from 0dda0c9 to 5dbb527 Compare June 1, 2026 21:49
@renovate
renovate Bot force-pushed the renovate/ianvs-prettier-plugin-sort-imports-4.x-lockfile branch from 5dbb527 to 39cad62 Compare June 11, 2026 17:04
@renovate
renovate Bot force-pushed the renovate/ianvs-prettier-plugin-sort-imports-4.x-lockfile branch 2 times, most recently from fc64831 to 427e2a7 Compare July 16, 2026 20:00
@renovate
renovate Bot force-pushed the renovate/ianvs-prettier-plugin-sort-imports-4.x-lockfile branch 2 times, most recently from 7fa63df to f72f54b Compare July 24, 2026 18:54
@renovate
renovate Bot force-pushed the renovate/ianvs-prettier-plugin-sort-imports-4.x-lockfile branch from f72f54b to 815f63d Compare July 30, 2026 20:17
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