Skip to content

chore(deps): update ui5 web components (root) to v2.23.0 - autoclosed#8670

Closed
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/root-ui5-webcomponents
Closed

chore(deps): update ui5 web components (root) to v2.23.0 - autoclosed#8670
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/root-ui5-webcomponents

Conversation

@renovate

@renovate renovate Bot commented Jun 6, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@ui5/webcomponents (source) 2.22.02.23.0 age confidence
@ui5/webcomponents-ai (source) 2.22.02.23.0 age confidence
@ui5/webcomponents-compat (source) 2.22.02.23.0 age confidence
@ui5/webcomponents-fiori (source) 2.22.02.23.0 age confidence
@ui5/webcomponents-icons (source) 2.22.02.23.0 age confidence
@ui5/webcomponents-tools (source) 2.22.02.23.0 age confidence

Release Notes

UI5/webcomponents (@​ui5/webcomponents)

v2.23.0

Compare Source

Bug Fixes
  • framework: stop reflecting object/array properties to attributes (#​13626) (f5b49c7)
  • ui5-expandable-text: fix using "white-space" style in the component (#​13599) (52a0985)
  • ui5-form: replace Cyrillic А with Latin A in effectiveAccessibleNameRef (#​13649) (652a4e9), closes #​13647
  • ui5-rating-indicator: enhance half value visualisation in readonly and disabled mode (#​13500) (d91f292)
  • ui5-select: swap X button for footer Cancel in mobile picker (#​13615) (f98090f)
  • ui5-text: unify truncation across all max-lines values (#​13624) (3c50320)
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

  • ListBoxItemGroupTemplate: use string literal "Group" for accessibleRole
    (the ListItemAccessibleRole.Group enum entry was removed in this PR)
  • NotificationListItemBase: drop redundant @​customElement({}) decorator on
    the abstract base class
  • TableGroupRow: bump @​since to 2.23.0
  • chore(website): remove newComponentBadge from .mdx frontmatter

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 the
class is abstract and never instantiated directly, the decorator
registers metadata that subclasses (NotificationListItem,
NotificationListGroupItem) inherit via the framework. Removing it broke
that inheritance chain.

  • test: read source from event.target on tab/notification click

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:

  1. Tooltip text for in-between values
  2. Magnetic snap behavior
  3. Keyboard Ctrl+Arrow jump targets
  4. Minor ticks between labeled tickmarks
  5. Label density/overflow handling
  6. Range slider in-range label emphasis
  • feat(ui5-slider, ui5-range-slider): hide tooltip between custom tickmarks

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.

  • chore(ui5-slider): remove design review test page for custom tickmarks

The interactive design-review page is no longer needed now that the
remaining behavior question (tooltip for in-between values) is resolved.

  • feat(ui5-slider, ui5-range-slider): fix issues found
UI5/webcomponents (@​ui5/webcomponents-ai)

v2.23.0

Compare Source

Note: Version bump only for package @​ui5/webcomponents-ai

UI5/webcomponents (@​ui5/webcomponents-compat)

v2.23.0

Compare Source

Bug Fixes
UI5/webcomponents (@​ui5/webcomponents-fiori)

v2.23.0

Compare 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

  • ListBoxItemGroupTemplate: use string literal "Group" for accessibleRole
    (the ListItemAccessibleRole.Group enum entry was removed in this PR)
  • NotificationListItemBase: drop redundant @​customElement({}) decorator on
    the abstract base class
  • TableGroupRow: bump @​since to 2.23.0
  • chore(website): remove newComponentBadge from .mdx frontmatter

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 the
class is abstract and never instantiated directly, the decorator
registers metadata that subclasses (NotificationListItem,
NotificationListGroupItem) inherit via the framework. Removing it broke
that inheritance chain.

  • test: read source from event.target on tab/notification click

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/webcomponents (@​ui5/webcomponents-icons)

v2.23.0

Compare Source

Note: Version bump only for package @​ui5/webcomponents-icons

UI5/webcomponents (@​ui5/webcomponents-tools)

v2.23.0

Compare Source

Note: Version bump only for package @​ui5/webcomponents-tools


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the dependencies PR or issue concerning dependency files label Jun 6, 2026
@renovate
renovate Bot requested review from Lukas742 and MarcusNotheis as code owners June 6, 2026 20:06
@renovate renovate Bot added the dependencies PR or issue concerning dependency files label Jun 6, 2026
@renovate
renovate Bot enabled auto-merge June 6, 2026 20:06
@renovate

renovate Bot commented Jun 6, 2026

Copy link
Copy Markdown
Contributor Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: yarn.lock
! Corepack is about to download https://repo.yarnpkg.com/4.15.0/packages/yarnpkg-cli/bin/yarn.js

@renovate
renovate Bot force-pushed the renovate/root-ui5-webcomponents branch 7 times, most recently from b7b36cd to 2a49c7e Compare June 8, 2026 10:18
@renovate
renovate Bot force-pushed the renovate/root-ui5-webcomponents branch from 2a49c7e to 8140e06 Compare June 8, 2026 11:58
@renovate renovate Bot changed the title chore(deps): update ui5 web components (root) to v2.23.0 chore(deps): update ui5 web components (root) to v2.23.0 - autoclosed Jun 8, 2026
@renovate renovate Bot closed this Jun 8, 2026
auto-merge was automatically disabled June 8, 2026 12:35

Pull request was closed

@renovate
renovate Bot deleted the renovate/root-ui5-webcomponents branch June 8, 2026 12:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies PR or issue concerning dependency files

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants