Skip to content

fix(deps): update dependency @gitlab/ui to v69

This MR contains the following updates:

Package Type Update Change
@gitlab/ui dependencies major 68.2.0 -> 69.0.0

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


Release Notes

gitlab-org/gitlab-ui

v69.0.0

Compare Source

Bug Fixes
  • css: remove desktop-first CSS utils (797f198)
Features
  • css: add responsive CSS utils (ca0d144)
BREAKING CHANGES
  • css: This removes the remaining desktop-first CSS utilities form the library. Any usages of those should be replaced with mobile-first alternatives. See below for replacement suggestions. Note that the proposed replacements should work in the most simple cases. Some use cases might require using different utils combinations.

  • gl-sm-flex-direction-column Replace with gl-flex-direction-column gl-md-flex-direction-row.

  • gl-xs-flex-direction-column Replace with gl-flex-direction-column gl-sm-flex-direction-row.

  • gl-xs-w-full Replace with gl-w-full gl-sm-w-auto.

  • gl-xs-mb-3 Replace with gl-mb-3 gl-sm-mb-0.

v68.8.0

Compare Source

Features
  • GlBanner: Add gray background (5103460)

v68.7.0

Compare Source

Features
  • GlDuoChatMessage: added copy-code button (3133d60)

v68.6.0

Compare Source

Features
  • Tokens: add theme color design tokens (97405b4)

v68.5.0

Compare Source

Features
  • GlBanner: change illustration size (720c057)

v68.4.0

Compare Source

Features
  • GlAlert, GlBroadcastMessage: Add CSS variable overrides (ed2754f)

v68.3.0

Compare Source

Features
  • GlDuoChat: support for slash commands (2d3eee1)

68.2.1 (2023-11-10)

Bug Fixes
  • GlPopover: increase hide delay (7fb02fa)

v68.2.1

Compare Source

Bug Fixes
  • GlPopover: increase hide delay (7fb02fa)

Configuration

📅 Schedule: Branch creation - "before 05:00 on Monday" (UTC), 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.

Merge request reports