An open index of dependabot pull requests across open source projects.

chore(deps-dev): bump @ianvs/prettier-plugin-sort-imports from 4.5.1 to 4.7.0 in the prettier group

Closed
Number: #618
Type: Pull Request
State: Closed
Author: dependabot[bot] dependabot[bot]
Association: Contributor
Comments: 4
Created: September 07, 2025 at 01:02 PM UTC
(5 days ago)
Updated: September 07, 2025 at 02:30 PM UTC
(5 days ago)
Closed: September 07, 2025 at 02:30 PM UTC
(5 days ago)
Time to Close: about 1 hour
Labels:
dependencies javascript
Description:

Bumps the prettier group with 1 update: @ianvs/prettier-plugin-sort-imports.

Updates @ianvs/prettier-plugin-sort-imports from 4.5.1 to 4.7.0

Release notes

Sourced from @​ianvs/prettier-plugin-sort-imports's releases.

v4.7.0

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: https://github.com/IanVS/prettier-plugin-sort-imports/compare/v4.6.3...v4.7.0

v4.6.3

What's Changed

Full Changelog: https://github.com/IanVS/prettier-plugin-sort-imports/compare/4.6.2...v4.6.3

4.6.2

What's Changed

New Contributors

Full Changelog: https://github.com/IanVS/prettier-plugin-sort-imports/compare/v4.6.1...4.6.2

v4.6.1

What's Changed

Full Changelog: https://github.com/IanVS/prettier-plugin-sort-imports/compare/v4.6.0...v4.6.1

v4.6.0

What's Changed

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
Pull Request Statistics
Commits:
1
Files Changed:
2
Additions:
+66
Deletions:
-31
Package Dependencies
Ecosystem:
npm
Version Change:
4.5.1 → 4.7.0
Update Type:
Minor
Path:
the prettier group
Technical Details
ID: 7076238
UUID: 2806049430
Node ID: PR_kwDOJn0nrM6nQOqW
Host: GitHub
Repository: andykenward/github-actions-cloudflare-pages
Merge State: Dirty