Skip to content

fix(deps): update dependency @ianvs/prettier-plugin-sort-imports to ^4.7.1#335

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

fix(deps): update dependency @ianvs/prettier-plugin-sort-imports to ^4.7.1#335
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/ianvs-prettier-plugin-sort-imports-4.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 6, 2025

This PR contains the following updates:

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


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@vercel
Copy link

vercel bot commented Feb 6, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
weather-app Ready Ready Preview, Comment Feb 12, 2026 0:15am

@github-actions
Copy link

github-actions bot commented Feb 6, 2025

⚡️ Lighthouse report for the changes in this PR:

Category Score
🟠 Performance 82
🟢 Accessibility 100
🟢 Best practices 100
🟠 SEO 63
🔴 PWA undefined

Lighthouse ran on https://weather-app-git-renovate-ianv-a5cf6e-creative-programming-group.vercel.app/

@github-actions
Copy link

github-actions bot commented Feb 6, 2025

Running Lighthouse audit...

@socket-security
Copy link

socket-security bot commented Feb 6, 2025

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Addedstart-server-and-test@​2.0.109810010084100
Updated@​ianvs/​prettier-plugin-sort-imports@​4.2.0 ⏵ 4.7.19910010090 +4100

View full report

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Feb 6, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

@renovate renovate bot force-pushed the renovate/ianvs-prettier-plugin-sort-imports-4.x branch from 33b4208 to 698667e Compare May 28, 2025 22:48
@renovate renovate bot changed the title fix(deps): update dependency @ianvs/prettier-plugin-sort-imports to ^4.4.1 fix(deps): update dependency @ianvs/prettier-plugin-sort-imports to ^4.4.2 May 28, 2025
@renovate renovate bot force-pushed the renovate/ianvs-prettier-plugin-sort-imports-4.x branch from 698667e to a938246 Compare July 10, 2025 16:03
@renovate renovate bot changed the title fix(deps): update dependency @ianvs/prettier-plugin-sort-imports to ^4.4.2 fix(deps): update dependency @ianvs/prettier-plugin-sort-imports to ^4.5.1 Jul 10, 2025
@renovate renovate bot changed the title fix(deps): update dependency @ianvs/prettier-plugin-sort-imports to ^4.5.1 fix(deps): update dependency @ianvs/prettier-plugin-sort-imports to ^4.6.0 Aug 6, 2025
@renovate renovate bot force-pushed the renovate/ianvs-prettier-plugin-sort-imports-4.x branch from a938246 to 114c940 Compare August 6, 2025 17:09
@renovate renovate bot changed the title fix(deps): update dependency @ianvs/prettier-plugin-sort-imports to ^4.6.0 fix(deps): update dependency @ianvs/prettier-plugin-sort-imports to ^4.6.1 Aug 8, 2025
@renovate renovate bot force-pushed the renovate/ianvs-prettier-plugin-sort-imports-4.x branch from 114c940 to aa39379 Compare August 8, 2025 17:32
@renovate renovate bot force-pushed the renovate/ianvs-prettier-plugin-sort-imports-4.x branch from aa39379 to 3fad249 Compare August 10, 2025 13:28
@renovate renovate bot force-pushed the renovate/ianvs-prettier-plugin-sort-imports-4.x branch from 3fad249 to 59d1e3e Compare August 13, 2025 16:54
@renovate renovate bot changed the title fix(deps): update dependency @ianvs/prettier-plugin-sort-imports to ^4.6.1 fix(deps): update dependency @ianvs/prettier-plugin-sort-imports to ^4.6.2 Aug 13, 2025
@renovate renovate bot force-pushed the renovate/ianvs-prettier-plugin-sort-imports-4.x branch from 59d1e3e to bd62e3c Compare August 19, 2025 13:34
@renovate renovate bot changed the title fix(deps): update dependency @ianvs/prettier-plugin-sort-imports to ^4.6.2 fix(deps): update dependency @ianvs/prettier-plugin-sort-imports to ^4.6.3 Aug 27, 2025
@renovate renovate bot force-pushed the renovate/ianvs-prettier-plugin-sort-imports-4.x branch from bd62e3c to 65cab70 Compare August 27, 2025 17:48
@renovate renovate bot changed the title fix(deps): update dependency @ianvs/prettier-plugin-sort-imports to ^4.6.3 fix(deps): update dependency @ianvs/prettier-plugin-sort-imports to ^4.7.0 Aug 31, 2025
@renovate renovate bot force-pushed the renovate/ianvs-prettier-plugin-sort-imports-4.x branch from 65cab70 to 575232d Compare August 31, 2025 11:23
@socket-security
Copy link

socket-security bot commented Aug 31, 2025

All alerts resolved. Learn more about Socket for GitHub.

This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored.

View full report

@renovate renovate bot force-pushed the renovate/ianvs-prettier-plugin-sort-imports-4.x branch from 575232d to 4b9afac Compare December 31, 2025 15:50
@renovate renovate bot changed the title fix(deps): update dependency @ianvs/prettier-plugin-sort-imports to ^4.7.0 fix(deps): update dependency @ianvs/prettier-plugin-sort-imports to ^4.7.1 Feb 4, 2026
@renovate renovate bot force-pushed the renovate/ianvs-prettier-plugin-sort-imports-4.x branch from 4b9afac to 89de585 Compare February 4, 2026 12:56
@renovate renovate bot force-pushed the renovate/ianvs-prettier-plugin-sort-imports-4.x branch from 89de585 to 6d8d2f3 Compare February 12, 2026 12:06
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