fix(deps): update all non-major dependencies - #14
Closed
renovate[bot] wants to merge 1 commit into
Closed
Conversation
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
7 times, most recently
from
March 7, 2026 17:00
5774188 to
314102d
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
5 times, most recently
from
March 15, 2026 16:59
c09b9c8 to
670d162
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
9 times, most recently
from
March 22, 2026 14:01
ac06c61 to
fe5c9a5
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
6 times, most recently
from
March 30, 2026 00:37
9e01cc9 to
8579eff
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
3 times, most recently
from
April 10, 2026 13:13
d3ce45a to
860da86
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
3 times, most recently
from
April 24, 2026 15:13
981af0b to
0cda8dd
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
4 times, most recently
from
May 9, 2026 16:37
7d51403 to
8fe29ce
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
5 times, most recently
from
May 16, 2026 09:47
230a850 to
12fbea6
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
6 times, most recently
from
May 25, 2026 10:41
ab3aaaf to
16bcf8a
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
4 times, most recently
from
June 7, 2026 01:16
03c9b74 to
51d3c68
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
5 times, most recently
from
June 12, 2026 18:02
0db4b0e to
7eef17b
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
from
June 14, 2026 13:33
7eef17b to
befce8c
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:
0.2.4→0.5.00.2.4→0.5.0^0.2.4→^0.5.00.2.4→0.5.00.2.4→0.5.01.3.3→1.3.41.1.15→1.1.161.1.15→1.1.161.2.4→1.2.51.2.6→1.3.01.2.8→1.2.90.5.19→0.5.204.2.2→4.3.04.3.119.2.14→19.2.172.1.18→2.1.1920.9.0→20.10.220.10.3^0.16.45→^0.17.012.38.0→12.40.024.13.0→24.16.03.8.3→3.8.419.2.5→19.2.719.2.5→19.2.73.5.0→3.6.04.2.2→4.3.04.3.17.3.2→7.3.54.1.4→4.1.84.1.94.3.6→4.4.3Release Notes
clauderic/dnd-kit (@dnd-kit/abstract)
v0.5.0Compare Source
Patch Changes
#2074
90ddfcdThanks @timagixe! - Fix grouped record sorting with numeric group IDs#2027
a7ee830Thanks @sourabh945! - fix a check for the 'id' in items that causing TypeError in SortableContext add the gaurdrail for chekcing the item is not null.Updated dependencies [
e4d1a7e]:v0.4.0Compare Source
Minor Changes
9b24dffThanks @clauderic! - Redesign event type system to follow the DOM EventMap pattern. IntroducesDragDropEventMapfor event object types andDragDropEventHandlersfor event handler signatures, replacing the ambiguously namedDragDropEvents. Event type aliases (CollisionEvent,DragStartEvent, etc.) now derive directly fromDragDropEventMaprather than usingParameters<>extraction.Migration guide
#1938
e69387dThanks @clauderic! - Added per-entity plugin configuration and movedfeedbackfrom the Draggable entity to the Feedback plugin.Draggable entities now accept a
pluginsproperty for per-entity plugin configuration, using the existingPlugin.configure()pattern. Plugins can read per-entity options viasource.pluginConfig(PluginClass).The
feedbackproperty ('default' | 'move' | 'clone' | 'none') has been moved from the Draggable entity toFeedbackOptions. Drop animation can also now be configured per-draggable.Plugins listed in an entity's
pluginsarray are auto-registered on the manager if not already present. The Sortable class now uses this generic mechanism instead of its own custom registration logic.Migration guide
Patch Changes
#1987
462e435Thanks @clauderic! - fix: resolve DTS build errors with TypeScript 5.9 on Node 20Add explicit return type annotations to avoid
[dispose]serialization failures during declaration emit, and fixuseRefreadonly errors for React 19 type compatibility.#1971
8fc1962Thanks @clauderic! - Added LICENSE file to all published packages.#1924
8e3e5eeThanks @clauderic! - FixuseDeepSignalcallingflushSyncfrom within a React lifecycle method.When signal updates are triggered synchronously from a React effect (e.g. during a
useEffectbatch), callingflushSyncdirectly violates React's internal invariant. The synchronous re-render is now deferred to a microtask viaqueueMicrotask, which runs after the current React batch completes but before the next paint.Updated dependencies [
4bc7e71,87bf1e6,521f760,c001272,cde61e4,78af13b,1328af8,532ae9b,267c97c,bfff7de,a5935e0,462e435,9b24dff,8fc1962,88d5ef9,8115a57,688e00f,cdaebff,e69387d,11ff2eb,7489265,4e35963,5a2ed80]:v0.3.2Compare Source
Patch Changes
7260746]:v0.3.1Compare Source
Patch Changes
4341114]:v0.3.0Compare Source
Minor Changes
6a59647Thanks @clauderic! - Allowplugins,sensors, andmodifiersto accept a function that receives the defaults, making it easy to extend or configure them without replacing the entire array.Previously, passing
plugins,sensors, ormodifierswould replace the defaults entirely, requiring consumers to import and spreaddefaultPreset. The function form receives the default values as an argument, so consumers can add, remove, or configure individual entries without needing to know or maintain the full default list.68e44deThanks @clauderic! - AddisSortableOperationtype guard and exportSortableDraggable/SortableDroppabletypes.isSortableOperation(operation)narrows aDragOperationSnapshotso thatsourceis typed asSortableDraggableandtargetasSortableDroppable, providing typed access to sortable-specific properties likeindex,initialIndex,group, andinitialGroup.Re-exported from all framework packages (
@dnd-kit/react/sortable,@dnd-kit/vue/sortable,@dnd-kit/svelte/sortable,@dnd-kit/solid/sortable).Patch Changes
5d64078Thanks @clauderic! - AdddropAnimationprop to theDragOverlaycomponent to allow consumers to disable or customize the drop animation that plays when a drag operation ends. Set tonullto disable, pass{duration, easing}to customize timing, or provide a custom animation function for full control.Updated dependencies [
6a59647,5d64078,863ce2b,863ce2b,e8ae539,41d7e27,68e44de]:radix-ui/primitives (@radix-ui/react-checkbox)
v1.3.4@radix-ui/react-presence@1.1.6,@radix-ui/primitive@1.1.4,@radix-ui/react-compose-refs@1.1.3,@radix-ui/react-context@1.1.4,@radix-ui/react-primitive@2.1.5,@radix-ui/react-use-controllable-state@1.2.3,@radix-ui/react-use-previous@1.1.2,@radix-ui/react-use-size@1.1.2radix-ui/primitives (@radix-ui/react-dialog)
v1.1.16react-dialogwere brokenaria-controlswhen their content is removed from the DOM (credit to @dodomorandi for the original PR)@radix-ui/react-presence@1.1.6,@radix-ui/react-slot@1.2.5,@radix-ui/react-focus-guards@1.1.4,@radix-ui/react-dismissable-layer@1.1.12,@radix-ui/primitive@1.1.4,@radix-ui/react-compose-refs@1.1.3,@radix-ui/react-context@1.1.4,@radix-ui/react-focus-scope@1.1.9,@radix-ui/react-id@1.1.2,@radix-ui/react-portal@1.1.11,@radix-ui/react-primitive@2.1.5,@radix-ui/react-use-controllable-state@1.2.3radix-ui/primitives (@radix-ui/react-popover)
v1.1.16react-dialogwere brokenaria-controlswhen their content is removed from the DOM (credit to @dodomorandi for the original PR)@radix-ui/react-presence@1.1.6,@radix-ui/react-popper@1.3.0,@radix-ui/react-slot@1.2.5,@radix-ui/react-focus-guards@1.1.4,@radix-ui/react-dismissable-layer@1.1.12,@radix-ui/primitive@1.1.4,@radix-ui/react-compose-refs@1.1.3,@radix-ui/react-context@1.1.4,@radix-ui/react-focus-scope@1.1.9,@radix-ui/react-id@1.1.2,@radix-ui/react-portal@1.1.11,@radix-ui/react-primitive@2.1.5,@radix-ui/react-use-controllable-state@1.2.3radix-ui/primitives (@radix-ui/react-slot)
v1.2.5Slotcreating a new ref callback on every renderSlottablevia a render prop, so a slotted element can be wrapped while still merging Slot props and refs onto it@radix-ui/react-compose-refs@1.1.3radix-ui/primitives (@radix-ui/react-switch)
v1.3.0Provider,TriggerandBubbleInputparts to Switch. These expose the previously internal composition (context provider, the interactive control, and the hidden form input) so consumers can directly access and recompose them. TheSwitchcomponent continues to render them by default.@radix-ui/primitive@1.1.4,@radix-ui/react-compose-refs@1.1.3,@radix-ui/react-context@1.1.4,@radix-ui/react-primitive@2.1.5,@radix-ui/react-use-controllable-state@1.2.3,@radix-ui/react-use-previous@1.1.2,@radix-ui/react-use-size@1.1.2radix-ui/primitives (@radix-ui/react-tooltip)
v1.2.9skipDelayDuration={0}works as expected. Previously, the open delay could still be skipped when moving between triggers.@radix-ui/react-presence@1.1.6,@radix-ui/react-popper@1.3.0,@radix-ui/react-slot@1.2.5,@radix-ui/react-dismissable-layer@1.1.12,@radix-ui/primitive@1.1.4,@radix-ui/react-compose-refs@1.1.3,@radix-ui/react-context@1.1.4,@radix-ui/react-id@1.1.2,@radix-ui/react-portal@1.1.11,@radix-ui/react-primitive@2.1.5,@radix-ui/react-use-controllable-state@1.2.3,@radix-ui/react-visually-hidden@1.2.5tailwindlabs/tailwindcss-typography (@tailwindcss/typography)
v0.5.20Compare Source
Fixed
tailwindlabs/tailwindcss (@tailwindcss/vite)
v4.3.0Compare Source
Added
@container-sizeutility (#18901)scrollbar-{auto,thin,none}utilities forscrollbar-width, andscrollbar-thumb-*/scrollbar-track-*color utilities forscrollbar-color(#19981, #20019)scrollbar-gutter-*utilities (#20018)zoom-*utilities (#20020)tab-*utilities (#20022)@variantwith stacked variants (e.g.@variant hover:focus { … }) (#19996)@variantwith compound variants (e.g.@variant hover, focus { … }) (#19996)--default(…)in--value(…)and--modifier(…)for functional@utilitydefinitions (#19989)Fixed
@pluginresolves package JavaScript entries instead of browser CSS entries when using@tailwindcss/vite(#19949)@importand@pluginpaths resolving from the wrong directory when using@tailwindcss/vite(#19965)@variantare processed by@tailwindcss/vite(#19966)basewhenresult.opts.fromis not provided when using@tailwindcss/postcss(#19980)_whitespace in arbitrary values (#19986)w-[calc(100%---spacing(60))]→w-[calc(100%-(--spacing(60)))]) (#19986)-mt-[20in]→mt-[-20in], notmt-[-1920px]) (#19988):has()variants from[&:has(…)]tohas-[…](#19991)styleattributes (e.g.style="flex-grow: 1"→style="flex-grow: 1", notstyle="grow: 1") (#19918)@utilitydefinitions with the same name but different value types (#19777)PluginWithConfigtype fromtailwindcss/pluginto fix errors when inferring plugin config types (#19707)startandendlegacy utilities without values do not generate CSS (#20003)--value(…)is required in functional@utilitydefinitions (#20005)-left-[(var(--a)+var(--b))]) (#20011)v4.2.4Compare Source
Fixed
@importand@pluginstill resolve correctly when using Vite aliases in@tailwindcss/vite(#19947)v4.2.3Compare Source
Fixed
tracking-*utilities by preferring non-negative utilities (e.g.-tracking-tighter→tracking-wider) (#19827)@tailwindcss/webpack(#19723)px-[1.2rem] py-[1.2rem]→p-[1.2rem]) (#19837)border-{t,b}-*intoborder-y-*,border-{l,r}-*intoborder-x-*, andborder-{t,r,b,l}-*intoborder-*(#19842)scroll-m{t,b}-*intoscroll-my-*,scroll-m{l,r}-*intoscroll-mx-*, andscroll-m{t,r,b,l}-*intoscroll-m-*(#19842)scroll-p{t,b}-*intoscroll-py-*,scroll-p{l,r}-*intoscroll-px-*, andscroll-p{t,r,b,l}-*intoscroll-p-*(#19842)overflow-{x,y}-*intooverflow-*(#19842)overscroll-{x,y}-*intooverscroll-*(#19842)--placeholder-colorinstead of--background-colorforplaceholder-*utilities (#19843)config.contentwhen migrating from Tailwind CSS v3 to Tailwind CSS v4 (#19846).envand.env.*to default ignored content files (#19846)overflow-ellipsisintotext-ellipsis(#19849)start-full→inset-s-full,start-auto→inset-s-auto,start-px→inset-s-px, andstart-<number>→inset-s-<number>as well as negative versions (#19849)end-full→inset-e-full,end-auto→inset-e-auto,end-px→inset-e-px, andend-<number>→inset-e-<number>as well as negative versions (#19849)-sign inside the arbitrary value-left-[9rem]→left-[-9rem](#19858)-sign outside the arbitrary valueml-[calc(-1*var(--width))]→-ml-(--width)(#19858)NODE_PATHenvironment variable in standalone CLI (#19617)cristianbote/goober (goober)
v2.1.19Compare Source
What's Changed
New Contributors
Full Changelog: cristianbote/goober@v2.1.18...v2.1.19
capricorn86/happy-dom (happy-dom)
v20.10.2Compare Source
👷♂️ Patch fixes
v20.10.1Compare Source
v20.10.0Compare Source
KaTeX/KaTeX (katex)
v0.17.0Compare Source
Performance Improvements
defineFunctionto avoid destructuring, improve typing (#4222) (fb604e6)BREAKING CHANGES
__defineFunctionchanged: you should no longer wrap properties inprops.0.16.47 (2026-05-16)
Bug Fixes
[big delimiter (#4217) (7ba0027), closes #42150.16.46 (2026-05-13)
Bug Fixes
0.16.45 (2026-04-05)
Bug Fixes
0.16.44 (2026-03-27)
Bug Fixes
0.16.43 (2026-03-26)
Bug Fixes
0.16.42 (2026-03-24)
Features
0.16.41 (2026-03-24)
Bug Fixes
0.16.40 (2026-03-20)
Bug Fixes
0.16.39 (2026-03-19)
Bug Fixes
0.16.38 (2026-03-08)
Bug Fixes
0.16.37 (2026-03-06)
Bug Fixes
\hphantomand symmetric\smash(#4153) (d4799ca)0.16.36 (2026-03-06)
Bug Fixes
0.16.35 (2026-03-05)
Bug Fixes
0.16.34 (2026-03-05)
Bug Fixes
0.16.33 (2026-02-23)
Bug Fixes
0.16.32 (2026-02-22)
Bug Fixes
0.16.31 (2026-02-22)
Bug Fixes
\*fracsizing (#4137) (ef51f18)0.16.30 (2026-02-22)
Bug Fixes
\not(#4140) (2d1ba86)0.16.29 (2026-02-22)
Bug Fixes
\imathand other\html@mathmlmacros in arguments (#4139) (a850cce)0.16.28 (2026-01-25)
Bug Fixes
0.16.27 (2025-12-07)
Features
0.16.26 (2025-12-07)
Bug Fixes
0.16.25 (2025-10-13)
Features
katex-swap.cssthat usesfont-display: swap(#3940) (b3f9ce6), closes #22420.16.24 (2025-10-12)
Features
0.16.23 (2025-10-03)
Bug Fixes
\defwith arguments viamacrosoption (#4087) (80a8158)0.16.22 (2025-04-09)
Bug Fixes
0.16.21 (2025-01-17)
Bug Fixes
0.16.20 (2025-01-12)
Bug Fixes
0.16.19 (2024-12-29)
Bug Fixes
strictfunction type (#4009) (4228b4e)0.16.18 (2024-12-18)
Bug Fixes
0.16.17 (2024-12-17)
Bug Fixes
0.16.16 (2024-12-17)
Features
0.16.15 (2024-12-09)
Features
\mathsfitcommand (#3998) (2218901)0.16.14 (2024-12-08)
Features
0.16.13 (2024-12-08)
Bug Fixes
\vdotsand\rulesupport in text mode (#3997) (0e08352), closes #39900.16.12 (2024-12-08)
Features
0.16.11 (2024-07-02)
Features
0.16.10 (2024-03-24)
Bug Fixes
Configuration
📅 Schedule: (UTC)
* 0-3 1 * *)🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.