👷 Update all non-major dependencies - #4998
Merged
Merged
Conversation
🎉 All green!🧪 All tests passed 🎯 Code Coverage (details) 🔗 Commit SHA: aa3b00b | Docs | View more details | Give us feedback! |
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
from
August 29, 2026 21:10
0241ac1 to
437bde8
Compare
Bundles Sizes Evolution
|
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
14 times, most recently
from
September 3, 2026 12:46
2e9d067 to
248930a
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
9 times, most recently
from
September 6, 2026 02:19
f2231da to
ddc88ee
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
20 times, most recently
from
September 14, 2026 12:58
11e2330 to
4e89f30
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
from
September 14, 2026 15:08
4e89f30 to
a537f12
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. |
mormubis
approved these changes
Sep 14, 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.1.2→22.1.522.1.622.1.2→22.1.522.1.622.1.2→22.1.522.1.622.1.2→22.1.522.1.622.1.2→22.1.522.1.69.5.1→9.6.09.6.19.5.1→9.6.09.6.17.58.12→7.59.07.59.12.8.2→2.9.02.148.3→2.150.61.16.0→1.16.21.170.30→1.170.331.170.36(+2)1.170.30→1.170.331.170.36(+2)0.2.6→0.2.926.2.0→26.5.026.5.119.2.4→19.2.719.3.08.67.0→8.69.08.70.06.0.5→6.1.13.5.41→3.5.422.4.11→2.5.0v1.0.4→v1.0.510.8.1→10.10.064.2.1→64.3.664.4.0(+4)v4.37.7→v4.37.9v4.38.017.11.0→17.12.00.0.36→0.0.3716.3.3→16.3.416.3.516.3.3→16.3.416.3.526.7.0→26.8.1v26.8.226.7.0-bookworm-slim→26.8.1-bookworm-slim26.8.2-bookworm-slim25.8.0→25.10.025.11.08.3.0→8.3.18.3.0→8.3.17.18.2→7.18.37.18.2→7.18.32.3.0→2.3.11.2.4→1.2.71.2.80.22.14→0.23.08.67.0→8.69.08.70.08.10.0→8.10.28.2.1→8.2.28.3.03.5.41→3.5.423.5.41→3.5.425.2.0→5.3.15.2.0→5.3.15.109.2→5.110.35.111.07.2.2→7.2.38.1.1→8.3.00.16.2→0.16.3Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
angular/angular (@angular/common)
v22.1.5Compare Source
compiler-cli
core
forms
nameinput on ControlValueAccessormigrations
platform-server
router
v22.1.4Compare Source
common
compiler
compiler-cli
core
forms
language-service
migrations
platform-server
v22.1.3Compare Source
animations
common
compiler
core
forms
FormFieldis appliedhttp
language-server
platform-browser
router
mantinedev/mantine (@mantine/core)
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.