[PR #449] [MERGED] ⬆️ Bump nuxt from 2.10.2 to 2.11.0 #2627

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

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/449
Author: @dependabot-preview[bot]
Created: 12/21/2019
Status: Merged
Merged: 12/21/2019
Merged by: @liyasthomas

Base: masterHead: dependabot/npm_and_yarn/nuxt-2.11.0


📝 Commits (1)

  • 182bca9 ⬆️ Bump nuxt from 2.10.2 to 2.11.0

📊 Changes

2 files changed (+309 additions, -226 deletions)

View changed files

📝 package-lock.json (+308 -225)
📝 package.json (+1 -1)

📄 Description

Bumps nuxt from 2.10.2 to 2.11.0.

Release notes

Sourced from nuxt's releases.

v2.11.0

🐛 Bug Fixes

  • utils
    • #6777 Add catch statement to non function block in serializeFunction
    • #6791 Fix flatRoutes regex for nested routes with trailing slash enabled
  • vue-app
    • #6658 Pass router mode to getLocation
    • #6683 Apply path-to-regexp options to tokensToFunction
    • #6650 Layout in error.vue not work for Vue.extend component
    • #6623 Add prefetched class to <nuxt-link> after chunk loaded
  • general
    • #6685 context.route issue in plugins and splitChunks.pages === false
    • #6590 Collapsed SSR log
  • webpack
    • #6495 Enable devtool for dev mode
    • #6566 Normalize devtool for terser compatibility
  • config
    • #6583 Typo in unsafeInlineCompatibility name

🚀 Features

  • vue-app
    • #6722 Upgrade vue-router to 3.1.x
  • general
    • #6149 Optionally strip non-client or non-server code
  • vue-renderer
    • #6505 Support evaluation in templates
  • config
    • #6597 Add ignoreOptions for node-ignore

💅 Refactors

  • server
    • #6771 Only append not empty allowed sources to csp

🔥 Performance

  • webpack
    • #6632 Prefer using contenthash

📝 Examples

  • with-sockets
    • #6586 Fix cannot read property 'app' of undefined on nuxt build
... (truncated)
Commits
  • 7af9ec8 v2.11.0
  • 311ff27 test: mock semver/functions/satisfies
  • 51b3163 chore(deps): update dependency consola to ^2.11.1 (#6800)
  • 9297795 chore(deps): update dependency semver to ^7.1.0 (#6797)
  • 64fb46c chore: update yarn.lock
  • 4669b6b test: semver is not mockable
  • bb5f84c chore(deps): update all non-major dependencies (#6779)
  • b2a35d2 fix(utils): add catch statement to non function block in serializeFunction ...
  • 0ef6c72 chore(deps): update dependency semver to v7 (#6789)
  • ae769ce fix(utils): flatRoutes regex for nested routes with trailing slash enabled (#...
  • 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)
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in the .dependabot/config.yml file in this repo:

  • Update frequency
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

🔄 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/449 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 12/21/2019 **Status:** ✅ Merged **Merged:** 12/21/2019 **Merged by:** [@liyasthomas](https://github.com/liyasthomas) **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/nuxt-2.11.0` --- ### 📝 Commits (1) - [`182bca9`](https://github.com/hoppscotch/hoppscotch/commit/182bca93616387def6c743bf8f6b9eb83a3c977b) :arrow_up: Bump nuxt from 2.10.2 to 2.11.0 ### 📊 Changes **2 files changed** (+309 additions, -226 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+308 -225) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [nuxt](https://github.com/nuxt/nuxt.js) from 2.10.2 to 2.11.0. <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.11.0</h2> <h3>🐛 Bug Fixes</h3> <ul> <li><code>utils</code> <ul> <li><a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/6777">#6777</a> Add catch statement to non function block in <code>serializeFunction</code></li> <li><a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/6791">#6791</a> Fix <code>flatRoutes</code> regex for nested routes with trailing slash enabled</li> </ul> </li> <li><code>vue-app</code> <ul> <li><a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/6658">#6658</a> Pass router mode to <code>getLocation</code></li> <li><a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/6683">#6683</a> Apply path-to-regexp options to <code>tokensToFunction</code></li> <li><a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/6650">#6650</a> Layout in <code>error.vue</code> not work for Vue.extend component</li> <li><a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/6623">#6623</a> Add <code>prefetched</code> class to <code>&lt;nuxt-link&gt;</code> after chunk loaded</li> </ul> </li> <li><code>general</code> <ul> <li><a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/6685">#6685</a> <code>context.route</code> issue in plugins and <code>splitChunks.pages === false</code></li> <li><a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/6590">#6590</a> Collapsed SSR log</li> </ul> </li> <li><code>webpack</code> <ul> <li><a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/6495">#6495</a> Enable devtool for dev mode</li> <li><a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/6566">#6566</a> Normalize devtool for terser compatibility</li> </ul> </li> <li><code>config</code> <ul> <li><a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/6583">#6583</a> Typo in <code>unsafeInlineCompatibility</code> name</li> </ul> </li> </ul> <h3>🚀 Features</h3> <ul> <li><code>vue-app</code> <ul> <li><a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/6722">#6722</a> Upgrade <code>vue-router</code> to <code>3.1.x</code></li> </ul> </li> <li><code>general</code> <ul> <li><a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/6149">#6149</a> Optionally strip non-client or non-server code</li> </ul> </li> <li><code>vue-renderer</code> <ul> <li><a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/6505">#6505</a> Support evaluation in templates</li> </ul> </li> <li><code>config</code> <ul> <li><a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/6597">#6597</a> Add <code>ignoreOptions</code> for <code>node-ignore</code></li> </ul> </li> </ul> <h3>💅 Refactors</h3> <ul> <li><code>server</code> <ul> <li><a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/6771">#6771</a> Only append not empty allowed sources to csp</li> </ul> </li> </ul> <h3>🔥 Performance</h3> <ul> <li><code>webpack</code> <ul> <li><a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/6632">#6632</a> Prefer using <code>contenthash</code></li> </ul> </li> </ul> <h3>📝 Examples</h3> <ul> <li><code>with-sockets</code> <ul> <li><a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/6586">#6586</a> Fix cannot read property 'app' of undefined on nuxt build</li> </ul> </li> </ul> </tr></table> ... (truncated) </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nuxt/nuxt.js/commit/7af9ec8c23d247b22f71866b7b5dcd100f08048d"><code>7af9ec8</code></a> v2.11.0</li> <li><a href="https://github.com/nuxt/nuxt.js/commit/311ff27ba6fc2e791a64c7c6f49daeec934e100e"><code>311ff27</code></a> test: mock semver/functions/satisfies</li> <li><a href="https://github.com/nuxt/nuxt.js/commit/51b3163c2a2470aaad91c18def60fd513fe77557"><code>51b3163</code></a> chore(deps): update dependency consola to ^2.11.1 (<a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/6800">#6800</a>)</li> <li><a href="https://github.com/nuxt/nuxt.js/commit/929779555b37fb56d9ee49e7c162d9e26d5d4e18"><code>9297795</code></a> chore(deps): update dependency semver to ^7.1.0 (<a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/6797">#6797</a>)</li> <li><a href="https://github.com/nuxt/nuxt.js/commit/64fb46c053477a67d14537338f0ecb0566f96ac2"><code>64fb46c</code></a> chore: update yarn.lock</li> <li><a href="https://github.com/nuxt/nuxt.js/commit/4669b6b58d64bfc2984eb47041f5669b27183baa"><code>4669b6b</code></a> test: semver is not mockable</li> <li><a href="https://github.com/nuxt/nuxt.js/commit/bb5f84c60133d58a4b00b2e31e17e484a5742a48"><code>bb5f84c</code></a> chore(deps): update all non-major dependencies (<a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/6779">#6779</a>)</li> <li><a href="https://github.com/nuxt/nuxt.js/commit/b2a35d21d7ba67f6d2b91677d7b86b18fccbb765"><code>b2a35d2</code></a> fix(utils): add catch statement to non function block in <code>serializeFunction</code> ...</li> <li><a href="https://github.com/nuxt/nuxt.js/commit/0ef6c72a9c49746117d28241aeeafcdc0878cf69"><code>0ef6c72</code></a> chore(deps): update dependency semver to v7 (<a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/6789">#6789</a>)</li> <li><a href="https://github.com/nuxt/nuxt.js/commit/ae769ce7633c8571bec69cf2b98874ea6ff955bd"><code>ae769ce</code></a> fix(utils): flatRoutes regex for nested routes with trailing slash enabled (#...</li> <li>Additional commits viewable in <a href="https://github.com/nuxt/nuxt.js/compare/v2.10.2...v2.11.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=nuxt&package-manager=npm_and_yarn&previous-version=2.10.2&new-version=2.11.0)](https://dependabot.com/compatibility-score.html?dependency-name=nuxt&package-manager=npm_and_yarn&previous-version=2.10.2&new-version=2.11.0) 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) - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in the `.dependabot/config.yml` file in this repo: - Update frequency - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) </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:18: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#2627
No description provided.