👷 Update all non-major dependencies#4777
Merged
Merged
Conversation
🎉 All green!🧪 All tests passed 🎯 Code Coverage (details) 🔗 Commit SHA: a0a00b3 | Docs | Datadog PR Page | Give us feedback! |
47a8a6e to
3533ddc
Compare
Bundles Sizes Evolution
|
a293a41 to
90e122a
Compare
90e122a to
e0e3403
Compare
Contributor
Author
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
rgaignault
approved these changes
Jun 15, 2026
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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:
9.2.2→9.3.09.3.19.2.2→9.3.09.3.12.5.0→2.5.11.170.10→1.170.151.170.10→1.170.150.1.42→0.1.4325.9.1→25.9.225.9.322.19.19→22.19.2022.19.2119.2.15→19.2.178.60.0→8.60.18.61.02.4.10→2.4.11v6.0.2→v6.0.363.0.1→63.0.2v4.36.0→v4.36.216.2.6→16.2.716.2.9(+1)16.2.6→16.2.716.2.9(+1)26.2.0→26.3.019.2.6→19.2.719.2.6→19.2.719.2.6→19.2.719.2.6→19.2.719.2.6→19.2.77.16.0→7.17.07.16.0→7.17.07.16.0→7.17.07.16.0→7.17.08.60.0→8.60.18.61.08.3.0→8.4.08.4.14.15.0→4.16.04.17.04.15.0→4.16.04.17.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
mantinedev/mantine (@mantine/core)
v9.3.0: 🥵Compare Source
View changelog with demos on mantine.dev website
Support Mantine development
You can now sponsor Mantine development with OpenCollective.
All funds are used to improve Mantine and create new features and components.
Pagination responsive layout
Pagination component now supports
layout="responsive"prop that uses CSS containerqueries to switch between page number buttons and a compact "Page X of Y" label based on the available width.
Text textWrap prop
Text and Blockquote components now support
textWrapprop that controls thetext-wrapCSS property. You can use it to balance line lengthsor prevent orphaned words in paragraphs.
use-splitter hook
New use-splitter hook provides resizable split-pane functionality
with pointer drag, keyboard navigation (WAI-ARIA Window Splitter pattern), collapsible panels
and min/max constraints:
Splitter component
New Splitter component provides declarative resizable split pane layout
built on top of the use-splitter hook:
CodeHighlight line numbers
CodeHighlight component now supports
withLineNumberspropto display line numbers alongside the code:
OverflowList collapseFrom
OverflowList component now supports
collapseFromprop that controlsfrom which direction items are collapsed when they overflow. Set
collapseFrom="start"tocollapse items from the beginning – this is useful for breadcrumb-like patterns where
the last items should remain visible.
Textarea bottomSection
Textarea component now supports
bottomSectionprop that renders contentinside the input border at the bottom. This is useful for displaying character counters
or other supplementary information:
Combobox floatingHeight
Combobox, Select, MultiSelect,
Autocomplete and TagsInput now support
floatingHeight="viewport". When set, the dropdown grows to fill the available verticalspace in the viewport and the
flipmiddleware is disabled – useful when working withlarge option lists:
Menu submenu safe polygon
Menu submenus now use a safe polygon when moving the cursor from
the parent item to the dropdown. This allows you to move the cursor diagonally
across other menu items without accidentally closing the submenu.
Menu search
Menu now supports
Menu.Search– a search input that filters itemswithout taking focus away from the input. Use
ArrowUp/ArrowDownto move thehighlight,
Enterto trigger the highlighted item. Filtering logic is controlledby the user: pass
value/onChangeand filterMenu.Itemchildren based on the query.The search value is cleared automatically after the menu close transition completes; set
clearSearchOnClose={false}to keep the query between openings.Menu checkbox and radio items
Menu now supports
Menu.CheckboxItem,Menu.RadioItem, andMenu.RadioGroupfor building option menus. Checkbox and radio items render an indicator slot at the start
and do not close the menu on click by default. The new
alignItemsLabelsprop onMenucontrols how indicator slot space is reserved so labels stay aligned when mixing plain
and indicator items.
Menu context menu
Menu now supports
Menu.ContextMenu– a target replacement that opens thedropdown at the cursor position when the wrapped element is right-clicked. The browser's
default context menu is suppressed, and right-clicking again repositions the dropdown to
the new coordinates.
Popover context menu
Popover now supports
Popover.ContextMenu– a target replacement thatopens the dropdown at the cursor position on right-click. Unlike
Menu.ContextMenu,Popover.Dropdowncan contain any content.Menu type-ahead navigation
When focus is inside Menu dropdown (and
Menu.Searchis not used), pressing aprintable character key now moves focus to the next item whose label starts with the typed
character. Pressing the same character cycles through matches, and multiple characters typed
within 500ms match items by full prefix.
Highlight accent and case insensitive matching
Highlight component now supports
caseInsensitiveandaccentInsensitiveprops. Both are enabled by default – matching is case-insensitive and accent-insensitive,
so
cafematchescafé,CAFÉ, etc. Set either prop tofalseto opt out:PieChart and DonutChart labelsType="name"
PieChart and DonutChart components now support
labelsType="name"to display segment names as labels instead of values or percentages:Tooltip merge arrow position
Tooltip, Popover and other components based on Popover
now support
arrowPosition="merge". When set, the arrow forms a right triangle mergedwith the corresponding corner of the dropdown, and the border radius of that corner is removed.
Popover preventPositionChangeWhenVisible default
Popover and all components built on top of it (Combobox,
Select, MultiSelect, Autocomplete,
TagsInput, Menu, HoverCard, Tooltip,
ColorInput, date pickers and others) now treat
preventPositionChangeWhenVisibleas
trueby default.With this behavior, the dropdown picks its side once on open – respecting the
positionpropwhen there is enough room – and then stays on that side until the dropdown is closed. Scrolling,
resizing, or changes to the dropdown content (for example narrowing a searchable
Select) nolonger cause the dropdown to flip between top and bottom while it is open. The next open recalculates
the side from scratch.
The flip is also more predictable: when neither side fits, the dropdown falls back to the
preferred
positionprop instead of the side with marginally more space.To restore the previous behavior – where the dropdown could re-flip while open whenever
available space changed – pass
preventPositionChangeWhenVisible={false}:Schedule getCurrentTime
DayView and WeekView components now support
getCurrentTimeprop – a function that returns the current time used by the current time indicator. It is called on
every tick, so the indicator keeps updating automatically. Combined with the timezone-agnostic event
strings, this allows displaying the indicator in any timezone without re-implementing the update loop:
module-federation/core (@module-federation/enhanced)
v2.5.1Compare Source
Patch Changes
4da5508: Preserve all compiled shared fallback versions for webpack tree shaking.b79ba22]b553153]b9b3b8c]TanStack/router (@tanstack/react-router)
v1.170.15Compare Source
Patch Changes
776d8ef]:v1.170.14Compare Source
Patch Changes
df1076c]:v1.170.13Compare Source
Patch Changes
#7555
ac10815- Fix search middleware composition soretainSearchParamsdoes not restore search params that a downstreamstripSearchParamsremoved.Updated dependencies [
ac10815]:v1.170.12Compare Source
Patch Changes
2cca73c,7a83e67,76b3d3b]:v1.170.11Compare Source
Patch Changes
b4cd5af]:typescript-eslint/typescript-eslint (@typescript-eslint/utils)
v8.60.1Compare Source
🩹 Fixes
❤️ Thank You
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
vuejs/test-utils (@vue/test-utils)
v2.4.11Compare Source
compare changes
🩹 Fixes
setData()correctly for components using bothsetup()anddata()(#2846)GlobalMountOptionstype (#2851)event.codeonkeydown/keyup(#2850)❤️ Contributors
actions/checkout (actions/checkout)
v6.0.3Compare Source
gajus/eslint-plugin-jsdoc (eslint-plugin-jsdoc)
v63.0.2Compare Source
Bug Fixes
github/codeql-action (github/codeql-action)
v4.36.2Compare Source
v4.36.1Compare Source
vercel/next.js (next)
v16.2.7Compare Source
nodejs/node (node)
v26.3.0: 2026-06-01, Version 26.3.0 (Current), @aduh95Compare Source
Notable Changes
Potential changes to macOS Universal Binary availability
With Apple and its ecosystem progressively dropping support for Intel-based
architectures, it has become apparent that the Node.js project may not be able
to ma
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.