Skip to content

Update NodeJS dependencies

This MR contains the following updates:

Package Type Update Change
@evilmartians/lefthook devDependencies patch ^1.4.8 -> ^1.4.9
@​gitlab/eslint-plugin devDependencies patch ^19.0.0 -> ^19.0.1
@gitlab/ui dependencies minor ^65.1.2 -> ^65.3.1
@rollup/plugin-node-resolve (source) devDependencies minor ^15.1.0 -> ^15.2.0
postcss (source) devDependencies patch ^8.4.27 -> ^8.4.28
prettier (source) devDependencies patch ^3.0.1 -> ^3.0.2
sass devDependencies minor ^1.65.1 -> ^1.66.1
stylelint (source) devDependencies patch ^15.10.2 -> ^15.10.3

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


Release Notes

evilmartians/lefthook

v1.4.9

Compare Source

1.4.8 (2023-07-31)

1.4.7 (2023-07-24)

1.4.6 (2023-07-18)

1.4.5 (2023-07-12)

1.4.4 (2023-07-10)

1.4.3 (2023-06-19)

1.4.2 (2023-06-13)

1.4.1 (2023-05-22)

1.4.0 (2023-05-18)

1.3.13 (2023-05-11)

1.3.12 (2023-04-28)

1.3.11 (2023-04-27)

1.3.10

1.3.9 (2023-04-04)

1.3.8 (2023-03-23)

1.3.7 (2023-03-20)

1.3.6 (2023-03-16)

1.3.5 (2023-03-15)

1.3.4 (2023-03-13)

  • fix: don't extra extend config if lefthook-local.yml is missing (#​444) by @​mrexox

1.3.3 (2023-03-01)

1.3.2 (2023-02-27)

1.3.1 (2023-02-27)

1.3.0 (2023-02-22)

1.2.9 (2023-02-13)

1.2.8 (2023-01-23)

1.2.7 (2023-01-10)

1.2.6 (2022-12-14)

1.2.5 (2022-12-13)

1.2.4 (2022-12-05)

1.2.3 (2022-11-30)

1.2.2 (2022-11-23)

1.2.1 (2022-11-17)

1.2.0 (2022-11-7)

1.1.4 (2022-11-1)

1.1.3 (2022-10-15)

1.1.2 (2022-10-10)

1.1.1 (2022-08-22)

1.1.0 (2022-08-13)

1.0.5 (2022-07-19)

gitlab-org/gitlab-ui

v65.3.1

Compare Source

Bug Fixes
  • revert setting fixed height on form control (29fe576)
Reverts
  • add default styling for GlInputGroupText (ace959e)

v65.3.0

Compare Source

Features
  • CSS: Add new utility CSS class (13b3b30)

v65.2.0

Compare Source

Features
  • Changing chart responsive prop to true (6400e0e)
  • Checkbox: Fix high contrast mode (bf36b8d)
  • Checkbox: Reset background (93ad593)

65.1.3 (2023-08-15)

Bug Fixes
  • GlDisclosureDropdown: Removes the group role from disclosure groups (c79c93f)
  • GlProgress: remove double-passing of props (3ec1277)

65.1.2 (2023-08-11)

Bug Fixes
  • GlDisclosureDropdown: sets alignment to fix right placement (02c966a), closes #L69-L70

65.1.1 (2023-08-10)

Bug Fixes
  • GlCollpasibleListbox: correctly handle Home and End (596127d)

v65.1.3

Compare Source

Bug Fixes
  • GlDisclosureDropdown: Removes the group role from disclosure groups (c79c93f)
  • GlProgress: remove double-passing of props (3ec1277)
rollup/plugins

v15.2.0

Compare Source

2023-08-17

Features
  • feat: pass original importee to secondary resolve #​1557
postcss/postcss

v8.4.28

Compare Source

  • Fixed Root.source.end for better source map (by Romain Menke).
  • Fixed Result.root types when process() has no parser.
prettier/prettier

v3.0.2

Compare Source

diff

Break after = of assignment if RHS is poorly breakable AwaitExpression or YieldExpression (#​15204 by @​seiyab)
// Input
const { section, rubric, authors, tags } = await utils.upsertCommonData(mainData);

// Prettier 3.0.1
const { section, rubric, authors, tags } = await utils.upsertCommonData(
  mainData,
);

// Prettier 3.0.2
const { section, rubric, authors, tags } =
  await utils.upsertCommonData(mainData);
Do not add trailing comma for grouped scss comments (#​15217 by @​auvred)
/* Input */
$foo: (
	'property': (),
	// comment 1
	// comment 2
)

/* Prettier 3.0.1 */
$foo: (
  "property": (),
  // comment 1
  // comment 2,
);

/* Prettier 3.0.2 */
$foo: (
  "property": (),
  // comment 1
  // comment 2
);
Print declare and export keywords for nested namespace (#​15249 by @​sosukesuzuki)
// Input
declare namespace abc1.def {}
export namespace abc2.def {}

// Prettier 3.0.1
namespace abc1.def {}
namespace abc2.def {}

// Prettier 3.0.2
declare namespace abc1.def {}
export namespace abc2.def {}
sass/dart-sass

v1.66.1

Compare Source

JS API
  • Fix a bug where Sass compilation could crash in strict mode if passed a callback that threw a string, boolean, number, symbol, or bignum.

v1.66.0

Compare Source

  • Breaking change: Drop support for the additional CSS calculations defined in CSS Values and Units 4. Custom Sass functions whose names overlapped with these new CSS functions were being parsed as CSS calculations instead, causing an unintentional breaking change outside our normal [compatibility policy] for CSS compatibility changes.

    Support will be added again in a future version, but only after Sass has emitted a deprecation warning for all functions that will break for at least three months prior to the breakage.

stylelint/stylelint

v15.10.3

Compare Source


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, check this box

This MR has been generated by Renovate Bot.

Merge request reports