Update NodeJS dependencies
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
@evilmartians/lefthook | devDependencies | patch | ^1.2.3 -> ^1.2.4 |
@gitlab/ui | dependencies | minor | ^52.0.0 -> ^52.3.1 |
@rollup/plugin-commonjs (source) | devDependencies | patch | ^23.0.3 -> ^23.0.4 |
postcss (source) | devDependencies | patch | ^8.4.19 -> ^8.4.20 |
prettier (source) | devDependencies | patch | ^2.8.0 -> ^2.8.1 |
rollup (source) | devDependencies | minor | ^3.5.1 -> ^3.7.3 |
MR created with the help of gitlab-org/frontend/renovate-gitlab-bot
Release Notes
gitlab-org/gitlab-ui
v52.3.1
Bug Fixes
- charts: add background color to toolbox title (517b70c)
- charts: add space between toolbox and chart (94c1ea8)
v52.3.0
Features
- GlListbox: Improve GlListbox's search input (29d69c8)
52.2.1 (2022-12-08)
Bug Fixes
- single-stat: Add left margin to single stat unit (10ad248)
v52.2.1
Bug Fixes
- single-stat: Add left margin to single stat unit (10ad248)
v52.2.0
Features
- css: add gl-isolate in utilities (c2249c5)
v52.1.0
Features
- token: Update focus state (f300690)
prettier/prettier
v2.8.1
#9184 by @agamkrbit)
Fix SCSS map in arguments (// Input
$display-breakpoints: map-deep-merge(
(
"print-only": "only print",
"screen-only": "only screen",
"xs-only": "only screen and (max-width: #{map-get($grid-breakpoints, "sm")-1})",
),
$display-breakpoints
);
// Prettier 2.8.0
$display-breakpoints: map-deep-merge(
(
"print-only": "only print",
"screen-only": "only screen",
"xs-only": "only screen and (max-width: #{map-get($grid-breakpoints, " sm
")-1})",
),
$display-breakpoints
);
// Prettier 2.8.1
$display-breakpoints: map-deep-merge(
(
"print-only": "only print",
"screen-only": "only screen",
"xs-only": "only screen and (max-width: #{map-get($grid-breakpoints, "sm")-1})",
),
$display-breakpoints
);
#13919 by @sosukesuzuki)
Support auto accessors syntax (Support for Auto Accessors Syntax landed in TypeScript 4.9.
(Doesn't work well with babel-ts
parser)
class Foo {
accessor foo: number = 3;
}
rollup/rollup
v3.7.3
2022-12-11
Bug Fixes
- Ensure
this.getFileName
no longer returns a placeholder as soon as hash placeholders have been resolved (#4747)
Merge Requests
- #4747: provide hashed file name when using this.getFileName in generateBundle (@lukastaegert)
v3.7.2
2022-12-10
Bug Fixes
- Improve chunk generation performance when one module is dynamically imported by many other modules (#4736)
Merge Requests
- #4736: Improve chunk assignment performance (@lukastaegert)
v3.7.1
2022-12-09
Bug Fixes
- Ad a hint to use @rollup/plugin-json when imports from a JSON file are not found (#4741)
Merge Requests
- #4741: fix: provide json hint when importing a no export json file (@TrickyPi)
v3.7.0
2022-12-08
Features
- Do not treat
.test
and.exec
on regular expressions as side effects (#4737)
Merge Requests
- #4737: feat: add sutiable RegExp prototype methods (@TrickyPi)
v3.6.0
2022-12-05
Features
- extend
this.getModuleInfo
with information about exports (#4731)
Merge Requests
-
#4731: feat: add
exports
andexportedBindings
toModule
class (@TrickyPi)
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.