Update dependency @gitlab/ui to v133

This MR contains the following updates:

Package Type Update Change
@gitlab/ui (source) dependencies major 132.1.0 -> 133.0.0

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


Release Notes

gitlab-org/gitlab-services/design.gitlab.com (@​gitlab/ui)

v133.0.0

Compare Source

Major Changes
  • !5807: Remove BFormTextarea dependency from GlFormTextarea (@lorenzvanherwaarden)

    GlFormTextarea now uses a native <textarea> element instead of BootstrapVue's BFormTextarea component. It also does not support a couple helper methods/setters.

    BREAKING CHANGE: The following props and helper methods/setters are no longer supported:

    • lazy - The v-model is now always updated on input. Use the debounce prop for delayed updates.
    • lazy-formatter - The formatter is now always applied on input.
    • no-auto-shrink - Auto-height mode always shrinks with content.
    • number - Use Vue's v-model.number modifier or handle conversion in the parent component.
    • plaintext - Use readonly with custom styling instead.
    • wrap - The browser default 'soft' wrap is always used.
    • trim - Use Vue's v-model.trim modifier instead.
    • selectionStart - Use selectionStart from the DOM textarea
    • selectionEnd - Use selectionEnd from the DOM textarea
    • selectionDirection - Use selectionDirection from the DOM textarea
    • validity - Use validity from the DOM textarea
    • validationMessage - Use validationMessage from the DOM textarea
    • willValidate - Use willValidate from the DOM textarea

    These last 6 helper methods/setters were also removed from GlFormInput.

v132.2.2

Compare Source

Patch Changes
  • !5837: Replaces "mobile-issue-close" icon with "check" icon so that "mobile-issue-close" can be deprecated. See #271390 for details. (@clavimoniere)

v132.2.1

Compare Source

Patch Changes
  • !5933: Fix off-by-one errors in purple deprecated color dark mode aliases (@danmh)

v132.2.0

Compare Source

Minor Changes
  • !5902: Add theme tinted neutrals (@danmh)

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: Never, 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 Mark Florian

Merge request reports

Loading