Skip to content

Update NodeJS dependencies

This MR contains the following updates:

Package Type Update Change
@babel/preset-env (source) devDependencies minor ^7.22.20 -> ^7.23.2
@evilmartians/lefthook devDependencies patch ^1.5.0 -> ^1.5.2
@gitlab/stylelint-config devDependencies patch ^5.0.0 -> ^5.0.1
@gitlab/svgs dependencies minor ^3.65.0 -> ^3.66.0
@gitlab/ui dependencies minor ^66.21.0 -> ^66.27.0
@rollup/plugin-babel (source) devDependencies patch ^6.0.3 -> ^6.0.4
@rollup/plugin-commonjs (source) devDependencies patch ^25.0.4 -> ^25.0.5
@rollup/plugin-json (source) devDependencies patch ^6.0.0 -> ^6.0.1
@rollup/plugin-node-resolve (source) devDependencies patch ^15.2.1 -> ^15.2.3
@rollup/plugin-replace (source) devDependencies patch ^5.0.2 -> ^5.0.3
@rollup/plugin-terser (source) devDependencies patch ^0.4.3 -> ^0.4.4
@rollup/plugin-url (source) devDependencies patch ^8.0.1 -> ^8.0.2
@rollup/plugin-yaml (source) devDependencies patch ^4.1.1 -> ^4.1.2
eslint (source) devDependencies minor ^8.50.0 -> ^8.51.0
rollup-plugin-import-css devDependencies patch ^3.3.4 -> ^3.3.5
sass devDependencies minor ^1.68.0 -> ^1.69.2
vite (source) devDependencies patch ^4.4.9 -> ^4.4.11

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


Release Notes

babel/babel

v7.23.2

Compare Source

🐛 Bug Fix
  • babel-traverse
  • babel-preset-typescript
  • babel-helpers
  • babel-helpers, babel-plugin-transform-modules-commonjs, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
evilmartians/lefthook

v1.5.2

Compare Source

v1.5.1

Compare Source

gitlab-org/gitlab-svgs

v3.66.0

Compare Source

[3.66.0]

Changes

  • Added illustration 'jira'
gitlab-org/gitlab-ui

v66.27.0

Compare Source

Features
  • GlAlert: Use heading scale (b9ae701)

v66.26.0

Compare Source

Features
  • GlDuoChatMessage: Implemented component (633f36f)

66.25.1 (2023-10-09)

Bug Fixes
  • charts: prevent long legends overflowing chart (873edcf)

v66.25.1

Compare Source

Bug Fixes
  • charts: prevent long legends overflowing chart (873edcf)

v66.25.0

Compare Source

Features
  • GlDuoUserFeedback: introduced new slots (d771a0f)

v66.24.0

Compare Source

Features
  • DuoChatLoader: added component (658ca9e)

66.23.1 (2023-10-04)

Bug Fixes
  • GlCollapsibleListbox, GlDisclosureDropdown: Update group border color (6dc4bf2)

v66.23.1

Compare Source

Bug Fixes
  • GlCollapsibleListbox, GlDisclosureDropdown: Update group border color (6dc4bf2)

v66.23.0

Compare Source

Features
  • GlDuoChatPredefinedPrompts: new component (c3e2347)

v66.22.0

Compare Source

Features
  • GlDuoChatMessageSources: Implemented component (8066320)
rollup/plugins (@​rollup/plugin-babel)

v6.0.4

Compare Source

2023-10-05

Bugfixes
  • fix: ensure rollup 4 compatibility #​1595
rollup/plugins (@​rollup/plugin-commonjs)

v25.0.5

Compare Source

2023-10-05

Bugfixes
  • fix: ensure rollup 4 compatibility #​1595
rollup/plugins (@​rollup/plugin-json)

v6.0.1

Compare Source

2023-10-05

Bugfixes
  • fix: ensure rollup 4 compatibility #​1595
rollup/plugins (@​rollup/plugin-node-resolve)

v15.2.3

Compare Source

2023-10-08

Bugfixes
  • fix: modulePaths default is not set #​1534

v15.2.2

Compare Source

2023-10-05

Bugfixes
  • fix: ensure rollup 4 compatibility #​1595
rollup/plugins (@​rollup/plugin-replace)

v5.0.3

Compare Source

2023-10-05

Bugfixes
  • fix: ensure rollup 4 compatibility #​1595
rollup/plugins (@​rollup/plugin-terser)

v0.4.4

Compare Source

2023-10-05

Bugfixes
  • fix: ensure rollup 4 compatibility #​1595
rollup/plugins (@​rollup/plugin-url)

v8.0.2

Compare Source

2023-10-05

Bugfixes
  • fix: ensure rollup 4 compatibility #​1595
rollup/plugins (@​rollup/plugin-yaml)

v4.1.2

Compare Source

2023-10-05

Bugfixes
  • fix: ensure rollup 4 compatibility #​1595
eslint/eslint

v8.51.0

Compare Source

Features

  • 0a9c433 feat: Add --no-warn-ignored CLI option for flat config (#​17569) (Domantas Petrauskas)
  • 977e67e feat: logical-assignment-operators to report expressions with 3 operands (#​17600) (Yosuke Ota)

Bug Fixes

  • f976b2f fix: make rule severity case-sensitive in flat config (#​17619) (Milos Djermanovic)
  • 0edfe36 fix: Ensure crash error messages are not duplicated (#​17584) (Nicholas C. Zakas)
  • dd79abc fix: eslint-disable to be able to parse quoted rule names (#​17612) (Yosuke Ota)
  • d2f6801 fix: Ensure correct code path for && followed by ?? (#​17618) (Nicholas C. Zakas)

Documentation

  • ee5be81 docs: default to sourceType: "module" in rule examples (#​17615) (Francesco Trotta)
  • 1aa26df docs: Add more examples for multiline-ternary (#​17610) (George Ashiotis)
  • 47d0b44 docs: Update README (GitHub Actions Bot)
  • dbf831e docs: use generated og image (#​17601) (Percy Ma)
  • 1866da5 docs: Update README (GitHub Actions Bot)

Chores

jleeson/rollup-plugin-import-css

v3.3.5

Compare Source

sass/dart-sass

v1.69.2

Compare Source

JS API
  • Fix a bug where Sass crashed when running in the browser if there was a global variable named process.

v1.69.1

Compare Source

  • No user-visible changes.

v1.69.0

Compare Source

  • Add a meta.get-mixin() function that returns a mixin as a first-class Sass value.

  • Add a meta.apply() mixin that includes a mixin value.

  • Add a meta.module-mixins() function which returns a map from mixin names in a module to the first-class mixins that belong to those names.

  • Add a meta.accepts-content() function which returns whether or not a mixin value can take a content block.

  • Add support for the relative color syntax from CSS Color 5. This syntax cannot be used to create Sass color values. It is always emitted as-is in the CSS output.

Dart API
  • Deprecate Deprecation.calcInterp since it was never actually emitted as a deprecation.
Embedded Sass
  • Fix a rare race condition where the embedded compiler could freeze when a protocol error was immediately followed by another request.
vitejs/vite

v4.4.11

Compare Source

Please refer to CHANGELOG.md for details.

v4.4.10

Compare Source

Please refer to CHANGELOG.md for details.


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.

Edited by GitLab Dependency Bot

Merge request reports