[PR #1047] [CLOSED] Bump nuxt-i18n from 6.13.2 to 6.13.6 #3028

Closed
opened 2026-03-17 00:40:52 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/1047
Author: @dependabot[bot]
Created: 8/5/2020
Status: Closed

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


📝 Commits (1)

  • 600eef5 Bump nuxt-i18n from 6.13.2 to 6.13.6

📊 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.13.2 to 6.13.6.

Release notes

Sourced from nuxt-i18n's releases.

6.13.6

Bug Fixes

6.13.5

Bug Fixes

  • lazy: don't try to copy locales to build dir at run-time (#827) (55dac74), closes #826

6.13.4

Bug Fixes

  • lazy: webpack error when only default locale exists (#825) (97f1dd8), closes #824

6.13.3

Bug Fixes

  • lazy: include default locale in the main bundle (#819) (6ed4ae6), closes #818
  • lazy: make client use translations loaded on the server (#823) (06bc5f1), closes #486 #663
Changelog

Sourced from nuxt-i18n's changelog.

6.13.6 (2020-08-04)

Bug Fixes

6.13.5 (2020-08-04)

Bug Fixes

  • lazy: don't try to copy locales to build dir at run-time (#827) (55dac74), closes #826

6.13.4 (2020-08-04)

Bug Fixes

  • lazy: webpack error when only default locale exists (#825) (97f1dd8), closes #824

6.13.3 (2020-08-04)

Bug Fixes

  • lazy: include default locale in the main bundle (#819) (6ed4ae6), closes #818
  • lazy: make client use translations loaded on the server (#823) (06bc5f1), closes #486 #663
Commits
  • b5f6d2c chore: release 6.13.6
  • 02f6b99 fix: restore compatibility with Nuxt <2.14 (#830)
  • d2173b1 chore: release 6.13.5
  • 55dac74 fix(lazy): don't try to copy locales to build dir at run-time (#827)
  • 1b69c5d chore: release 6.13.4
  • 97f1dd8 fix(lazy): webpack error when only default locale exists (#825)
  • 6977ced chore(docs): update some repo links
  • ced63af chore: release 6.13.3
  • df69eae chore(docs): small documentation updates
  • f788e55 chore(deps): lock file maintenance (#821)
  • 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/1047 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 8/5/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/nuxt-i18n-6.13.6` --- ### 📝 Commits (1) - [`600eef5`](https://github.com/hoppscotch/hoppscotch/commit/600eef5dfb6ca43d0e63a8508d07117db70b2ed6) Bump nuxt-i18n from 6.13.2 to 6.13.6 ### 📊 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/i18n-module) from 6.13.2 to 6.13.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>6.13.6</h2> <h3>Bug Fixes</h3> <ul> <li>restore compatibility with Nuxt &lt;2.14 (<a href="https://github-redirect.dependabot.com/nuxt-community/i18n-module/issues/830">#830</a>) (<a href="https://github.com/nuxt-community/i18n-module/commit/02f6b997e95dce50bf3d45c90f59686461c7f82e">02f6b99</a>), closes <a href="https://github-redirect.dependabot.com/nuxt-community/i18n-module/issues/829">#829</a></li> </ul> <h2>6.13.5</h2> <h3>Bug Fixes</h3> <ul> <li><strong>lazy:</strong> don't try to copy locales to build dir at run-time (<a href="https://github-redirect.dependabot.com/nuxt-community/i18n-module/issues/827">#827</a>) (<a href="https://github.com/nuxt-community/i18n-module/commit/55dac7459c3f5f50517af3009c27a2c5a46c7c82">55dac74</a>), closes <a href="https://github-redirect.dependabot.com/nuxt-community/i18n-module/issues/826">#826</a></li> </ul> <h2>6.13.4</h2> <h3>Bug Fixes</h3> <ul> <li><strong>lazy:</strong> webpack error when only default locale exists (<a href="https://github-redirect.dependabot.com/nuxt-community/i18n-module/issues/825">#825</a>) (<a href="https://github.com/nuxt-community/i18n-module/commit/97f1dd8e101a69282acb509ec0d9a3202f99a1d1">97f1dd8</a>), closes <a href="https://github-redirect.dependabot.com/nuxt-community/i18n-module/issues/824">#824</a></li> </ul> <h2>6.13.3</h2> <h3>Bug Fixes</h3> <ul> <li><strong>lazy:</strong> include default locale in the main bundle (<a href="https://github-redirect.dependabot.com/nuxt-community/i18n-module/issues/819">#819</a>) (<a href="https://github.com/nuxt-community/i18n-module/commit/6ed4ae616a0c9b555e3966c169886d3650427e07">6ed4ae6</a>), closes <a href="https://github-redirect.dependabot.com/nuxt-community/i18n-module/issues/818">#818</a></li> <li><strong>lazy:</strong> make client use translations loaded on the server (<a href="https://github-redirect.dependabot.com/nuxt-community/i18n-module/issues/823">#823</a>) (<a href="https://github.com/nuxt-community/i18n-module/commit/06bc5f1fce1c1349a7b035a40fd698f5ae7ac7f1">06bc5f1</a>), closes <a href="https://github-redirect.dependabot.com/nuxt-community/i18n-module/issues/486">#486</a> <a href="https://github-redirect.dependabot.com/nuxt-community/i18n-module/issues/663">#663</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.13.5...v6.13.6">6.13.6</a> (2020-08-04)</h3> <h3>Bug Fixes</h3> <ul> <li>restore compatibility with Nuxt &lt;2.14 (<a href="https://github-redirect.dependabot.com/nuxt-community/i18n-module/issues/830">#830</a>) (<a href="https://github.com/nuxt-community/i18n-module/commit/02f6b997e95dce50bf3d45c90f59686461c7f82e">02f6b99</a>), closes <a href="https://github-redirect.dependabot.com/nuxt-community/i18n-module/issues/829">#829</a></li> </ul> <h3><a href="https://github.com/nuxt-community/i18n-module/compare/v6.13.4...v6.13.5">6.13.5</a> (2020-08-04)</h3> <h3>Bug Fixes</h3> <ul> <li><strong>lazy:</strong> don't try to copy locales to build dir at run-time (<a href="https://github-redirect.dependabot.com/nuxt-community/i18n-module/issues/827">#827</a>) (<a href="https://github.com/nuxt-community/i18n-module/commit/55dac7459c3f5f50517af3009c27a2c5a46c7c82">55dac74</a>), closes <a href="https://github-redirect.dependabot.com/nuxt-community/i18n-module/issues/826">#826</a></li> </ul> <h3><a href="https://github.com/nuxt-community/i18n-module/compare/v6.13.3...v6.13.4">6.13.4</a> (2020-08-04)</h3> <h3>Bug Fixes</h3> <ul> <li><strong>lazy:</strong> webpack error when only default locale exists (<a href="https://github-redirect.dependabot.com/nuxt-community/i18n-module/issues/825">#825</a>) (<a href="https://github.com/nuxt-community/i18n-module/commit/97f1dd8e101a69282acb509ec0d9a3202f99a1d1">97f1dd8</a>), closes <a href="https://github-redirect.dependabot.com/nuxt-community/i18n-module/issues/824">#824</a></li> </ul> <h3><a href="https://github.com/nuxt-community/i18n-module/compare/v6.13.2...v6.13.3">6.13.3</a> (2020-08-04)</h3> <h3>Bug Fixes</h3> <ul> <li><strong>lazy:</strong> include default locale in the main bundle (<a href="https://github-redirect.dependabot.com/nuxt-community/i18n-module/issues/819">#819</a>) (<a href="https://github.com/nuxt-community/i18n-module/commit/6ed4ae616a0c9b555e3966c169886d3650427e07">6ed4ae6</a>), closes <a href="https://github-redirect.dependabot.com/nuxt-community/i18n-module/issues/818">#818</a></li> <li><strong>lazy:</strong> make client use translations loaded on the server (<a href="https://github-redirect.dependabot.com/nuxt-community/i18n-module/issues/823">#823</a>) (<a href="https://github.com/nuxt-community/i18n-module/commit/06bc5f1fce1c1349a7b035a40fd698f5ae7ac7f1">06bc5f1</a>), closes <a href="https://github-redirect.dependabot.com/nuxt-community/i18n-module/issues/486">#486</a> <a href="https://github-redirect.dependabot.com/nuxt-community/i18n-module/issues/663">#663</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nuxt-community/i18n-module/commit/b5f6d2c2e4858727c4b576234f1abef19044d477"><code>b5f6d2c</code></a> chore: release 6.13.6</li> <li><a href="https://github.com/nuxt-community/i18n-module/commit/02f6b997e95dce50bf3d45c90f59686461c7f82e"><code>02f6b99</code></a> fix: restore compatibility with Nuxt &lt;2.14 (<a href="https://github-redirect.dependabot.com/nuxt-community/i18n-module/issues/830">#830</a>)</li> <li><a href="https://github.com/nuxt-community/i18n-module/commit/d2173b1fb186aceb046e0cd7aca7c4aebfd4ea87"><code>d2173b1</code></a> chore: release 6.13.5</li> <li><a href="https://github.com/nuxt-community/i18n-module/commit/55dac7459c3f5f50517af3009c27a2c5a46c7c82"><code>55dac74</code></a> fix(lazy): don't try to copy locales to build dir at run-time (<a href="https://github-redirect.dependabot.com/nuxt-community/i18n-module/issues/827">#827</a>)</li> <li><a href="https://github.com/nuxt-community/i18n-module/commit/1b69c5d837f19dac40386a564375b477b45fc7d4"><code>1b69c5d</code></a> chore: release 6.13.4</li> <li><a href="https://github.com/nuxt-community/i18n-module/commit/97f1dd8e101a69282acb509ec0d9a3202f99a1d1"><code>97f1dd8</code></a> fix(lazy): webpack error when only default locale exists (<a href="https://github-redirect.dependabot.com/nuxt-community/i18n-module/issues/825">#825</a>)</li> <li><a href="https://github.com/nuxt-community/i18n-module/commit/6977ced107df387a323948882de19a27cdfff408"><code>6977ced</code></a> chore(docs): update some repo links</li> <li><a href="https://github.com/nuxt-community/i18n-module/commit/ced63affeae383d1100592b62c7c6aed1af9b60f"><code>ced63af</code></a> chore: release 6.13.3</li> <li><a href="https://github.com/nuxt-community/i18n-module/commit/df69eaec1487aad3fd2cae62dca0208667ea9dfe"><code>df69eae</code></a> chore(docs): small documentation updates</li> <li><a href="https://github.com/nuxt-community/i18n-module/commit/f788e55865c5c4747a6995653bcb4740ba229b50"><code>f788e55</code></a> chore(deps): lock file maintenance (<a href="https://github-redirect.dependabot.com/nuxt-community/i18n-module/issues/821">#821</a>)</li> <li>Additional commits viewable in <a href="https://github.com/nuxt-community/i18n-module/compare/v6.13.2...v6.13.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.13.2&new-version=6.13.6)](https://help.github.com/articles/configuring-automated-security-fixes) 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:40:52 +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#3028
No description provided.