Skip to content

Update NodeJS dependencies (major)

This MR contains the following updates:

Package Type Update Change
@gitlab/eslint-plugin devDependencies major ^8.4.0 -> ^9.0.2
@gitlab/ui (source) dependencies major ^29.38.1 -> ^31.5.0
babel-jest devDependencies major ^26.6.3 -> ^27.0.6
jest (source) devDependencies major ^26.6.3 -> ^27.0.6

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


Release Notes

gitlab-org/gitlab-ui

v31.5.0

Compare Source

Features
  • css: Add padding size to utility class (c40101e)

31.4.1 (2021-07-13)

Bug Fixes
  • GlFilteredSearch: Revert "Stop component mutating value prop" (b8940c9)

v31.4.1

Compare Source

Bug Fixes
  • GlFilteredSearch: Revert "Stop component mutating value prop" (b8940c9)

v31.4.0

Compare Source

Features
  • css: Add gl-text-theme-indigo-900 mixin (ef53398)

v31.3.0

Compare Source

Features
  • GlSingleStat: Fade units after animation (41531ac)

v31.2.0

Compare Source

Features
  • GlSafeHtml: sanitize potentially dangerous data attributes (e3cc94e)

v31.1.0

Compare Source

Features
  • css: Add gl-left-50p utility class (65dd918)

31.0.1 (2021-07-08)

Bug Fixes
  • GlLabel: Fix visibility of underline on hover and focus state (790aa16)

v31.0.1

Compare Source

Bug Fixes
  • GlLabel: Fix visibility of underline on hover and focus state (790aa16)

v31.0.0

Compare Source

Bug Fixes
  • GlDrawer: align title and close icon (df09bfb)
BREAKING CHANGES
  • GlDrawer: the header slot has been split up into two distinct slots:

  • The title slot should only contain the drawer's title.

  • The header slot can be used to display additional content below the title.

Usages of GlDrawer need to be updated to move the contents to the correct slots.

v30.3.0

Compare Source

Features
  • Add props to allow adding and hiding labels (05eb875)

30.2.2 (2021-07-07)

Bug Fixes
  • GlFilteredSearch: Stop component mutating value prop (5ff7bdb)

30.2.1 (2021-07-05)

Bug Fixes
  • GlTable: update hover and selected primary background (ac37040)

v30.2.2

Compare Source

Bug Fixes
  • GlFilteredSearch: Stop component mutating value prop (5ff7bdb)

v30.2.1

Compare Source

Bug Fixes
  • GlTable: update hover and selected primary background (ac37040)

v30.2.0

Compare Source

Features
  • add gl-md-max-w-30p and gl-md-w-50p classes (73336c1)
  • remove gl-flex-grow-4 class (60e0b5c)

v30.1.0

Compare Source

Features

30.0.1 (2021-06-28)

Bug Fixes
  • GlSafeLinkDirective: pass arguments to update hook (3a4de98)

v30.0.1

Compare Source

Bug Fixes
  • GlSafeLinkDirective: pass arguments to update hook (3a4de98)

v30.0.0

Compare Source

Bug Fixes
  • GlToast: set background opacity to 1 (46983f5)
Code Refactoring
  • toast: Replace vue-toasted with BootstrapVue's Toast plugin (59e94f9)
BREAKING CHANGES
  • toast: This replaces the internal toasts library.

BootstrapVue's built-in toasts are now used instead of vue-toasted.

As a result, the following changes should be made when upgrading:

  • The following options have been renamed:
    • duration now is autoHideDelay
    • className now is toasClass.
  • The following options are not supported anymore:
    • fullWidth
    • fitToScreen
    • containerClass
    • iconPack
    • Icon
    • theme
    • closeOnSwipe
    • keepOnHover
    • singleton
    • type (note that while this option was previously supported, it didn't have any effect visually and can thus be removed altogether)
  • It is not possible to render HTML in toasts' body anymore, make sure to only pass plain text to the .show() method.
  • To adhere with the design system, the position option has also been removed. Toasts should only appear in the bottom-left corner.
  • The callbacks have been backported:
    • onComplete should work as usual.
    • onClick's second argument is an object with the following properties:
      • id is the BootstrapVue toast's ID.
      • hide is a method that can be called to hide the toast. It replaces goAway(0).

29.38.1 (2021-06-18)

Bug Fixes
  • GlEmptyState: Add role img to empty state image (53ad49f)
facebook/jest

v27.0.6

Compare Source

v27.0.5

Compare Source

v27.0.2

Compare Source

v27.0.1

Compare Source

v27.0.0

Compare Source


Configuration

📅 Schedule: "before 3am on Monday" (UTC).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This MR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this MR, check this box.

This MR has been generated by Renovate Bot.

Merge request reports