Skip to content

Update NodeJS dependencies - autoclosed

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

evilmartians/lefthook

v1.2.4

Compare Source

gitlab-org/gitlab-ui

v52.3.1

Compare Source

Bug Fixes
  • charts: add background color to toolbox title (517b70c)
  • charts: add space between toolbox and chart (94c1ea8)

v52.3.0

Compare Source

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

Compare Source

Bug Fixes
  • single-stat: Add left margin to single stat unit (10ad248)

v52.2.0

Compare Source

Features
  • css: add gl-isolate in utilities (c2249c5)

v52.1.0

Compare Source

Features
  • token: Update focus state (f300690)
rollup/plugins

v23.0.4

Compare Source

2022-12-07

Bugfixes
postcss/postcss

v8.4.20

Compare Source

  • Fixed source map generation for childless at-rules like @layer.
prettier/prettier

v2.8.1

Compare Source

diff

Fix SCSS map in arguments (#​9184 by @​agamkrbit)
// 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
);
Support auto accessors syntax (#​13919 by @​sosukesuzuki)

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

Compare Source

2022-12-11

Bug Fixes
  • Ensure this.getFileName no longer returns a placeholder as soon as hash placeholders have been resolved (#​4747)
Merge Requests

v3.7.2

Compare Source

2022-12-10

Bug Fixes
  • Improve chunk generation performance when one module is dynamically imported by many other modules (#​4736)
Merge Requests

v3.7.1

Compare Source

2022-12-09

Bug Fixes
Merge Requests

v3.7.0

Compare Source

2022-12-08

Features
  • Do not treat .test and .exec on regular expressions as side effects (#​4737)
Merge Requests

v3.6.0

Compare Source

2022-12-05

Features
  • extend this.getModuleInfo with information about exports (#​4731)
Merge Requests

Configuration

📅 Schedule: Branch creation - "before 05:00 on Monday" (UTC), Automerge - 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.

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


  • If you want to rebase/retry this MR, click this checkbox.

This MR has been generated by Renovate Bot.

Merge request reports