From 83d7db0fbec3347f345e3c9b704e65dadf22db4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 12:22:48 +0800 Subject: [PATCH] build(deps): bump the npm group across 1 directory with 23 updates (#2287) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps the npm group with 18 updates in the /website directory: | Package | From | To | | --- | --- | --- | | [@babel/parser](https://github.com/babel/babel/tree/HEAD/packages/babel-parser) | `7.26.2` | `7.26.3` | | [@docsearch/css](https://github.com/algolia/docsearch) | `3.6.2` | `3.8.0` | | [@iconify-json/simple-icons](https://github.com/iconify/icon-sets) | `1.2.12` | `1.2.15` | | [@shikijs/transformers](https://github.com/shikijs/shiki/tree/HEAD/packages/transformers) | `1.23.1` | `1.24.2` | | [@shikijs/vscode-textmate](https://github.com/shikijs/vscode-textmate) | `9.3.0` | `9.3.1` | | [@ungap/structured-clone](https://github.com/ungap/structured-clone) | `1.2.0` | `1.2.1` | | [@vitejs/plugin-vue](https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue) | `5.2.0` | `5.2.1` | | [@vue/devtools-api](https://github.com/vuejs/devtools/tree/HEAD/packages/devtools-api) | `7.6.4` | `7.6.8` | | [@vueuse/core](https://github.com/vueuse/vueuse/tree/HEAD/packages/core) | `11.1.0` | `11.3.0` | | [algoliasearch](https://github.com/algolia/algoliasearch-client-javascript) | `5.15.0` | `5.17.0` | | [magic-string](https://github.com/rich-harris/magic-string) | `0.30.13` | `0.30.15` | | [minisearch](https://github.com/lucaong/minisearch) | `7.1.0` | `7.1.1` | | [nanoid](https://github.com/ai/nanoid) | `3.3.7` | `3.3.8` | | [preact](https://github.com/preactjs/preact) | `10.24.3` | `10.25.2` | | [regex-recursion](https://github.com/slevithan/regex-recursion) | `4.2.1` | `4.3.0` | | [rollup](https://github.com/rollup/rollup) | `4.27.3` | `4.28.1` | | [shiki](https://github.com/shikijs/shiki/tree/HEAD/packages/shiki) | `1.23.1` | `1.24.2` | | [superjson](https://github.com/blitz-js/superjson) | `2.2.1` | `2.2.2` | Updates `@babel/parser` from 7.26.2 to 7.26.3
Release notes

Sourced from @​babel/parser's releases.

v7.26.3 (2024-12-04)

:bug: Bug Fix

:house: Internal

:running_woman: Performance

Committers: 4

Changelog

Sourced from @​babel/parser's changelog.

v7.26.3 (2024-12-04)

:bug: Bug Fix

:house: Internal

:running_woman: Performance

Commits

Updates `@babel/types` from 7.26.0 to 7.26.3
Release notes

Sourced from @​babel/types's releases.

v7.26.3 (2024-12-04)

:bug: Bug Fix

:house: Internal

:running_woman: Performance

Committers: 4

v7.26.2 (2024-10-30)

:bug: Bug Fix

Committers: 6

v7.26.1 (2024-10-25)

:bug: Bug Fix

Committers: 3

... (truncated)

Changelog

Sourced from @​babel/types's changelog.

v7.26.3 (2024-12-04)

:bug: Bug Fix

:house: Internal

:running_woman: Performance

v7.26.2 (2024-10-30)

:bug: Bug Fix

v7.26.1 (2024-10-25)

:bug: Bug Fix

Commits

Updates `@docsearch/css` from 3.6.2 to 3.8.0
Release notes

Sourced from @​docsearch/css's releases.

v3.8.0

3.8.0 (2024-11-12)

This version introduces a new type DocSearchTransformClient to allow the transformSearchClient to use either the lite client, or the full algoliasearch client. Users are encouraged to use the lite client (import { liteClient } from 'algoliasearch/lite) to reduce bundle size.

Bug Fixes

Features

v3.7.0

What's Changed

New Contributors

Full Changelog: https://github.com/algolia/docsearch/compare/v3.6.3...v3.7.0

v3.6.3

What's Changed

New Contributors

Full Changelog: https://github.com/algolia/docsearch/compare/v3.6.2...v3.6.3

Changelog

Sourced from @​docsearch/css's changelog.

3.8.0 (2024-11-12)

This version introduces a new type DocSearchTransformClient to allow the transformSearchClient to use either the lite client, or the full algoliasearch client. Users are encouraged to use the lite client (import { liteClient } from 'algoliasearch/lite) to reduce bundle size.

Bug Fixes

Features

3.7.0 (2024-11-04)

Bug Fixes

3.6.3 (2024-10-31)

Commits

Updates `@iconify-json/simple-icons` from 1.2.12 to 1.2.15
Commits

Updates `@shikijs/transformers` from 1.23.1 to 1.24.2
Release notes

Sourced from @​shikijs/transformers's releases.

v1.24.2

   🐞 Bug Fixes

    View changes on GitHub

v1.24.1

   🚀 Features

    View changes on GitHub

v1.24.0

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub
Commits

Updates `@shikijs/vscode-textmate` from 9.3.0 to 9.3.1
Commits

Updates `@ungap/structured-clone` from 1.2.0 to 1.2.1
Commits

Updates `@vitejs/plugin-vue` from 5.2.0 to 5.2.1
Release notes

Sourced from @​vitejs/plugin-vue's releases.

plugin-vue@5.2.1

Please refer to CHANGELOG.md for details.

Changelog

Sourced from @​vitejs/plugin-vue's changelog.

5.2.1 (2024-11-26)

Commits

Updates `@vue/devtools-api` from 7.6.4 to 7.6.8
Release notes

Sourced from @​vue/devtools-api's releases.

v7.6.8

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v7.6.7

   🐞 Bug Fixes

    View changes on GitHub

v7.6.6

   🚀 Features

    View changes on GitHub

v7.6.5

   🐞 Bug Fixes

    View changes on GitHub
Commits

Updates `@vue/devtools-kit` from 7.6.4 to 7.6.8
Release notes

Sourced from @​vue/devtools-kit's releases.

v7.6.8

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v7.6.7

   🐞 Bug Fixes

    View changes on GitHub

v7.6.6

   🚀 Features

    View changes on GitHub

v7.6.5

   🐞 Bug Fixes

    View changes on GitHub
Commits

Updates `@vue/devtools-shared` from 7.6.4 to 7.6.8
Release notes

Sourced from @​vue/devtools-shared's releases.

v7.6.8

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v7.6.7

   🐞 Bug Fixes

    View changes on GitHub

v7.6.6

   🚀 Features

    View changes on GitHub

v7.6.5

   🐞 Bug Fixes

    View changes on GitHub
Commits

Updates `@vueuse/core` from 11.1.0 to 11.3.0
Release notes

Sourced from @​vueuse/core's releases.

v11.3.0

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v11.2.0

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub
Commits

Updates `@vueuse/metadata` from 11.1.0 to 11.3.0
Release notes

Sourced from @​vueuse/metadata's releases.

v11.3.0

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v11.2.0

   🚀 Features

   🐞 Bug Fixes