Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 1, 2025

This PR contains the following updates:

Package Change Age Confidence
@ianvs/prettier-plugin-sort-imports 4.4.1 -> 4.7.0 age confidence

Release Notes

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

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


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 dfccaa7 to 51e1fcd Compare June 4, 2025 06:14
@renovate renovate bot force-pushed the renovate/ianvs-prettier-plugin-sort-imports-4.x-lockfile branch from 51e1fcd to 66c830e Compare June 22, 2025 14:59
@renovate renovate bot force-pushed the renovate/ianvs-prettier-plugin-sort-imports-4.x-lockfile branch from 66c830e to b911210 Compare July 2, 2025 17:35
@renovate renovate bot changed the title Update dependency @ianvs/prettier-plugin-sort-imports to v4.4.2 Update dependency @ianvs/prettier-plugin-sort-imports to v4.5.1 Jul 10, 2025
@renovate renovate bot force-pushed the renovate/ianvs-prettier-plugin-sort-imports-4.x-lockfile branch from b911210 to 7be6149 Compare July 10, 2025 17:47
@renovate renovate bot changed the title Update dependency @ianvs/prettier-plugin-sort-imports to v4.5.1 Update dependency @ianvs/prettier-plugin-sort-imports to v4.6.0 Aug 6, 2025
@renovate renovate bot force-pushed the renovate/ianvs-prettier-plugin-sort-imports-4.x-lockfile branch from 7be6149 to 3fd6014 Compare August 6, 2025 17:29
@renovate renovate bot changed the title Update dependency @ianvs/prettier-plugin-sort-imports to v4.6.0 Update dependency @ianvs/prettier-plugin-sort-imports to v4.6.1 Aug 8, 2025
@renovate renovate bot force-pushed the renovate/ianvs-prettier-plugin-sort-imports-4.x-lockfile branch from 3fd6014 to 812b851 Compare August 8, 2025 17:05
@renovate renovate bot force-pushed the renovate/ianvs-prettier-plugin-sort-imports-4.x-lockfile branch from 812b851 to f1133b0 Compare August 10, 2025 12:38
@renovate renovate bot changed the title Update dependency @ianvs/prettier-plugin-sort-imports to v4.6.1 Update dependency @ianvs/prettier-plugin-sort-imports to v4.6.2 Aug 13, 2025
@renovate renovate bot force-pushed the renovate/ianvs-prettier-plugin-sort-imports-4.x-lockfile branch from f1133b0 to e14b47c Compare August 13, 2025 16:30
@renovate renovate bot force-pushed the renovate/ianvs-prettier-plugin-sort-imports-4.x-lockfile branch from e14b47c to 072c733 Compare August 19, 2025 16:40
@renovate renovate bot force-pushed the renovate/ianvs-prettier-plugin-sort-imports-4.x-lockfile branch from 072c733 to 43047ab Compare August 27, 2025 17:15
@renovate renovate bot changed the title Update dependency @ianvs/prettier-plugin-sort-imports to v4.6.2 Update dependency @ianvs/prettier-plugin-sort-imports to v4.6.3 Aug 27, 2025
@renovate renovate bot changed the title Update dependency @ianvs/prettier-plugin-sort-imports to v4.6.3 Update dependency @ianvs/prettier-plugin-sort-imports to v4.7.0 Aug 28, 2025
@renovate renovate bot force-pushed the renovate/ianvs-prettier-plugin-sort-imports-4.x-lockfile branch from 43047ab to 86c2382 Compare August 28, 2025 22:48
@renovate renovate bot force-pushed the renovate/ianvs-prettier-plugin-sort-imports-4.x-lockfile branch from 86c2382 to 1461c06 Compare August 31, 2025 13:51
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