We strongly recommend refreshing your lockfile while updating to ensure the latest version of vue-i18n is installed as it includes a fix for memory leaks (see nuxt-modules/i18n#2629 for a memory usage comparison).
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
$dependabot recreate will recreate this MR rewriting all the manual changes and resolving conflicts
Bumps [@nuxtjs/i18n](https://github.com/nuxt-community/i18n-module) from 7.3.1 to 8.0.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/nuxt-community/i18n-module/releases"><code>@nuxtjs/i18n</code>'s releases</a>.</em></p>
<blockquote>
<h2>v8.0.1</h2>
<p>We strongly recommend refreshing your lockfile while updating to ensure the latest version of <code>vue-i18n</code> is installed as it includes a fix for memory leaks (see <a href="https://github.com/nuxt-modules/i18n/issues/2629#issuecomment-1920870222">nuxt-modules/i18n#2629</a> for a memory usage comparison).</p>
<h3> 🚀 Features</h3>
<ul>
<li><code>locales</code> generated type narrowing - by <a href="https://github.com/BobbieGoede"><code>@BobbieGoede</code></a> in <a href="https://github.com/nuxt-modules/i18n/issues/2722">nuxt-modules/i18n#2722</a> <a href="https://github.com/nuxt-modules/i18n/commit/489f13d"><!-- raw HTML omitted -->(489f1)<!-- raw HTML omitted --></a></li>
</ul>
<h3> 🐞 Bug Fixes</h3>
<ul>
<li>Update <code>vue-i18n</code> and <code>@intlify/shared</code> - by <a href="https://github.com/BobbieGoede"><code>@BobbieGoede</code></a> in <a href="https://github.com/nuxt-modules/i18n/issues/2658">nuxt-modules/i18n#2658</a> <a href="https://github.com/nuxt-modules/i18n/commit/ebfba10"><!-- raw HTML omitted -->(ebfba)<!-- raw HTML omitted --></a></li>
<li>Typo in link of "Edit this page on GitHub" - by <a href="https://github.com/PabloLION"><code>@PabloLION</code></a> in <a href="https://github.com/nuxt-modules/i18n/issues/2699">nuxt-modules/i18n#2699</a> <a href="https://github.com/nuxt-modules/i18n/commit/89e3d51"><!-- raw HTML omitted -->(89e3d)<!-- raw HTML omitted --></a></li>
<li>Typo in dynamic params usage - by <a href="https://github.com/scherii"><code>@scherii</code></a> in <a href="https://github.com/nuxt-modules/i18n/issues/2648">nuxt-modules/i18n#2648</a> <a href="https://github.com/nuxt-modules/i18n/commit/43658ad"><!-- raw HTML omitted -->(43658)<!-- raw HTML omitted --></a></li>
<li>Route param parsing - by <a href="https://github.com/BobbieGoede"><code>@BobbieGoede</code></a> in <a href="https://github.com/nuxt-modules/i18n/issues/2711">nuxt-modules/i18n#2711</a> <a href="https://github.com/nuxt-modules/i18n/commit/ba90b1f"><!-- raw HTML omitted -->(ba90b)<!-- raw HTML omitted --></a></li>
<li>Common composable option passing - by <a href="https://github.com/BobbieGoede"><code>@BobbieGoede</code></a> in <a href="https://github.com/nuxt-modules/i18n/issues/2737">nuxt-modules/i18n#2737</a> <a href="https://github.com/nuxt-modules/i18n/commit/a94d606"><!-- raw HTML omitted -->(a94d6)<!-- raw HTML omitted --></a></li>
<li>Rollup comment annotation warning - by <a href="https://github.com/BobbieGoede"><code>@BobbieGoede</code></a> in <a href="https://github.com/nuxt-modules/i18n/issues/2723">nuxt-modules/i18n#2723</a> <a href="https://github.com/nuxt-modules/i18n/commit/545ad1d"><!-- raw HTML omitted -->(545ad)<!-- raw HTML omitted --></a></li>
<li>Custom child route localization - by <a href="https://github.com/BobbieGoede"><code>@BobbieGoede</code></a> in <a href="https://github.com/nuxt-modules/i18n/issues/2743">nuxt-modules/i18n#2743</a> <a href="https://github.com/nuxt-modules/i18n/commit/1cb9e70"><!-- raw HTML omitted -->(1cb9e)<!-- raw HTML omitted --></a></li>
</ul>
<h5> <a href="https://github.com/nuxt-modules/i18n/compare/v8.0.0...v8.0.1">View changes on GitHub</a></h5>
<h2>v8.0.0</h2>
<p>We are thrilled to announce the release of Nuxt I18n v8.0! 🎉</p>
<p>We had commited with <a href="https://github.com/nuxt-modules/i18n/graphs/contributors">60 over contributors</a> between Nov 28 2021 and Dec 25 2023. Thanks for your contributing ❤️</p>
<h2>📖 Documentation</h2>
<ul>
<li><a href="https://i18n.nuxtjs.org/">Read more v8 documentation</a>.</li>
<li><a href="https://i18n.nuxtjs.org/guide/migrating">For migration from v7</a></li>
</ul>
<h2>📜 v8 Changes</h2>
<p><a href="https://github.com/nuxt-modules/i18n/compare/d65024d...0271481">See more view changes on GitHub</a></p>
<h2>v8.0.0-rc.11</h2>
<h3> 🐞 Bug Fixes</h3>
<ul>
<li>Prevent <code>extendBaseUrl</code> recursion - by <a href="https://github.com/BobbieGoede"><code>@BobbieGoede</code></a> and <strong>Pavel Kuzmin</strong> in <a href="https://github.com/nuxt-modules/i18n/issues/2621">nuxt-modules/i18n#2621</a> <a href="https://github.com/nuxt-modules/i18n/commit/f4fed2f"><!-- raw HTML omitted -->(f4fed)<!-- raw HTML omitted --></a></li>
</ul>
<h5> <a href="https://github.com/nuxt-modules/i18n/compare/v8.0.0-rc.10...v8.0.0-rc.11">View changes on GitHub</a></h5>
<h2>v8.0.0-rc.10</h2>
<h3> 🐞 Bug Fixes</h3>
<ul>
<li>Cannot translation yaml / json5 resources on server-side - by <a href="https://github.com/kazupon"><code>@kazupon</code></a> and <a href="https://github.com/BobbieGoede"><code>@BobbieGoede</code></a> in <a href="https://github.com/nuxt-modules/i18n/issues/2613">nuxt-modules/i18n#2613</a> <a href="https://github.com/nuxt-modules/i18n/commit/4bf4f50"><!-- raw HTML omitted -->(4bf4f)<!-- raw HTML omitted --></a></li>
<li>Memory leak - by <a href="https://github.com/BobbieGoede"><code>@BobbieGoede</code></a> in <a href="https://github.com/nuxt-modules/i18n/issues/2616">nuxt-modules/i18n#2616</a> <a href="https://github.com/nuxt-modules/i18n/commit/64fa2f6"><!-- raw HTML omitted -->(64fa2)<!-- raw HTML omitted --></a></li>
<li>Layer inline module options not used in generation - by <a href="https://github.com/BobbieGoede"><code>@BobbieGoede</code></a> in <a href="https://github.com/nuxt-modules/i18n/issues/2618">nuxt-modules/i18n#2618</a> <a href="https://github.com/nuxt-modules/i18n/commit/2a7ee97"><!-- raw HTML omitted -->(2a7ee)<!-- raw HTML omitted --></a></li>
</ul>
<h5> <a href="https://github.com/nuxt-modules/i18n/compare/v8.0.0-rc.9...v8.0.0-rc.10">View changes on GitHub</a></h5>
<h2>v8.0.0-rc.9</h2>
<h3> 🚨 Breaking Changes</h3>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/nuxt-modules/i18n/blob/main/CHANGELOG.md"><code>@nuxtjs/i18n</code>'s changelog</a>.</em></p>
<blockquote>
<h1>v8.0.1 (2024-02-01T22:23:12Z)</h1>
<p>This changelog is generated by <a href="https://github.com/nuxt-modules/i18n/releases/tag/v8.0.1">GitHub Releases</a></p>
<h3> 🚀 Features</h3>
<ul>
<li><code>locales</code> generated type narrowing - by <a href="https://github.com/BobbieGoede"><code>@BobbieGoede</code></a> in <a href="https://github.com/nuxt-modules/i18n/issues/2722">nuxt-modules/i18n#2722</a> <a href="https://github.com/nuxt-modules/i18n/commit/489f13d"><!-- raw HTML omitted -->(489f1)<!-- raw HTML omitted --></a></li>
</ul>
<h3> 🐞 Bug Fixes</h3>
<ul>
<li>Update <code>vue-i18n</code> and <code>@intlify/shared</code> - by <a href="https://github.com/BobbieGoede"><code>@BobbieGoede</code></a> in <a href="https://github.com/nuxt-modules/i18n/issues/2658">nuxt-modules/i18n#2658</a> <a href="https://github.com/nuxt-modules/i18n/commit/ebfba10"><!-- raw HTML omitted -->(ebfba)<!-- raw HTML omitted --></a></li>
<li>Typo in link of "Edit this page on GitHub" - by <a href="https://github.com/PabloLION"><code>@PabloLION</code></a> in <a href="https://github.com/nuxt-modules/i18n/issues/2699">nuxt-modules/i18n#2699</a> <a href="https://github.com/nuxt-modules/i18n/commit/89e3d51"><!-- raw HTML omitted -->(89e3d)<!-- raw HTML omitted --></a></li>
<li>Typo in dynamic params usage - by <a href="https://github.com/scherii"><code>@scherii</code></a> in <a href="https://github.com/nuxt-modules/i18n/issues/2648">nuxt-modules/i18n#2648</a> <a href="https://github.com/nuxt-modules/i18n/commit/43658ad"><!-- raw HTML omitted -->(43658)<!-- raw HTML omitted --></a></li>
<li>Route param parsing - by <a href="https://github.com/BobbieGoede"><code>@BobbieGoede</code></a> in <a href="https://github.com/nuxt-modules/i18n/issues/2711">nuxt-modules/i18n#2711</a> <a href="https://github.com/nuxt-modules/i18n/commit/ba90b1f"><!-- raw HTML omitted -->(ba90b)<!-- raw HTML omitted --></a></li>
<li>Common composable option passing - by <a href="https://github.com/BobbieGoede"><code>@BobbieGoede</code></a> in <a href="https://github.com/nuxt-modules/i18n/issues/2737">nuxt-modules/i18n#2737</a> <a href="https://github.com/nuxt-modules/i18n/commit/a94d606"><!-- raw HTML omitted -->(a94d6)<!-- raw HTML omitted --></a></li>
<li>Rollup comment annotation warning - by <a href="https://github.com/BobbieGoede"><code>@BobbieGoede</code></a> in <a href="https://github.com/nuxt-modules/i18n/issues/2723">nuxt-modules/i18n#2723</a> <a href="https://github.com/nuxt-modules/i18n/commit/545ad1d"><!-- raw HTML omitted -->(545ad)<!-- raw HTML omitted --></a></li>
<li>Custom child route localization - by <a href="https://github.com/BobbieGoede"><code>@BobbieGoede</code></a> in <a href="https://github.com/nuxt-modules/i18n/issues/2743">nuxt-modules/i18n#2743</a> <a href="https://github.com/nuxt-modules/i18n/commit/1cb9e70"><!-- raw HTML omitted -->(1cb9e)<!-- raw HTML omitted --></a></li>
</ul>
<h5> <a href="https://github.com/nuxt-modules/i18n/compare/v8.0.0...v8.0.1">View changes on GitHub</a></h5>
<h1>v8.0.0 (2023-12-25T05:32:20Z)</h1>
<p>We are thrilled to announce the release of Nuxt I18n v8.0! 🎉</p>
<p>We had commited with <a href="https://github.com/nuxt-modules/i18n/graphs/contributors">60 over contributors</a> between Nov 28 2021 and Dec 25 2023. Thanks for your contributing ❤️</p>
<h2>📖 Documentation</h2>
<ul>
<li><a href="https://i18n.nuxtjs.org/">Read more v8 documentation</a>.</li>
<li><a href="https://i18n.nuxtjs.org/guide/migrating">For migration from v7</a></li>
</ul>
<h2>📜 v8 Changes</h2>
<p><a href="https://github.com/nuxt-modules/i18n/compare/d65024d...0271481">See more view changes on GitHub</a></p>
<h1>v8.0.0-rc.11 (2023-12-14T16:13:12Z)</h1>
<p>This changelog is generated by <a href="https://github.com/nuxt-modules/i18n/releases/tag/v8.0.0-rc.11">GitHub Releases</a></p>
<h3> 🐞 Bug Fixes</h3>
<ul>
<li>Prevent <code>extendBaseUrl</code> recursion - by <a href="https://github.com/BobbieGoede"><code>@BobbieGoede</code></a> and <strong>Pavel Kuzmin</strong> in <a href="https://github.com/nuxt-modules/i18n/issues/2621">nuxt-modules/i18n#2621</a> <a href="https://github.com/nuxt-modules/i18n/commit/f4fed2f"><!-- raw HTML omitted -->(f4fed)<!-- raw HTML omitted --></a></li>
</ul>
<h5> <a href="https://github.com/nuxt-modules/i18n/compare/v8.0.0-rc.10...v8.0.0-rc.11">View changes on GitHub</a></h5>
<h1>v8.0.0-rc.10 (2023-12-14T08:23:49Z)</h1>
<p>This changelog is generated by <a href="https://github.com/nuxt-modules/i18n/releases/tag/v8.0.0-rc.10">GitHub Releases</a></p>
<h3> 🐞 Bug Fixes</h3>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/nuxt-modules/i18n/commit/c390bb4a79cae68639f4f2e1cd3f0f43e5fb7ead"><code>c390bb4</code></a> release: v8.0.1</li>
<li><a href="https://github.com/nuxt-modules/i18n/commit/1cb9e7053abc7d1e378746f3eec13e537c5a85e1"><code>1cb9e70</code></a> fix: custom child route localization (<a href="https://github.com/nuxt-community/i18n-module/issues/2743">#2743</a>)</li>
<li><a href="https://github.com/nuxt-modules/i18n/commit/545ad1d621670ff96afeb8d81aeb2018acc5059e"><code>545ad1d</code></a> fix: rollup comment annotation warning (<a href="https://github.com/nuxt-community/i18n-module/issues/2723">#2723</a>)</li>
<li><a href="https://github.com/nuxt-modules/i18n/commit/59f6a72b3b431ecc19c1c64f597e9f92aa12668c"><code>59f6a72</code></a> chore: assert request event exists within server context (<a href="https://github.com/nuxt-community/i18n-module/issues/2742">#2742</a>)</li>
<li><a href="https://github.com/nuxt-modules/i18n/commit/c85a3a1250f7f4217f2ca0722b40e349b0132bcf"><code>c85a3a1</code></a> chore(deps): update actions/cache action to v4 (<a href="https://github.com/nuxt-community/i18n-module/issues/2708">#2708</a>)</li>
<li><a href="https://github.com/nuxt-modules/i18n/commit/4b0702c890598828c815cb410534a88c67290b4d"><code>4b0702c</code></a> chore(deps): update devdependency jsdom to v24 (<a href="https://github.com/nuxt-community/i18n-module/issues/2719">#2719</a>)</li>
<li><a href="https://github.com/nuxt-modules/i18n/commit/a0ac7fb3896999ce7db65884795c14486d981ec4"><code>a0ac7fb</code></a> chore(deps): replace devdependency npm-run-all with npm-run-all2 ^5.0.0 (<a href="https://github.com/nuxt-community/i18n-module/issues/2739">#2739</a>)</li>
<li><a href="https://github.com/nuxt-modules/i18n/commit/a94d606971ea100a7ec53788693d7f5640818249"><code>a94d606</code></a> fix: common composable option passing (<a href="https://github.com/nuxt-community/i18n-module/issues/2737">#2737</a>)</li>
<li><a href="https://github.com/nuxt-modules/i18n/commit/c9bdcd7773772bff4356111ca50d4c45730bac2e"><code>c9bdcd7</code></a> refactor: merge <code>I18nRoutingOptions</code> with <code>NuxtI18nOptions</code> (<a href="https://github.com/nuxt-community/i18n-module/issues/2724">#2724</a>)</li>
<li><a href="https://github.com/nuxt-modules/i18n/commit/489f13d564bf978385fdde30845d231e2b24d396"><code>489f13d</code></a> feat: <code>locales</code> generated type narrowing (<a href="https://github.com/nuxt-community/i18n-module/issues/2722">#2722</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/nuxt-community/i18n-module/compare/v7.3.1...v8.0.1">compare view</a></li>
</ul>
</details>
<br />
---
<details>
<summary>Dependabot commands</summary>
<br />
You can trigger Dependabot actions by commenting on this MR
- `$dependabot recreate` will recreate this MR rewriting all the manual changes and resolving conflicts
</details>
Dependabot won't notify anymore about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.
Dependabot won't notify anymore about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an [`ignore` condition](https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-updates#ignore) with the desired `update_types` to your config file.
Pull request closed
This pull request cannot be reopened because the branch was deleted.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Bumps @nuxtjs/i18n from 7.3.1 to 8.0.1.
Release notes
Sourced from
@nuxtjs/i18n's releases.... (truncated)
Changelog
Sourced from
@nuxtjs/i18n's changelog.... (truncated)
Commits
c390bb4release: v8.0.11cb9e70fix: custom child route localization (#2743)545ad1dfix: rollup comment annotation warning (#2723)59f6a72chore: assert request event exists within server context (#2742)c85a3a1chore(deps): update actions/cache action to v4 (#2708)4b0702cchore(deps): update devdependency jsdom to v24 (#2719)a0ac7fbchore(deps): replace devdependency npm-run-all with npm-run-all2 ^5.0.0 (#2739)a94d606fix: common composable option passing (#2737)c9bdcd7refactor: mergeI18nRoutingOptionswithNuxtI18nOptions(#2724)489f13dfeat:localesgenerated type narrowing (#2722)Dependabot commands
You can trigger Dependabot actions by commenting on this MR
$dependabot recreatewill recreate this MR rewriting all the manual changes and resolving conflictsDependabot won't notify anymore about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an
ignorecondition with the desiredupdate_typesto your config file.Pull request closed