[PR #971] [CLOSED] ⬆️ Bump nuxt from 2.12.2 to 2.13.3 #2979

Closed
opened 2026-03-17 00:38:09 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

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

Base: masterHead: dependabot/npm_and_yarn/nuxt-2.13.3


📝 Commits (1)

  • 61eb11d ⬆️ Bump nuxt from 2.12.2 to 2.13.3

📊 Changes

2 files changed (+3213 additions, -1954 deletions)

View changed files

📝 package-lock.json (+3212 -1953)
📝 package.json (+1 -1)

📄 Description

Bumps nuxt from 2.12.2 to 2.13.3.

Release notes

Sourced from nuxt's releases.

v2.13.3

🐛 Bug Fixes

  • vue-app
    • #7656 Check plugin key on Vue.prototype instead of Vue
    • #6745 Sanitize path with trailing slash in getLocation (resolves #6744)
    • #7654 Handle layout on client error (resolves #7567)
    • #7657 Don't fetch payload on first spa fallback render (resolves #7648)
  • webpack
    • #7635 Modern build should wait for legacy assets (resolves #7562, resolves #7628)
    • #7639 Use compact name for concatenated modules (resolves #7625)
  • cli
    • #7647 Handle nuxt static command 👀

💅 Refactors

  • csp
    • #7659 Remove unsafe-eval in dev mode

📝 Examples

  • with-sockets
    • #7650 Deprecated callback and use cjs
  • with-vuetify
    • #7638 Use v-main instead of v-content

👕 Types

  • general
    • #7626 Import types for @nuxt/telemetry and @nuxt/components

💖 Thanks to

v2.13.2

🐛 Bug Fixes

  • webpack
    • #7613 Explicitly pass outputFileSystem to webpackDevMiddleware (resolves nuxt/typescript#145)
    • #7603 Chunk name normalization for catch-all pages and windows
  • core
    • #7605 Avoid breaking change for duplicate modules (resolves #7605)
  • cli
    • #7608 Listen to a random port for export and generate (resolves #7597)
  • vue-app
Commits
  • e3821ba v2.13.3 [release]
  • 0342451 refactor(csp): remove unsafe-eval in dev mode (#7659)
  • d4363d4 fix(vue-app): check plugin key on Vue.prototype instead of Vue (#7656)
  • b6a5349 chore: pin sass-loader to keep node 8.x compat (closes #7655)
  • 8b7f419 chore(deps): update devdependency puppeteer-core to v5 (#7653)
  • d012c83 chore(deps): update devdependency @ls-lint/ls-lint to ^1.9.0 (#7652)
  • 191f66a fix(vue-app): handle layout on client error (#7654)
  • 2f07f66 fix(vue-app): don't fetch payload on first spa fallback render (#7657)
  • 2302ffa fix(webpack): use group hash if compact name is long
  • 6979b30 chore(deps): update all non-major dependencies (#7642)
  • 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/971 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 7/2/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/nuxt-2.13.3` --- ### 📝 Commits (1) - [`61eb11d`](https://github.com/hoppscotch/hoppscotch/commit/61eb11d8351d7c895375bbeb74405fb9319d6d10) :arrow_up: Bump nuxt from 2.12.2 to 2.13.3 ### 📊 Changes **2 files changed** (+3213 additions, -1954 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+3212 -1953) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [nuxt](https://github.com/nuxt/nuxt.js) from 2.12.2 to 2.13.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.13.3</h2> <h3>🐛 Bug Fixes</h3> <ul> <li><code>vue-app</code> <ul> <li><a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/7656">#7656</a> Check plugin key on <code>Vue.prototype</code> instead of <code>Vue</code></li> <li><a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/6745">#6745</a> Sanitize path with trailing slash in <code>getLocation</code> (resolves <a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/6744">#6744</a>)</li> <li><a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/7654">#7654</a> Handle layout on client error (resolves <a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/7567">#7567</a>)</li> <li><a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/7657">#7657</a> Don't fetch payload on first spa fallback render (resolves <a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/7648">#7648</a>)</li> </ul> </li> <li><code>webpack</code> <ul> <li><a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/7635">#7635</a> Modern build should wait for legacy assets (resolves <a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/7562">#7562</a>, resolves <a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/7628">#7628</a>)</li> <li><a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/7639">#7639</a> Use compact name for concatenated modules (resolves <a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/7625">#7625</a>)</li> </ul> </li> <li><code>cli</code> <ul> <li><a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/7647">#7647</a> Handle nuxt static command 👀</li> </ul> </li> </ul> <h3>💅 Refactors</h3> <ul> <li><code>csp</code> <ul> <li><a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/7659">#7659</a> Remove unsafe-eval in dev mode</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/7650">#7650</a> Deprecated callback and use cjs</li> </ul> </li> <li><code>with-vuetify</code> <ul> <li><a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/7638">#7638</a> Use <code>v-main</code> instead of <code>v-content</code></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/7626">#7626</a> Import types for <code>@nuxt/telemetry</code> and <code>@nuxt/components</code></li> </ul> </li> </ul> <h3>💖 Thanks to</h3> <ul> <li>Ben Read (<a href="https://github.com/ReadB">@ReadB</a>)</li> <li>Daniel Roe (<a href="https://github.com/danielroe">@danielroe</a>)</li> <li>Denis Karabaza (<a href="https://github.com/simplesmiler">@simplesmiler</a>)</li> <li>Kawacrepe (<a href="https://github.com/Kawacrepe">@Kawacrepe</a>)</li> <li>Konstantin Barabanov (<a href="https://github.com/crutch12">@crutch12</a>)</li> </ul> <h2>v2.13.2</h2> <h3>🐛 Bug Fixes</h3> <ul> <li><code>webpack</code> <ul> <li><a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/7613">#7613</a> Explicitly pass <code>outputFileSystem</code> to <code>webpackDevMiddleware</code> (resolves <a href="https://github-redirect.dependabot.com/nuxt/typescript/issues/145">nuxt/typescript#145</a>)</li> <li><a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/7603">#7603</a> Chunk name normalization for catch-all pages and windows</li> </ul> </li> <li><code>core</code> <ul> <li><a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/7605">#7605</a> Avoid breaking change for duplicate modules (resolves <a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/7605">#7605</a>)</li> </ul> </li> <li><code>cli</code> <ul> <li><a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/7608">#7608</a> Listen to a random port for export and generate (resolves <a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/7597">#7597</a>)</li> </ul> </li> <li><code>vue-app</code></li> </ul> <!-- raw HTML omitted --> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nuxt/nuxt.js/commit/e3821ba78c23fafa753941a0c206bd23e39dd678"><code>e3821ba</code></a> v2.13.3 [release]</li> <li><a href="https://github.com/nuxt/nuxt.js/commit/03424513ce164b9020ed442781934facf1529c03"><code>0342451</code></a> refactor(csp): remove unsafe-eval in dev mode (<a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/7659">#7659</a>)</li> <li><a href="https://github.com/nuxt/nuxt.js/commit/d4363d447722ce82b13a4d2c26cd0fb78b8ca7f8"><code>d4363d4</code></a> fix(vue-app): check plugin key on <code>Vue.prototype</code> instead of <code>Vue</code> (<a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/7656">#7656</a>)</li> <li><a href="https://github.com/nuxt/nuxt.js/commit/b6a5349d2d157139dd5e0b01c57ad1e56bfcfad4"><code>b6a5349</code></a> chore: pin sass-loader to keep node 8.x compat (closes <a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/7655">#7655</a>)</li> <li><a href="https://github.com/nuxt/nuxt.js/commit/8b7f4192b78673da1f42b2fecbb10a6bb74b4f67"><code>8b7f419</code></a> chore(deps): update devdependency puppeteer-core to v5 (<a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/7653">#7653</a>)</li> <li><a href="https://github.com/nuxt/nuxt.js/commit/d012c83bc4e21f37843fa5c1efd6c3334aa61074"><code>d012c83</code></a> chore(deps): update devdependency @ls-lint/ls-lint to ^1.9.0 (<a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/7652">#7652</a>)</li> <li><a href="https://github.com/nuxt/nuxt.js/commit/191f66a19b7643e927419ff50efff07cfae8cfb0"><code>191f66a</code></a> fix(vue-app): handle layout on client error (<a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/7654">#7654</a>)</li> <li><a href="https://github.com/nuxt/nuxt.js/commit/2f07f66fb896ecfb140cce6510ba6ffb90eec002"><code>2f07f66</code></a> fix(vue-app): don't fetch payload on first spa fallback render (<a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/7657">#7657</a>)</li> <li><a href="https://github.com/nuxt/nuxt.js/commit/2302ffa40b2e83775ca9f7d5ab7d63b38b523333"><code>2302ffa</code></a> fix(webpack): use group hash if compact name is long</li> <li><a href="https://github.com/nuxt/nuxt.js/commit/6979b304eee3be4903d914da73e24e4421f91aaf"><code>6979b30</code></a> chore(deps): update all non-major dependencies (<a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/7642">#7642</a>)</li> <li>Additional commits viewable in <a href="https://github.com/nuxt/nuxt.js/compare/v2.12.2...v2.13.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.12.2&new-version=2.13.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:38:09 +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#2979
No description provided.