Skip to content

fix(deps): update web npm deps non-major#5473

Merged
renovate[bot] merged 1 commit into
mainfrom
renovate/web-npm-deps-non-major
Aug 31, 2025
Merged

fix(deps): update web npm deps non-major#5473
renovate[bot] merged 1 commit into
mainfrom
renovate/web-npm-deps-non-major

Conversation

@renovate

@renovate renovate Bot commented Aug 31, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@ianvs/prettier-plugin-sort-imports 4.6.2 -> 4.7.0 age confidence
@types/node (source) 22.17.2 -> 22.18.0 age confidence
@vue/compiler-sfc (source) 3.5.19 -> 3.5.20 age confidence
@vueuse/core (source) 13.7.0 -> 13.8.0 age confidence
marked (source) 16.2.0 -> 16.2.1 age confidence
simple-icons (source) 15.12.0 -> 15.13.0 age confidence
vue (source) 3.5.19 -> 3.5.20 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

vuejs/core (@​vue/compiler-sfc)

v3.5.20

Compare Source

Bug Fixes
vueuse/vueuse (@​vueuse/core)

v13.8.0

Compare Source

   🚀 Features
   🏎 Performance
    View changes on GitHub
markedjs/marked (marked)

v16.2.1

Compare Source

Bug Fixes
simple-icons/simple-icons (simple-icons)

v15.13.0: Release 1 new icon (v15.13.0)

Compare Source

1 new icon


Configuration

📅 Schedule: Branch creation - Only on Sunday and Saturday ( * * * * 0,6 ) (UTC), Automerge - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) (UTC).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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 added dependencies ui frontend related labels Aug 31, 2025
@renovate renovate Bot enabled auto-merge (squash) August 31, 2025 10:43
@renovate renovate Bot merged commit 27211ac into main Aug 31, 2025
7 checks passed
@renovate renovate Bot deleted the renovate/web-npm-deps-non-major branch August 31, 2025 10:54
@woodpecker-bot woodpecker-bot mentioned this pull request Aug 31, 2025
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies ui frontend related

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants