[PR #1460] [CLOSED] chore(deps): bump nuxt-i18n from 6.18.0 to 6.19.0 #3325

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

📋 Pull Request Information

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

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


📝 Commits (1)

  • 2554c32 chore(deps): bump nuxt-i18n from 6.18.0 to 6.19.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.18.0 to 6.19.0.

Release notes

Sourced from nuxt-i18n's releases.

v6.19.0

Features

  • add dir property and defaultDirection option (#1023) (3b3dcc6)

Bug Fixes

  • invalid canonical SEO link with differentDomains (#1049) (d05317b)
  • deps: update all non-major dependencies (#1048) (8f4cef5)
  • localeProperties undefined when component used (#1043) (ff56a35)
Changelog

Sourced from nuxt-i18n's changelog.

6.19.0 (2021-02-01)

Features

  • add dir property and defaultDirection option (#1023) (3b3dcc6)

Bug Fixes

  • invalid canonical SEO link with differentDomains (#1049) (d05317b)
  • deps: update all non-major dependencies (#1048) (8f4cef5)
  • localeProperties undefined when component used (#1043) (ff56a35)
Commits
  • 8f3a27e chore: release 6.19.0
  • d05317b fix: invalid canonical SEO link with differentDomains (#1049)
  • 8f4cef5 fix(deps): update all non-major dependencies (#1048)
  • 69d3dd0 chore(deps): lock file maintenance (#1050)
  • 9d4007f docs: add note about using $axios from lazy function
  • 3b3dcc6 feat: add dir property and defaultDirection option (#1023)
  • 05d57f9 docs: change to correct syntax in lazy load example (#1046)
  • 057bcac chore(deps): update all non-major dependencies (#1029)
  • 3669df5 chore(deps): lock file maintenance (#1030)
  • ff56a35 fix: localeProperties undefined when <i18n> component used (#1043)
  • 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/1460 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 2/2/2021 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/nuxt-i18n-6.19.0` --- ### 📝 Commits (1) - [`2554c32`](https://github.com/hoppscotch/hoppscotch/commit/2554c32a34d725518661fd0d6076214aa1f45ebf) chore(deps): bump nuxt-i18n from 6.18.0 to 6.19.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/i18n-module) from 6.18.0 to 6.19.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.19.0</h2> <h3>Features</h3> <ul> <li>add dir property and defaultDirection option (<a href="https://github-redirect.dependabot.com/nuxt-community/i18n-module/issues/1023">#1023</a>) (<a href="https://github.com/nuxt-community/i18n-module/commit/3b3dcc6ba418ce6250498225873da3a063c8321c">3b3dcc6</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>invalid canonical SEO link with differentDomains (<a href="https://github-redirect.dependabot.com/nuxt-community/i18n-module/issues/1049">#1049</a>) (<a href="https://github.com/nuxt-community/i18n-module/commit/d05317be2eb26a211f1783c35a966b9d779feeb8">d05317b</a>)</li> <li><strong>deps:</strong> update all non-major dependencies (<a href="https://github-redirect.dependabot.com/nuxt-community/i18n-module/issues/1048">#1048</a>) (<a href="https://github.com/nuxt-community/i18n-module/commit/8f4cef5d5335138e638e2c58b75ab77602f25c65">8f4cef5</a>)</li> <li>localeProperties undefined when <!-- raw HTML omitted --> component used (<a href="https://github-redirect.dependabot.com/nuxt-community/i18n-module/issues/1043">#1043</a>) (<a href="https://github.com/nuxt-community/i18n-module/commit/ff56a35a052487b17632e5ad6f08bf588f94f966">ff56a35</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.18.0...v6.19.0">6.19.0</a> (2021-02-01)</h2> <h3>Features</h3> <ul> <li>add dir property and defaultDirection option (<a href="https://github-redirect.dependabot.com/nuxt-community/i18n-module/issues/1023">#1023</a>) (<a href="https://github.com/nuxt-community/i18n-module/commit/3b3dcc6ba418ce6250498225873da3a063c8321c">3b3dcc6</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>invalid canonical SEO link with differentDomains (<a href="https://github-redirect.dependabot.com/nuxt-community/i18n-module/issues/1049">#1049</a>) (<a href="https://github.com/nuxt-community/i18n-module/commit/d05317be2eb26a211f1783c35a966b9d779feeb8">d05317b</a>)</li> <li><strong>deps:</strong> update all non-major dependencies (<a href="https://github-redirect.dependabot.com/nuxt-community/i18n-module/issues/1048">#1048</a>) (<a href="https://github.com/nuxt-community/i18n-module/commit/8f4cef5d5335138e638e2c58b75ab77602f25c65">8f4cef5</a>)</li> <li>localeProperties undefined when <!-- raw HTML omitted --> component used (<a href="https://github-redirect.dependabot.com/nuxt-community/i18n-module/issues/1043">#1043</a>) (<a href="https://github.com/nuxt-community/i18n-module/commit/ff56a35a052487b17632e5ad6f08bf588f94f966">ff56a35</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nuxt-community/i18n-module/commit/8f3a27ef5521e104a84df81378568c7f0a5459ed"><code>8f3a27e</code></a> chore: release 6.19.0</li> <li><a href="https://github.com/nuxt-community/i18n-module/commit/d05317be2eb26a211f1783c35a966b9d779feeb8"><code>d05317b</code></a> fix: invalid canonical SEO link with differentDomains (<a href="https://github-redirect.dependabot.com/nuxt-community/i18n-module/issues/1049">#1049</a>)</li> <li><a href="https://github.com/nuxt-community/i18n-module/commit/8f4cef5d5335138e638e2c58b75ab77602f25c65"><code>8f4cef5</code></a> fix(deps): update all non-major dependencies (<a href="https://github-redirect.dependabot.com/nuxt-community/i18n-module/issues/1048">#1048</a>)</li> <li><a href="https://github.com/nuxt-community/i18n-module/commit/69d3dd0ab1a7a73f88ad6562f4608d857a921db7"><code>69d3dd0</code></a> chore(deps): lock file maintenance (<a href="https://github-redirect.dependabot.com/nuxt-community/i18n-module/issues/1050">#1050</a>)</li> <li><a href="https://github.com/nuxt-community/i18n-module/commit/9d4007f8cdf30a1099d6703f14f1a357667a792f"><code>9d4007f</code></a> docs: add note about using $axios from lazy function</li> <li><a href="https://github.com/nuxt-community/i18n-module/commit/3b3dcc6ba418ce6250498225873da3a063c8321c"><code>3b3dcc6</code></a> feat: add dir property and defaultDirection option (<a href="https://github-redirect.dependabot.com/nuxt-community/i18n-module/issues/1023">#1023</a>)</li> <li><a href="https://github.com/nuxt-community/i18n-module/commit/05d57f9d4cbb97aa1f3d3d939f7fa6b8b7fcd545"><code>05d57f9</code></a> docs: change to correct syntax in lazy load example (<a href="https://github-redirect.dependabot.com/nuxt-community/i18n-module/issues/1046">#1046</a>)</li> <li><a href="https://github.com/nuxt-community/i18n-module/commit/057bcac96d7d44d0010a380483f95297cf701e86"><code>057bcac</code></a> chore(deps): update all non-major dependencies (<a href="https://github-redirect.dependabot.com/nuxt-community/i18n-module/issues/1029">#1029</a>)</li> <li><a href="https://github.com/nuxt-community/i18n-module/commit/3669df562e8267feb2cf9627106bcb9f598308e7"><code>3669df5</code></a> chore(deps): lock file maintenance (<a href="https://github-redirect.dependabot.com/nuxt-community/i18n-module/issues/1030">#1030</a>)</li> <li><a href="https://github.com/nuxt-community/i18n-module/commit/ff56a35a052487b17632e5ad6f08bf588f94f966"><code>ff56a35</code></a> fix: localeProperties undefined when &lt;i18n&gt; component used (<a href="https://github-redirect.dependabot.com/nuxt-community/i18n-module/issues/1043">#1043</a>)</li> <li>Additional commits viewable in <a href="https://github.com/nuxt-community/i18n-module/compare/v6.18.0...v6.19.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.18.0&new-version=6.19.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:56: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#3325
No description provided.