[PR #22] [CLOSED] fix(deps): bump nuxt-i18n from 6.20.3 to 6.20.6 #24

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

📋 Pull Request Information

Original PR: https://github.com/ArthurDanjou/website-old/pull/22
Author: @dependabot[bot]
Created: 3/9/2021
Status: Closed

Base: masterHead: dependabot/npm_and_yarn/nuxt-i18n-6.20.6


📝 Commits (1)

  • 8f27da2 fix(deps): bump nuxt-i18n from 6.20.3 to 6.20.6

📊 Changes

2 files changed (+10 additions, -10 deletions)

View changed files

📝 package.json (+1 -1)
📝 yarn.lock (+9 -9)

📄 Description

Bumps nuxt-i18n from 6.20.3 to 6.20.6.

Release notes

Sourced from nuxt-i18n's releases.

v6.20.6

Bug Fixes

v6.20.5

Bug Fixes

  • don't apply any locale-logic to non-existent routes (#1093) (7180412), closes #1092
  • recursive clone triggered when locales object made reactive (#1090) (83c4398), closes #1075
  • support localePath with path input and customized routes (#1088) (4043968)
  • docs: adjusted example code in documentation to call the right context (#1087) (7b8f77d)

v6.20.4

Bug Fixes

  • avoid using commonjs for runtime (vite support) (3fc14ba)
  • use mjs version of klona (#1079) (bb0445d)
Changelog

Sourced from nuxt-i18n's changelog.

6.20.6 (2021-03-08)

Bug Fixes

6.20.5 (2021-03-08)

Bug Fixes

  • don't apply any locale-logic to non-existent routes (#1093) (7180412), closes #1092
  • recursive clone triggered when "locales" object made reactive (#1090) (83c4398), closes #1075
  • support localePath with path input and customized routes (#1088) (4043968)
  • docs: adjusted example code in documentation to call the right context (#1087) (7b8f77d)

6.20.4 (2021-03-01)

Bug Fixes

  • avoid using commonjs for runtime (vite support) (3fc14ba)
  • use mjs version of klona (#1079) (bb0445d)
Commits
  • c3399f1 chore: release 6.20.6
  • 8ce8afe chore(tests): use official corejs setting for tests
  • a0a3adc fix: ensure langDir is escaped on Windows (#1097)
  • 8664056 chore: release 6.20.5
  • d20bd7a chore(deps): lock file maintenance (#1095)
  • 91e30bf chore(deps): update dependency @nuxtjs/eslint-config-typescript to v6 (#1091)
  • 7180412 fix: don't apply any locale-logic to non-existent routes (#1093)
  • 4043968 fix: support localePath with path input and customized routes (#1088)
  • 83c4398 fix: recursive clone triggered when "locales" object made reactive (#1090)
  • 87fbf6d test: add fixture that uses @nuxtjs/composition-api (#1089)
  • 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/22 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 3/9/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/nuxt-i18n-6.20.6` --- ### 📝 Commits (1) - [`8f27da2`](https://github.com/ArthurDanjou/website-old/commit/8f27da267cdc2f6a8b3572e596c900ebef77272b) fix(deps): bump nuxt-i18n from 6.20.3 to 6.20.6 ### 📊 Changes **2 files changed** (+10 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+1 -1) 📝 `yarn.lock` (+9 -9) </details> ### 📄 Description Bumps [nuxt-i18n](https://github.com/nuxt-community/i18n-module) from 6.20.3 to 6.20.6. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/nuxt-community/i18n-module/releases">nuxt-i18n's releases</a>.</em></p> <blockquote> <h2>v6.20.6</h2> <h3>Bug Fixes</h3> <ul> <li>ensure langDir is escaped on Windows (<a href="https://github-redirect.dependabot.com/nuxt-community/i18n-module/issues/1097">#1097</a>) (<a href="https://github.com/nuxt-community/i18n-module/commit/a0a3adc13bb16d4ec4ffcdd94e24b318f8e9bbad">a0a3adc</a>)</li> </ul> <h2>v6.20.5</h2> <h3>Bug Fixes</h3> <ul> <li>don't apply any locale-logic to non-existent routes (<a href="https://github-redirect.dependabot.com/nuxt-community/i18n-module/issues/1093">#1093</a>) (<a href="https://github.com/nuxt-community/i18n-module/commit/71804129dcf1dd9882cfbddeee33b3253a107b4d">7180412</a>), closes <a href="https://github-redirect.dependabot.com/nuxt-community/i18n-module/issues/1092">#1092</a></li> <li>recursive clone triggered when locales object made reactive (<a href="https://github-redirect.dependabot.com/nuxt-community/i18n-module/issues/1090">#1090</a>) (<a href="https://github.com/nuxt-community/i18n-module/commit/83c4398e20d409ebf7ce5304452b9c6a22a6e1d1">83c4398</a>), closes <a href="https://github-redirect.dependabot.com/nuxt-community/i18n-module/issues/1075">#1075</a></li> <li>support localePath with path input and customized routes (<a href="https://github-redirect.dependabot.com/nuxt-community/i18n-module/issues/1088">#1088</a>) (<a href="https://github.com/nuxt-community/i18n-module/commit/4043968c1f57b7dd3e0bd3a9aaa24648f1060007">4043968</a>)</li> <li><strong>docs:</strong> adjusted example code in documentation to call the right context (<a href="https://github-redirect.dependabot.com/nuxt-community/i18n-module/issues/1087">#1087</a>) (<a href="https://github.com/nuxt-community/i18n-module/commit/7b8f77dd556335d5bf9c6c5a82b432490a5dcf71">7b8f77d</a>)</li> </ul> <h2>v6.20.4</h2> <h3>Bug Fixes</h3> <ul> <li>avoid using commonjs for runtime (vite support) (<a href="https://github.com/nuxt-community/i18n-module/commit/3fc14ba255f0791d5a8f13edd23a301e56665dca">3fc14ba</a>)</li> <li>use mjs version of klona (<a href="https://github-redirect.dependabot.com/nuxt-community/i18n-module/issues/1079">#1079</a>) (<a href="https://github.com/nuxt-community/i18n-module/commit/bb0445db55403cc6e13b60df87d05a242d2e5463">bb0445d</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/nuxt-community/i18n-module/blob/master/CHANGELOG.md">nuxt-i18n's changelog</a>.</em></p> <blockquote> <h3><a href="https://github.com/nuxt-community/i18n-module/compare/v6.20.5...v6.20.6">6.20.6</a> (2021-03-08)</h3> <h3>Bug Fixes</h3> <ul> <li>ensure langDir is escaped on Windows (<a href="https://github-redirect.dependabot.com/nuxt-community/i18n-module/issues/1097">#1097</a>) (<a href="https://github.com/nuxt-community/i18n-module/commit/a0a3adc13bb16d4ec4ffcdd94e24b318f8e9bbad">a0a3adc</a>)</li> </ul> <h3><a href="https://github.com/nuxt-community/i18n-module/compare/v6.20.4...v6.20.5">6.20.5</a> (2021-03-08)</h3> <h3>Bug Fixes</h3> <ul> <li>don't apply any locale-logic to non-existent routes (<a href="https://github-redirect.dependabot.com/nuxt-community/i18n-module/issues/1093">#1093</a>) (<a href="https://github.com/nuxt-community/i18n-module/commit/71804129dcf1dd9882cfbddeee33b3253a107b4d">7180412</a>), closes <a href="https://github-redirect.dependabot.com/nuxt-community/i18n-module/issues/1092">#1092</a></li> <li>recursive clone triggered when &quot;locales&quot; object made reactive (<a href="https://github-redirect.dependabot.com/nuxt-community/i18n-module/issues/1090">#1090</a>) (<a href="https://github.com/nuxt-community/i18n-module/commit/83c4398e20d409ebf7ce5304452b9c6a22a6e1d1">83c4398</a>), closes <a href="https://github-redirect.dependabot.com/nuxt-community/i18n-module/issues/1075">#1075</a></li> <li>support localePath with path input and customized routes (<a href="https://github-redirect.dependabot.com/nuxt-community/i18n-module/issues/1088">#1088</a>) (<a href="https://github.com/nuxt-community/i18n-module/commit/4043968c1f57b7dd3e0bd3a9aaa24648f1060007">4043968</a>)</li> <li><strong>docs:</strong> adjusted example code in documentation to call the right context (<a href="https://github-redirect.dependabot.com/nuxt-community/i18n-module/issues/1087">#1087</a>) (<a href="https://github.com/nuxt-community/i18n-module/commit/7b8f77dd556335d5bf9c6c5a82b432490a5dcf71">7b8f77d</a>)</li> </ul> <h3><a href="https://github.com/nuxt-community/i18n-module/compare/v6.20.3...v6.20.4">6.20.4</a> (2021-03-01)</h3> <h3>Bug Fixes</h3> <ul> <li>avoid using commonjs for runtime (vite support) (<a href="https://github.com/nuxt-community/i18n-module/commit/3fc14ba255f0791d5a8f13edd23a301e56665dca">3fc14ba</a>)</li> <li>use mjs version of klona (<a href="https://github-redirect.dependabot.com/nuxt-community/i18n-module/issues/1079">#1079</a>) (<a href="https://github.com/nuxt-community/i18n-module/commit/bb0445db55403cc6e13b60df87d05a242d2e5463">bb0445d</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nuxt-community/i18n-module/commit/c3399f1b85ec4299ddd5e76ef245db352f77e696"><code>c3399f1</code></a> chore: release 6.20.6</li> <li><a href="https://github.com/nuxt-community/i18n-module/commit/8ce8afe76706251ed5e0efd9ed6ef609d7e3e392"><code>8ce8afe</code></a> chore(tests): use official corejs setting for tests</li> <li><a href="https://github.com/nuxt-community/i18n-module/commit/a0a3adc13bb16d4ec4ffcdd94e24b318f8e9bbad"><code>a0a3adc</code></a> fix: ensure langDir is escaped on Windows (<a href="https://github-redirect.dependabot.com/nuxt-community/i18n-module/issues/1097">#1097</a>)</li> <li><a href="https://github.com/nuxt-community/i18n-module/commit/8664056e5b35835607fcf466801ed462ef186d94"><code>8664056</code></a> chore: release 6.20.5</li> <li><a href="https://github.com/nuxt-community/i18n-module/commit/d20bd7a2e08a86a4429b6455ebd9eca84db9a15a"><code>d20bd7a</code></a> chore(deps): lock file maintenance (<a href="https://github-redirect.dependabot.com/nuxt-community/i18n-module/issues/1095">#1095</a>)</li> <li><a href="https://github.com/nuxt-community/i18n-module/commit/91e30bfb7447df2531accdb5ef3d8dfd0d351113"><code>91e30bf</code></a> chore(deps): update dependency @nuxtjs/eslint-config-typescript to v6 (<a href="https://github-redirect.dependabot.com/nuxt-community/i18n-module/issues/1091">#1091</a>)</li> <li><a href="https://github.com/nuxt-community/i18n-module/commit/71804129dcf1dd9882cfbddeee33b3253a107b4d"><code>7180412</code></a> fix: don't apply any locale-logic to non-existent routes (<a href="https://github-redirect.dependabot.com/nuxt-community/i18n-module/issues/1093">#1093</a>)</li> <li><a href="https://github.com/nuxt-community/i18n-module/commit/4043968c1f57b7dd3e0bd3a9aaa24648f1060007"><code>4043968</code></a> fix: support localePath with path input and customized routes (<a href="https://github-redirect.dependabot.com/nuxt-community/i18n-module/issues/1088">#1088</a>)</li> <li><a href="https://github.com/nuxt-community/i18n-module/commit/83c4398e20d409ebf7ce5304452b9c6a22a6e1d1"><code>83c4398</code></a> fix: recursive clone triggered when &quot;locales&quot; object made reactive (<a href="https://github-redirect.dependabot.com/nuxt-community/i18n-module/issues/1090">#1090</a>)</li> <li><a href="https://github.com/nuxt-community/i18n-module/commit/87fbf6da824557cc1f05731918b3386a26edae55"><code>87fbf6d</code></a> test: add fixture that uses @nuxtjs/composition-api (<a href="https://github-redirect.dependabot.com/nuxt-community/i18n-module/issues/1089">#1089</a>)</li> <li>Additional commits viewable in <a href="https://github.com/nuxt-community/i18n-module/compare/v6.20.3...v6.20.6">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=nuxt-i18n&package-manager=npm_and_yarn&previous-version=6.20.3&new-version=6.20.6)](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:05:39 +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#24