[PR #237] [CLOSED] fix(deps): bump @nuxtjs/i18n from 7.2.0 to 7.2.1 #244

Closed
opened 2025-12-01 17:06:27 +01:00 by arthur · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ArthurDanjou/website-old/pull/237
Author: @dependabot[bot]
Created: 4/4/2022
Status: Closed

Base: masterHead: dependabot/npm_and_yarn/nuxtjs/i18n-7.2.1


📝 Commits (1)

  • 1cc35d9 fix(deps): bump @nuxtjs/i18n from 7.2.0 to 7.2.1

📊 Changes

2 files changed (+124 additions, -34 deletions)

View changed files

📝 package.json (+1 -1)
📝 yarn.lock (+123 -33)

📄 Description

Bumps @nuxtjs/i18n from 7.2.0 to 7.2.1.

Release notes

Sourced from @​nuxtjs/i18n's releases.

v7.2.1

Bug Fixes

  • don't detect locale from route when using no_prefix (#1421) (609782f)
  • docs: add info on using dynamic translations with _.vue (b6039d2), closes #1400
  • docs: correct links to [Custom paths] and [Ignore routes] (#1392) (091944c)
  • parse-pages: add jsx plugin for .vue files using jsx syntax (#1356) (8cdb999)
Changelog

Sourced from @​nuxtjs/i18n's changelog.

7.2.1 (2022-04-01)

Bug Fixes

  • don't detect locale from route when using no_prefix (#1421) (609782f)
  • docs: add info on using dynamic translations with _.vue (b6039d2), closes #1400
  • docs: correct links to [Custom paths] and [Ignore routes] (#1392) (091944c)
  • parse-pages: add jsx plugin for .vue files using jsx syntax (#1356) (8cdb999)## 7.2.0 (2021-11-04)

Features

Bug Fixes

  • docs: refactor and separate some pages related to routing (89eb12f)
  • load vue-template-compiler with nuxt.resolver.requireModule (#1327) (c5a3ca8)

7.1.0 (2021-10-19)

Features

  • add support for query params in canonical url (#1274) (d5dea9c)

Bug Fixes

  • adjust strange redirection logic for prefix_and_default (#1304) (578acd8)

7.0.3 (2021-08-31)

Bug Fixes

  • crash on using $nuxtI18nHead from nuxt.config's head (#1273) (b4aae9d), closes #1266

7.0.2 (2021-08-12)

Bug Fixes

  • differentDomains: handling of runtime domains from store (#1183) (4d77019)

7.0.1 (2021-08-05)

... (truncated)

Commits
  • fea9780 chore: release 7.2.1
  • 04a22a5 chore(deps): update devdependency jsdom to v19 (#1359)
  • 3d7e49e chore(deps): update devdependency @​release-it/conventional-changelog to v4 (#...
  • 78a4dad chore(deps): update actions/setup-node action to v3 (#1405)
  • 11dc441 chore(deps): update actions/checkout action to v3 (#1407)
  • 0b80342 chore(deps): update all non-major dependencies (#1358)
  • 609782f fix: don't detect locale from route when using no_prefix (#1421)
  • b6039d2 fix(docs): add info on using dynamic translations with _.vue
  • 091944c fix(docs): correct links to [Custom paths] and [Ignore routes] (#1392)
  • 44070e5 refactor(style): corrected a typo in prefix var name (#1377)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ArthurDanjou/website-old/pull/237 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 4/4/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/nuxtjs/i18n-7.2.1` --- ### 📝 Commits (1) - [`1cc35d9`](https://github.com/ArthurDanjou/website-old/commit/1cc35d975e3f39adb71cd343497803a0076fe2ca) fix(deps): bump @nuxtjs/i18n from 7.2.0 to 7.2.1 ### 📊 Changes **2 files changed** (+124 additions, -34 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+1 -1) 📝 `yarn.lock` (+123 -33) </details> ### 📄 Description Bumps [@nuxtjs/i18n](https://github.com/nuxt-community/i18n-module) from 7.2.0 to 7.2.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>v7.2.1</h2> <h3>Bug Fixes</h3> <ul> <li>don't detect locale from route when using no_prefix (<a href="https://github-redirect.dependabot.com/nuxt-community/i18n-module/issues/1421">#1421</a>) (<a href="https://github.com/nuxt-community/i18n-module/commit/609782f49c93b889b4f2494f5d21a16f96fc5ac9">609782f</a>)</li> <li><strong>docs:</strong> add info on using dynamic translations with _.vue (<a href="https://github.com/nuxt-community/i18n-module/commit/b6039d2215945319fdbd1acf8dc981cc55c3bc8d">b6039d2</a>), closes <a href="https://github-redirect.dependabot.com/nuxt-community/i18n-module/issues/1400">#1400</a></li> <li><strong>docs:</strong> correct links to [Custom paths] and [Ignore routes] (<a href="https://github-redirect.dependabot.com/nuxt-community/i18n-module/issues/1392">#1392</a>) (<a href="https://github.com/nuxt-community/i18n-module/commit/091944cec97c13a7192dcd5b6650cc8ecd348a1e">091944c</a>)</li> <li><strong>parse-pages:</strong> add jsx plugin for .vue files using jsx syntax (<a href="https://github-redirect.dependabot.com/nuxt-community/i18n-module/issues/1356">#1356</a>) (<a href="https://github.com/nuxt-community/i18n-module/commit/8cdb99917c021492ec8208eeecec7b01dd1b4ce5">8cdb999</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/nuxt-community/i18n-module/blob/main/CHANGELOG.md"><code>@​nuxtjs/i18n</code>'s changelog</a>.</em></p> <blockquote> <h3><a href="https://github.com/nuxt-community/i18n-module/compare/v7.2.0...v7.2.1">7.2.1</a> (2022-04-01)</h3> <h3>Bug Fixes</h3> <ul> <li>don't detect locale from route when using no_prefix (<a href="https://github-redirect.dependabot.com/nuxt-community/i18n-module/issues/1421">#1421</a>) (<a href="https://github.com/nuxt-community/i18n-module/commit/609782f49c93b889b4f2494f5d21a16f96fc5ac9">609782f</a>)</li> <li><strong>docs:</strong> add info on using dynamic translations with _.vue (<a href="https://github.com/nuxt-community/i18n-module/commit/b6039d2215945319fdbd1acf8dc981cc55c3bc8d">b6039d2</a>), closes <a href="https://github-redirect.dependabot.com/nuxt-community/i18n-module/issues/1400">#1400</a></li> <li><strong>docs:</strong> correct links to [Custom paths] and [Ignore routes] (<a href="https://github-redirect.dependabot.com/nuxt-community/i18n-module/issues/1392">#1392</a>) (<a href="https://github.com/nuxt-community/i18n-module/commit/091944cec97c13a7192dcd5b6650cc8ecd348a1e">091944c</a>)</li> <li><strong>parse-pages:</strong> add jsx plugin for .vue files using jsx syntax (<a href="https://github-redirect.dependabot.com/nuxt-community/i18n-module/issues/1356">#1356</a>) (<a href="https://github.com/nuxt-community/i18n-module/commit/8cdb99917c021492ec8208eeecec7b01dd1b4ce5">8cdb999</a>)## <a href="https://github.com/nuxt-community/i18n-module/compare/v7.1.0...v7.2.0">7.2.0</a> (2021-11-04)</li> </ul> <h3>Features</h3> <ul> <li>expose hook for extending messages (<a href="https://github-redirect.dependabot.com/nuxt-community/i18n-module/issues/1319">#1319</a>) (<a href="https://github.com/nuxt-community/i18n-module/commit/696bd1260d731feade80eaa0ad8ff0febe53f3a7">696bd12</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>docs:</strong> refactor and separate some pages related to routing (<a href="https://github.com/nuxt-community/i18n-module/commit/89eb12f54dd44088d0718c30756774c24fcb25d9">89eb12f</a>)</li> <li>load vue-template-compiler with nuxt.resolver.requireModule (<a href="https://github-redirect.dependabot.com/nuxt-community/i18n-module/issues/1327">#1327</a>) (<a href="https://github.com/nuxt-community/i18n-module/commit/c5a3ca861e36ff9602d34c20321667676025af8b">c5a3ca8</a>)</li> </ul> <h2><a href="https://github.com/nuxt-community/i18n-module/compare/v7.0.3...v7.1.0">7.1.0</a> (2021-10-19)</h2> <h3>Features</h3> <ul> <li>add support for query params in canonical url (<a href="https://github-redirect.dependabot.com/nuxt-community/i18n-module/issues/1274">#1274</a>) (<a href="https://github.com/nuxt-community/i18n-module/commit/d5dea9c6a047e5e25a13904c3a2cb8ffa4fdf089">d5dea9c</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>adjust strange redirection logic for prefix_and_default (<a href="https://github-redirect.dependabot.com/nuxt-community/i18n-module/issues/1304">#1304</a>) (<a href="https://github.com/nuxt-community/i18n-module/commit/578acd8ce506991aa02f8b7b1b81e364df1d7063">578acd8</a>)</li> </ul> <h3><a href="https://github.com/nuxt-community/i18n-module/compare/v7.0.2...v7.0.3">7.0.3</a> (2021-08-31)</h3> <h3>Bug Fixes</h3> <ul> <li>crash on using $nuxtI18nHead from nuxt.config's head (<a href="https://github-redirect.dependabot.com/nuxt-community/i18n-module/issues/1273">#1273</a>) (<a href="https://github.com/nuxt-community/i18n-module/commit/b4aae9dc748c2cee4d4c0b4ff9bb67b61a01969f">b4aae9d</a>), closes <a href="https://github-redirect.dependabot.com/nuxt-community/i18n-module/issues/1266">#1266</a></li> </ul> <h3><a href="https://github.com/nuxt-community/i18n-module/compare/v7.0.1...v7.0.2">7.0.2</a> (2021-08-12)</h3> <h3>Bug Fixes</h3> <ul> <li><strong>differentDomains:</strong> handling of runtime domains from store (<a href="https://github-redirect.dependabot.com/nuxt-community/i18n-module/issues/1183">#1183</a>) (<a href="https://github.com/nuxt-community/i18n-module/commit/4d77019f786086b9e496661f8c8d55893556e31d">4d77019</a>)</li> </ul> <h3><a href="https://github.com/nuxt-community/i18n-module/compare/v7.0.0...v7.0.1">7.0.1</a> (2021-08-05)</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nuxt-community/i18n-module/commit/fea978011e2d94fa10e5274e45c6f7cac98a9d65"><code>fea9780</code></a> chore: release 7.2.1</li> <li><a href="https://github.com/nuxt-community/i18n-module/commit/04a22a5565218ff19d2f37c901636d4e75ffe7ff"><code>04a22a5</code></a> chore(deps): update devdependency jsdom to v19 (<a href="https://github-redirect.dependabot.com/nuxt-community/i18n-module/issues/1359">#1359</a>)</li> <li><a href="https://github.com/nuxt-community/i18n-module/commit/3d7e49efcb058af29b958a8fc2973dd016201703"><code>3d7e49e</code></a> chore(deps): update devdependency <code>@​release-it/conventional-changelog</code> to v4 (#...</li> <li><a href="https://github.com/nuxt-community/i18n-module/commit/78a4dad46357f9bd9a6b029a3f2db80f816761e9"><code>78a4dad</code></a> chore(deps): update actions/setup-node action to v3 (<a href="https://github-redirect.dependabot.com/nuxt-community/i18n-module/issues/1405">#1405</a>)</li> <li><a href="https://github.com/nuxt-community/i18n-module/commit/11dc4417e63e3d36b1e4741bd49c30fdcb840284"><code>11dc441</code></a> chore(deps): update actions/checkout action to v3 (<a href="https://github-redirect.dependabot.com/nuxt-community/i18n-module/issues/1407">#1407</a>)</li> <li><a href="https://github.com/nuxt-community/i18n-module/commit/0b80342e101e0192642205754703382747491d05"><code>0b80342</code></a> chore(deps): update all non-major dependencies (<a href="https://github-redirect.dependabot.com/nuxt-community/i18n-module/issues/1358">#1358</a>)</li> <li><a href="https://github.com/nuxt-community/i18n-module/commit/609782f49c93b889b4f2494f5d21a16f96fc5ac9"><code>609782f</code></a> fix: don't detect locale from route when using no_prefix (<a href="https://github-redirect.dependabot.com/nuxt-community/i18n-module/issues/1421">#1421</a>)</li> <li><a href="https://github.com/nuxt-community/i18n-module/commit/b6039d2215945319fdbd1acf8dc981cc55c3bc8d"><code>b6039d2</code></a> fix(docs): add info on using dynamic translations with _.vue</li> <li><a href="https://github.com/nuxt-community/i18n-module/commit/091944cec97c13a7192dcd5b6650cc8ecd348a1e"><code>091944c</code></a> fix(docs): correct links to [Custom paths] and [Ignore routes] (<a href="https://github-redirect.dependabot.com/nuxt-community/i18n-module/issues/1392">#1392</a>)</li> <li><a href="https://github.com/nuxt-community/i18n-module/commit/44070e5f55c89209e600b56f7b49b894b72196ce"><code>44070e5</code></a> refactor(style): corrected a typo in prefix var name (<a href="https://github-redirect.dependabot.com/nuxt-community/i18n-module/issues/1377">#1377</a>)</li> <li>Additional commits viewable in <a href="https://github.com/nuxt-community/i18n-module/compare/v7.2.0...v7.2.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@nuxtjs/i18n&package-manager=npm_and_yarn&previous-version=7.2.0&new-version=7.2.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
arthur added the pull-request label 2025-12-01 17:06:27 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: arthur/website-old#244