fix(deps): update all non-major dependencies #1265
Open
+2,997
−2,946
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.0
2.9.3
->2.16.0
2.9.3
->2.16.0
2.9.3
->2.16.0
2.9.3
->2.16.0
2.9.3
->2.16.0
2.9.3
->2.16.0
2.9.3
->2.16.0
2.9.3
->2.16.0
2.9.3
->2.16.0
2.9.3
->2.16.0
2.9.3
->2.16.0
2.9.3
->2.16.0
2.9.3
->2.16.0
2.8.3
->2.16.0
2.9.3
->2.16.0
2.9.3
->2.16.0
2.9.3
->2.16.0
2.9.3
->2.16.0
2.9.3
->2.16.0
2.9.3
->2.16.0
2.9.3
->2.16.0
2.9.3
->2.16.0
2.9.3
->2.16.0
2.9.3
->2.16.0
2.9.3
->2.16.0
2.9.3
->2.16.0
2.9.3
->2.16.0
2.9.3
->2.16.0
2.8.3
->2.16.0
2.9.3
->2.16.0
2.9.3
->2.16.0
2.9.3
->2.16.0
1.11.13
->1.13.5
10.4.0
->10.4.1
16.2.0
->16.3.0
0.0.312
->0.1.24
9.0.7
->9.0.9
22.13.13
->22.18.10
19.0.12
->19.2.2
19.0.4
->19.2.2
7.7.0
->7.7.1
8.18.0
->8.18.1
3.5.13
->3.5.22
v4.2.3
->v4.3.0
4.24.4
->4.26.3
3.1.0
->3.2.0
5.4.1
->5.6.2
16.4.7
->16.6.1
12.0.1
->12.0.3
0.25.1
->0.25.10
9.23.0
->9.37.0
10.1.1
->10.1.8
7.37.4
->7.37.5
11.3.0
->11.3.2
11.3.0
->11.3.2
16.0.0
->16.4.0
14.4.6
->14.5.0
7.0.3
->7.0.5
12.5.0
->12.9.6
1.21.8
->1.30.2
5.1.5
->5.1.6
10.11.0
->10.18.2
v4.1.0
->v4.2.0
3.5.3
->3.6.2
19.0.0
->19.2.0
19.0.0
->19.2.0
0.16.0
->0.18.0
0.16.0
->0.18.0
0.16.0
->0.18.0
7.7.1
->7.7.3
0.33.5
->0.34.4
4.2.19
->4.2.20
29.3.0
->29.4.5
8.4.0
->8.5.0
8.4.0
->8.5.0
2.4.4
->2.5.8
5.8.2
->5.9.3
5.8.2
->5.9.3
8.28.0
->8.46.0
3.5.13
->3.5.22
3.5.13
->3.5.22
8.18.1
->8.18.3
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 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-ignore
to stop sorting a particular import that would otherwise be sorted.Feedback on this feature is welcome.
Features
importOrderSafeSideEffects
option by @IanVS in IanVS#240Internal
Full Changelog: IanVS/prettier-plugin-sort-imports@v4.6.3...v4.7.0
v4.6.3
Compare Source
What's Changed
Full Changelog: IanVS/prettier-plugin-sort-imports@4.6.2...v4.6.3
v4.6.2
Compare Source
What's Changed
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
parcel-bundler/parcel (@parcel/cache)
v2.16.0
Compare Source
Added
Fixed
v2.15.4
Compare Source
v2.15.3
Compare Source
Fixed
JavaScript
React Server Components
@parcel/rsc
duplicate types – Detailsv2.15.2
Compare Source
Fixed
Core
HTML
<meta charset="utf-8">
– DetailsMDX
React Server Components
Resolver
SVG
Compressors
v2.15.1
Compare Source
Fixed
HTML
<template>
element contents – DetailsJavaScript
v2.15.0
Compare Source
Added
Core
HTML and SVG
Resolver
cloudflare:
scheme and no longer rewrite node: scheme – DetailsFixed
Core
JavaScript
v2.14.4
Compare Source
Fixed
Core
JavaScript
v2.14.3
Compare Source
Fixed
v2.14.2
Compare Source
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.