Update dependency @gitlab/ui to v134.1.1

This MR contains the following updates:

Package Type Update Change
@gitlab/ui (source) dependencies minor 134.0.0 -> 134.1.1

MR created with the help of gitlab-org/frontend/renovate-gitlab-bot


Release Notes

gitlab-org/gitlab-services/design.gitlab.com (@​gitlab/ui)

v134.1.1

Compare Source

Patch Changes
  • !5960: Fix cursor on disabled GlDisclosureDropdown custom toggles so it matches the not-allowed cursor of other disabled buttons, instead of showing a pointer. (@clavimoniere)

v134.1.0

Compare Source

Minor Changes
  • !5912: Add prop to keep GlButton accessible when disabled (@aferch)

    Update GlButton to add accessibleDisabled prop so that the disabled prop applies aria-disabled="true" internally instead of the native disabled attribute. Disabled buttons remain focusable and are announced by assistive technology, while click and keyboard activation continue to be prevented in JavaScript. The visual state is unchanged, the public API is unchanged (disabled is still a boolean), and tooltips and popovers can now attach directly to a disabled button without a wrapper element. Mirrors the existing pattern used for the loading state.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


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

This MR has been generated by Renovate Bot.

Edited by GitLab Dependency Bot

Merge request reports

Loading