-
-
Notifications
You must be signed in to change notification settings - Fork 271
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
1401242 to
3ffddd1
Compare
3ffddd1 to
4ce7ce6
Compare
4ce7ce6 to
129e071
Compare
129e071 to
18d438e
Compare
18d438e to
43bc289
Compare
43bc289 to
03b8975
Compare
03b8975 to
1b12559
Compare
This PR contains the following updates:
5.18.3->5.27.14.3.0->4.4.25.1.0->5.1.31.1.4->1.17.21.1.4->1.17.22.29.5->2.29.74.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.22.48.4->2.48.50.4.36->0.5.1724.8.1->24.10.119.2.2->19.2.419.2.2->19.2.33.5.22->3.5.243.5.22->3.5.2410.4.21->10.4.224.24.4->4.28.03.1.3->3.2.09.3.1->9.5.13.1.2->3.2.01.1.4->1.17.211.2.0->11.3.25.14.1->5.15.06.14.0->6.15.09.0.11->9.1.75.1.29->5.1.3224.0.0->24.1.31.25.1->1.30.21.23.0->1.30.215.2.11->15.5.20.30.19->0.30.210.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.110.19.0->10.22.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-202210251.5.1->1.9.105.9.3->4.9.55.0.4->5.9.37.7.0->5.29.02.14.0->2.16.07.2.2->3.2.117.2.2->4.5.142.11.8->2.11.105.1.4->4.3.20.23.7->0.27.03.25.1->3.25.76Release Notes
chakra-ui/ark (@ark-ui/react)
v5.27.1Compare Source
Fixed
scrollbar-gutter: stablein CSSonValueChangeEndcallback not triggering for programmatic value changesv5.27.0Compare Source
Added
Fixed
Angle Slider: Resolved an issue where dragging the thumb from non-center positions caused unexpected value jumps.
The thumb now maintains consistent positioning relative to the initial click point.
Slider: Fixed a problem where the thumb offset shifted dynamically during dragging, resulting in value jumps. The
offset now remains constant from the pointer throughout the drag operation.
Date Picker: Resolved a crash in the range date picker occurring when users typed the end date first by
implementing
null/undefinedchecks for date property access.Radio Group: Reverted to
offsetLeft/offsetTopcalculations to restore correct indicator positioning withinscrollable container contexts.
Tabs: Reverted to
offsetLeft/offsetTopcalculations to fix indicator positioning issues in scrollablecontainers.
Tour:
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
Menu: Fix
Menu.ItemTextnot working insideMenu.TriggerItemv5.22.0Compare Source
Added
Combobox: Add
ComboboxEmptycomponent to display content when the combobox has no itemsListbox: Add
ListboxEmptycomponent to display content when the listbox has no itemsHover Card: Add support for
disabledpropFixed
Collection: Fix issue where disabled items could be reached via typeahead
Color Picker: Fix issue where color picker was not working correctly in RTL mode
Date Picker: Fix issue where datepicker doesn't revert to a valid value when the input value exceeds the min/max
and blurred
Dismissable: Expose
onRequestDismisscustom event handler for event a parent layer requests the child layer todismiss. If prevented via
event.preventDefault(), the child layer will not dismiss when the parent layer isdismissed.
Number Input
patternwhenformatOptionsis provided. This prevents native pattern validation from conflictingwith formatted values (e.g., currency or percent).
data-scrubbingattribute to the number input parts.Tags Input: Fix issue where highlighted item doesn't clear when tabbing out of the input to an external button
within the
controlpart.Tooltip
closeOnPointerdowntofalsewhencloseOnClickis set tofalse@zag-js/storedependency with a lightweight store implementation.v5.21.0Compare Source
Added
useAsyncListanduseCollatorhooks for managing asynchronous list operations and locale-awarestring comparison
ToastActionOptions,ToastPlacement,ToastPromiseOptions,ToastStatus,ToastStatusChangeDetails, andToastTypeChanged
divinstead oflegendelement for improved styling flexibilityaria-labelledbyattribute to fieldset root for better accessibility by linking to legendFixed
Date Picker
area.
min/maxconstraints.disabledonapi.getMonths()andapi.getYears()results to indicate options out of range for currentconstraints.
Listbox
currently highlighted.
getElementtoscrollToIndexFndetailshighlightedValueif the item is no longer in the collection.Scroll Area
data-draggingattribute to scroll area parts.Select: Add
getElementtoscrollToIndexFndetailsCombobox: Add
getElementtoscrollToIndexFndetailsTabs: Fix inconsistent keyboard navigation where TabPanel intermittently receives focus before focusable elements
v5.20.0Compare Source
Added
exactMatchoption that enables whole-word matching using regex word boundaries.Fixed
Menu: Fix context menu repositioning logic
ScrollArea: Add
data-hoverto scroll areav5.19.0Compare Source
Added
Fixed
ListCollection
at()andindexOf()find()method (was checking!= nullinstead of!== -1)GridCollection: Avoid recomputing rows on every call to
getRows()Menu
data-stateattribute for context menu triggerv5.18.4Compare Source
Fixed
Listbox: Add support for navigating grid collections
Carousel:
slideCountorautoplayprops change.loop: falsewas ignored when using autoplay. Now, the carousel will stop when it gets to thelast slide.
Date Picker: Expose
data-inlineattribute on Content part to enable distinct styling for inline date pickersversus popover date pickers.
Menu: Fix issue where
onCheckedChangecould be called twice on checkbox or radio itemRadio Group: Fixed issue where arrow key navigation doesn't apply
data-focus-visibleon the newly focused item.TagsInput: Export
InputValueChangeDetailstypeChanged
withastro/astro (@astrojs/react)
v4.4.2Compare Source
Patch Changes
#14715
3d55c5dThanks @ascorbic! - Adds support for client hydration ingetContainerRenderer()The
getContainerRenderer()function is exported by Astro framework integrations to simplify the process of rendering framework components when using the experimental Container API inside a Vite or Vitest environment. This update adds the client hydration entrypoint to the returned object, enabling client-side interactivity for components rendered using this function. Previously this required users to manually callcontainer.addClientRenderer()with the appropriate client renderer entrypoint.See the
container-with-vitestdemo for a usage example, and the Container API documentation for more information on using framework components with the experimental Container API.v4.4.1Compare Source
Patch Changes
e3175d9Thanks @GameRoMan! - Updatesviteversion to fix CVEv4.4.0Compare Source
Minor Changes
#14386
f75f446Thanks @yanthomasdev! - Stabilizes the formerly experimentalgetActionState()andwithState()functions introduced in@astrojs/reactv3.4.0 used to integrate Astro Actions with React 19'suseActionState()hook.This example calls a
likeaction that accepts apostIdand returns the number of likes. Pass this action to thewithState()function to apply progressive enhancement info, and apply touseActionState()to track the result:You can also access the state stored by
useActionState()from your action handler. CallgetActionState()with the API context, and optionally apply a type to the result:If you were previously using this experimental feature, you will need to update your code to use the new stable exports:
// src/components/Form.jsx import { actions } from 'astro:actions'; -import { experimental_withState } from '@​astrojs/react/actions'; +import { withState } from '@​astrojs/react/actions'; import { useActionState } from "react";// src/actions/index.ts import { defineAction, type SafeResult } from 'astro:actions'; import { z } from 'astro:schema'; -import { experimental_getActionState } from '@​astrojs/react/actions'; +import { getActionState } from '@​astrojs/react/actions';v4.3.1Compare Source
Patch Changes
c24a8f4Thanks @jsparkdev! - Updatesviteversion to fix CVEwithastro/astro (@astrojs/solid-js)
v5.1.3Compare Source
Patch Changes
#14715
3d55c5dThanks @ascorbic! - Adds support for client hydration ingetContainerRenderer()The
getContainerRenderer()function is exported by Astro framework integrations to simplify the process of rendering framework components when using the experimental Container API inside a Vite or Vitest environment. This update adds the client hydration entrypoint to the returned object, enabling client-side interactivity for components rendered using this function. Previously this required users to manually callcontainer.addClientRenderer()with the appropriate client renderer entrypoint.See the
container-with-vitestdemo for a usage example, and the Container API documentation for more information on using framework components with the experimental Container API.v5.1.2Compare Source
Patch Changes
e3175d9Thanks @GameRoMan! - Updatesviteversion to fix CVEv5.1.1Compare Source
Patch Changes
c24a8f4Thanks @jsparkdev! - Updatesviteversion to fix CVEQwikDev/qwik (@builder.io/qwik)
v1.17.2Compare Source
This patch release is all about Qwik City.
🐞 Fixes:
Fixed [#8093]
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.