chore(deps): update all non-major dependencies#3221
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
|
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
76732b0 to
b94e84d
Compare
b94e84d to
f019035
Compare
f019035 to
65bb2fa
Compare
65bb2fa to
a9e57df
Compare
a9e57df to
469c4e3
Compare
469c4e3 to
3ef671b
Compare
6d2b1f9 to
1cd8bc1
Compare
1cd8bc1 to
34291b8
Compare
34291b8 to
bc8e3b7
Compare
bc8e3b7 to
9d722a5
Compare
9d722a5 to
c4e6a55
Compare
c4e6a55 to
3ba6c83
Compare
3ba6c83 to
16088e9
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
5.18.3→5.36.25.3.10→5.7.08.4.0→8.6.11.17.2→1.19.21.17.2→1.19.21.17.2→1.19.20.5.2→0.6.02.29.8→2.31.03.9.2→3.10.13.9.2→3.10.13.9.2→3.10.13.9.2→3.10.13.9.2→3.10.13.3.3→3.3.59.39.1→9.39.44.6.0→4.7.01.0.0→1.1.015.5.6→15.5.152.10.2→2.10.55.9.1→5.22.02.1.1→2.2.62.17.2→2.17.42.17.2→2.17.42.17.2→2.17.42.17.2→2.17.42.17.2→2.17.43.19.0→3.23.03.19.0→3.23.010.1.2→10.3.610.1.2→10.3.610.1.2→10.3.610.1.4→10.3.67.0.0→7.0.12.49.1→2.59.06.2.1→6.2.40.4.36→0.5.2116.3.0→16.3.224.10.1→24.12.24.0.2→4.0.319.2.7→19.2.148.58.2→8.59.18.58.2→8.59.15.1.1→5.2.04.2.2→4.3.06.0.2→6.0.65.1.2→5.1.53.5.25→3.5.333.5.25→3.5.336.1.5→6.2.110.4.22→10.5.04.28.1→4.28.29.39.1→9.39.416.0.6→16.2.41.17.2→1.19.27.0.1→7.1.10.4.24→0.5.210.1.4→10.3.611.3.2→11.3.47.1.0→7.3.05.15.0→5.16.16.15.0→6.16.04.13.0→4.14.017.1.0→17.6.020.0.11→20.9.05.1.29→5.1.3927.2.0→27.4.01.31.1→1.32.01.30.2→1.32.016.2.7→16.4.02.25.0→2.28.00.46.0→0.55.11.2.0→1.2.25.1.6→5.1.111.1.0→1.3.015.5.7→15.5.156.6.0→6.8.04.2.1→4.4.41.7.16→1.7.232.3.0→2.3.110.29.3→10.33.28.5.6→8.5.137.0.2→7.0.47.0.1→7.0.37.0.5→7.1.17.0.1→7.0.310.27.2→10.29.13.2.5→3.8.33.4.0→3.5.12.3.1→2.4.15.9.1→5.22.019.2.0→19.2.519.2.0→19.2.55.5.0→5.6.019.2.0→19.2.53.19.0→3.23.01.9.10→1.9.121.9.10→1.9.1210.1.2→10.3.63.35.0→3.35.15.45.4→5.55.54.3.4→4.4.74.20.6→4.21.06.0.2→6.0.36.0.2→4.9.56.0.2→5.9.38.58.2→8.59.17.7.0→5.29.05.0.0→5.1.02.14.0→2.16.00.3.0→0.3.17.2.6→7.3.27.2.6→3.2.117.2.6→4.5.142.11.10→2.11.12^0.4.0→^0.5.05.1.4→4.3.24.0.15→4.1.53.5.25→3.5.330.27.2→0.27.53.25.1→3.25.764.1.12→4.4.2Release Notes
chakra-ui/ark (@ark-ui/react)
v5.36.2Compare Source
Fixed
Field: Export
FieldItemcomponent from the top-level package. The component was previously only accessible viathe
Field.Itemnamespace.Fix React Server Components build failure caused by a stray
"use client"directive on the shared_virtual/_rolldown/runtime.jshelper emitted by vite 8's rolldown backend.DownloadTrigger: Extract the download logic into a
useDownloadhook. TheDownloadTriggercomponent now simplyconsumes this hook, making the browser-download behavior reusable outside of the trigger component.
v5.36.1Compare Source
Fixed
finalFocusElandrestoreFocusprops to control focus behavior when the popover closes.finalFocusEllets you specify an element to receive focus instead of the trigger, andrestoreFocus(defaulttrue) controls whether focus returns to the trigger at all.Color Picker: Fix color value to respect the specified
formatwhen setting values via props orsetValue.Previously, the internal color object could retain a mismatched format (e.g., RGB when
formatishsla), causinginconsistent
valueobjects inonValueChangecallbacks.Date Input: Fix min/max constraints resetting other segments mid-keystroke. Validation now defers until the
segment is fully typed or on blur.
Date Picker: Fix
onValueChangenot firing when only time segments change inCalendarDateTimeorZonedDateTimevalues.Navigation Menu: Remove aggressive and redundant default
aria-label.v5.36.0Compare Source
Added
DateInputcomponent for typing dates with keyboard input.Multiple Trigger Support: No more duplicating a Dialog for every button in a list — render one instance and share
it across as many triggers as you need. Each trigger gets a
value, and the component repositions automatically whenswitching between them.
Splitter: Nest splitters to build grid-like layouts. When a horizontal and vertical splitter meet at an
intersection, you can drag both directions at once. Use
createRegistry()to connect the splitter instances.Tags Input: Add
sanitizeValueprop to clean up tag values before they're added — trim whitespace, lowercase,strip special characters, whatever you need. Defaults to
(v) => v.trim().Toast: Add priority-based queuing. When you've hit the max visible toasts, incoming ones are queued and sorted so
the most important ones show first.
Floating Panel: Add
initialFocusEl,finalFocusEl, andrestoreFocusprops to control which element gets focuswhen the panel opens or closes.
Fixed
Date Input: Fix crash in non-React frameworks (Vue, Solid, Svelte) where
event.nativeEvent.isComposingisundefined. The composing check now uses a framework-agnostic utility that works across all adapters.Dialog / Drawer: Avoid setting inline
pointer-eventswhen modal, letting the dismissable layer manage itinstead.
File Upload: Automatically reject duplicate files with
FILE_EXISTSerror. Previously, uploading the same filetwice was silently accepted and deleting one duplicate removed all of them.
Splitter: Fix
onResizeStartandonResizeEndcallbacks to fire for programmatic resizes.Tags Input: Set
enterKeyHintto"done"on the input element so mobile virtual keyboards show a "Done" buttonthat triggers tag addition.
Toast: Restore
role="region"on the toast group element. The role was previously removed to reduce screen readerlandmark noise, but this caused an axe
aria-prohibited-attrviolation sincearia-labelis not permitted on adivwithout a valid role.
Tour: Fix step navigation events (
next,prev,setStep) firing when the tour is inactive, bypassing thestartflow. Fix popper styles not being cleaned up when transitioning from a tooltip step to a dialog step.Tree View: Add
data-checkedanddata-indeterminateattributes to item and branch control elements for stylingbased on checked state.
Accordion: Fix missing
data-focusattribute ongetItemTriggerProps.Combobox: Fix VoiceOver not announcing combobox options when navigating with arrow keys. Safari/VoiceOver ignores
aria-activedescendantchanges on combobox inputs, so a live region is now used to announce the highlighted item onApple devices.
Menu: Fix issue where quick diagonal pointer movement toward an open submenu could flash the highlight across
sibling items you skim past.
v5.35.0Compare Source
Added
data-range-start,data-range-end,data-in-hover-range,data-hover-range-start,data-hover-range-end) to month and year cell triggers.TableCellStatenow includesfirstInRange,lastInRange,inHoveredRange,firstInHoveredRange,lastInHoveredRange, andoutsideRange.context.
Configuration
📅 Schedule: (in timezone UTC)
* 0-3 * * 1)🚦 Automerge: Enabled.
♻ 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.