chore(deps): update all non-major dependencies - #1039
Open
renovate[bot] wants to merge 1 commit into
Open
renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
Contributor
Author
|
renovate
Bot
force-pushed
the
renovate/renovate-rollup
branch
17 times, most recently
from
September 8, 2026 04:08
f157a52 to
7219c84
Compare
renovate
Bot
force-pushed
the
renovate/renovate-rollup
branch
11 times, most recently
from
September 12, 2026 02:46
4d8c528 to
0e4a80e
Compare
renovate
Bot
force-pushed
the
renovate/renovate-rollup
branch
29 times, most recently
from
September 14, 2026 07:51
9ae479a to
289e27f
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:
21.2.0→21.2.321.2.0→21.2.35.4.0→5.9.19.4.1→9.6.19.6.29.4.1→9.6.19.6.29.4.1→9.6.19.6.29.4.1→9.6.19.6.29.4.1→9.6.19.6.29.4.1→9.6.19.6.29.4.1→9.6.19.6.21.61.1→1.63.010.63.0→10.75.010.75.13.44.0→3.47.010.4.1→10.4.27.0.0→7.0.116.3.2→16.3.314.6.1→14.6.724.13.2→24.13.619.2.17→19.3.019.2.3→19.3.08.62.1→8.70.08.70.18.62.1→8.70.08.70.16.0.3→6.1.1==6.0.7→==6.1.1==2.13.0→==2.14.01.18.1→1.20.0==7.16.0→==7.16.11.11.21→1.11.23==15.1→==15.2==6.1.0→==6.1.1==6.1.0→==6.1.1==3.18.0→==3.18.16.2.3→6.3.110.6.0→10.11.0==40.37.0→==40.39.017.7.0→17.12.0v4.2.4→v4.3.030.0.0→30.1.0==3.11.1→==3.11.21.61.1→1.63.08.5.23→8.5.28==2.9.12→==2.9.13==6.16.2→==6.19.019.2.7→19.3.019.2.7→19.3.02.2.3→2.2.47.80.0→7.88.019.2.7→19.3.07.18.1→7.18.43.9.2→3.10.1==2.68.1→==2.69.27.0.5→7.1.18.1.3→8.3.08.1.3→8.3.06.0.0→6.2.24.4.3→4.6.5Release Notes
conventional-changelog/commitlint (@commitlint/cli)
v21.2.3Compare Source
Bug Fixes
v21.2.2Compare Source
Note: Version bump only for package @commitlint/cli
v21.2.1Compare Source
Note: Version bump only for package @commitlint/cli
conventional-changelog/commitlint (@commitlint/config-conventional)
v21.2.3Compare Source
Bug Fixes
v21.2.2Compare Source
Note: Version bump only for package @commitlint/config-conventional
react-hook-form/resolvers (@hookform/resolvers)
v5.9.1Compare Source
v5.9.0Compare Source
Features
v5.8.0Compare Source
v5.7.1Compare Source
v5.7.0Compare Source
Features
v5.6.0Compare Source
v5.5.8Compare Source
Bug Fixes
v5.5.7Compare Source
v5.5.6Compare Source
v5.5.5Compare Source
Bug Fixes
v5.5.4Compare Source
Bug Fixes
v5.5.3Compare Source
Bug Fixes
v5.5.2Compare Source
v5.5.1Compare Source
Bug Fixes
v5.5.0Compare Source
Features
v5.4.3Compare Source
Bug Fixes
v5.4.2Compare Source
Bug Fixes
a21e723)b7bb3f9)v5.4.1Compare Source
Bug Fixes
mantinedev/mantine (@mantine/core)
v9.6.1Compare Source
[@mantine/ligtbox]Add option to render custom thumbnails for video[@mantine/core]OverflowList: Fix ResizeObserver console warning (#9177)[@mantine/core]Fix incorrect escape handling in Modal and Drawer stacks (#9188)[@mantine/core]SegmentedControl: Fix indicator disappearing when data list is replaced with a list with the same length (#9175)[@mantine/lightbox]Fix circular esm dependency (#9166)[@mantine/core]Accordion: Fix incorrect border radius being applied to the contained items[@mantine/schedule]Add event overlap mode support to WeekView and DayView[@mantine/core]Menu: Fix incorrectwithinPortalprop being available[@mantine/core]Popover: Fix position not being updated when prop changes when the dropdown is opened (#9156)[@mantine/schedule]Fix same-day events ending at exclusive midnight being dropped in WeekView and DayView components (#9157)[@mantine/hooks]use-interval: Fix timer restarting when fn changes (#9158)[@mantine/core]Textarea: Fix ResizeObserver loop error when autosize textarea width changes (#9162)[@mantine/hooks]use-collapse: Fix incorrect transition state switching when used with Activity (#9160)v9.6.0Compare 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.
@mantine/lightbox package
New @mantine/lightbox package – a full-screen media lightbox with carousel navigation,
zoom, thumbnails, toolbar customization, and store-based API. Supports image, video, and custom slides:
Key features:
transitionProps(same API as Modal)labelspropNotifications custom rendering
Notifications now support
renderNotificationprop that allows you to completelyreplace the default notification with custom content. All animations (enter, exit, drag dismiss)
are preserved for custom notifications:
Notifications stacked layout
Notifications now support
layout="stacked"prop that displays notifications in a stackedlayout where only the latest notification is fully visible, and older notifications peek out behind it:
ActionBar component
New ActionBar component – a fixed-position bottom bar
for bulk selection actions. Designed to be controlled by table or checkbox
selections, it provides a set of actions that can be performed on selected items.
RichTextEditor table controls
RichTextEditor now includes a set of controls for editing tables. Install and register the
Tiptap table extension (
TableKit), then addthe controls to the toolbar.
RichTextEditor.TableInsertopens a grid to pick the table size, and theother controls add/remove rows and columns, toggle header row/column and merge/split cells. All table
controls are automatically disabled when the cursor is not inside a table:
RichTextEditor Details control
RichTextEditor now supports collapsible sections. Install and register the
Tiptap details extension (
Details,DetailsSummaryandDetailsContent), then addRichTextEditor.Detailsto the toolbar. The controlwraps the current block in a collapsible details node, or removes it when the cursor is already inside
one:
To support the control, Typography now styles
detailsandsummaryelements –a border, padding and a custom disclosure triangle. This applies to all
detailselements insideTypography, not just those created by the editor. All of the new selectors have zero specificity(
:where()), so they can be overridden without!important.RichTextEditor InvisibleCharacters control
RichTextEditor can now display formatting marks. Install and register the
Tiptap invisible characters extension,
then add
RichTextEditor.InvisibleCharactersto the toolbar. The control toggles the visibility ofspaces, paragraph breaks and hard breaks, and reflects the current visibility as its active state:
GaugeChart component
New GaugeChart component – a radial gauge chart for KPI and status display.
Supports threshold sections, target marker, custom labels, and configurable arc angles.
WaffleChart component
New WaffleChart component – a part-to-whole grid chart with colored cells.
Simpler and more compact alternative to pie/donut charts for displaying percentages and proportions.
MatrixChart component
New MatrixChart component – a generic x/y heatmap with categorical axes.
Each cell is colored based on a value, useful for visualizing patterns in two-dimensional categorical data.
CandlestickChart component
New CandlestickChart component – a financial OHLC chart that displays
open, high, low and close values as candles. Candles are colored based on their direction, the wick
shows the high–low range and the body shows the open–close range. Supports custom colors, data keys,
reference lines, axis labels, tooltip labels and value formatting.
Charts reference areas
AreaChart, BarChart, LineChart,
CompositeChart and ScatterChart now support the
referenceAreasprop that highlights a rectangular region of the plot – a weekend band, a targetrange, a threshold zone and similar annotations. Each area is bounded by
x1/x2and/ory1/y2data values (omit one pair to span the full opposite axis) and supports a theme
colorand alabel.