fix(deps): update ui5-webcomponents monorepo to v2.25.0 - #127
Open
renovate[bot] wants to merge 1 commit into
Open
fix(deps): update ui5-webcomponents monorepo to v2.25.0#127renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
renovate
Bot
force-pushed
the
renovate/ui5-webcomponents-monorepo
branch
from
August 15, 2025 12:35
70141f7 to
0445fec
Compare
renovate
Bot
force-pushed
the
renovate/ui5-webcomponents-monorepo
branch
from
August 24, 2025 04:07
0445fec to
634c176
Compare
renovate
Bot
force-pushed
the
renovate/ui5-webcomponents-monorepo
branch
3 times, most recently
from
August 31, 2025 14:03
7d8cb8b to
5d495ee
Compare
renovate
Bot
force-pushed
the
renovate/ui5-webcomponents-monorepo
branch
from
September 5, 2025 18:26
5d495ee to
9e9cf8b
Compare
renovate
Bot
force-pushed
the
renovate/ui5-webcomponents-monorepo
branch
from
September 12, 2025 23:11
9e9cf8b to
585d802
Compare
renovate
Bot
force-pushed
the
renovate/ui5-webcomponents-monorepo
branch
from
September 22, 2025 17:30
585d802 to
ed397a6
Compare
renovate
Bot
force-pushed
the
renovate/ui5-webcomponents-monorepo
branch
from
November 7, 2025 16:56
ed397a6 to
3c6e610
Compare
renovate
Bot
force-pushed
the
renovate/ui5-webcomponents-monorepo
branch
from
November 7, 2025 23:08
3c6e610 to
9db29ae
Compare
renovate
Bot
force-pushed
the
renovate/ui5-webcomponents-monorepo
branch
7 times, most recently
from
December 8, 2025 20:17
b9b64d5 to
7897ad7
Compare
renovate
Bot
force-pushed
the
renovate/ui5-webcomponents-monorepo
branch
from
December 11, 2025 20:25
7897ad7 to
b455110
Compare
renovate
Bot
force-pushed
the
renovate/ui5-webcomponents-monorepo
branch
from
January 8, 2026 16:56
b455110 to
847ea9d
Compare
renovate
Bot
force-pushed
the
renovate/ui5-webcomponents-monorepo
branch
2 times, most recently
from
January 13, 2026 01:32
32c3405 to
99225c4
Compare
renovate
Bot
force-pushed
the
renovate/ui5-webcomponents-monorepo
branch
from
January 18, 2026 01:46
99225c4 to
fafcc07
Compare
renovate
Bot
force-pushed
the
renovate/ui5-webcomponents-monorepo
branch
6 times, most recently
from
March 4, 2026 15:44
c942351 to
e8b1790
Compare
renovate
Bot
force-pushed
the
renovate/ui5-webcomponents-monorepo
branch
from
March 5, 2026 12:29
e8b1790 to
5b11656
Compare
renovate
Bot
force-pushed
the
renovate/ui5-webcomponents-monorepo
branch
from
March 13, 2026 00:49
5b11656 to
350bf03
Compare
renovate
Bot
force-pushed
the
renovate/ui5-webcomponents-monorepo
branch
2 times, most recently
from
March 27, 2026 13:24
60f670b to
a4ad398
Compare
renovate
Bot
force-pushed
the
renovate/ui5-webcomponents-monorepo
branch
from
April 8, 2026 09:09
a4ad398 to
5d163ea
Compare
renovate
Bot
force-pushed
the
renovate/ui5-webcomponents-monorepo
branch
from
April 18, 2026 21:09
5d163ea to
af9842c
Compare
renovate
Bot
force-pushed
the
renovate/ui5-webcomponents-monorepo
branch
from
May 4, 2026 18:57
af9842c to
37f4613
Compare
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate
Bot
force-pushed
the
renovate/ui5-webcomponents-monorepo
branch
from
August 14, 2026 12:00
37f4613 to
9d15170
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:
2.18.1→2.25.02.18.1→2.25.02.18.1→2.25.02.18.1→2.25.02.18.1→2.25.0Release Notes
UI5/webcomponents (@ui5/webcomponents)
v2.25.0Compare Source
Bug Fixes
v2.24.2Compare Source
Fixes
v2.24.0Compare Source
Bug Fixes
v2.23.3Compare Source
Bug Fixes
v2.23.2Compare Source
Fixes
v2.23.1Compare Source
Fixes
v2.23.0Compare Source
Bug Fixes
Documentation
Features
BREAKING CHANGES
the click CustomEvent on ui5-tab and ui5-li-notification
no longer includes item/tab in event.detail. Read the source element from
event.target instead.
chore: follow-up cleanups
(the ListItemAccessibleRole.Group enum entry was removed in this PR)
the abstract base class
Drop the sidebar_class_name: newComponentBadge marker from all component
and pattern docs — the components/patterns are no longer new. Where the
class was the only frontmatter entry, the entire frontmatter block is
removed; where it was combined with expComponentBadge, only the
newComponentBadge token is removed.
Also drop the now-unused ListItemAccessibleRole import in
ListBoxItemGroupTemplate.tsx (left over from the string-literal switch
in the previous commit).
Revert the @customElement({}) removal from
de7a850— even though theclass is abstract and never instantiated directly, the decorator
registers metadata that subclasses (NotificationListItem,
NotificationListGroupItem) inherit via the framework. Removing it broke
that inheritance chain.
Update the Tab and NotificationListItem semantic-click-event tests to
read the source element from event.target instead of event.detail.tab /
event.detail.item, which were removed earlier in this PR.
ui5-slider, ui5-range-slider: The tickmarks property no longer causes the slider
to snap exclusively to defined values. Users must set min/max/step
explicitly alongside tickmarks.
chore(ui5-slider): add design review test page for custom tickmarks
Interactive page with 6 open design questions for review:
When custom tickmarks are defined, only show the tooltip at exact tickmark
values. Between tickmarks the tooltip is hidden entirely instead of showing
the raw numeric value.
Default behavior (no custom tickmarks) is unchanged. RangeSlider tooltips
are evaluated independently per handle.
The interactive design-review page is no longer needed now that the
remaining behavior question (tooltip for in-between values) is resolved.
v2.22.1Compare Source
Note: Version bump only for package @ui5/webcomponents
v2.22.0Compare Source
Note: Version bump only for package @ui5/webcomponents
v2.21.2Compare Source
Bug Fixes
v2.21.1Compare Source
Fixes
v2.21.0Compare Source
Bug Fixes
Features
v2.20.5Compare Source
Release v2.20.5
v2.20.4Compare Source
Release v2.20.4
v2.20.3Compare Source
v2.20.2Compare Source
v2.20.1Compare Source
Changes
v2.20.0Compare Source
Bug Fixes
v2.19.4Compare Source
Release v2.19.4
v2.19.3Compare Source
Release v2.19.3
v2.19.2Compare Source
v2.19.1Compare Source
version bump v2.19.1
v2.19.0Compare Source
Note: Version bump only for package @ui5/webcomponents
v2.18.2Compare Source
Bug Fixes
UI5/webcomponents (@ui5/webcomponents-ai)
v2.25.0Compare Source
Note: Version bump only for package @ui5/webcomponents-ai
v2.24.2Compare Source
Fixes
v2.24.0Compare Source
Note: Version bump only for package @ui5/webcomponents-ai
v2.23.3Compare Source
Bug Fixes
v2.23.2Compare Source
Fixes
v2.23.1Compare Source
Fixes
v2.23.0Compare Source
Note: Version bump only for package @ui5/webcomponents-ai
v2.22.1Compare Source
Note: Version bump only for package @ui5/webcomponents-ai
v2.22.0Compare Source
Note: Version bump only for package @ui5/webcomponents-ai
v2.21.2Compare Source
Bug Fixes
v2.21.1Compare Source
Fixes
v2.21.0Compare Source
Note: Version bump only for package @ui5/webcomponents-ai
v2.20.5Compare Source
Release v2.20.5
v2.20.4Compare Source
Release v2.20.4
v2.20.3Compare Source
v2.20.2Compare Source
v2.20.1Compare Source
Changes
v2.20.0Compare Source
Note: Version bump only for package @ui5/webcomponents-ai
v2.19.4Compare Source
Release v2.19.4
v2.19.3Compare Source
Release v2.19.3
v2.19.2Compare Source
v2.19.1Compare Source
version bump v2.19.1
v2.19.0Compare Source
Note: Version bump only for package @ui5/webcomponents-ai
v2.18.2Compare Source
Bug Fixes
UI5/webcomponents (@ui5/webcomponents-base)
v2.25.0Compare Source
Note: Version bump only for package @ui5/webcomponents-base
v2.24.2Compare Source
Fixes
v2.24.0Compare Source
Note: Version bump only for package @ui5/webcomponents-base
v2.23.3Compare Source
Bug Fixes
v2.23.2Compare Source
Fixes
v2.23.1Compare Source
Fixes
v2.23.0Compare Source
Bug Fixes
v2.22.1Compare Source
Note: Version bump only for package @ui5/webcomponents-base
v2.22.0Compare Source
Bug Fixes
v2.21.2Compare Source
Bug Fixes
v2.21.1Compare Source
Fixes
v2.21.0Compare Source
Bug Fixes
Features
v2.20.5Compare Source
Release v2.20.5
v2.20.4Compare Source
Release v2.20.4
v2.20.3Compare Source
v2.20.2Compare Source
v2.20.1Compare Source
Changes
v2.20.0Compare Source
Note: Version bump only for package @ui5/webcomponents-base
v2.19.4Compare Source
Release v2.19.4
v2.19.3Compare Source
Release v2.19.3
v2.19.2Compare Source
v2.19.1Compare Source
version bump v2.19.1
v2.19.0Compare Source
Note: Version bump only for package @ui5/webcomponents-base
v2.18.2Compare Source
Bug Fixes
UI5/webcomponents (@ui5/webcomponents-fiori)
v2.25.0Compare Source
Bug Fixes
v2.24.2Compare Source
Fixes
v2.24.0Compare Source
Bug Fixes
Features
v2.23.3Compare Source
Bug Fixes
v2.23.2Compare Source
Fixes
v2.23.1Compare Source
Fixes
v2.23.0Compare Source
Bug Fixes
Documentation
Features
BREAKING CHANGES
the click CustomEvent on ui5-tab and ui5-li-notification
no longer includes item/tab in event.detail. Read the source element from
event.target instead.
chore: follow-up cleanups
(the ListItemAccessibleRole.Group enum entry was removed in this PR)
the abstract base class
Drop the sidebar_class_name: newComponentBadge marker from all component
and pattern docs — the components/patterns are no longer new. Where the
class was the only frontmatter entry, the entire frontmatter block is
removed; where it was combined with expComponentBadge, only the
newComponentBadge token is removed.
Also drop the now-unused ListItemAccessibleRole import in
ListBoxItemGroupTemplate.tsx (left over from the string-literal switch
in the previous commit).
Revert the @customElement({}) removal from
de7a850— even though theclass is abstract and never instantiated directly, the decorator
registers metadata that subclasses (NotificationListItem,
NotificationListGroupItem) inherit via the framework. Removing it broke
that inheritance chain.
Update the Tab and NotificationListItem semantic-click-event tests to
read the source element from event.target instead of event.detail.tab /
event.detail.item, which were removed earlier in this PR.
v2.22.1Compare Source
Note: Version bump only for package @ui5/webcomponents-fiori
v2.22.0Compare Source
Bug Fixes
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.