[PR #899] [MERGED] chore(deps): bump nuxt-i18n from 6.11.1 to 6.12.0 #2927

Closed
opened 2026-03-17 00:35:26 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

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

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


📝 Commits (1)

  • 07ba60a chore(deps): bump nuxt-i18n from 6.11.1 to 6.12.0

📊 Changes

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

View changed files

📝 package-lock.json (+6 -6)
📝 package.json (+1 -1)

📄 Description

Bumps nuxt-i18n from 6.11.1 to 6.12.0.

Release notes

Sourced from nuxt-i18n's releases.

6.12.0

Features

Bug Fixes

  • don't do browser language detection during Nuxt generate (#718) (f1c5aca)
  • don't leave out non-prefixed routes for generate + prefix strategy (#726) (97fabbf), closes #700
  • trigger language detection on initial load in generated mode (#724) (a853de9)
Changelog

Sourced from nuxt-i18n's changelog.

6.12.0 (2020-05-25)

Features

  • add localeRoute API for getting the localized route (#729) (0c4bd52), closes #728
  • add support for using localePath with no route name and path (#727) (7a011a0), closes #691

Bug Fixes

  • don't do browser language detection during Nuxt generate (#718) (f1c5aca)
  • don't leave out non-prefixed routes for generate + prefix strategy (#726) (97fabbf), closes #700
  • trigger language detection on initial load in generated mode (#724) (a853de9)
Commits
  • 6d83966 chore: release 6.12.0
  • 4da656c chore(docs): expose h4 headers in documentation sidebar
  • 0c4bd52 feat: add localeRoute API for getting the localized route (#729)
  • a671c49 chore(docs): fix invalid "patch" language type
  • 7a011a0 feat: add support for using localePath with no route name and path (#727)
  • 97fabbf fix: don't leave out non-prefixed routes for generate + prefix strategy (#726)
  • a853de9 fix: trigger language detection on initial load in generated mode (#724)
  • c60e9cd chore(deps): update dependency @nuxtjs/eslint-config-typescript to v2 (#708)
  • de5a797 chore(deps): update dependency typescript to v3.9.3 (#719)
  • 0687874 chore(deps): pin dependencies (#723)
  • 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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @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 your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • 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/899 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 5/26/2020 **Status:** ✅ Merged **Merged:** 5/26/2020 **Merged by:** [@liyasthomas](https://github.com/liyasthomas) **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/nuxt-i18n-6.12.0` --- ### 📝 Commits (1) - [`07ba60a`](https://github.com/hoppscotch/hoppscotch/commit/07ba60ab6748bba3c3a1f6dd443894351360b366) chore(deps): bump nuxt-i18n from 6.11.1 to 6.12.0 ### 📊 Changes **2 files changed** (+7 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+6 -6) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [nuxt-i18n](https://github.com/nuxt-community/nuxt-i18n) from 6.11.1 to 6.12.0. <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.12.0</h2> <h3>Features</h3> <ul> <li>add <a href="https://nuxt-community.github.io/nuxt-i18n/api/#localeroute">localeRoute API</a> for getting the localized route (<a href="https://github-redirect.dependabot.com/nuxt-community/nuxt-i18n/issues/729">#729</a>) (<a href="https://github.com/nuxt-community/nuxt-i18n/commit/0c4bd52babdd868fdc254387589529600e1a3496">0c4bd52</a>), closes <a href="https://github-redirect.dependabot.com/nuxt-community/nuxt-i18n/issues/728">#728</a></li> <li>add support for using localePath with no route name and path (<a href="https://github-redirect.dependabot.com/nuxt-community/nuxt-i18n/issues/727">#727</a>) (<a href="https://github.com/nuxt-community/nuxt-i18n/commit/7a011a07bede6bad62f9faf44873643a1a8b0ec1">7a011a0</a>), closes <a href="https://github-redirect.dependabot.com/nuxt-community/nuxt-i18n/issues/691">#691</a></li> </ul> <h3>Bug Fixes</h3> <ul> <li>don't do browser language detection during Nuxt generate (<a href="https://github-redirect.dependabot.com/nuxt-community/nuxt-i18n/issues/718">#718</a>) (<a href="https://github.com/nuxt-community/nuxt-i18n/commit/f1c5aca9aa35febdb19f46c45b0cf37ba5ab3db6">f1c5aca</a>)</li> <li>don't leave out non-prefixed routes for generate + prefix strategy (<a href="https://github-redirect.dependabot.com/nuxt-community/nuxt-i18n/issues/726">#726</a>) (<a href="https://github.com/nuxt-community/nuxt-i18n/commit/97fabbfafa2c7ec852f134c6587b291e4f5dfda9">97fabbf</a>), closes <a href="https://github-redirect.dependabot.com/nuxt-community/nuxt-i18n/issues/700">#700</a></li> <li>trigger language detection on initial load in generated mode (<a href="https://github-redirect.dependabot.com/nuxt-community/nuxt-i18n/issues/724">#724</a>) (<a href="https://github.com/nuxt-community/nuxt-i18n/commit/a853de929d2f764ccd08c4323c6cfb8f95e4490c">a853de9</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> <h2><a href="https://github.com/nuxt-community/nuxt-i18n/compare/v6.11.1...v6.12.0">6.12.0</a> (2020-05-25)</h2> <h3>Features</h3> <ul> <li>add localeRoute API for getting the localized route (<a href="https://github-redirect.dependabot.com/nuxt-community/nuxt-i18n/issues/729">#729</a>) (<a href="https://github.com/nuxt-community/nuxt-i18n/commit/0c4bd52babdd868fdc254387589529600e1a3496">0c4bd52</a>), closes <a href="https://github-redirect.dependabot.com/nuxt-community/nuxt-i18n/issues/728">#728</a></li> <li>add support for using localePath with no route name and path (<a href="https://github-redirect.dependabot.com/nuxt-community/nuxt-i18n/issues/727">#727</a>) (<a href="https://github.com/nuxt-community/nuxt-i18n/commit/7a011a07bede6bad62f9faf44873643a1a8b0ec1">7a011a0</a>), closes <a href="https://github-redirect.dependabot.com/nuxt-community/nuxt-i18n/issues/691">#691</a></li> </ul> <h3>Bug Fixes</h3> <ul> <li>don't do browser language detection during Nuxt generate (<a href="https://github-redirect.dependabot.com/nuxt-community/nuxt-i18n/issues/718">#718</a>) (<a href="https://github.com/nuxt-community/nuxt-i18n/commit/f1c5aca9aa35febdb19f46c45b0cf37ba5ab3db6">f1c5aca</a>)</li> <li>don't leave out non-prefixed routes for generate + prefix strategy (<a href="https://github-redirect.dependabot.com/nuxt-community/nuxt-i18n/issues/726">#726</a>) (<a href="https://github.com/nuxt-community/nuxt-i18n/commit/97fabbfafa2c7ec852f134c6587b291e4f5dfda9">97fabbf</a>), closes <a href="https://github-redirect.dependabot.com/nuxt-community/nuxt-i18n/issues/700">#700</a></li> <li>trigger language detection on initial load in generated mode (<a href="https://github-redirect.dependabot.com/nuxt-community/nuxt-i18n/issues/724">#724</a>) (<a href="https://github.com/nuxt-community/nuxt-i18n/commit/a853de929d2f764ccd08c4323c6cfb8f95e4490c">a853de9</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nuxt-community/nuxt-i18n/commit/6d83966efc903dce9d0cc7d1a2954c4a6eee3049"><code>6d83966</code></a> chore: release 6.12.0</li> <li><a href="https://github.com/nuxt-community/nuxt-i18n/commit/4da656c6a3d3a91d3923e0c716a6b3f19c890317"><code>4da656c</code></a> chore(docs): expose h4 headers in documentation sidebar</li> <li><a href="https://github.com/nuxt-community/nuxt-i18n/commit/0c4bd52babdd868fdc254387589529600e1a3496"><code>0c4bd52</code></a> feat: add localeRoute API for getting the localized route (<a href="https://github-redirect.dependabot.com/nuxt-community/nuxt-i18n/issues/729">#729</a>)</li> <li><a href="https://github.com/nuxt-community/nuxt-i18n/commit/a671c49e7fd2e513aeeaf7221e1b00e88adf8095"><code>a671c49</code></a> chore(docs): fix invalid &quot;patch&quot; language type</li> <li><a href="https://github.com/nuxt-community/nuxt-i18n/commit/7a011a07bede6bad62f9faf44873643a1a8b0ec1"><code>7a011a0</code></a> feat: add support for using localePath with no route name and path (<a href="https://github-redirect.dependabot.com/nuxt-community/nuxt-i18n/issues/727">#727</a>)</li> <li><a href="https://github.com/nuxt-community/nuxt-i18n/commit/97fabbfafa2c7ec852f134c6587b291e4f5dfda9"><code>97fabbf</code></a> fix: don't leave out non-prefixed routes for generate + prefix strategy (<a href="https://github-redirect.dependabot.com/nuxt-community/nuxt-i18n/issues/726">#726</a>)</li> <li><a href="https://github.com/nuxt-community/nuxt-i18n/commit/a853de929d2f764ccd08c4323c6cfb8f95e4490c"><code>a853de9</code></a> fix: trigger language detection on initial load in generated mode (<a href="https://github-redirect.dependabot.com/nuxt-community/nuxt-i18n/issues/724">#724</a>)</li> <li><a href="https://github.com/nuxt-community/nuxt-i18n/commit/c60e9cd1537a023e60b3dd9b1eba771c11528ccc"><code>c60e9cd</code></a> chore(deps): update dependency @nuxtjs/eslint-config-typescript to v2 (<a href="https://github-redirect.dependabot.com/nuxt-community/nuxt-i18n/issues/708">#708</a>)</li> <li><a href="https://github.com/nuxt-community/nuxt-i18n/commit/de5a7978d54fc6815fc214c5b3ebf7a906020fc2"><code>de5a797</code></a> chore(deps): update dependency typescript to v3.9.3 (<a href="https://github-redirect.dependabot.com/nuxt-community/nuxt-i18n/issues/719">#719</a>)</li> <li><a href="https://github.com/nuxt-community/nuxt-i18n/commit/0687874902df188b0ebcbe2e68e62b68a3e02d95"><code>0687874</code></a> chore(deps): pin dependencies (<a href="https://github-redirect.dependabot.com/nuxt-community/nuxt-i18n/issues/723">#723</a>)</li> <li>Additional commits viewable in <a href="https://github.com/nuxt-community/nuxt-i18n/compare/v6.11.1...v6.12.0">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.11.1&new-version=6.12.0)](https://dependabot.com/compatibility-score/?dependency-name=nuxt-i18n&package-manager=npm_and_yarn&previous-version=6.11.1&new-version=6.12.0) 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 use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@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 your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - 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:35:26 +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#2927
No description provided.