[PR #1496] [CLOSED] chore(deps): bump nuxt from 2.14.12 to 2.15.1 #3358

Closed
opened 2026-03-17 00:58:48 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/1496
Author: @dependabot[bot]
Created: 2/19/2021
Status: Closed

Base: mainHead: dependabot/npm_and_yarn/nuxt-2.15.1


📝 Commits (1)

  • 8f15aae chore(deps): bump nuxt from 2.14.12 to 2.15.1

📊 Changes

2 files changed (+1534 additions, -912 deletions)

View changed files

📝 package-lock.json (+1533 -911)
📝 package.json (+1 -1)

📄 Description

Bumps nuxt from 2.14.12 to 2.15.1.

Release notes

Sourced from nuxt's releases.

v2.15.1

🐛 Bug Fixes

  • renderer
    • Deep merge runtime config for server (resolves #8820)
  • webpack
  • cli
    • #8841 Don't early return when a dependency isn't installed
  • types
    • #8835 build.html.minify can be false
  • builder
    • #8832 Use path.resolve for pages dir

💖 Thanks to

v2.15.0

💡 Highlights

⚠️This release introduces minor breaking changes. Update with caution ⚠️

  • Minimum supported Node.js version is 12.0.0 (See nuxt/nuxt.js#8327 for why)
  • Using jiti as new require engine with typescript support
  • Plug and play works out of the box
  • Allow opting-in to use postcss@8 (See nuxt/nuxt.js#8546)
  • Several encoding issues resolved by consistently using ufo
  • Components updated to v2 (please read migration guide)
  • [Modules] When matching a webpack loader by name or query, should use includes instead of exact match (example)

🐛 Bug Fixes

  • general
    • #8794 Ignore trailing slash in static payloads manifest
    • #8738 Encoding issues with payload paths
    • #8423 trailingSlash and child routes not working
  • config
    • #8778 Prevent invalid css filenames in webpack output
  • utils
    • #8780 serializeFunction fails with certain functions
  • vue-app
    • #8759 Enable dynamic publicPath on server-side
    • #8701 Static payload fetching bugfixes
    • #8612 Check for Page.options before looking within
    • #8611 Don't remove req, res and query from context unless in full static mode
    • #8608 Ensure link.__prefetch exists before calling it
    • #8596 Add missing id attribute to noopApp

... (truncated)

Commits
  • 95daddf chore: add missing defu dep to vue-renderer
  • 608a380 v2.15.1 [release]
  • 1b9a9d6 fix(renderer): deep merge runtimeConfig for server (#8856)
  • 5346963 chore(deps): update all non-major dependencies (#8853)
  • 98750a2 chore(deps): update all non-major dependencies (#8842)
  • ba44b0f fix(webpack): transpile ufo (#8846)
  • d58c4f7 fix(cli): don't early return when a dependency isn't installed (#8841)
  • 3cd9d67 chore(deps): update all non-major dependencies to ^4.15.1 (#8834)
  • b4a31d7 fix(types): build.html.minify can be false (#8835)
  • 8b1a704 fix(builder): use path.resolve for pages dir (#8832)
  • 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/1496 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 2/19/2021 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/nuxt-2.15.1` --- ### 📝 Commits (1) - [`8f15aae`](https://github.com/hoppscotch/hoppscotch/commit/8f15aae7989a1b75b1a609e0519c859fe829b48d) chore(deps): bump nuxt from 2.14.12 to 2.15.1 ### 📊 Changes **2 files changed** (+1534 additions, -912 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+1533 -911) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [nuxt](https://github.com/nuxt/nuxt.js) from 2.14.12 to 2.15.1. <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.15.1</h2> <h3>🐛 Bug Fixes</h3> <ul> <li><code>renderer</code> <ul> <li>Deep merge runtime config for server (resolves <a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/8820">#8820</a>)</li> </ul> </li> <li><code>webpack</code> <ul> <li><a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/8846">#8846</a> Transpile <code>ufo</code> (resolves <a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/8838">#8838</a>)</li> </ul> </li> <li><code>cli</code> <ul> <li><a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/8841">#8841</a> Don't early return when a dependency isn't installed</li> </ul> </li> <li><code>types</code> <ul> <li><a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/8835">#8835</a> <code>build.html.minify</code> can be false</li> </ul> </li> <li><code>builder</code> <ul> <li><a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/8832">#8832</a> Use <code>path.resolve</code> for pages dir</li> </ul> </li> </ul> <h3>💖 Thanks to</h3> <ul> <li>Harlan Wilton (<a href="https://github.com/loonpwn"><code>@loonpwn</code></a>)</li> <li>Kenny (<a href="https://github.com/kn3ny"><code>@kn3ny</code></a>)</li> </ul> <h2>v2.15.0</h2> <h3>💡 Highlights</h3> <p>⚠️This release introduces minor breaking changes. Update with caution ⚠️</p> <ul> <li>Minimum supported Node.js version is 12.0.0 (See <a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/8327">nuxt/nuxt.js#8327</a> for why)</li> <li>Using <a href="https://github.com/nuxt-contrib/jiti">jiti</a> as new require engine with typescript support</li> <li><a href="https://yarnpkg.com/features/pnp">Plug and play</a> works out of the box</li> <li>Allow opting-in to use <code>postcss@8</code> (See <a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/8546">nuxt/nuxt.js#8546</a>)</li> <li>Several encoding issues resolved by consistently using <a href="https://github.com/nuxt-contrib/ufo">ufo</a></li> <li><a href="https://github.com/nuxt/components">Components </a> updated to v2 (please read <a href="https://github.com/nuxt/components#migration-guide">migration guide</a>)</li> <li>[Modules] When matching a webpack loader by name or query, should use <code>includes</code> instead of exact match (<a href="https://github-redirect.dependabot.com/nuxt-community/i18n-module/pull/1064">example</a>)</li> </ul> <h3>🐛 Bug Fixes</h3> <ul> <li><code>general</code> <ul> <li><a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/8794">#8794</a> Ignore trailing slash in static payloads manifest</li> <li><a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/8738">#8738</a> Encoding issues with payload paths</li> <li><a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/8423">#8423</a> <code>trailingSlash</code> and child routes not working</li> </ul> </li> <li><code>config</code> <ul> <li><a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/8778">#8778</a> Prevent invalid css filenames in webpack output</li> </ul> </li> <li><code>utils</code> <ul> <li><a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/8780">#8780</a> <code>serializeFunction</code> fails with certain functions</li> </ul> </li> <li><code>vue-app</code> <ul> <li><a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/8759">#8759</a> Enable dynamic <code>publicPath</code> on server-side</li> <li><a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/8701">#8701</a> Static payload fetching bugfixes</li> <li><a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/8612">#8612</a> Check for <code>Page.options</code> before looking within</li> <li><a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/8611">#8611</a> Don't remove <code>req</code>, <code>res</code> and <code>query</code> from context unless in full static mode</li> <li><a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/8608">#8608</a> Ensure <code>link.__prefetch</code> exists before calling it</li> <li><a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/8596">#8596</a> Add missing <code>id</code> attribute to <code>noopApp</code></li> </ul> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nuxt/nuxt.js/commit/95daddf43c3b9e9474870631727755ecd2e94319"><code>95daddf</code></a> chore: add missing defu dep to vue-renderer</li> <li><a href="https://github.com/nuxt/nuxt.js/commit/608a380e1d1d9fed91aefa2d0c298db464ff01ea"><code>608a380</code></a> v2.15.1 [release]</li> <li><a href="https://github.com/nuxt/nuxt.js/commit/1b9a9d6449023d7a0af49b624857adad4ad95343"><code>1b9a9d6</code></a> fix(renderer): deep merge runtimeConfig for server (<a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/8856">#8856</a>)</li> <li><a href="https://github.com/nuxt/nuxt.js/commit/53469635852fa6c119d3998fa82ebdd41ce05456"><code>5346963</code></a> chore(deps): update all non-major dependencies (<a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/8853">#8853</a>)</li> <li><a href="https://github.com/nuxt/nuxt.js/commit/98750a2658f3e74a6ebc5666fcaf7d0e09992504"><code>98750a2</code></a> chore(deps): update all non-major dependencies (<a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/8842">#8842</a>)</li> <li><a href="https://github.com/nuxt/nuxt.js/commit/ba44b0f9ca8955ddb884744f34192c831b2d1d16"><code>ba44b0f</code></a> fix(webpack): transpile ufo (<a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/8846">#8846</a>)</li> <li><a href="https://github.com/nuxt/nuxt.js/commit/d58c4f72994ddfc79f9d81fbd5396f6e9ab8dc55"><code>d58c4f7</code></a> fix(cli): don't early return when a dependency isn't installed (<a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/8841">#8841</a>)</li> <li><a href="https://github.com/nuxt/nuxt.js/commit/3cd9d6782568c7fa731db9c8edbf1be20d219538"><code>3cd9d67</code></a> chore(deps): update all non-major dependencies to ^4.15.1 (<a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/8834">#8834</a>)</li> <li><a href="https://github.com/nuxt/nuxt.js/commit/b4a31d780d78802866a72bb4b7835bb03f320ab3"><code>b4a31d7</code></a> fix(types): <code>build.html.minify</code> can be false (<a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/8835">#8835</a>)</li> <li><a href="https://github.com/nuxt/nuxt.js/commit/8b1a70476a7d757e94b56c0fd898229b9d21071f"><code>8b1a704</code></a> fix(builder): use <code>path.resolve</code> for pages dir (<a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/8832">#8832</a>)</li> <li>Additional commits viewable in <a href="https://github.com/nuxt/nuxt.js/compare/v2.14.12...v2.15.1">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.12&new-version=2.15.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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:58:48 +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#3358
No description provided.