[PR #1282] [CLOSED] Bump nuxt from 2.14.6 to 2.14.7 #3200

Closed
opened 2026-03-17 00:50:04 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

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

Base: masterHead: dependabot/npm_and_yarn/nuxt-2.14.7


📝 Commits (1)

  • 1dbde6c Bump nuxt from 2.14.6 to 2.14.7

📊 Changes

2 files changed (+340 additions, -265 deletions)

View changed files

📝 package-lock.json (+339 -264)
📝 package.json (+1 -1)

📄 Description

Bumps nuxt from 2.14.6 to 2.14.7.

Release notes

Sourced from nuxt's releases.

v2.14.7

🐛 Bug Fixes

  • babel-preset-app
    • #8203 Always transpile optional chaining and nullish-coalescing for server
  • cli
    • #8200 Rebuild if process.env changes in nuxt.config
    • #8194 Avoid error about nuxt-edge if installed in parent node_modules
    • #8134 Mode deprecation with explicit spa or universal flag
  • vue-app
    • #8170 Use getter to provide this.$nuxt
    • #8055 ScrollRestoration hasn't set
  • types
    • #8182 Add type for serverMiddleware object format
    • #8169 Make NuxtConfig an interface
  • generator
    • #8166 Handle when no routes.json defined
  • general
    • #8206 Add better logs for DX with target option

💖 Thanks to

Commits
  • 265d0e7 v2.14.7
  • 7e7190b fix: add better logs for DX with target option (#8206)
  • 044d07c chore(deps): update all non-major dependencies to ^7.12.0 (#8207)
  • c75ac80 fix(babel-preset-app): always transpile optional chaining and nullish-coalesc...
  • d9f4822 fix(cli): rebuild if process.env changes in nuxt.config (#8200)
  • 5842a64 chore(deps): update dependency @nuxt/opencollective to ^0.3.2 (#8201)
  • 7e1ecfe chore: update yarn.lock
  • b533877 chore(deps): update all non-major dependencies (#8197)
  • 819afcd fix(cli): avoid error about nuxt-edge if installed in parent node_modules...
  • 5b87d1c chore(deps): update all non-major dependencies (#8177)
  • 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/1282 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 10/16/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/nuxt-2.14.7` --- ### 📝 Commits (1) - [`1dbde6c`](https://github.com/hoppscotch/hoppscotch/commit/1dbde6cd02e002220dfef21f395444e04da64eb3) Bump nuxt from 2.14.6 to 2.14.7 ### 📊 Changes **2 files changed** (+340 additions, -265 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+339 -264) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [nuxt](https://github.com/nuxt/nuxt.js) from 2.14.6 to 2.14.7. <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.7</h2> <h3>🐛 Bug Fixes</h3> <ul> <li><code>babel-preset-app</code> <ul> <li><a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/8203">#8203</a> Always transpile optional chaining and nullish-coalescing for server</li> </ul> </li> <li><code>cli</code> <ul> <li><a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/8200">#8200</a> Rebuild if <code>process.env</code> changes in <code>nuxt.config</code></li> <li><a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/8194">#8194</a> Avoid error about <code>nuxt-edge</code> if installed in parent <code>node_modules</code></li> <li><a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/8134">#8134</a> Mode deprecation with explicit spa or universal flag</li> </ul> </li> <li><code>vue-app</code> <ul> <li><a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/8170">#8170</a> Use getter to provide <code>this.$nuxt</code></li> <li><a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/8055">#8055</a> ScrollRestoration hasn't set</li> </ul> </li> <li><code>types</code> <ul> <li><a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/8182">#8182</a> Add type for <code>serverMiddleware</code> object format</li> <li><a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/8169">#8169</a> Make <code>NuxtConfig</code> an interface</li> </ul> </li> <li><code>generator</code> <ul> <li><a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/8166">#8166</a> Handle when no <code>routes.json</code> defined</li> </ul> </li> <li><code>general</code> <ul> <li><a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/8206">#8206</a> Add better logs for DX with target option</li> </ul> </li> </ul> <h3>💖 Thanks to</h3> <ul> <li>Daniel Roe (<a href="https://github.com/danielroe">@danielroe</a>)</li> <li>Dmitriy (<a href="https://github.com/Kolobok12309">@Kolobok12309</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nuxt/nuxt.js/commit/265d0e7aac3df9f83f323c4d2dba11434956fe9b"><code>265d0e7</code></a> v2.14.7</li> <li><a href="https://github.com/nuxt/nuxt.js/commit/7e7190b90d4ec781b80bdfe3d90d4174f1fbdc2d"><code>7e7190b</code></a> fix: add better logs for DX with target option (<a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/8206">#8206</a>)</li> <li><a href="https://github.com/nuxt/nuxt.js/commit/044d07cb171813fcbc3f2e9b2560b683c4842a7e"><code>044d07c</code></a> chore(deps): update all non-major dependencies to ^7.12.0 (<a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/8207">#8207</a>)</li> <li><a href="https://github.com/nuxt/nuxt.js/commit/c75ac80f36666bc99f5fe39238ca57df73429b41"><code>c75ac80</code></a> fix(babel-preset-app): always transpile optional chaining and nullish-coalesc...</li> <li><a href="https://github.com/nuxt/nuxt.js/commit/d9f48228fe06e61c888a5dc52b5589079d927344"><code>d9f4822</code></a> fix(cli): rebuild if process.env changes in nuxt.config (<a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/8200">#8200</a>)</li> <li><a href="https://github.com/nuxt/nuxt.js/commit/5842a64506c632696ec9585c0c2da0bd41d556fb"><code>5842a64</code></a> chore(deps): update dependency @nuxt/opencollective to ^0.3.2 (<a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/8201">#8201</a>)</li> <li><a href="https://github.com/nuxt/nuxt.js/commit/7e1ecfeb18b2f39f58bc548a95fbf24609f35eb6"><code>7e1ecfe</code></a> chore: update yarn.lock</li> <li><a href="https://github.com/nuxt/nuxt.js/commit/b533877b6a3afc88c9621606873429e5331deec4"><code>b533877</code></a> chore(deps): update all non-major dependencies (<a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/8197">#8197</a>)</li> <li><a href="https://github.com/nuxt/nuxt.js/commit/819afcdeb447b73b675cfc654f641fc2df5894f9"><code>819afcd</code></a> fix(cli): avoid error about <code>nuxt-edge</code> if installed in parent <code>node_modules</code>...</li> <li><a href="https://github.com/nuxt/nuxt.js/commit/5b87d1cfc0f6be2787cbfc7b07b15a20f710a023"><code>5b87d1c</code></a> chore(deps): update all non-major dependencies (<a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/8177">#8177</a>)</li> <li>Additional commits viewable in <a href="https://github.com/nuxt/nuxt.js/compare/v2.14.6...v2.14.7">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.6&new-version=2.14.7)](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:50:04 +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#3200
No description provided.