Update Routine updates#230
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
commit: |
renovate
Bot
force-pushed
the
renovate/routine-updates
branch
from
June 4, 2026 04:50
7f8aeb8 to
21085e9
Compare
renovate
Bot
force-pushed
the
renovate/routine-updates
branch
6 times, most recently
from
June 8, 2026 23:52
be57ee7 to
5600a26
Compare
renovate
Bot
force-pushed
the
renovate/routine-updates
branch
7 times, most recently
from
June 17, 2026 15:15
4c47b94 to
aded8e0
Compare
renovate
Bot
force-pushed
the
renovate/routine-updates
branch
5 times, most recently
from
June 25, 2026 18:39
b57950c to
2a69be2
Compare
renovate
Bot
force-pushed
the
renovate/routine-updates
branch
9 times, most recently
from
July 2, 2026 17:55
99a91e2 to
95e7132
Compare
renovate
Bot
force-pushed
the
renovate/routine-updates
branch
9 times, most recently
from
July 9, 2026 21:52
1b93378 to
85afc7b
Compare
renovate
Bot
force-pushed
the
renovate/routine-updates
branch
6 times, most recently
from
July 18, 2026 00:55
cc908b4 to
acadfc1
Compare
renovate
Bot
force-pushed
the
renovate/routine-updates
branch
from
July 19, 2026 10:04
acadfc1 to
1751205
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:
3.3.5→3.3.69.39.4→9.39.59.2.2→9.4.19.2.2→9.4.19.2.2→9.4.19.2.2→9.4.120.19.41→20.19.4319.2.15→19.2.178.60.0→8.64.08.60.0→8.64.06.0.2→6.0.34.1.7→4.1.1012.10.2→12.11.2de0fac2→df4cb1c1.39.1→1.42.21.42.30.1.118→0.1.1200.0.53→0.0.549.39.4→9.39.50.5.2→0.5.317.6.0→17.7.00.0.75→0.0.783.8.3→3.9.5v2.1.2→v2.2.019.2.6→19.2.719.2.6→19.2.78.60.0→8.64.08.0.16→8.1.54.1.7→4.1.10v0.5.6→v0.5.7v0.6.0Release Notes
eslint/eslintrc (@eslint/eslintrc)
v3.3.6Compare Source
Bug Fixes
js-yamlto 4.3.0 to address security vulnerability (#235) (0c5de74)eslint/eslint (@eslint/js)
v9.39.5Compare Source
Bug Fixes
253be16fix: handle unavailable require cache (backport of #20812 to v9.x) (#21065) (Eric)Documentation
74930eddocs: switch build to Node.js 24 (#20894) (Milos Djermanovic)eaec8bbdocs: Add ESLint v9.x EOL notice (#20828) (Milos Djermanovic)Chores
458205fchore: update@eslint/eslintrcand@eslint/jsfor v9.39.5 (#21077) (Francesco Trotta)202117bchore: package.json update for @eslint/js release (Jenkins)d9eb6edtest: disable warning forvm.constants.USE_MAIN_CONTEXT_DEFAULT_LOADER(#21074) (Francesco Trotta)7b431a7chore: overridere2dependency for@metascraper/helpers(#21068) (Milos Djermanovic)daf7791chore: pin fflate@0.8.2 (#20895) (Milos Djermanovic)daee8baci: use pnpm ineslint-flat-config-utilstype integration test (#20829) (Milos Djermanovic)116d4beci: unpin Node.js 25.x in CI (#20619) (Copilot)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).Legend support for PieChart, DonutChart and FunnelChart
PieChart, DonutChart and FunnelChart
now support the
withLegendprop. When enabled, a legend with the name and color of each segmentis displayed. Hovering over a legend item highlights the corresponding segment. Use the
legendPropsprop to pass props down to the underlying recharts
Legendcomponent.autoContrast support for virtual colors
Virtual colors now support autoContrast.
Previously,
filledcomponents with a virtual color always used white text because the underlying colorcould not be resolved on the JavaScript side. The contrast color is now calculated separately for each
color scheme based on the resolved background color, so text stays readable when the virtual color resolves
to a light color in one scheme and a dark color in another. Switch between light and dark color schemes
(
Ctrl + J) to see the text color adjust:Other changes
resetOnDoubleClickprop. When enabled, double-clicking a resize handle restores the adjacent panes to their default ratio.closeDropdownOnPresetSelectprop. When set, the dropdown is closed once a value is selected from the presets list.onTouchCancelevents: the returned handlers include anonTouchCancelcallback so that a long press is correctly canceled when the touch is interrupted by the system (incoming call, browser gesture, etc.).v9.3.2Compare Source
What's Changed
[@mantine/core]Allow undefined className with TypeScriptexactOptionalPropertyTypes(#8978)[@mantine/dates]TimePicker: Allow entering 01-09 hours over a selected 00 value (#8970)[@mantine/mcp-server]Fix cli flags not being handled correctly (#8966)[@mantine/core]Combobox: Fix default options rendering not fully working with some components combination (#8979)[@mantine/charts]SankeyChart: Fix incorrect color resolving (#8973)[@mantine/dates]DatePickerPicker: Fix range presets ignoring specified time (#8980)[@mantine/schedule]DayView: Fix double top border when events are present[@mantine/dates]TimePicker: AddcloseDropdownOnPresetSelectprop support[@mantine/dates]TimePicker: Fix input getting stuck at maximum value when typing at the last spin input[@mantine/core]PasswordInput: Fix sections misplaced whendiroverrides parent direction (#8936)[@mantine/core]Splitter: Add option to reset on double click (#8957)[@mantine/core]Popover: Fix dropdown position not updating when page is zommed[@mantine/core]Text: Fix incorrect defaulttextWrapvalue (#8961)[@mantine/core]Checkbox: FixreadOnlyprop not working correctly for controlled checkbox (#8960)[@mantine/core]Textarea: Fix autosize textarea not growing when resized within Splitter (#8956)New Contributors
Full Changelog: mantinedev/mantine@9.3.1...9.3.2
v9.3.1Compare Source
What's Changed
[@mantine/notifications]Fix stale DOM nodes references not being cleaned up when notifications is closed (#8955)[@mantine/dates]DateInput: Addpresetssupport (#8954)[@mantine/core]Collapse: FixkeepMountedprop not being set correctly (#8949)[@mantine/core]Menu: Add controlled state support for Menu.Sub opened state[@mantine/schedule]Fix incorrect current time indicator position when time does not divide evenly with interval minutes in DayView and WeekView (#8945)[@mantine/core]Popover: Fix context menu not working on iOS touch devices (#8942)[@mantine/core]SegemntedControl: Fix incorrect indicator border-radius calculation (#8904)[@mantine/core]PinInput: Fix incorrect placeholder text centering (#8943)[@mantine/core]Tree: Fix arrow key navigation focusing hidden nodes when keepMounted is set (#8939)[@mantine/core]MaskInput: Fix compatibility issues with uncontrolled use-form (#8947)[@mantine/hooks]use-id: Fix id changing to new value with Activity (#8925)New Contributors
Full Changelog: mantinedev/mantine@9.3.0...9.3.1
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: