[PR #1415] [CLOSED] chore(deps): bump nuxt-i18n from 6.16.0 to 6.17.0 #3298

Closed
opened 2026-03-17 00:55:30 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/1415
Author: @dependabot[bot]
Created: 1/6/2021
Status: Closed

Base: mainHead: dependabot/npm_and_yarn/nuxt-i18n-6.17.0


📝 Commits (1)

  • f71f404 chore(deps): bump nuxt-i18n from 6.16.0 to 6.17.0

📊 Changes

2 files changed (+12 additions, -5 deletions)

View changed files

📝 package-lock.json (+11 -4)
📝 package.json (+1 -1)

📄 Description

Bumps nuxt-i18n from 6.16.0 to 6.17.0.

Release notes

Sourced from nuxt-i18n's releases.

v6.17.0

Features

  • fallbackLocale: support vue-i18n decision map fallback (#992) (b4c6cfd)

Bug Fixes

Changelog

Sourced from nuxt-i18n's changelog.

6.17.0 (2021-01-05)

Features

  • fallbackLocale: support vue-i18n decision map fallback (#992) (b4c6cfd)

Bug Fixes

Commits
  • 97bce07 chore: release 6.17.0
  • 42c3cd5 fix: use local klona dependency from the plugin (#1008)
  • c00fd90 docs: fix i18n module declaration docs (#1005)
  • 509c578 chore(deps): lock file maintenance (#1003)
  • 55f5121 chore(deps): update all non-major dependencies (#998)
  • 59997e7 chore(deps): update actions/setup-node action to v2 (#999)
  • b4c6cfd feat(fallbackLocale): support vue-i18n decision map fallback (#992)
  • 2e1259e chore(deps): lock file maintenance (#996)
  • bc5399b chore(deps): update all non-major dependencies (#993)
  • cd377b4 fix(deps): update dependency is-https to v3 (#997)
  • 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/hoppscotch/hoppscotch/pull/1415 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 1/6/2021 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/nuxt-i18n-6.17.0` --- ### 📝 Commits (1) - [`f71f404`](https://github.com/hoppscotch/hoppscotch/commit/f71f4043ae490d608905bdb122590dc8b7abe1aa) chore(deps): bump nuxt-i18n from 6.16.0 to 6.17.0 ### 📊 Changes **2 files changed** (+12 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+11 -4) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [nuxt-i18n](https://github.com/nuxt-community/i18n-module) from 6.16.0 to 6.17.0. <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.17.0</h2> <h3>Features</h3> <ul> <li><strong>fallbackLocale:</strong> support vue-i18n decision map fallback (<a href="https://github-redirect.dependabot.com/nuxt-community/i18n-module/issues/992">#992</a>) (<a href="https://github.com/nuxt-community/i18n-module/commit/b4c6cfd9968562c35c6e6a1b0e6805efb6945d47">b4c6cfd</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>use local klona dependency from the plugin (<a href="https://github-redirect.dependabot.com/nuxt-community/i18n-module/issues/1008">#1008</a>) (<a href="https://github.com/nuxt-community/i18n-module/commit/42c3cd5595e4fcc06866c373a1a430e6f1b337c6">42c3cd5</a>), closes <a href="https://github-redirect.dependabot.com/nuxt-community/i18n-module/issues/1004">#1004</a></li> <li><strong>deps:</strong> update dependency is-https to v3 (<a href="https://github-redirect.dependabot.com/nuxt-community/i18n-module/issues/997">#997</a>) (<a href="https://github.com/nuxt-community/i18n-module/commit/cd377b49441465de3283e68b253e984077d24ac3">cd377b4</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> <h2><a href="https://github.com/nuxt-community/i18n-module/compare/v6.16.0...v6.17.0">6.17.0</a> (2021-01-05)</h2> <h3>Features</h3> <ul> <li><strong>fallbackLocale:</strong> support vue-i18n decision map fallback (<a href="https://github-redirect.dependabot.com/nuxt-community/i18n-module/issues/992">#992</a>) (<a href="https://github.com/nuxt-community/i18n-module/commit/b4c6cfd9968562c35c6e6a1b0e6805efb6945d47">b4c6cfd</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>use local klona dependency from the plugin (<a href="https://github-redirect.dependabot.com/nuxt-community/i18n-module/issues/1008">#1008</a>) (<a href="https://github.com/nuxt-community/i18n-module/commit/42c3cd5595e4fcc06866c373a1a430e6f1b337c6">42c3cd5</a>), closes <a href="https://github-redirect.dependabot.com/nuxt-community/i18n-module/issues/1004">#1004</a></li> <li><strong>deps:</strong> update dependency is-https to v3 (<a href="https://github-redirect.dependabot.com/nuxt-community/i18n-module/issues/997">#997</a>) (<a href="https://github.com/nuxt-community/i18n-module/commit/cd377b49441465de3283e68b253e984077d24ac3">cd377b4</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nuxt-community/i18n-module/commit/97bce079d730a5887456abdbea87dea82d6ed8a1"><code>97bce07</code></a> chore: release 6.17.0</li> <li><a href="https://github.com/nuxt-community/i18n-module/commit/42c3cd5595e4fcc06866c373a1a430e6f1b337c6"><code>42c3cd5</code></a> fix: use local klona dependency from the plugin (<a href="https://github-redirect.dependabot.com/nuxt-community/i18n-module/issues/1008">#1008</a>)</li> <li><a href="https://github.com/nuxt-community/i18n-module/commit/c00fd9044fdd3db7720ac4e75359cb4c4731c700"><code>c00fd90</code></a> docs: fix i18n module declaration docs (<a href="https://github-redirect.dependabot.com/nuxt-community/i18n-module/issues/1005">#1005</a>)</li> <li><a href="https://github.com/nuxt-community/i18n-module/commit/509c578a064453210a555aa96e3b6e2b3a813e14"><code>509c578</code></a> chore(deps): lock file maintenance (<a href="https://github-redirect.dependabot.com/nuxt-community/i18n-module/issues/1003">#1003</a>)</li> <li><a href="https://github.com/nuxt-community/i18n-module/commit/55f51211dd23033ac1f946782d7cb1f871383402"><code>55f5121</code></a> chore(deps): update all non-major dependencies (<a href="https://github-redirect.dependabot.com/nuxt-community/i18n-module/issues/998">#998</a>)</li> <li><a href="https://github.com/nuxt-community/i18n-module/commit/59997e719a7e94d3816c872be77330a7a9e95701"><code>59997e7</code></a> chore(deps): update actions/setup-node action to v2 (<a href="https://github-redirect.dependabot.com/nuxt-community/i18n-module/issues/999">#999</a>)</li> <li><a href="https://github.com/nuxt-community/i18n-module/commit/b4c6cfd9968562c35c6e6a1b0e6805efb6945d47"><code>b4c6cfd</code></a> feat(fallbackLocale): support vue-i18n decision map fallback (<a href="https://github-redirect.dependabot.com/nuxt-community/i18n-module/issues/992">#992</a>)</li> <li><a href="https://github.com/nuxt-community/i18n-module/commit/2e1259e38ec51475bb4a02da5788542315944a51"><code>2e1259e</code></a> chore(deps): lock file maintenance (<a href="https://github-redirect.dependabot.com/nuxt-community/i18n-module/issues/996">#996</a>)</li> <li><a href="https://github.com/nuxt-community/i18n-module/commit/bc5399b74e24716fa33e6c9876e3bdf5d29a4b3d"><code>bc5399b</code></a> chore(deps): update all non-major dependencies (<a href="https://github-redirect.dependabot.com/nuxt-community/i18n-module/issues/993">#993</a>)</li> <li><a href="https://github.com/nuxt-community/i18n-module/commit/cd377b49441465de3283e68b253e984077d24ac3"><code>cd377b4</code></a> fix(deps): update dependency is-https to v3 (<a href="https://github-redirect.dependabot.com/nuxt-community/i18n-module/issues/997">#997</a>)</li> <li>Additional commits viewable in <a href="https://github.com/nuxt-community/i18n-module/compare/v6.16.0...v6.17.0">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.16.0&new-version=6.17.0)](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>
kerem 2026-03-17 00:55:30 +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#3298
No description provided.