Skip to content

Update dependency @gitlab/ui to v69

This MR contains the following updates:

Package Type Update Change
@gitlab/ui dependencies major ^68.5.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)

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.

Merge request reports