Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jul 21, 2024

This PR contains the following updates:

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

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


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 changed the title Update dependency @ianvs/prettier-plugin-sort-imports to v4.3.1 chore(deps): update dependency @ianvs/prettier-plugin-sort-imports to v4.3.1 Jul 21, 2024
@renovate renovate bot force-pushed the renovate/ianvs-prettier-plugin-sort-imports-4.x-lockfile branch from 8adcd46 to 53e1c4f Compare August 19, 2024 10:10
@renovate renovate bot changed the title chore(deps): update dependency @ianvs/prettier-plugin-sort-imports to v4.3.1 chore(deps): update dependency @ianvs/prettier-plugin-sort-imports to v4.4.0 Nov 6, 2024
@renovate renovate bot changed the title chore(deps): update dependency @ianvs/prettier-plugin-sort-imports to v4.4.0 chore(deps): update dependency @ianvs/prettier-plugin-sort-imports to v4.4.0 - autoclosed Dec 8, 2024
@renovate renovate bot closed this Dec 8, 2024
@renovate renovate bot deleted the renovate/ianvs-prettier-plugin-sort-imports-4.x-lockfile branch December 8, 2024 18:38
@renovate renovate bot changed the title chore(deps): update dependency @ianvs/prettier-plugin-sort-imports to v4.4.0 - autoclosed chore(deps): update dependency @ianvs/prettier-plugin-sort-imports to v4.4.0 Dec 9, 2024
@renovate renovate bot reopened this Dec 9, 2024
@renovate renovate bot force-pushed the renovate/ianvs-prettier-plugin-sort-imports-4.x-lockfile branch from 368ed33 to 53e1c4f Compare December 9, 2024 06:17
@renovate renovate bot changed the title chore(deps): update dependency @ianvs/prettier-plugin-sort-imports to v4.4.0 chore(deps): update dependency @ianvs/prettier-plugin-sort-imports to v4.4.1 Jan 13, 2025
@renovate renovate bot force-pushed the renovate/ianvs-prettier-plugin-sort-imports-4.x-lockfile branch from 53e1c4f to 1cca60e Compare February 26, 2025 00:13
@renovate renovate bot force-pushed the renovate/ianvs-prettier-plugin-sort-imports-4.x-lockfile branch from 1cca60e to 0b3cd29 Compare March 13, 2025 18:24
@renovate renovate bot force-pushed the renovate/ianvs-prettier-plugin-sort-imports-4.x-lockfile branch from 0b3cd29 to 25bdb64 Compare April 1, 2025 10:36
@renovate renovate bot force-pushed the renovate/ianvs-prettier-plugin-sort-imports-4.x-lockfile branch from 25bdb64 to 5b1b1b4 Compare May 19, 2025 18:14
@renovate renovate bot force-pushed the renovate/ianvs-prettier-plugin-sort-imports-4.x-lockfile branch 2 times, most recently from 2899518 to 70601fb Compare May 28, 2025 22:08
@renovate renovate bot changed the title chore(deps): update dependency @ianvs/prettier-plugin-sort-imports to v4.4.1 chore(deps): update dependency @ianvs/prettier-plugin-sort-imports to v4.4.2 May 28, 2025
@renovate renovate bot force-pushed the renovate/ianvs-prettier-plugin-sort-imports-4.x-lockfile branch from 70601fb to e121fd9 Compare June 4, 2025 11:27
@renovate renovate bot force-pushed the renovate/ianvs-prettier-plugin-sort-imports-4.x-lockfile branch from e121fd9 to fbc2b09 Compare June 22, 2025 14:24
@renovate renovate bot force-pushed the renovate/ianvs-prettier-plugin-sort-imports-4.x-lockfile branch from fbc2b09 to 3c79c56 Compare July 2, 2025 17:34
@renovate renovate bot force-pushed the renovate/ianvs-prettier-plugin-sort-imports-4.x-lockfile branch from 3c79c56 to 0b50d91 Compare July 10, 2025 17:39
@renovate renovate bot changed the title chore(deps): update dependency @ianvs/prettier-plugin-sort-imports to v4.4.2 chore(deps): update dependency @ianvs/prettier-plugin-sort-imports to v4.5.1 Jul 10, 2025
@renovate renovate bot changed the title chore(deps): update dependency @ianvs/prettier-plugin-sort-imports to v4.5.1 chore(deps): 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 2 times, most recently from 4733e19 to a565fd0 Compare August 8, 2025 16:31
@renovate renovate bot changed the title chore(deps): update dependency @ianvs/prettier-plugin-sort-imports to v4.6.0 chore(deps): 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 2 times, most recently from 864e9d4 to 132bef8 Compare August 13, 2025 17:51
@renovate renovate bot changed the title chore(deps): update dependency @ianvs/prettier-plugin-sort-imports to v4.6.1 chore(deps): 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 132bef8 to 8525fa9 Compare August 19, 2025 19:45
@renovate renovate bot changed the title chore(deps): update dependency @ianvs/prettier-plugin-sort-imports to v4.6.2 chore(deps): update dependency @ianvs/prettier-plugin-sort-imports to v4.6.3 Aug 27, 2025
@renovate renovate bot force-pushed the renovate/ianvs-prettier-plugin-sort-imports-4.x-lockfile branch 2 times, most recently from ae99427 to 44fd83f Compare August 28, 2025 18:53
@renovate renovate bot changed the title chore(deps): update dependency @ianvs/prettier-plugin-sort-imports to v4.6.3 chore(deps): 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 44fd83f to 1303e36 Compare August 31, 2025 11:33
@renovate renovate bot force-pushed the renovate/ianvs-prettier-plugin-sort-imports-4.x-lockfile branch from 1303e36 to 78e386b Compare September 25, 2025 19:53
@renovate renovate bot force-pushed the renovate/ianvs-prettier-plugin-sort-imports-4.x-lockfile branch from 78e386b to c225913 Compare October 21, 2025 14:05
@renovate renovate bot force-pushed the renovate/ianvs-prettier-plugin-sort-imports-4.x-lockfile branch from c225913 to 8409ece Compare November 10, 2025 23:43
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.

1 participant