Build(deps): bump @nuxtjs/i18n from 7.3.1 to 8.0.0 #1611

Closed
argoyle wants to merge 0 commits from dependabot-npm_and_yarn-nuxtjs-i18n-8.0.0 into master
argoyle commented 2023-12-26 04:39:15 +00:00 (Migrated from gitlab.com)

Bumps @nuxtjs/i18n from 7.3.1 to 8.0.0.

Release notes

Sourced from @​nuxtjs/i18n's releases.

v8.0.0

We are thrilled to announce the release of Nuxt I18n v8.0! 🎉

We had commited with 60 over contributors between Nov 28 2021 and Dec 25 2023. Thanks for your contributing ❤️

📖 Documentation

📜 v8 Changes

See more view changes on GitHub

v8.0.0-rc.11

   🐞 Bug Fixes

    View changes on GitHub

v8.0.0-rc.10

   🐞 Bug Fixes

    View changes on GitHub

v8.0.0-rc.9

   🚨 Breaking Changes

    View changes on GitHub

v8.0.0-rc.8

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v8.0.0-rc.7

   🐞 Bug Fixes

... (truncated)

Changelog

Sourced from @​nuxtjs/i18n's changelog.

v8.0.0 (2023-12-25T05:32:20Z)

We are thrilled to announce the release of Nuxt I18n v8.0! 🎉

We had commited with 60 over contributors between Nov 28 2021 and Dec 25 2023. Thanks for your contributing ❤️

📖 Documentation

📜 v8 Changes

See more view changes on GitHub

v8.0.0-rc.11 (2023-12-14T16:13:12Z)

This changelog is generated by GitHub Releases

   🐞 Bug Fixes

    View changes on GitHub

v8.0.0-rc.10 (2023-12-14T08:23:49Z)

This changelog is generated by GitHub Releases

   🐞 Bug Fixes

    View changes on GitHub

v8.0.0-rc.9 (2023-12-10T10:48:37Z)

This changelog is generated by GitHub Releases

   🚨 Breaking Changes

    View changes on GitHub

v8.0.0-rc.8 (2023-12-07T15:54:44Z)

This changelog is generated by GitHub Releases

... (truncated)

