Update NodeJS dependencies (major)
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
@gitlab/ui | dependencies | major | ^43.21.0 -> ^46.0.0 |
@rollup/plugin-babel (source) | devDependencies | major | ^5.3.1 -> ^6.0.0 |
@rollup/plugin-commonjs (source) | devDependencies | major | ^22.0.2 -> ^23.0.0 |
@rollup/plugin-inject (source) | devDependencies | major | ^4.0.4 -> ^5.0.0 |
MR created with the help of gitlab-org/frontend/renovate-gitlab-bot
Release Notes
gitlab-org/gitlab-ui
v46.0.0
Bug Fixes
- remove gl-sm-pb-[0-5] utils (c94b46d)
- remove gl-sm-pl-[1-4] utils (802a32c)
- remove gl-sm-pr-[014] utils (8e9c3ee)
- remove gl-xs-align-items-baseline util (359dd98)
- remove gl-xs-display-block util (03b1f51)
- remove gl-xs-display-flex util (0416358)
- remove gl-xs-display-inline util (637f1c8)
- remove gl-xs-display-inline-block util (288bf3e)
- remove gl-xs-display-inline-flex util (ceeab81)
Features
-
GlAlert:
role
status based on alert type (377137d), closes /gitlab.com/gitlab-org/gitlab-ui/-/merge_requests/3045#note_1124896838 /gitlab.com/gitlab-org/gitlab-ui/-/merge_requests/3045#note_1124893205
BREAKING CHANGES
- This removes the
gl-xs-align-items-baseline
desktop-first CSS util. If you were relying on it, please migrate to a mobile-first approach. - This removes the
gl-xs-display-inline-block
desktop-first CSS util. If you were relying on it, please migrate to a mobile-first approach. - This removes the
gl-xs-display-inline
desktop-first CSS util. If you were relying on it, please migrate to a mobile-first approach. - This removes the
gl-xs-display-block
desktop-first CSS util. If you were relying on it, please migrate to a mobile-first approach. - This removes the
gl-xs-display-inline-flex
desktop-first CSS util. If you were relying on it, please migrate to a mobile-first approach. - This removes the
gl-xs-display-flex
desktop-first CSS util. If you were relying on it, please migrate to a mobile-first approach. - This removes
gl-sm-pr-[014]
desktop-first CSS utils. If you were relying on them, please migrate to a mobile-first approach. - This removes
gl-sm-pl-[1-4]
desktop-first CSS utils. If you were relying on them, please migrate to a mobile-first approach. - This removes
gl-sm-pb-[0-5]
desktop-first CSS utils. If you were relying on them, please migrate to a mobile-first approach.
v45.0.0
Features
- GlListbox: add support for listbox filtering (c6edcc4)
BREAKING CHANGES
-
GlListbox:
ariaLabelledby
property was renamed totoggleAriaLabelledBy
for better consistency with a newlistAriaLabelledBy
property
v44.1.0
Features
- GlAlert: add aria-live attribute (89b866b)
v44.0.0
Bug Fixes
- remove gl-sm-pt-0 CSS util (97c5907)
- remove gl-sm-pt-1 CSS util (d9fa6bc)
- remove gl-sm-pt-2 CSS util (8cf287e)
- remove gl-sm-pt-3 CSS util (ed97bbf)
- remove gl-sm-pt-4 CSS util (fb0b50e)
- remove gl-sm-pt-5 CSS util (11a0cdc)
BREAKING CHANGES
- This removes the desktop-first gl-sm-pt-5 CSS util. If you were relying on it for some styling, please migrate to a mobile-first approach.
- This removes the desktop-first gl-sm-pt-4 CSS util. If you were relying on it for some styling, please migrate to a mobile-first approach.
- This removes the desktop-first gl-sm-pt-3 CSS util. If you were relying on it for some styling, please migrate to a mobile-first approach.
- This removes the desktop-first gl-sm-pt-2 CSS util. If you were relying on it for some styling, please migrate to a mobile-first approach.
- This removes the desktop-first gl-sm-pt-1 CSS util. If you were relying on it for some styling, please migrate to a mobile-first approach.
- This removes the desktop-first gl-sm-pt-0 CSS util. If you were relying on it for some styling, please migrate to a mobile-first approach.
rollup/plugins (@rollup/plugin-babel)
v6.0.0
2022-10-08
Breaking Changes
- fix: prepare for Rollup 3 #1303
rollup/plugins (@rollup/plugin-commonjs)
v23.0.0
2022-10-09
Breaking Changes
- fix: prepare for Rollup 3 #1300
rollup/plugins (@rollup/plugin-inject)
v5.0.0
2022-10-09
Breaking Changes
- fix: prepare for Rollup 3 #1292
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.