Skip to content

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

🤖 GitLab Bot 🤖 requested to merge renovate/major-gitlab-uisvg into master

This MR contains the following updates:

Package Type Update Change
@gitlab/ui (source) dependencies major 26.4.0 -> 27.0.0

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


Release Notes

gitlab-org/gitlab-ui

v27.0.0

Compare Source

Bug Fixes
  • css: rename display mixins to match naming conventions (2513af8)
BREAKING CHANGES
  • css: This renames responsive display CSS mixins to adhere to GitLab UI's naming conventions. Any project that uses one of those mixins, or their corresponding utility classes will have to proceed to the following replacements:

  • gl-display-sm-none -> gl-sm-display-none

  • gl-display-md-none -> gl-md-display-none

  • gl-display-lg-none -> gl-lg-display-none

  • gl-display-sm-flex -> gl-sm-display-flex

  • gl-display-md-flex -> gl-md-display-flex

  • gl-display-lg-flex -> gl-lg-display-flex

  • gl-display-sm-inline-flex -> gl-sm-display-inline-flex

  • gl-display-lg-inline-flex -> gl-lg-display-inline-flex

  • gl-display-sm-block -> gl-sm-display-block

  • gl-display-md-block -> gl-md-display-block

  • gl-display-lg-block -> gl-lg-display-block

  • gl-display-lg-inline-block -> gl-lg-display-inline-block

  • gl-display-lg-table-cell -> gl-lg-display-table-cell


Renovate configuration

📅 Schedule: 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 Bot 🤖

Merge request reports