👷 Update all non-major dependencies#4848
Merged
Merged
Conversation
🎉 All green!🧪 All tests passed 🎯 Code Coverage (details) 🔗 Commit SHA: 9e890b3 | Docs | Datadog PR Page | Give us feedback! |
40cd218 to
27b8c4b
Compare
Bundles Sizes Evolution
|
1544b50 to
f19e4f5
Compare
f19e4f5 to
27a513c
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. |
a844b9e to
36a5f31
Compare
36a5f31 to
a044140
Compare
buraizu
approved these changes
Jul 8, 2026
amortemousque
approved these changes
Jul 9, 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:
22.0.2→22.0.422.0.522.0.2→22.0.422.0.522.0.2→22.0.422.0.522.0.2→22.0.422.0.522.0.2→22.0.422.0.59.3.2→9.4.19.3.2→9.4.12.5.1→2.6.02.7.01.15.41→1.15.430.2.0→0.2.10.2.226.0.0→26.0.126.1.1(+1)8.61.1→8.62.18.63.06.0.2→6.0.33.5.38→3.5.3910.5.0→10.6.04.16.2→4.17.163.0.7→63.0.1063.0.12(+1)17.6.0→17.7.026.3.1→26.4.02.1.0→2.2.03.8.4→3.9.425.1.0→25.2.125.3.07.18.0→7.18.17.18.0→7.18.17.18.0→7.18.17.18.0→7.18.13.8.1→3.9.13.9.21.1.1→1.1.31.1.48.61.1→8.62.18.63.08.0.16→8.1.28.1.33.5.38→3.5.393.5.38→3.5.395.107.2→5.108.35.108.47.0.3→7.1.07.2.1(+1)0.20.26→0.20.27Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
angular/angular (@angular/common)
v22.0.4Compare Source
migrations
v22.0.3Compare Source
compiler
compiler-cli
core
http
service-worker
upgrade
mantinedev/mantine (@mantine/core)
v9.4.1Compare Source
What's Changed
[@mantine/form]Fix some functions not working correctly with react compiler (#9007)[@mantine/charts]Heatmap: Fix values outside the provided domain rendering with no fill (#8982)[@mantine/core]RollingNumber: Fix rendering-0for values that round to zero (#8983)[@mantine/core]Slider: Fix incorrect marks labels position in RTL layouts (#8996)[@mantine/hooks]Fix use-set and use-map hooks using stale values when used with React compiler (#9008)[@mantine/form]AddFormProviderPropstype export (#9009)[@mantine/schedule]ResourcesDayView: Fix incorrect multiday events rendering (#9014)[@mantine/dates]TimePicker: Fix duration values greater than 9999 hours not working (#9002)[@mantine/core]Menu: Marknon-menuitemdropdown children as presentational (#9004)[@mantine/core]Collapse: Fixrefandstyleprops not working whentransitionDuration: 0(#9013)[@mantine/core]Textarea: Fix autosize not working correctly withminRowson initial render[@mantine/schedule]ResourcesWeekView: Add events resizing supportNew Contributors
Full Changelog: mantinedev/mantine@9.4.0...9.4.1
v9.4.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.
ComboboxPopover component
New ComboboxPopover component allows adding a combobox dropdown
with selectable options to any button element. Unlike
SelectandMultiSelect, it does notrender an input – you provide your own target element via
ComboboxPopover.Target. Supportssingle and multiple selection modes with the same
dataformat asSelect.DataList component
New DataList component displays label-value pairs as a semantic description
list using
dl,dt, andddHTML elements. Supports vertical and horizontal orientations,dividers between items, and all standard Mantine features like Styles API and size prop.
EmptyState component
New EmptyState component displays a placeholder for "no data" situations:
empty search results, empty tables and lists, first-run states or error illustrations with an
optional call to action. It can be used with
icon,titleanddescriptionshorthand propsor with
EmptyState.Indicator,EmptyState.Title,EmptyState.DescriptionandEmptyState.Actionscompound components for full control.Menubar component
New Menubar component adds a desktop-application style menu bar: a horizontal row
of top-level menu triggers (File, Edit, View, …) where each trigger opens a dropdown. Arrow keys
move between the top-level menus, and once one menu is opened, moving to a sibling opens it
immediately.
Menubaris built on top ofMenuand follows the WAI-ARIA menubar pattern.ResourcesDayView component
New ResourcesDayView component displays resources as rows and
time slots as columns. Each row represents a resource (conference room, person, equipment) and
shows events assigned to that resource. Supports drag and drop across resources, business hours
highlighting, and slot drag select.
ResourcesWeekView component
New ResourcesWeekView component displays resources as rows
and a full week of time slots as columns with a two-level header showing day names and time
labels. Supports drag and drop, slot selection, business hours, and current time indicator.
ResourcesMonthView component
New ResourcesMonthView component displays resources as rows
and days of the month as columns. Events are shown as colored indicators within each
resource-day cell for easy visualization of resource utilization across the month.
ResourcesSchedule component
New ResourcesSchedule wrapper component combines
ResourcesDayView,ResourcesWeekViewandResourcesMonthViewinto a single component with view switching, similarto how
Schedulecombines day, week, month and year views.AgendaView component
New AgendaView component renders a vertical list of events for a specified
time period. Events are grouped by date in chronological order.
withAgenda prop for DayView, WeekView, MonthView and Schedule
DayView,WeekView,MonthViewandSchedulecomponents now supportwithAgendaprop.When enabled, an "Agenda" button is displayed in the header. Clicking it opens an
AgendaViewfor the currently visible date range.
MonthView hide weekend days
MonthView now supports
withWeekendDaysprop. Set it tofalseto hide weekend days: the grid shrinks to the remaining columns and events that span hidden
days are clipped to the visible days. The days that are considered weekend are controlled by
the
weekendDaysprop (orDatesProvider,[0, 6]by default).DayView and WeekView sub-hour grid lines
DayView and WeekView now support
withSubHourGridLinesprop. When
intervalMinutesis smaller than60, setwithSubHourGridLines={false}to display onlyone grid line per hour while keeping the smaller interval for creating and resizing events. This is
useful to achieve a Google Calendar like layout: events snap to 15 or 30 minutes increments, but the
grid stays clean with hourly lines.
Input success state
All inputs based on
InputandInput.Wrappernow support asuccessprop. When set, it changes theinput border color to green (
--mantine-color-success). You can also pass a React node to displaya success message below the input. If both
errorandsuccessprops are set,errortakes precedence.New
--mantine-color-successCSS variable has been added (resolves toteal-6in light mode andteal-8in dark mode).Splitter CSS units
Splitter.Pane
defaultSize,minandmaxprops now accept CSS units inaddition to plain numbers. A plain
numberor%string is a flexible size that shares theleftover space, while a
pxorremstring is a fixed size that keeps its pixel size when thecontainer is resized. This makes it possible to mix a fixed-width sidebar with a fluid content pane:
Notifications priority
Notifications now support a
priorityproperty. When the number of active notifications exceedsthe
limit, notifications with a higherprioritytake the visible slots and lower priority onesare pushed into the queue. Notifications with equal priority keep insertion order (FIFO), so the
default behavior is unchanged (
prioritydefaults to0).