- 
          
- 
                Notifications
    You must be signed in to change notification settings 
- Fork 270
chore(deps): update all non-major dependencies #3221
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
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
  
    bc38d87    to
    6ab4c35      
    Compare
  
    6ab4c35    to
    28903c0      
    Compare
  
    28903c0    to
    526ea7a      
    Compare
  
    526ea7a    to
    87659a8      
    Compare
  
    87659a8    to
    32e26a3      
    Compare
  
    32e26a3    to
    7ad5f9b      
    Compare
  
    7ad5f9b    to
    5144630      
    Compare
  
    
This PR contains the following updates:
5.18.3->5.26.24.3.0->4.4.15.1.0->5.1.27.26.10->7.28.51.17.0->1.17.11.17.0->1.17.11.17.0->1.17.12.29.5->2.29.70.9.1->0.11.03.9.1->3.9.23.9.1->3.9.23.9.1->3.9.23.9.1->3.9.23.9.1->3.9.29.37.0->9.39.03.1.0->3.1.14.6.0->4.7.05.9.1->5.22.02.17.1->2.17.22.17.1->2.17.22.17.1->2.17.22.17.1->2.17.22.17.1->2.17.23.13.0->3.14.03.13.0->3.14.09.1.12->9.1.169.1.12->9.1.169.1.12->9.1.162.46.4->2.48.40.4.36->0.5.1724.8.1->24.9.28.46.1->8.46.28.46.1->8.46.25.0.4->5.1.04.1.0->4.2.05.5.5->5.15.34.24.4->4.27.09.3.1->9.5.13.1.2->3.2.09.37.0->9.39.01.17.0->1.17.17.0.0->7.0.111.2.0->11.3.25.14.1->5.15.06.14.0->6.15.015.10.2->15.11.79.0.11->9.1.75.1.29->5.1.3124.0.0->24.1.31.25.1->1.30.21.23.0->1.30.215.2.11->15.5.20.30.19->0.30.212.21.0->2.25.00.46.0->0.54.01.2.0->1.2.25.1.5->5.1.614.2.26->14.2.336.6.0->6.8.03.16.0->3.20.01.6.18->1.7.160.1.0->0.2.1110.19.0->10.20.08.4.49->8.5.67.0.6->7.0.73.2.5->3.6.22.3.1->2.4.15.9.1->5.22.019.1.1->19.2.019.1.1->19.2.018.3.0-canary-14fd9630e-20240213->18.3.0-next-fecc288b7-202210253.13.0->3.14.01.9.9->1.9.101.9.9->1.9.109.1.12->9.1.165.37.3->5.43.24.3.1->4.3.35.8.0->5.9.05.8.3->5.9.35.8.3->4.9.55.8.3->5.9.38.46.1->8.46.27.7.0->5.29.02.14.0->2.16.07.0.6->7.1.127.0.6->3.2.117.0.6->4.5.142.11.8->2.11.105.1.4->4.3.23.5.18->3.5.220.23.7->0.27.05.1.0->5.1.13.25.1->3.25.76Release Notes
chakra-ui/ark (@ark-ui/react)
v5.26.2Compare Source
Fixed
Angle Slider: Fix accessibility violation where the slider thumb element lacked an accessible name. The thumb now
supports
aria-labelandaria-labelledbyprops, and automatically falls back to the label element's ID for properARIA labeling.
Select: Fix accessibility violation where the required state was not set correctly to on the trigger.
Tags Input: Fix issue where entering a custom tag with combobox integration required pressing
Entertwice. Thetags-input now correctly handles custom values when the combobox has no highlighted item (
aria-activedescendantisempty), allowing the tag to be added on the first
Enterpress.v5.26.1Compare Source
Fixed
Checkbox
indeterminatedoesn't workapi.checkedStatereturns the correct checked state (boolean | "indeterminate")Collapsible: Fix issue where
dirprop value was hardcoded toltrinstead of using the provided valueCombobox: Fix issue where controlled single-select combobox does not propagate its initial value to
inputValueListbox: Fix issue where pressing Enter key when no highlighted item still calls
event.preventDefault()Radio Group: Refactor to use
getBoundingClientRect()for precise indicator positioningSlider
minStepsBetweenThumbsTabs: Refactor to use
getBoundingClientRect()for precise indicator positioningTags Input: Fix issue where
maxLengthdoesn't apply to the edit input as wellv5.26.0Compare Source
Added
Collapsible: Add support for
collapsedHeightandcollapsedWidthprops to control the dimensions of thecollapsible content when in its collapsed state.
Focus Trap: Allow elements referenced by
aria-controlsto be included in the trap scope. This makes it possiblefor menus, popovers, etc. to be portalled and work correctly.
Pagination: Add
getPageUrlprop for generatinghrefattributes when using pagination as links.Select: Add
SelectRootComponentPropstype export for better component type composition.Listbox: Add
ListboxRootComponentPropstype export for better component type composition.Combobox: Add
ComboboxRootComponentPropstype export for better component type composition.TreeView:
TreeViewRootComponentPropstype export for better component type composition.TreeViewNodeRenameInputcomponent for inline node label editingcanRenameprop to control which nodes can be renamedonRenameStart,onBeforeRename, andonRenameCompletecallbacks for rename lifecycleCheckedChangeDetails,LoadChildrenErrorDetails,RenameStartDetails, andRenameCompleteDetailstypeexports
Fixed
Scroll Area: Fix RTL horizontal scrollbar positioning on Safari
Slider: Fix issue where slider continues dragging when disabled during drag operation.
Switch: Fix issue where
data-activeis inconsistently applied whendisabledstate changes at runtimev5.25.1Compare Source
Fixed
Date Picker
FormatByte: Add support for
unitSystemproperty to allow changing between decimal (1000 bytes) and binary (1024bytes) systems.
Number Input: When
formatOptionsis used (likestyle: "currency"), the cursor would jump to the end of theinput when typing in the middle. The cursor now maintains its relative position during formatting changes.
Pin Input: Fix issue where using the keyboard shortcuts
Cmd+BackspaceandCmd+Deleteto delete text in pininputs would insert "undefined" instead of clearing the field.
Scroll Area: Fix issue where resize tracking was not observing the root element, which caused the scrollbar to not
update when the root element's size changed.
v5.25.0Compare Source
Added
mergePropsutility for combining multiple props objects with proper event handler and className merging.createContextutility for creating typed React contexts with improved DX.Fixed
angleSliderAnatomyfrom the anatomy exportsv5.24.1Compare Source
Fixed
mergePropsthrows whenpropsisundefinedornullv5.24.0Compare Source
Added
Combobox: Add
alwaysSubmitOnEnterprop to allow bypassing the default two-step behavior (Enter to closecombobox, then Enter to submit form) and instead submit the form immediately on Enter press. This is useful for
single-field autocomplete forms where Enter should submit the form directly.
Dismissable: Add support for layer types in dismissable layer stack. Layers can now be categorized as
dialog,popover,menu, orlistbox. This enables:data-nestedattribute on nested layers of the same typedata-has-nestedattribute on parent layers with nested children of the same type--nested-layer-countCSS variable indicating the number of nested layers of the same typeChanged
Hover Card: Change default delay values for hover card to improve accessibility.
openDelay: from700msto600msTooltip: Change default delay values for tooltip to improve accessibility.
Learn more
openDelay: from1000msto400mscloseDelay: from500msto150msRemoved
TimePicker: The TimePicker component has been removed from this release. This component was never part of the
public API and was considered experimental. It had significant bugs and usability issues across all frameworks and
locales, making it unsuitable for production use.
Migration: We recommend building a custom time picker using the Select component for simple use cases, or
implementing a time grid pattern for more complex scenarios.
Fixed
Editable: Allow text selection in editable preview when
autoResizeis enabledPreviously, when
autoResizewas set totrue, the preview element haduserSelect: "none"applied, preventingusers from selecting text. This has been fixed by removing the
userSelectstyle property.File Upload: Fix regression where clicking the trigger doesn't open the file picker when used within the dropzone
Menu:
target="_blank"would open two tabsTabs: Fix issue where
idsforitemandcontentcould not be customizedToast: Allow creating a toast store without any arguments
v5.23.0Compare Source
Added
data-requiredattribute toField.LabelRootComponentandRootProviderComponenttypes which are usefulwhen building compositions that wrap the
RootandRootProvidercomponents and you still want type-safety for thecollection.
Fixed
Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) in timezone UTC, Automerge - At any time (no schedule defined).
🚦 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.