fix(deps): update all non-major updates#30
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
Author
|
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.21.2→5.22.10.9.8→0.9.93.7.2→3.7.34.11.2→4.11.3^0.0.6→^0.0.70.0.84.20260426.1→4.20260607.14.20260621.1(+11)1.2.103→1.2.1111.2.114(+2)2.0.5→2.1.12.1.5(+3)1.59.1→1.60.01.61.02.58.0→2.63.02.66.0(+5)7.0.0→7.1.24.2.4→4.3.04.3.14.2.4→4.3.04.3.12.10.1→2.11.02.11.12.10.1→2.11.22.11.32.7.0→2.7.12.5.0→2.5.12.5.3→2.5.42.4.2→2.4.325.6.0→25.9.225.9.4(+1)4.1.5→4.1.84.1.9v5.0.4→v5.0.5de0fac2→df4cb1c1.5.6→1.5.73.21→3.233.246.1.9→6.4.46.4.8(+3)4.11.3→4.12.04.12.12.11.1→2.13.00.4.44→0.4.4510.2.1→10.4.110.5.03.17.1→3.19.00.12→0.131.0.0→1.0.10.2.27→0.2.29=0.6.0-beta.19→=0.6.50.81→0.8417.5.0→17.6.01.25.11→1.26.4v0.42.0→v0.43.0v0.44.020.9.0→20.10.220.10.6(+3)4.12.15→4.12.234.12.26(+2)10.13.1→10.17.011.2.7→11.2.81648a78→e6a8b3929.0.2→29.1.16.7.0→6.16.16.17.1(+1)v6.0.0→v6.1.00.4.29→0.4.320.4.3318.0.2→18.0.50.19→0.202.8.0→2.8.12.8.20.1.50→0.1.52^0.46.0→^0.53.00.55.0(+1)1.61.0→1.68.01.70.0(+1)11.1.2→11.5.211.8.0(+3)11.0.9→11.5.211.8.0(+3)3.5.1→3.5.20.9→0.100.6→0.100.13.2→0.13.46.12.2→6.12.46.14.0(+1)0.39→0.401.95.0→1.96.01.0.149→1.0.1500.11.1→0.11.2=0.11.1→=0.11.2=2.0.0-rc.24→=2.0.0-rc.25=0.0.11→=0.0.12=0.18.7→=0.21.017.9.0→17.13.05.55.5→5.56.34.4.6→4.6.01.6.0→1.8.00.38.4→0.39.00.39.44.2.4→4.3.04.3.14.2.4→4.3.04.3.10.4.45→0.4.462.10.3→2.11.22.11.373fb865→84b9d352.5.6→2.6.22.6.32.7.0→2.7.12.5.0→2.5.1=2.3.1→=2.3.20.11.1→0.11.22.5.3→2.5.42.4.2→2.4.3=2.0.0-rc.24→=2.0.0-rc.251.51.0→1.52.31.52.1→1.52.31.52.1→1.52.31.52.1→1.52.30.6.8→0.6.110.7.05.2.5→5.2.64.21.0→4.22.48.59.0→8.60.18.61.1(+1)v1.15.0→v1.16.11.23.1→1.23.21.23.38.0.10→8.0.164.1.5→4.1.84.1.94.85.0→4.98.04.103.0(+4)5.15.0→5.16.0Release Notes
chakra-ui/ark (@ark-ui/svelte)
v5.22.1Compare Source
Fixed
Fix missing presence properties (e.g.
onExitComplete) onDrawer.RootProviderandDialog.RootProvidertypedeclarations.
opensetter is async(e.g. the History API or a delayed state update).
getCroppedImageandgetCropDatareturning the wrong region when the image is shown at asize different from its natural resolution (e.g.
width/heightof100%).data-filledbeing set on every input on first render.dirprop being accepted but never forwarded to the DOM.v5.22.0Compare Source
Added
Floating Components: Add
data-sideto placement-aware parts so you can style them based on the current placement(
top,bottom,left,right).Date Input: Add
hideTimeZoneprop. When the value is aZonedDateTime, thetimeZoneNamesegment now rendersautomatically — set
hideTimeZoneto hide it. Arrow navigation and auto-advance after typing now reach read-onlyfocusable segments too.
Splitter
Accept CSS units (
px,em,rem,vh,vw) fordefaultSize,minSize, andmaxSizein addition topercentages.
Add
resizeBehaviorper panel. Set to"preserve-pixel-size"to keep a panel's pixel size constant when the parentsplitter group resizes.
Allow non-panel children (toolbars, rails, status bars) inside the splitter root. Use partial trigger ids
(
"left:",":right") to bind handles around the fixed element.Fixed
Accordion: Remove redundant
aria-disabledfrom item triggers.Color Picker: Fire
onValueChangeEndwhen you pick a color with the EyeDropper API — matches the behavior whenending a drag on the area or channel sliders.
Combobox: Stop
Enterfrom submitting the form when an item is highlighted, or when the typed value will berejected by
allowCustomValue: false.Date Input
Preserve entered segments when applying min/max. Values clamp segment-by-segment on blur, so
06/15/1999with min2000-01-01becomes06/15/2000instead of snapping to01/01/2000.Fix range mode keyboard navigation so
ArrowRightmoves from the last segment of the start date to the firstsegment of the end date.
Fix time-only formatters (no
yearsegment) never firingonValueChange.Fix
setSegmentValuereading stale display values.Fix
dayPeriod(AM/PM) arrow up/down not updating the visible segment whenhourCyclechanges at runtime.Fix typing "A" / "P" on the
dayPeriodsegment not updating the visible AM/PM.Date Picker
Fix clearing the value not resetting
activeIndexandhoveredValuein range mode when input parts are notrendered.
Fix date input not being writable in locales with multi-character separators (e.g.
cs-CZ,sk-SK,hu-HU,ko-KR).Fix Firefox issue where the native month/year
<select>was not interactive when the picker is inside a modaldialog.
Fix range selection with
outsideDaySelectable: hovering outside-month days no longer changes the visible month;hover preview for the end date still updates.
Dialog, Drawer, Hover Card, Menu, Popover, Tooltip: Fix custom trigger elements (via
ids.trigger) being ignoredwhen shared across components — e.g. wrapping a
Popover.Triggerin aTooltipwith the same id no longer breakspositioning. Also fix trigger lookups in shadow root.
Dialog, Drawer, Popover: Fix dismissable layers losing their
pointer-eventsin Svelte and Vue, where a spreadupdate could rewrite the whole
styleattribute and wipe the value.Drawer
Fix controlled drawers snapping back open before the close animation when dismissed by swipe.
Fix the indent and indent background snapping into place after the close animation instead of transitioning in sync.
Fix
--drawer-swipe-progressjumping straight to1at the start of a dismiss swipe — it now moves smoothly from0(at rest) to1(fully dismissed).Fix the drawer freezing mid-drag on release when its content mounts lazily, which left snap points unmeasured.
React 19 Strict Mode: Fix dialog, drawer, and popover leaving
<body>uninteractive (data-scroll-lock,data-inert,overflow: hidden,pointer-events: none) after closing.Number Input: Fix inconsistent blur behavior when the input is cleared and
minis greater than0.Splitter
Fix clicking a resize trigger not moving focus to it, which prevented arrow keys from resizing the splitter until it
was tab-focused (notably on Safari).
Fix
data-focusbeing applied on hover — it now only sets when the trigger is actually focused.Tabs: Observe the tab list with
ResizeObserverso the indicator updates when the list resizes without individualtab triggers changing size (e.g. responsive grid reflow).
Floating Panel: Re-export additional types (
ResizeTriggerAxis,Stage,ElementIds,IntlTranslations,AnchorPositionDetails,Point,Size) and theresizeTriggerAxesconstant from@zag-js/floating-panel.withastro/astro (@astrojs/check)
v0.9.9Compare Source
Patch Changes
#16471
f56bb3fThanks @delucis! - Adds support for TypeScript v6 to peer dependencies rangeUpdated dependencies [
8c62159]:withastro/astro (@astrojs/sitemap)
v3.7.3Compare Source
Patch Changes
783c4a6Thanks @jdevalk! - Improves<lastmod>accuracy in the sitemap index. Each<sitemap>entry insitemap-index.xmlis now stamped with the most recentlastmodof the URLs in the child sitemap it points to, instead of repeating a single global date on every entry. When a child sitemap has no per-URLlastmod, the entry falls back to thelastmodoption as before. This gives search engines a per-file freshness signal, so they can tell which child sitemaps actually changed without refetching all of them.dequelabs/axe-core-npm (@axe-core/playwright)
v4.11.3Compare Source
Bug Fixes
chenglou/pretext (@chenglou/pretext)
v0.0.7Compare Source
Changed
layoutNextLine()andlayoutNextLineRange()now avoid redundant chunk lookup in chunk-heavy manual layout paths (#140).Fixed
{ wordBreak: 'keep-all' }now handles no-space mixed Latin, numeric, and CJK text more like browsers.¡,¿, German low quotes, and⸘now stays with the following word instead of dangling at line end (#165).$,%,€,+,−, and°now stay attached to adjacent text the way browser line breaking does (#105).cloudflare/workerd (@cloudflare/workers-types)
v4.20260607.1Compare Source
v4.20260606.1Compare Source
v4.20260605.1Compare Source
v4.20260604.1Compare Source
v4.20260603.1Compare Source
v4.20260602.1Compare Source
v4.20260601.1Compare Source
v4.20260531.1Compare Source
v4.20260530.1Compare Source
v4.20260529.1Compare Source
v4.20260528.1Compare Source
v4.20260527.1Compare Source
v4.20260526.1Compare Source
v4.20260525.1Compare Source
v4.20260524.1Compare Source
v4.20260523.1Compare Source
v4.20260522.1Compare Source
v4.20260521.1Compare Source
v4.20260520.1Compare Source
v4.20260519.1Compare Source
v4.20260518.1Compare Source
v4.20260517.1Compare Source
v4.20260516.1Compare Source
v4.20260515.1Compare Source
v4.20260514.1Compare Source
v4.20260511.1Compare Source
v4.20260510.1Compare Source
[
v4.20260509.1](https://redirect.github.com/cloudflare/workerd/compare/2ab8992cd4d249245397b0d747c76812a37b567d...21840a6f9cd33fbConfiguration
📅 Schedule: (in timezone Europe/Budapest)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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.