Skip to content

chore(deps): update dependency @gitlab/ui to v32

This MR contains the following updates:

Package Type Update Change
@gitlab/ui (source) dependencies major 31.7.0 -> 32.0.0

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


Release Notes

gitlab-org/gitlab-ui

v32.0.0

Compare Source

Bug Fixes
  • GlToggle: Make label required for accessibility (1e8dc4a)
Code Refactoring
  • Move documentation entrypoint to documentation/ (85af91f)
  • GlDeprecatedDropdown: Delete GlDeprecatedDropdown component (d151796)
Features
  • Change supported browsers for pre-compiled version (c48640c)
  • Remove resize-observer-polyfill (a23cd7c)
BREAKING CHANGES
  • If you target browsers that do not support ResizeObserver, you need to polyfill it yourself.
  • Pre-compiled version of GitLab UI dropped older browser support. If you need to use GitLab UI with older browsers, consume the source of GitLab UI directly.
  • If you imported @gitlab/ui/documentation it should still work as before, but you might need to import @gitlab/ui/documentation/index.js directly
  • GlToggle: Make label required so that every toggle has an accessible name. If a visual label is not desired then you can use label-position="hidden" to visually hide it.
  • GlDeprecatedDropdown: Delete GlDeprecatedDropdown as it is superseded by GlDropdown.

Configuration

📅 Schedule: At any time (no schedule defined).

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

Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.

🔕 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