fix(deps): update dependency @gitlab/ui to v109
This MR contains the following updates:
Package | Type | Update | Change | Pending |
---|---|---|---|---|
@gitlab/ui | dependencies | major | 108.8.1 -> 109.2.0 |
109.2.1 |
MR created with the help of gitlab-org/frontend/renovate-gitlab-bot
Release Notes
gitlab-org/gitlab-ui (@gitlab/ui)
v109.2.0
Features
- GlCollapsibleListbox: Visually highlight first result when searching (0430cc4)
v109.1.0
Features
- GlChart: Remove deprecated "disable-theme" prop (64c8f57)
v109.0.0
Code Refactoring
-
GlCollapse: remove
BCollapse
component (f53fdd4)
BREAKING CHANGES
-
GlCollapse:
GlCollapse
now has its own implementation and does not rely onBCollapse
anymore.
Drops support of the toggle
directive for toggling the GlCollapse
's
state. Going forward, the v-model
should be used instead.
Drops support of hide
, show
events.
Also drops supports of:
-
appear
prop -
v-b-toggle
, which can be used to trigger multiple collapse elements - turn a group of collapse components into an accordion with
accordion
prop - navbar support with
is-nav
prop - $root event
-
show
andhide
events
See bootstrap doc (https://bootstrap-vue.org/docs/components/collapse#collapse) for details.
v108.10.0
Features
- charts: Set up charts to auto generate long description (96bb848)
108.9.1 (2025-03-03)
Bug Fixes
- GlCollapsibleListbox: fix button focus ring color in dark mode (2f2bfdc)
v108.9.1
Bug Fixes
- GlCollapsibleListbox: fix button focus ring color in dark mode (2f2bfdc)
v108.9.0
Features
- DesignTokens: Update neutral icons (62316ba)
108.8.1 (2025-02-27)
Bug Fixes
- GlTruncate: Prevent total whitespace collapse (2811b7e)
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.