KernelSU icon indicating copy to clipboard operation
KernelSU copied to clipboard

build(deps): bump the npm group across 1 directory with 16 updates

Open dependabot[bot] opened this issue 1 year ago • 0 comments

Bumps the npm group with 5 updates in the /website directory:

Package From To
vitepress 1.4.1 1.4.3
@babel/parser 7.26.1 7.26.2
@docsearch/js 3.6.2 3.6.3
@vueuse/integrations 11.1.0 11.2.0
rollup 4.24.2 4.24.3

Updates vitepress from 1.4.1 to 1.4.3

Release notes

Sourced from vitepress's releases.

v1.4.3

Please refer to CHANGELOG.md for details.

v1.4.2

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vitepress's changelog.

1.4.3 (2024-10-31)

Performance Improvements

1.4.2 (2024-10-29)

Bug Fixes

  • cache markdown-it instance and properly dispose shiki on config reload (#4321) (45968cd) (acfe97f)
  • regression: hmr not working with markdown includes due to wrong cache key (615aed5), closes #4289 #4303
  • remove explicit chinese fonts (#4286) (668e9f7) (b893550), closes #4286
  • theme/a11y: don't select search result unless mouse is actually moved (e638d85), closes #4297
  • theme: add types for VPLink, VPSocialLink and VPSocialLinks exports (#4284) (fcae4d5)
  • theme: don't escape html in siteTitle (#4308) (bd690d6)
Commits
  • 2b3cd95 release: v1.4.3
  • 8f05275 chore: adjust type cast
  • 8299778 perf: lazy load shiki languages (#4326)
  • c61775a docs(ru): update translations (#4323)
  • 67b7d5d release: v1.4.2
  • 615aed5 fix(regression): hmr not working with markdown includes due to wrong cache key
  • acfe97f fix: dispose mdit instance on manual restart too
  • 45968cd fix: cache markdown it instance and properly dispose shiki on config reload (...
  • 81fc148 style(theme): do not copy lang when copying text (#4316)
  • bd690d6 feat(theme): don't escape siteTitle (#4308)
  • Additional commits viewable in compare view

Updates @babel/parser from 7.26.1 to 7.26.2

Release notes

Sourced from @​babel/parser's releases.

v7.26.2 (2024-10-30)

:bug: Bug Fix

Committers: 6

Changelog

Sourced from @​babel/parser's changelog.

v7.26.2 (2024-10-30)

:bug: Bug Fix

Commits

Updates @docsearch/js from 3.6.2 to 3.6.3

Release notes

Sourced from @​docsearch/js's releases.

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/js's changelog.

3.6.3 (2024-10-31)

Commits

Updates @docsearch/react from 3.6.2 to 3.6.3

Release notes

Sourced from @​docsearch/react's releases.

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/react's changelog.

3.6.3 (2024-10-31)

Commits

Updates @shikijs/core from 1.22.1 to 1.22.2

Release notes

Sourced from @​shikijs/core's releases.

v1.22.2

   🐞 Bug Fixes

    View changes on GitHub
Commits

Updates @shikijs/engine-javascript from 1.22.1 to 1.22.2

Release notes

Sourced from @​shikijs/engine-javascript's releases.

v1.22.2

   🐞 Bug Fixes

    View changes on GitHub
Commits

Updates @shikijs/engine-oniguruma from 1.22.1 to 1.22.2

Release notes

Sourced from @​shikijs/engine-oniguruma's releases.

v1.22.2

   🐞 Bug Fixes

    View changes on GitHub
Commits

Updates @shikijs/transformers from 1.22.1 to 1.22.2

Release notes

Sourced from @​shikijs/transformers's releases.

v1.22.2

   🐞 Bug Fixes

    View changes on GitHub
Commits

Updates @shikijs/types from 1.22.1 to 1.22.2

Release notes

Sourced from @​shikijs/types's releases.

v1.22.2

   🐞 Bug Fixes

    View changes on GitHub
Commits

Updates @vue/devtools-api from 7.5.4 to 7.6.2

Release notes

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

v7.6.2

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v7.6.1

   🐞 Bug Fixes

    View changes on GitHub

v7.6.0

   🚀 Features

    View changes on GitHub

v7.5.6

   🐞 Bug Fixes

  • timeline: Hide switcher in internal timeline panel and exclude internal timeline events to prevent triggering  -  by @​webfansplz (2623a)
    View changes on GitHub

v7.5.5

   🏎 Performance

    View changes on GitHub
Commits

Updates @vue/devtools-kit from 7.5.4 to 7.6.2

Release notes

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

v7.6.2

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v7.6.1

   🐞 Bug Fixes

    View changes on GitHub

v7.6.0

   🚀 Features

    View changes on GitHub

v7.5.6

   🐞 Bug Fixes

  • timeline: Hide switcher in internal timeline panel and exclude internal timeline events to prevent triggering  -  by @​webfansplz (2623a)
    View changes on GitHub

v7.5.5

   🏎 Performance

    View changes on GitHub
Commits
  • c3af1bf chore: release v7.6.2
  • f3fbff6 fix: revert devtools-kit removals in #664 (#670)
  • cbffbe7 fix(kit): replay hook when devtools is injected late (#666)
  • dce7c1e feat: filter tree/states for custom inspectors (#664)
  • af4f0a3 chore: release v7.6.1
  • c3f1978 fix(kit): add null-safety check to detect vue reactive linked list node (#661)
  • e03972b chore: release v7.6.0
  • 813ffbd feat(extension): vue2 migration guide popup page (#658)
  • 82509c9 feat: add node tags for component tree (#655)
  • a727c8a chore: release v7.5.6
  • Additional commits viewable in compare view

Updates @vue/devtools-shared from 7.5.4 to 7.6.2

Release notes

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

v7.6.2

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v7.6.1

   🐞 Bug Fixes

    View changes on GitHub

v7.6.0

   🚀 Features

    View changes on GitHub

v7.5.6

   🐞 Bug Fixes

  • timeline: Hide switcher in internal timeline panel and exclude internal timeline events to prevent triggering  -  by @​webfansplz (2623a)
    View changes on GitHub

v7.5.5

   🏎 Performance

    View changes on GitHub
Commits

Updates @vueuse/integrations from 11.1.0 to 11.2.0

Release notes

Sourced from @​vueuse/integrations's releases.

v11.2.0

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub
Commits

Updates algoliasearch from 4.24.0 to 5.12.0

Release notes

Sourced from algoliasearch's releases.

5.12.0

New version released!

Browse the Algolia documentationBrowse the changelogBrowse the commits

5.11.0

New version released!

Browse the Algolia documentationBrowse the changelogBrowse the commits

5.10.1

New version released!

Browse the Algolia documentationBrowse the changelogBrowse the commits

5.9.1

New version released!

Browse the Algolia documentationBrowse the changelogBrowse the commits

5.9.0

New version released!

Browse the Algolia documentationBrowse the changelogBrowse the commits

5.8.1

New version released!

Browse the Algolia documentationBrowse the changelogBrowse the commits

5.8.0

... (truncated)

Changelog

Sourced from algoliasearch's changelog.

5.12.0

5.11.0

5.10.2

5.10.1

5.10.0

5.9.1

5.9.0

5.8.1

... (truncated)

Commits
  • 495baa1 chore: release 5.12.0
  • e081c13 feat(specs): add secrets authentications to ingestion (generated)
  • da4b93f chore: release 5.11.0
  • 86eb124 feat(clients): expose waitForTasks to batch helpers [skip-bc] (generated)
  • 4866f7f chore(deps): dependencies 2024-10-28 [skip-bc] (generated)
  • 3975cfb fix(specs): support synonyms type in camel case [skip-bc] (generated)
  • 1970564 feat(specs): add missing message attribute to GetObjectsResponse [skip-bc] (g...
  • db90181 chore: release 5.10.2
  • 5ee9818 fix(specs): results in getObjects is required (generated)
  • 5508156 chore(javascript): update release script (generated)
  • Additional commits viewable in compare view

Updates rollup from 4.24.2 to 4.24.3

Release notes

Sourced from rollup's releases.

v4.24.3

4.24.3

2024-10-29

Bug Fixes

  • Slightly reduce memory consumption by specifying fixed array sizes where possible (#5703)

Pull Requests

Changelog

Sourced from rollup's changelog.

4.24.3

2024-10-29

Bug Fixes

  • Slightly reduce memory consumption by specifying fixed array sizes where possible (#5703)

Pull Requests

Commits

Updates shiki from 1.22.1 to 1.22.2

Release notes

Sourced from shiki's releases.

v1.22.2

   🐞 Bug Fixes

    View changes on GitHub
Commits

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
vitepress [< 1.2, > 1.1.3]

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and ...

Description has been truncated

dependabot[bot] avatar Nov 01 '24 12:11 dependabot[bot]