[PR #683] [MERGED] chore(deps): bump nuxt-i18n from 6.6.0 to 6.6.1 #2789

Closed
opened 2026-03-17 00:27:50 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/683
Author: @dependabot-preview[bot]
Created: 3/17/2020
Status: Merged
Merged: 3/17/2020
Merged by: @liyasthomas

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


📝 Commits (1)

  • 3a64907 chore(deps): bump nuxt-i18n from 6.6.0 to 6.6.1

📊 Changes

2 files changed (+87 additions, -54 deletions)

View changed files

📝 package-lock.json (+86 -53)
📝 package.json (+1 -1)

📄 Description

Bumps nuxt-i18n from 6.6.0 to 6.6.1.

Release notes

Sourced from nuxt-i18n's releases.

6.6.1

6.6.1 (2020-03-16)

Bug Fixes

  • types: add vueI18nLoader to AllOptionsInterface (#634) (f1dd816)
  • add tests for forwardedHost change, deprecate setting instead of removing (3f4d135)
  • Incomplete initialization with 'en-US' locale code and no default (#629) (eeb63bb), closes #628
  • remove forwardedHost option - make domain matching consistent on server/client (#630) (2a17c99)
Changelog

Sourced from nuxt-i18n's changelog.

6.6.1 (2020-03-16)

Bug Fixes

  • types: add vueI18nLoader to AllOptionsInterface (#634) (f1dd816)
  • add tests for forwardedHost change, deprecate setting instead of removing (3f4d135)
  • Incomplete initialization with 'en-US' locale code and no default (#629) (eeb63bb), closes #628
  • remove forwardedHost option - make domain matching consistent on server/client (#630) (2a17c99)
Commits
  • 7af374a chore: release 6.6.1
  • 3838f7b chore(deps): lock file maintenance
  • 3f4d135 fix: add tests for forwardedHost change, deprecate setting instead of removing
  • 2a17c99 fix: remove forwardedHost option - make domain matching consistent on server/...
  • bfdfc28 chore(deps): update dependency release-it to v13.1.1 (#631)
  • f1dd816 fix(types): add vueI18nLoader to AllOptionsInterface (#634)
  • eeb63bb fix: Incomplete initialization with 'en-US' locale code and no default (#629)
  • c2d4271 chore(scripts): address breaking changes in release-it v13
  • 16b1614 chore(deps): update all non-major dependencies (#619)
  • cf44a91 chore(deps): update dependency release-it to v13 (#625)
  • 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)
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in the .dependabot/config.yml file in this repo:

  • Update frequency
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

🔄 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/hoppscotch/hoppscotch/pull/683 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 3/17/2020 **Status:** ✅ Merged **Merged:** 3/17/2020 **Merged by:** [@liyasthomas](https://github.com/liyasthomas) **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/nuxt-i18n-6.6.1` --- ### 📝 Commits (1) - [`3a64907`](https://github.com/hoppscotch/hoppscotch/commit/3a64907ce2b49012f937cd2c929e6895a69cf60d) chore(deps): bump nuxt-i18n from 6.6.0 to 6.6.1 ### 📊 Changes **2 files changed** (+87 additions, -54 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+86 -53) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [nuxt-i18n](https://github.com/nuxt-community/nuxt-i18n) from 6.6.0 to 6.6.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/nuxt-community/nuxt-i18n/releases">nuxt-i18n's releases</a>.</em></p> <blockquote> <h2>6.6.1</h2> <h3><a href="https://github.com/nuxt-community/nuxt-i18n/compare/v6.6.0...v6.6.1">6.6.1</a> (2020-03-16)</h3> <h3>Bug Fixes</h3> <ul> <li><strong>types:</strong> add vueI18nLoader to AllOptionsInterface (<a href="https://github-redirect.dependabot.com/nuxt-community/nuxt-i18n/issues/634">#634</a>) (<a href="https://github.com/nuxt-community/nuxt-i18n/commit/f1dd81676803033a210d28e3bc406a54b4c86c0c">f1dd816</a>)</li> <li>add tests for forwardedHost change, deprecate setting instead of removing (<a href="https://github.com/nuxt-community/nuxt-i18n/commit/3f4d13577bbca02e3b8d4bdd156a7854a95c7f0d">3f4d135</a>)</li> <li>Incomplete initialization with 'en-US' locale code and no default (<a href="https://github-redirect.dependabot.com/nuxt-community/nuxt-i18n/issues/629">#629</a>) (<a href="https://github.com/nuxt-community/nuxt-i18n/commit/eeb63bb701d1b76804790e87ef8cabe9149fdb9a">eeb63bb</a>), closes <a href="https://github-redirect.dependabot.com/nuxt-community/nuxt-i18n/issues/628">#628</a></li> <li>remove forwardedHost option - make domain matching consistent on server/client (<a href="https://github-redirect.dependabot.com/nuxt-community/nuxt-i18n/issues/630">#630</a>) (<a href="https://github.com/nuxt-community/nuxt-i18n/commit/2a17c99145c280b7304691396b8e009056054ae5">2a17c99</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/nuxt-community/nuxt-i18n/blob/master/CHANGELOG.md">nuxt-i18n's changelog</a>.</em></p> <blockquote> <h3><a href="https://github.com/nuxt-community/nuxt-i18n/compare/v6.6.0...v6.6.1">6.6.1</a> (2020-03-16)</h3> <h3>Bug Fixes</h3> <ul> <li><strong>types:</strong> add vueI18nLoader to AllOptionsInterface (<a href="https://github-redirect.dependabot.com/nuxt-community/nuxt-i18n/issues/634">#634</a>) (<a href="https://github.com/nuxt-community/nuxt-i18n/commit/f1dd81676803033a210d28e3bc406a54b4c86c0c">f1dd816</a>)</li> <li>add tests for forwardedHost change, deprecate setting instead of removing (<a href="https://github.com/nuxt-community/nuxt-i18n/commit/3f4d13577bbca02e3b8d4bdd156a7854a95c7f0d">3f4d135</a>)</li> <li>Incomplete initialization with 'en-US' locale code and no default (<a href="https://github-redirect.dependabot.com/nuxt-community/nuxt-i18n/issues/629">#629</a>) (<a href="https://github.com/nuxt-community/nuxt-i18n/commit/eeb63bb701d1b76804790e87ef8cabe9149fdb9a">eeb63bb</a>), closes <a href="https://github-redirect.dependabot.com/nuxt-community/nuxt-i18n/issues/628">#628</a></li> <li>remove forwardedHost option - make domain matching consistent on server/client (<a href="https://github-redirect.dependabot.com/nuxt-community/nuxt-i18n/issues/630">#630</a>) (<a href="https://github.com/nuxt-community/nuxt-i18n/commit/2a17c99145c280b7304691396b8e009056054ae5">2a17c99</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nuxt-community/nuxt-i18n/commit/7af374a26797db38a7aeee6e8afe29cd05db651f"><code>7af374a</code></a> chore: release 6.6.1</li> <li><a href="https://github.com/nuxt-community/nuxt-i18n/commit/3838f7bc50f9ae80874cfc0c384e9de9008572e4"><code>3838f7b</code></a> chore(deps): lock file maintenance</li> <li><a href="https://github.com/nuxt-community/nuxt-i18n/commit/3f4d13577bbca02e3b8d4bdd156a7854a95c7f0d"><code>3f4d135</code></a> fix: add tests for forwardedHost change, deprecate setting instead of removing</li> <li><a href="https://github.com/nuxt-community/nuxt-i18n/commit/2a17c99145c280b7304691396b8e009056054ae5"><code>2a17c99</code></a> fix: remove forwardedHost option - make domain matching consistent on server/...</li> <li><a href="https://github.com/nuxt-community/nuxt-i18n/commit/bfdfc28a1ffe026582239ec5331c50f29263c262"><code>bfdfc28</code></a> chore(deps): update dependency release-it to v13.1.1 (<a href="https://github-redirect.dependabot.com/nuxt-community/nuxt-i18n/issues/631">#631</a>)</li> <li><a href="https://github.com/nuxt-community/nuxt-i18n/commit/f1dd81676803033a210d28e3bc406a54b4c86c0c"><code>f1dd816</code></a> fix(types): add vueI18nLoader to AllOptionsInterface (<a href="https://github-redirect.dependabot.com/nuxt-community/nuxt-i18n/issues/634">#634</a>)</li> <li><a href="https://github.com/nuxt-community/nuxt-i18n/commit/eeb63bb701d1b76804790e87ef8cabe9149fdb9a"><code>eeb63bb</code></a> fix: Incomplete initialization with 'en-US' locale code and no default (<a href="https://github-redirect.dependabot.com/nuxt-community/nuxt-i18n/issues/629">#629</a>)</li> <li><a href="https://github.com/nuxt-community/nuxt-i18n/commit/c2d427141545e48f604f3e2193d5327acb5687c0"><code>c2d4271</code></a> chore(scripts): address breaking changes in release-it v13</li> <li><a href="https://github.com/nuxt-community/nuxt-i18n/commit/16b16147b34a22b0bc9c1d844ba7d59318a7ad15"><code>16b1614</code></a> chore(deps): update all non-major dependencies (<a href="https://github-redirect.dependabot.com/nuxt-community/nuxt-i18n/issues/619">#619</a>)</li> <li><a href="https://github.com/nuxt-community/nuxt-i18n/commit/cf44a9146371902d06a6ad1c2d8a17d7d391f912"><code>cf44a91</code></a> chore(deps): update dependency release-it to v13 (<a href="https://github-redirect.dependabot.com/nuxt-community/nuxt-i18n/issues/625">#625</a>)</li> <li>Additional commits viewable in <a href="https://github.com/nuxt-community/nuxt-i18n/compare/v6.6.0...v6.6.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=nuxt-i18n&package-manager=npm_and_yarn&previous-version=6.6.0&new-version=6.6.1)](https://dependabot.com/compatibility-score/?dependency-name=nuxt-i18n&package-manager=npm_and_yarn&previous-version=6.6.0&new-version=6.6.1) 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) - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in the `.dependabot/config.yml` file in this repo: - Update frequency - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 00:27:50 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hoppscotch#2789
No description provided.