Skip to content

build(deps-dev): bump the dev-dependencies group with 2 updates#7384

Merged
JohnMcLear merged 1 commit intodevelopfrom
dependabot/npm_and_yarn/dev-dependencies-75128ea060
Mar 20, 2026
Merged

build(deps-dev): bump the dev-dependencies group with 2 updates#7384
JohnMcLear merged 1 commit intodevelopfrom
dependabot/npm_and_yarn/dev-dependencies-75128ea060

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 20, 2026

Bumps the dev-dependencies group with 2 updates: i18next and vitepress.

Updates i18next from 25.8.19 to 25.8.20

Release notes

Sourced from i18next's releases.

v25.8.20

    • fix: getFixedT() selector now resolves namespaces against the effective ns rather than the global init options #2406
Changelog

Sourced from i18next's changelog.

25.8.20

    • fix: getFixedT() selector now resolves namespaces against the effective ns rather than the global init options #2406
Commits

Updates vitepress from 2.0.0-alpha.16 to 2.0.0-alpha.17

Release notes

Sourced from vitepress's releases.

v2.0.0-alpha.17

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vitepress's changelog.

2.0.0-alpha.17 (2026-03-19)

Bug Fixes

  • build: processIncludes no longer swallows errors (fb21fdf)
  • build: deterministic local search indexing and non-blocking initial scan (closes #4081) (fc0f203)
  • client: await clipboard.writeText so that fallback works in non-secure contexts (#5119) (b544df8)
  • disable brotli compression in preview server (ca1e875)
  • theme: add rel="alternate" and hreflang to links in language menu (#5108) (f09593b)
  • theme: add margin to images in vp-doc (closes #5136) (896e49a)
  • theme: close sidebar on resize (closes #5145) (17696c3)
  • theme: disable text autospace in <pre> (closes #5115) (21a5fb6)
  • theme: enable line-break: strict for <li> too (f811d58)
  • theme: keep pnum,tnum features in Inter (f1bef95), closes #5096
  • theme: navbar menu group is incorrectly highlighted (#5113) (b28667b)
  • theme: strip system-ui from font-family-base (#4988) (8096eac)

Features

  • theme: add home-hero-actions-before-actions slot (#5151) (74a73d8)
  • support text-fragments (#5140) (44e2675)
  • theme: add Japanese translation for "copied" label (#5106) (a01bba0)
  • theme: enable text-autospace and text-spacing-trim (closes #4996) (d7effff)
  • theme: support specifying list of details in home page features (closes #5101) (3146ce4)

BREAKING CHANGES

The previous <!-- @include: ./path/to/file --> syntax silently ignored errors when files did not exist. This behavior was originally intended as an escape hatch while documenting includes, but better solutions now exist using Shiki transformers.

For most users, no code changes are required. If you now see errors, it means your includes are broken and were previously not being reported.

Users who intentionally reference non-existent files or want to document includes without resolving them can configure markdown.codeTransformers with a postprocess hook. See docs/.vitepress/config.ts in this repo for an example.

Commits
  • 6beafe9 release: v2.0.0-alpha.17
  • 74a73d8 feat(client): add home-hero-actions-before-actions slot (#5151)
  • 17696c3 fix(theme): close sidebar on resize (closes #5145)
  • ca1e875 fix: disable brotli compression in preview server
  • 5ad39ab docs: add special thanks section
  • 44e2675 feat: support text-fragments (#5140)
  • d019acd chore: fix typo
  • f811d58 fix(theme): enable line-break: strict for \<li> too
  • 21a5fb6 fix(theme): disable text autospace in \<pre> (closes #5115)
  • 8096eac fix(theme): strip system-ui from font-family-base (#4988)
  • Additional commits viewable in compare view

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 options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the dev-dependencies group with 2 updates: [i18next](https://github.com/i18next/i18next) and [vitepress](https://github.com/vuejs/vitepress).


Updates `i18next` from 25.8.19 to 25.8.20
- [Release notes](https://github.com/i18next/i18next/releases)
- [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md)
- [Commits](i18next/i18next@v25.8.19...v25.8.20)

Updates `vitepress` from 2.0.0-alpha.16 to 2.0.0-alpha.17
- [Release notes](https://github.com/vuejs/vitepress/releases)
- [Changelog](https://github.com/vuejs/vitepress/blob/main/CHANGELOG.md)
- [Commits](vuejs/vitepress@v2.0.0-alpha.16...v2.0.0-alpha.17)

---
updated-dependencies:
- dependency-name: i18next
  dependency-version: 25.8.20
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: vitepress
  dependency-version: 2.0.0-alpha.17
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 20, 2026
@JohnMcLear JohnMcLear merged commit a99ddb6 into develop Mar 20, 2026
40 checks passed
@JohnMcLear JohnMcLear deleted the dependabot/npm_and_yarn/dev-dependencies-75128ea060 branch March 20, 2026 16:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant