fix(deps): update all non-major dependencies #1265
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
4.4.1->4.7.02.9.3->2.16.12.9.3->2.16.12.9.3->2.16.12.9.3->2.16.12.9.3->2.16.12.9.3->2.16.12.9.3->2.16.12.9.3->2.16.12.9.3->2.16.12.9.3->2.16.12.9.3->2.16.12.9.3->2.16.12.9.3->2.16.12.8.3->2.16.12.9.3->2.16.12.9.3->2.16.12.9.3->2.16.12.9.3->2.16.12.9.3->2.16.12.9.3->2.16.12.9.3->2.16.12.9.3->2.16.12.9.3->2.16.12.9.3->2.16.12.9.3->2.16.12.9.3->2.16.12.9.3->2.16.12.9.3->2.16.12.8.3->2.16.12.9.3->2.16.12.9.3->2.16.12.9.3->2.16.11.11.13->1.15.310.4.0->10.4.116.2.0->16.3.00.0.312->0.1.329.0.7->9.0.922.13.13->22.19.119.0.12->19.2.719.0.4->19.2.37.7.0->7.7.18.18.0->8.18.13.5.13->3.5.25v4.2.3->v4.3.04.24.4->4.28.13.1.0->3.2.05.4.1->5.6.216.4.7->16.6.112.0.1->12.0.30.25.1->0.27.19.23.0->9.39.110.1.1->10.1.87.37.4->7.37.511.3.0->11.3.211.3.0->11.3.216.0.0->16.5.014.4.6->14.6.57.0.3->7.0.512.5.0->12.11.11.21.8->1.30.25.1.5->5.1.610.11.0->10.24.0v4.1.0->v4.2.03.5.3->3.7.419.0.0->19.2.119.0.0->19.2.10.16.0->0.18.00.16.0->0.18.00.16.0->0.18.06.0.1->6.1.27.7.1->7.7.30.33.5->0.34.54.2.19->4.2.2029.3.0->29.4.68.4.0->8.5.18.4.0->8.5.12.4.4->2.6.35.8.2->5.9.35.8.2->5.9.38.28.0->8.48.13.5.13->3.5.253.5.13->3.5.258.18.1->8.18.3Release Notes
ianvs/prettier-plugin-sort-imports (@ianvs/prettier-plugin-sort-imports)
v4.7.0Compare 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 toimportOrder) 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:
^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 againstimport "not-server-only".// prettier-ignoreto stop sorting a particular import that would otherwise be sorted.Feedback on this feature is welcome.
Features
importOrderSafeSideEffectsoption by @IanVS in IanVS#240Internal
Full Changelog: IanVS/prettier-plugin-sort-imports@v4.6.3...v4.7.0
v4.6.3Compare Source
What's Changed
Full Changelog: IanVS/prettier-plugin-sort-imports@4.6.2...v4.6.3
v4.6.2Compare Source
What's Changed
New Contributors
Full Changelog: IanVS/prettier-plugin-sort-imports@v4.6.1...4.6.2
v4.6.1Compare Source
What's Changed
Full Changelog: IanVS/prettier-plugin-sort-imports@v4.6.0...v4.6.1
v4.6.0Compare Source
What's Changed
Full Changelog: IanVS/prettier-plugin-sort-imports@v4.5.1...v4.6.0
v4.5.1Compare Source
What's Changed
Fixes
Internal
Full Changelog: IanVS/prettier-plugin-sort-imports@v4.5.0...v4.5.1
v4.5.0Compare Source
What's Changed
New Contributors
Full Changelog: IanVS/prettier-plugin-sort-imports@v4.4.2...v4.5.0
v4.4.2Compare Source
What's Changed
New Contributors
Full Changelog: IanVS/prettier-plugin-sort-imports@v4.4.1...v4.4.2
parcel-bundler/parcel (@parcel/cache)
v2.16.1Compare Source
Fixed
JavaScript
React Server Components
Improve performance of RSC builds – Details
v2.16.0Compare Source
Added
Fixed
v2.15.4Compare Source
v2.15.3Compare Source
Fixed
JavaScript
React Server Components
@parcel/rscduplicate types – Detailsv2.15.2Compare Source
Fixed
Core
HTML
<meta charset="utf-8">– DetailsMDX
React Server Components
Resolver
SVG
Compressors
v2.15.1Compare Source
Fixed
HTML
<template>element contents – DetailsJavaScript
v2.15.0Compare Source
Added
Core
HTML and SVG
Resolver
cloudflare:scheme and no longer rewrite node: scheme – DetailsFixed
Core
JavaScript
v2.14.4Compare Source
Fixed
Core
JavaScript
v2.14.3Compare Source
Fixed
v2.14.2Compare Source
Fixed
Core
JavaScript
REPL
create-parcel
v2.14.1Compare Source
Fixed
v2.14.0Compare Source
Added
Core
JavaScript
Dev Server
Fixed
v2.13.3Compare Source
Fixed
v2.13.2Compare Source
Fixed
JavaScript
SASS
file:URLs – Detailsv2.13.1Compare Source
Fixed
JavaScript
SASS
v2.13.0Compare Source
Added
Core
Bundler
Dev Server
Resolver
Fixed
Core
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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.