[PR #1082] [CLOSED] Bump nuxt from 2.14.1 to 2.14.3 #3050

Closed
opened 2026-03-17 00:41:57 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

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

Base: masterHead: dependabot/npm_and_yarn/nuxt-2.14.3


📝 Commits (1)

  • 979de56 Bump nuxt from 2.14.1 to 2.14.3

📊 Changes

2 files changed (+129 additions, -151 deletions)

View changed files

📝 package-lock.json (+128 -150)
📝 package.json (+1 -1)

📄 Description

Bumps nuxt from 2.14.1 to 2.14.3.

Release notes

Sourced from nuxt's releases.

v2.14.3

🐛 Bug Fixes

  • vue-renderer
    • #7928 Apply nomodule to legacy chunks

💖 Thanks to

v2.14.2

🐛 Bug Fixes

  • webpack
    • #7906 Avoid using node_modules for chunk names (resolves #7901)
  • modern
    • #7919 Missing nomodule on legacy modules (resolves #7918)
  • vue-app
    • #7877 Use anchor to / if route is undefined in error page (resolves #7841)
    • #7920 Fix vue-router@2.14 regression with scrollToTop
    • #7916 Prevent router.registerModule reallocation (resolves #7915)
  • router
    • #7912 Use updated error codes to fix redirect errors
  • cli
    • #7860 Improve project dir detection for external commands

👕 Types

  • general
    • #7902 Improve definitions for component transition property

💖 Thanks to

Commits
  • 5e9d759 v2.14.3 [release]
  • f1a95c8 fix(vue-renderer): apply nomodule to legacy chunks (#7928)
  • 37c903f chore(deps): update devdependency rollup to v2.26.2 (#7925)
  • f47bfbc chore(deps): update devdependency rollup to v2.26.2
  • 34c5672 v2.14.2 [release]
  • 4d434fb chore(deps): update all non-major dependencies (#7922)
  • fe0498c fix(vue-app): prevent router.registerModule reallocation (#7915) (#7916)
  • 44471ec fix(webpack): avoid using node_modules for chunk names (#7906)
  • 68b9183 fix(modern): missing nomodule on legacy modules (#7919)
  • 10e82b2 fix(vue-app): use anchor to / if route is undefined in error page (#7877)
  • 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/1082 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 8/17/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/nuxt-2.14.3` --- ### 📝 Commits (1) - [`979de56`](https://github.com/hoppscotch/hoppscotch/commit/979de566f8715056ba26dc9780d3fe53a8446bbb) Bump nuxt from 2.14.1 to 2.14.3 ### 📊 Changes **2 files changed** (+129 additions, -151 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+128 -150) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [nuxt](https://github.com/nuxt/nuxt.js) from 2.14.1 to 2.14.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/nuxt/nuxt.js/releases">nuxt's releases</a>.</em></p> <blockquote> <h2>v2.14.3</h2> <h3>🐛 Bug Fixes</h3> <ul> <li><code>vue-renderer</code> <ul> <li><a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/7928">#7928</a> Apply <code>nomodule</code> to legacy chunks</li> </ul> </li> </ul> <h3>💖 Thanks to</h3> <ul> <li>Daniel Roe (<a href="https://github.com/danielroe">@danielroe</a>)</li> </ul> <h2>v2.14.2</h2> <h3>🐛 Bug Fixes</h3> <ul> <li><code>webpack</code> <ul> <li><a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/7906">#7906</a> Avoid using <code>node_modules</code> for chunk names (resolves <a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/7901">#7901</a>)</li> </ul> </li> <li><code>modern</code> <ul> <li><a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/7919">#7919</a> Missing <code>nomodule</code> on legacy modules (resolves <a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/7918">#7918</a>)</li> </ul> </li> <li><code>vue-app</code> <ul> <li><a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/7877">#7877</a> Use anchor to <code>/</code> if route is undefined in error page (resolves <a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/7841">#7841</a>)</li> <li><a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/7920">#7920</a> Fix <code>vue-router@2.14</code> regression with <code>scrollToTop</code></li> <li><a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/7916">#7916</a> Prevent router.registerModule reallocation (resolves <a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/7915">#7915</a>)</li> </ul> </li> <li><code>router</code> <ul> <li><a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/7912">#7912</a> Use updated error codes to fix redirect errors</li> </ul> </li> <li><code>cli</code> <ul> <li><a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/7860">#7860</a> Improve project dir detection for external commands</li> </ul> </li> </ul> <h3>👕 Types</h3> <ul> <li><code>general</code> <ul> <li><a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/7902">#7902</a> Improve definitions for component transition property</li> </ul> </li> </ul> <h3>💖 Thanks to</h3> <ul> <li>Ahad Birang (<a href="https://github.com/farnabaz">@farnabaz</a>)</li> <li>Matthew Gamble (<a href="https://github.com/mwgamble">@mwgamble</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nuxt/nuxt.js/commit/5e9d759d7bee6a3d32e16ef05eef988e882c600a"><code>5e9d759</code></a> v2.14.3 [release]</li> <li><a href="https://github.com/nuxt/nuxt.js/commit/f1a95c8af88cfd8848e2104eaad63e2b8167d628"><code>f1a95c8</code></a> fix(vue-renderer): apply <code>nomodule</code> to legacy chunks (<a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/7928">#7928</a>)</li> <li><a href="https://github.com/nuxt/nuxt.js/commit/37c903fae84792e3865dcac4cb5581df842134d3"><code>37c903f</code></a> chore(deps): update devdependency rollup to v2.26.2 (<a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/7925">#7925</a>)</li> <li><a href="https://github.com/nuxt/nuxt.js/commit/f47bfbc0eb136da15c890035918e464fcd677234"><code>f47bfbc</code></a> chore(deps): update devdependency rollup to v2.26.2</li> <li><a href="https://github.com/nuxt/nuxt.js/commit/34c56722c8c97c0c6a59ecfbc5836c38047e4572"><code>34c5672</code></a> v2.14.2 [release]</li> <li><a href="https://github.com/nuxt/nuxt.js/commit/4d434fbb997f41456c0858095d01d88d061b6a66"><code>4d434fb</code></a> chore(deps): update all non-major dependencies (<a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/7922">#7922</a>)</li> <li><a href="https://github.com/nuxt/nuxt.js/commit/fe0498cecd89d7822485cbfc6ba43bfbcaff6067"><code>fe0498c</code></a> fix(vue-app): prevent router.registerModule reallocation (<a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/7915">#7915</a>) (<a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/7916">#7916</a>)</li> <li><a href="https://github.com/nuxt/nuxt.js/commit/44471ec9dfed84661dde1b76e3be7f346341fa98"><code>44471ec</code></a> fix(webpack): avoid using <code>node_modules</code> for chunk names (<a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/7906">#7906</a>)</li> <li><a href="https://github.com/nuxt/nuxt.js/commit/68b9183c4c590abfa823a39c21f7bbf46dbb6fe7"><code>68b9183</code></a> fix(modern): missing nomodule on legacy modules (<a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/7919">#7919</a>)</li> <li><a href="https://github.com/nuxt/nuxt.js/commit/10e82b24daca218e1b43e760a21f544e82ec0116"><code>10e82b2</code></a> fix(vue-app): use anchor to <code>/</code> if route is undefined in error page (<a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/7877">#7877</a>)</li> <li>Additional commits viewable in <a href="https://github.com/nuxt/nuxt.js/compare/v2.14.1...v2.14.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=nuxt&package-manager=npm_and_yarn&previous-version=2.14.1&new-version=2.14.3)](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:41:57 +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#3050
No description provided.