… updates
Bumps the minor-and-patch group with 3 updates in the /docs directory: [@nuxtjs/i18n](https://github.com/nuxt-modules/i18n), [docus](https://github.com/nuxt-content/docus) and [nuxt](https://github.com/nuxt/nuxt/tree/HEAD/packages/nuxt).
Updates `@nuxtjs/i18n` from 10.4.0 to 10.6.0
- [Release notes](https://github.com/nuxt-modules/i18n/releases)
- [Changelog](https://github.com/nuxt-modules/i18n/blob/main/CHANGELOG.md)
- [Commits](nuxt-modules/i18n@v10.4.0...v10.6.0)
Updates `docus` from 5.12.3 to 5.13.0
- [Release notes](https://github.com/nuxt-content/docus/releases)
- [Changelog](https://github.com/nuxt-content/docus/blob/main/CHANGELOG.md)
- [Commits](nuxt-content/docus@v5.12.3...v5.13.0)
Updates `nuxt` from 4.4.8 to 4.5.2
- [Release notes](https://github.com/nuxt/nuxt/releases)
- [Commits](https://github.com/nuxt/nuxt/commits/v4.5.2/packages/nuxt)
---
updated-dependencies:
- dependency-name: "@nuxtjs/i18n"
dependency-version: 10.6.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: minor-and-patch
- dependency-name: docus
dependency-version: 5.13.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: minor-and-patch
- dependency-name: nuxt
dependency-version: 4.5.2
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: minor-and-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Bumps the minor-and-patch group with 3 updates in the /docs directory: @nuxtjs/i18n, docus and nuxt.
Updates
@nuxtjs/i18nfrom 10.4.0 to 10.6.0Release notes
Sourced from @nuxtjs/i18n's releases.
... (truncated)
Changelog
Sourced from @nuxtjs/i18n's changelog.
... (truncated)
Commits
4c36bc9release: v10.6.0d17b9berefactor(routing): drop the unreachable on-host prefix strip (#4111)ca32d4ddocs: describe what the domain override cannot change and which links cross o...285f2d6test: poll message counts instead of reading them once after a locale fetch (...187b364fix(domain): serve every locale on a host matching no configured domain (#4108)efb9d50fix(domain): resolve a domain serving a single locale as its default (#4107)21e1ccdfix(seo): resolve alternate and canonical links from one domain per locale (#...d6930a6fix(types): prevent duplicate tsconfig paths for aliased deps (#4031)03eba9ffix(domain): redirect detection to the domain serving the detected locale (#4...a4eee0ffix: keep params encoded when resolving a localized route by path (#4104)Updates
docusfrom 5.12.3 to 5.13.0Release notes
Sourced from docus's releases.
Changelog
Sourced from docus's changelog.
Commits
fca5668chore(version): release v5.13.058ad18ffeat(assistant): allow agnostic provider (#1427)6646684docs(agents): improvementsc55b488feat(seo): add configurable identity schema to JSON-LD (#1433)1fabc0cdocs(llms): improvements (#1432)545b05ffeat(agentic): addvaryheader to markdown negotiation (#1431)dab0da0feat(modules): agentic 404 to answer agents (#1429)2d1162bfix(assistant): pass value prop to Comark 0.6 (#1430)c6de137feat(i18n): add Traditional Chinese (zh-TW) locale (#1426)b36f029docs(landing): add spotlight effect to ai assistant card (#1419)Updates
nuxtfrom 4.4.8 to 4.5.2Release notes
Sourced from nuxt's releases.
... (truncated)
Commits
e2d3a39v4.5.29123ed8fix(nuxt): match route rules against decoded paths2c38086chore: bump nuxt rolldown peer dep to match unctx3fda97ffix(nuxt): depend on rolldown as a peer to reuse vite's copyb960d36refactor(nuxt): useisReferenceIdentifierin page-meta plugin (#35882)1f52b61fix(nuxt): don't warn about missing\<NuxtPage>on nav + with slot (#35948)c7604bdfix(nuxt): collect build cache once build outputs are final (#35929)ba4fc0aperf(nuxt): reuse app and component scans for unchanged structures (#35912)d7f5f07fix(nuxt): settle asyncData status when bailing (#35908)2ca27f1perf(kit,nuxt): use lazy imports to improve parsing speed (#35901)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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 conditionsSummary by cubic
Updates
@nuxtjs/i18nto 10.6.0,docusto 5.13.0, andnuxtto 4.5.2 in the docs app. The i18n upgrade enables optimized message bundling by default, so locale messages are no longer bundled into the server build and are served from the messages endpoint instead.Migration
experimental.optimizeMessageBundling: false.Written for commit 7c6f091. Summary will update on new commits.