[PR #1270] [CLOSED] Bump nuxt-i18n from 6.15.2 to 6.15.3 #3187

Closed
opened 2026-03-17 00:49:31 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/1270
Author: @dependabot[bot]
Created: 10/15/2020
Status: Closed

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


📝 Commits (1)

  • 9d6b6d0 Bump nuxt-i18n from 6.15.2 to 6.15.3

📊 Changes

2 files changed (+4 additions, -39 deletions)

View changed files

📝 package-lock.json (+3 -38)
📝 package.json (+1 -1)

📄 Description

Bumps nuxt-i18n from 6.15.2 to 6.15.3.

Release notes

Sourced from nuxt-i18n's releases.

v6.15.3

Bug Fixes

  • don't use optional chaining for compatibility reasons (#930) (2d96629), closes #929
Changelog

Sourced from nuxt-i18n's changelog.

6.15.3 (2020-10-14)

Bug Fixes

  • don't use optional chaining for compatibility reasons (#930) (2d96629), closes #929
Commits
  • a5d7844 chore: release 6.15.3
  • 2d96629 fix: don't use optional chaining for compatibility reasons (#930)
  • 1db8f19 chore(deps): pin dependency @types/serve-static to 1.13.5 (#928)
  • 9a00baa chore(deps): Move "@types/serve-static" to dev dependencies
  • See full diff 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/1270 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 10/15/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/nuxt-i18n-6.15.3` --- ### 📝 Commits (1) - [`9d6b6d0`](https://github.com/hoppscotch/hoppscotch/commit/9d6b6d0d2b8865321b4168a6c0d0bc0e7f623689) Bump nuxt-i18n from 6.15.2 to 6.15.3 ### 📊 Changes **2 files changed** (+4 additions, -39 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+3 -38) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [nuxt-i18n](https://github.com/nuxt-community/i18n-module) from 6.15.2 to 6.15.3. <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.15.3</h2> <h3>Bug Fixes</h3> <ul> <li>don't use optional chaining for compatibility reasons (<a href="https://github-redirect.dependabot.com/nuxt-community/i18n-module/issues/930">#930</a>) (<a href="https://github.com/nuxt-community/i18n-module/commit/2d96629e71d36a0901ce0ef255d6e730338e0ede">2d96629</a>), closes <a href="https://github-redirect.dependabot.com/nuxt-community/i18n-module/issues/929">#929</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.15.2...v6.15.3">6.15.3</a> (2020-10-14)</h3> <h3>Bug Fixes</h3> <ul> <li>don't use optional chaining for compatibility reasons (<a href="https://github-redirect.dependabot.com/nuxt-community/i18n-module/issues/930">#930</a>) (<a href="https://github.com/nuxt-community/i18n-module/commit/2d96629e71d36a0901ce0ef255d6e730338e0ede">2d96629</a>), closes <a href="https://github-redirect.dependabot.com/nuxt-community/i18n-module/issues/929">#929</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nuxt-community/i18n-module/commit/a5d78441fbd76af6c035c62a8815587d13cbb38d"><code>a5d7844</code></a> chore: release 6.15.3</li> <li><a href="https://github.com/nuxt-community/i18n-module/commit/2d96629e71d36a0901ce0ef255d6e730338e0ede"><code>2d96629</code></a> fix: don't use optional chaining for compatibility reasons (<a href="https://github-redirect.dependabot.com/nuxt-community/i18n-module/issues/930">#930</a>)</li> <li><a href="https://github.com/nuxt-community/i18n-module/commit/1db8f196a23bf7d2b0e2b34da77d3a4866ae7682"><code>1db8f19</code></a> chore(deps): pin dependency @types/serve-static to 1.13.5 (<a href="https://github-redirect.dependabot.com/nuxt-community/i18n-module/issues/928">#928</a>)</li> <li><a href="https://github.com/nuxt-community/i18n-module/commit/9a00baa984f643daa220313e82b946a5e603caa7"><code>9a00baa</code></a> chore(deps): Move &quot;@types/serve-static&quot; to dev dependencies</li> <li>See full diff in <a href="https://github.com/nuxt-community/i18n-module/compare/v6.15.2...v6.15.3">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.15.2&new-version=6.15.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/configuring-github-dependabot-security-updates) 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:49:31 +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#3187
No description provided.