[PR #11] [MERGED] fix(deps): bump nuxt-i18n from 6.20.1 to 6.20.3 #12

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

📋 Pull Request Information

Original PR: https://github.com/ArthurDanjou/website-old/pull/11
Author: @dependabot[bot]
Created: 2/25/2021
Status: Merged
Merged: 2/25/2021
Merged by: @ArthurDanjou

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


📝 Commits (1)

  • 4556f31 fix(deps): bump nuxt-i18n from 6.20.1 to 6.20.3

📊 Changes

2 files changed (+15 additions, -23 deletions)

View changed files

📝 package.json (+1 -1)
📝 yarn.lock (+14 -22)

📄 Description

Bumps nuxt-i18n from 6.20.1 to 6.20.3.

Release notes

Sourced from nuxt-i18n's releases.

v6.20.3

Bug Fixes

  • lazy: allow extensions yml/yaml when loading lazy locales (01f92ae)

v6.20.2

Bug Fixes

  • lazy: only process lang files with js, ts and json extensions (#1070) (1cf1ac2), closes #1068
Changelog

Sourced from nuxt-i18n's changelog.

6.20.3 (2021-02-24)

Bug Fixes

  • lazy: allow extensions yml/yaml when loading lazy locales (01f92ae)

6.20.2 (2021-02-19)

Bug Fixes

  • lazy: only process lang files with js, ts and json extensions (#1070) (1cf1ac2), closes #1068
Commits
  • a8cccc6 chore: release 6.20.3
  • 01f92ae fix(lazy): allow extensions yml/yaml when loading lazy locales
  • 08c48dc chore: release 6.20.2
  • bee5f38 chore(deps): update all non-major dependencies (#1069)
  • 1cf1ac2 fix(lazy): only process lang files with js, ts and json extensions (#1070)
  • See full diff 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/11 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 2/25/2021 **Status:** ✅ Merged **Merged:** 2/25/2021 **Merged by:** [@ArthurDanjou](https://github.com/ArthurDanjou) **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/nuxt-i18n-6.20.3` --- ### 📝 Commits (1) - [`4556f31`](https://github.com/ArthurDanjou/website-old/commit/4556f313fa19be0cb7338da8b71a9fe7be03b3fc) fix(deps): bump nuxt-i18n from 6.20.1 to 6.20.3 ### 📊 Changes **2 files changed** (+15 additions, -23 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+1 -1) 📝 `yarn.lock` (+14 -22) </details> ### 📄 Description Bumps [nuxt-i18n](https://github.com/nuxt-community/i18n-module) from 6.20.1 to 6.20.3. <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.3</h2> <h3>Bug Fixes</h3> <ul> <li><strong>lazy:</strong> allow extensions yml/yaml when loading lazy locales (<a href="https://github.com/nuxt-community/i18n-module/commit/01f92ae72ba2a37cda2be119f618751ab7dbf20b">01f92ae</a>)</li> </ul> <h2>v6.20.2</h2> <h3>Bug Fixes</h3> <ul> <li><strong>lazy:</strong> only process lang files with js, ts and json extensions (<a href="https://github-redirect.dependabot.com/nuxt-community/i18n-module/issues/1070">#1070</a>) (<a href="https://github.com/nuxt-community/i18n-module/commit/1cf1ac2d031b924b4d2b82113f7580cfa18f7efa">1cf1ac2</a>), closes <a href="https://github-redirect.dependabot.com/nuxt-community/i18n-module/issues/1068">#1068</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.2...v6.20.3">6.20.3</a> (2021-02-24)</h3> <h3>Bug Fixes</h3> <ul> <li><strong>lazy:</strong> allow extensions yml/yaml when loading lazy locales (<a href="https://github.com/nuxt-community/i18n-module/commit/01f92ae72ba2a37cda2be119f618751ab7dbf20b">01f92ae</a>)</li> </ul> <h3><a href="https://github.com/nuxt-community/i18n-module/compare/v6.20.1...v6.20.2">6.20.2</a> (2021-02-19)</h3> <h3>Bug Fixes</h3> <ul> <li><strong>lazy:</strong> only process lang files with js, ts and json extensions (<a href="https://github-redirect.dependabot.com/nuxt-community/i18n-module/issues/1070">#1070</a>) (<a href="https://github.com/nuxt-community/i18n-module/commit/1cf1ac2d031b924b4d2b82113f7580cfa18f7efa">1cf1ac2</a>), closes <a href="https://github-redirect.dependabot.com/nuxt-community/i18n-module/issues/1068">#1068</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nuxt-community/i18n-module/commit/a8cccc6cccd21c58904afd4f810869d71472b016"><code>a8cccc6</code></a> chore: release 6.20.3</li> <li><a href="https://github.com/nuxt-community/i18n-module/commit/01f92ae72ba2a37cda2be119f618751ab7dbf20b"><code>01f92ae</code></a> fix(lazy): allow extensions yml/yaml when loading lazy locales</li> <li><a href="https://github.com/nuxt-community/i18n-module/commit/08c48dca995380b274a676a8c1d0c36e5b9dbd05"><code>08c48dc</code></a> chore: release 6.20.2</li> <li><a href="https://github.com/nuxt-community/i18n-module/commit/bee5f38c69e8918a491c5d902e0f2df37088c00a"><code>bee5f38</code></a> chore(deps): update all non-major dependencies (<a href="https://github-redirect.dependabot.com/nuxt-community/i18n-module/issues/1069">#1069</a>)</li> <li><a href="https://github.com/nuxt-community/i18n-module/commit/1cf1ac2d031b924b4d2b82113f7580cfa18f7efa"><code>1cf1ac2</code></a> fix(lazy): only process lang files with js, ts and json extensions (<a href="https://github-redirect.dependabot.com/nuxt-community/i18n-module/issues/1070">#1070</a>)</li> <li>See full diff in <a href="https://github.com/nuxt-community/i18n-module/compare/v6.20.1...v6.20.3">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.1&new-version=6.20.3)](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:37 +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#12