fix(deps): update all npm non-major dependencies #3655
Merged
+1,397
−1,649
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:
^2.0.5
->^2.0.7
^6.2.0
->^6.3.1
^11.13.1
->^11.14.0
^11.13.0
->^11.14.0
^3.9.0
->^3.10.0
^3.5.5
->^3.7.0
^0.1.1
->^0.3.0
^0.5.14
->^0.5.16
^8.20.1
->^8.20.6
^20.16.1
->^20.17.16
^20.16.1
->^20.17.16
^18.3.3
->^18.3.18
^18.3.0
->^18.3.5
^8.5.12
->^8.5.14
^4.23.5
->^4.23.7
^32.2.2
->^32.3.3
^32.2.2
->^32.3.3
^3.3.12
->^3.4.33
19.0.0-beta-8a03594-20241020
->19.0.0-beta-e552027-20250112
^0.7.0
->^0.7.1
1.39.0
->1.41.0
^7.0.5
->^7.0.6
^5.1.12
->^5.2.2
^2.1.0
->^2.3.0
^2.9.3
->^2.11.1
^24.1.1
->^24.1.3
^0.16.11
->^0.16.21
^0.428.0
->^0.474.0
^11.3.0
->^11.4.1
^6.2.2
->^6.2.6
1.0.2
->1.0.3
^8.0.0
->^8.2.0
^2.35.2
->^2.35.3
9.8.0
->9.15.4
^0.27.1
->^0.27.2
^4.23.5
->^4.23.7
19.0.0-beta-8a03594-20241020
->19.0.0-beta-e552027-20250112
^14.2.3
->^14.3.5
^1.4.4
->^1.5.0
^7.52.2
->^7.54.2
^9.0.1
->^9.0.3
2.0.19
->2.1.7
^4.10.1
->^4.12.3
^16.8.2
->^16.14.1
^11.1.9
->^11.2.1
^2.5.2
->^2.6.0
^8.2.4
->^8.3.6
^5.21.0
->^5.23.0
^4.5.2
->^4.5.3
^4.2.3
->^4.2.4
^13.6.21
->^13.6.23
^3.23.8
->^3.24.1
Release Notes
csstools/postcss-plugins (@csstools/postcss-light-dark-function)
v2.0.7
Compare Source
November 1, 2024
@csstools/css-tokenizer
to3.0.3
(patch)@csstools/css-parser-algorithms
to3.0.4
(patch)v2.0.6
Compare Source
October 23, 2024
@csstools/css-parser-algorithms
to3.0.3
(patch)clauderic/dnd-kit (@dnd-kit/core)
v6.3.1
Compare Source
Patch Changes
62f632a
Thanks @clauderic! - AddedTab
to the list of default key codes that end a drag and drop operation. Can be customized by passing in a custom list ofkeyCodes
to the KeyboardSensor options.v6.3.0
Compare Source
Minor Changes
0c6a28d
Thanks @irobot! - Make it possible to add visual cues when using activation constraints.Context
Activation constraints are used when we want to prevent accidental dragging or when
pointer press can mean more than "start dragging".
A typical use case is a button that needs to respond to both "click" and "drag" gestures.
Clicks can be distinguished from drags based on how long the pointer was
held pressed.
The problem
A control that responds differently to a pointer press based on duration or distance can
be confusing to use -- the user has to guess how long to keep holding or how far to keep
dragging until their intent is acknowledged.
Implementing such cues is currently possible by attaching extra event listeners so that
we know when a drag is pending. Furthermore, the listener needs to have access to
the same constraints that were applied to the sensor initiating the drag. This can be
made to work in simple cases, but it becomes error-prone and difficult to maintain in
complex scenarios.
Solution
This changeset proposes the addition of two new events:
onDragPending
andonDragAbort
.onDragPending
A drag is considered to be pending when the pointer has been pressed and there are
activation constraints that need to be satisfied before a drag can start.
This event is initially fired on pointer press. At this time
offset
(see below) will beundefined
.It will subsequently be fired every time the pointer is moved. This is to enable
visual cues for distance-based activation.
The event's payload contains all the information necessary for providing visual feedback:
onDragAbort
A drag is considered aborted when an activation constraint for a pending drag was violated.
Useful as a prompt to cancel any visual cue animations currently in progress.
Note that this event will not be fired when dragging ends or is canceled.
emotion-js/emotion (@emotion/react)
v11.14.0
Compare Source
Minor Changes
a19d019
Thanks @Andarist! - Source code has been migrated to TypeScript. From now on type declarations will be emitted based on that, instead of being hand-written.Patch Changes
e1bf17e
]:v11.13.5
Compare Source
v11.13.3
Compare Source
react-hook-form/resolvers (@hookform/resolvers)
v3.10.0
Compare Source
Features
v3.9.1
Compare Source
adobe/react-spectrum (@internationalized/date)
v3.7.0
Compare Source
tailwindlabs/tailwindcss-typography (@tailwindcss/typography)
v0.5.16
Compare Source
Fixed
v0.5.15
Compare Source
Fixed
TanStack/table (@tanstack/react-table)
v8.20.6
Compare Source
Version 8.20.6 - 12/13/24, 2:34 PM
Changes
Fix
cbcea6a
) by Bill CollinsChore
2db4061
) by Lachlan CollinsDocs
6b4d616
) by M Hamid7fe650d
) by Petter Juterud BarhaugenPackages
v8.20.5
Compare Source
Version 8.20.5 - 8/24/24, 11:37 PM
Changes
Fix
237b1c4
) by GaganSingh7Docs
shallowRef
for reactive data (#5706) (58913b6
) by Ola AlsakerPackages
uiwjs/react-codemirror (@uiw/react-codemirror)
v4.23.7
Compare Source
Documentation v4.23.7: https://raw.githack.com/uiwjs/react-codemirror/5b16350/index.html\
Comparing Changes: uiwjs/react-codemirror@v4.23.6...v4.23.7
ab89f28
@jaywcjlove4edca1d
@aspiersced0b1a
@jaywcjlovev4.23.6
Compare Source
Documentation v4.23.6: https://raw.githack.com/uiwjs/react-codemirror/57d9fb7/index.html\
Comparing Changes: uiwjs/react-codemirror@v4.23.5...v4.23.6
8f1ff2d
@fatton139c2437c7
@jaywcjloveag-grid/ag-grid (ag-grid-community)
v32.3.3
Compare Source
https://www.ag-grid.com/changelog/?fixVersion=32.3.3
v32.3.2
Compare Source
https://www.ag-grid.com/changelog/?fixVersion=32.3.2
v32.3.1
Compare Source
https://www.ag-grid.com/changelog/?fixVersion=32.3.1
v32.3.0
Compare Source
https://www.ag-grid.com/changelog/?fixVersion=32.3.0
vercel/ai (ai)
v3.4.33
[Compare So
Configuration
📅 Schedule: Branch creation - "on the 1st day of the month" (UTC), 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.