Skip to content

Update NodeJS dependencies

This MR contains the following updates:

Package Type Update Change
@docsearch/css (source) dependencies patch ^3.3.1 -> ^3.3.2
@evilmartians/lefthook devDependencies patch ^1.2.6 -> ^1.2.7
@gitlab/svgs dependencies minor ^3.15.0 -> ^3.16.0
@gitlab/ui dependencies minor ^52.9.0 -> ^52.10.0
eslint (source) devDependencies minor ^8.31.0 -> ^8.32.0
glob dependencies minor ^8.0.3 -> ^8.1.0
instantsearch.js (source) dependencies patch ^4.49.3 -> ^4.49.4
prettier (source) devDependencies patch ^2.8.2 -> ^2.8.3
rollup (source) devDependencies minor ^3.9.1 -> ^3.10.0

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


Release Notes

algolia/docsearch

v3.3.2

Compare Source

Bug Fixes
evilmartians/lefthook

v1.2.7

Compare Source

gitlab-org/gitlab-svgs

v3.16.0

Compare Source

[3.16.0]

Changes

  • Added icon 'grip'
  • Added icon 'keyboard'
  • Added icon 'search-results'
gitlab-org/gitlab-ui

v52.10.0

Compare Source

Features
  • GlSparklineChart: Add smooth prop (f28d852)

52.9.3 (2023-01-10)

Bug Fixes
  • deps: update dependency dompurify to ^2.4.3 (0899f93)

52.9.2 (2023-01-09)

Bug Fixes
  • GlTabs: set a query parameter for the first tab (f2f4827)

52.9.1 (2023-01-09)

Bug Fixes
  • deps: update dependency dompurify to ^2.4.2 (c1b1212)

v52.9.3

Compare Source

Bug Fixes
  • deps: update dependency dompurify to ^2.4.3 (0899f93)

v52.9.2

Compare Source

Bug Fixes
  • GlTabs: set a query parameter for the first tab (f2f4827)

v52.9.1

Compare Source

Bug Fixes
  • deps: update dependency dompurify to ^2.4.2 (c1b1212)
eslint/eslint

v8.32.0

Compare Source

Features

  • fc20f24 feat: add suggestions for redundant wrapping in prefer-regex-literals (#​16658) (YeonJuan)

Bug Fixes

Documentation

  • 17b65ad docs: IA Update page URL move (#​16665) (Ben Perlmutter)
  • 5981296 docs: fix theme switcher button (#​16752) (Sam Chen)
  • 6669413 docs: deploy prerelease docs under the /docs/next/ path (#​16541) (Nitin Kumar)
  • 78ecfe0 docs: use inline code for rule options name (#​16768) (Percy Ma)
  • fc2ea59 docs: Update README (GitHub Actions Bot)
  • 762a872 docs: Update README (GitHub Actions Bot)

Chores

  • 2952d6e chore: sync templates/*.md files with issue templates (#​16758) (gfyoung)
  • 3e34418 chore: Add new issues to triage project (#​16740) (Nicholas C. Zakas)
isaacs/node-glob

v8.1.0

Compare Source

algolia/instantsearch.js

v4.49.4

Compare Source

prettier/prettier

v2.8.3

Compare Source

diff

Allow self-closing tags on custom elements (#​14170 by @​fisker)

See Angular v15.1.0 release note for details.

// Input
<app-test/>

// Prettier 2.8.2
SyntaxError: Only void and foreign elements can be self closed "app-test" (1:1)
> 1 | <app-test/>
    | ^^^^^^^^^
  2 |

// Prettier 2.8.3
<app-test />
rollup/rollup

v3.10.0

Compare Source

2023-01-12

Features
  • Add information about the resolving plugin to resolved ids (#​4789)
  • Improve treeshaking for optional chaining when the root is nullish (#​4797)
Bug Fixes
  • Remove unnecessary internal defaults for acorn options (#​4786)
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