Commits


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.0. <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.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> <ul> <li>Add <code>useSetI18nParams</code> composable  -  by <a href="https://github.com/BobbieGoede"><code>@​BobbieGoede</code></a> in <a href="https://github.com/nuxt-modules/i18n/issues/2580">nuxt-modules/i18n#2580</a> <a href="https://github.com/nuxt-modules/i18n/commit/898d32a"><!-- raw HTML omitted -->(898d3)<!-- raw HTML omitted --></a></li> </ul> <h5>    <a href="https://github.com/nuxt-modules/i18n/compare/v8.0.0-rc.8...v8.0.0-rc.9">View changes on GitHub</a></h5> <h2>v8.0.0-rc.8</h2> <h3>   🚀 Features</h3> <ul> <li>Support server-side i18n integration  -  by <a href="https://github.com/kazupon"><code>@​kazupon</code></a> in <a href="https://github.com/nuxt-modules/i18n/issues/2558">nuxt-modules/i18n#2558</a> <a href="https://github.com/nuxt-modules/i18n/commit/9bdad47"><!-- raw HTML omitted -->(9bdad)<!-- raw HTML omitted --></a></li> </ul> <h3>   🐞 Bug Fixes</h3> <ul> <li>Module locale option generation breaking SEO  -  by <a href="https://github.com/BobbieGoede"><code>@​BobbieGoede</code></a> in <a href="https://github.com/nuxt-modules/i18n/issues/2598">nuxt-modules/i18n#2598</a> <a href="https://github.com/nuxt-modules/i18n/commit/be4fdff"><!-- raw HTML omitted -->(be4fd)<!-- raw HTML omitted --></a></li> </ul> <h5>    <a href="https://github.com/nuxt-modules/i18n/compare/v8.0.0-rc.7...v8.0.0-rc.8">View changes on GitHub</a></h5> <h2>v8.0.0-rc.7</h2> <h3>   🐞 Bug Fixes</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.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> <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> <h1>v8.0.0-rc.9 (2023-12-10T10:48:37Z)</h1> <p>This changelog is generated by <a href="https://github.com/nuxt-modules/i18n/releases/tag/v8.0.0-rc.9">GitHub Releases</a></p> <h3>   🚨 Breaking Changes</h3> <ul> <li>Add <code>useSetI18nParams</code> composable  -  by <a href="https://github.com/BobbieGoede"><code>@​BobbieGoede</code></a> in <a href="https://github.com/nuxt-modules/i18n/issues/2580">nuxt-modules/i18n#2580</a> <a href="https://github.com/nuxt-modules/i18n/commit/898d32a"><!-- raw HTML omitted -->(898d3)<!-- raw HTML omitted --></a></li> </ul> <h5>    <a href="https://github.com/nuxt-modules/i18n/compare/v8.0.0-rc.8...v8.0.0-rc.9">View changes on GitHub</a></h5> <h1>v8.0.0-rc.8 (2023-12-07T15:54:44Z)</h1> <p>This changelog is generated by <a href="https://github.com/nuxt-modules/i18n/releases/tag/v8.0.0-rc.8">GitHub Releases</a></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nuxt-modules/i18n/commit/0271481f9cf2c46ec259e7eec7b6fd2b794a33f3"><code>0271481</code></a> release: v8.0.0</li> <li><a href="https://github.com/nuxt-modules/i18n/commit/7c931828a1b4b9dac7fd5e175fe8485e0dddd3ab"><code>7c93182</code></a> fix: <code>setI18nParams</code> breaks on current route change (<a href="https://github.com/nuxt-community/i18n-module/issues/2635">#2635</a>)</li> <li><a href="https://github.com/nuxt-modules/i18n/commit/4293f311500339d25b9eeb1e69aa4de10cb7f003"><code>4293f31</code></a> chore: test bundler module resolution (<a href="https://github.com/nuxt-community/i18n-module/issues/2632">#2632</a>)</li> <li><a href="https://github.com/nuxt-modules/i18n/commit/ac4496dba15eefe60cd20dcdc7bf5fcef8831e9b"><code>ac4496d</code></a> refactor: integrate <code>localizeRoutes</code> from <code>vue-i18n-routing</code> (<a href="https://github.com/nuxt-community/i18n-module/issues/2625">#2625</a>)</li> <li><a href="https://github.com/nuxt-modules/i18n/commit/97eb1b1c64d48b2947cd6a9a7a0502b8fb024805"><code>97eb1b1</code></a> chore(deps): update dependency <code>@​intlify/unplugin-vue-i18n</code> to v2 (<a href="https://github.com/nuxt-community/i18n-module/issues/2630">#2630</a>)</li> <li><a href="https://github.com/nuxt-modules/i18n/commit/d3a2f9158f2a749c9e18ff00ef252350c5ee30f7"><code>d3a2f91</code></a> fix: do not use import from <code>nuxt/dist/app</code> (<a href="https://github.com/nuxt-community/i18n-module/issues/2624">#2624</a>)</li> <li><a href="https://github.com/nuxt-modules/i18n/commit/d93ea6f96817b1e58212b8ba08ae3d391a96c8fa"><code>d93ea6f</code></a> chore: migrate to ESLint flat config (<a href="https://github.com/nuxt-community/i18n-module/issues/2622">#2622</a>)</li> <li><a href="https://github.com/nuxt-modules/i18n/commit/3a55e629ec6199c7275f5430f920566eedca7da6"><code>3a55e62</code></a> chore: generate changelog</li> <li><a href="https://github.com/nuxt-modules/i18n/commit/7baba1674095c68e95a651b0fd019c44ac72ea8b"><code>7baba16</code></a> release: v8.0.0-rc.11</li> <li><a href="https://github.com/nuxt-modules/i18n/commit/f4fed2f56b710c37da2d0599f5d0194f3fd5723f"><code>f4fed2f</code></a> fix: prevent <code>extendBaseUrl</code> recursion (<a href="https://github.com/nuxt-community/i18n-module/issues/2621">#2621</a>)</li> <li>Additional commits viewable in <a href="https://github.com/nuxt-community/i18n-module/compare/v7.3.1...v8.0.0">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>
argoyle (Migrated from gitlab.com) closed this pull request 2023-12-28 19:33:28 +00:00
argoyle commented 2023-12-28 19:33:30 +00:00 (Migrated from gitlab.com)

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.
Sign in to join this conversation.