[PR #9] [CLOSED] fix(deps): bump nuxt from 2.15.0 to 2.15.1 #11

Closed
opened 2025-12-01 17:05:37 +01:00 by arthur · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ArthurDanjou/website-old/pull/9
Author: @dependabot[bot]
Created: 2/22/2021
Status: Closed

Base: masterHead: dependabot/npm_and_yarn/nuxt-2.15.1


📝 Commits (1)

  • 70be9b7 fix(deps): bump nuxt from 2.15.0 to 2.15.1

📊 Changes

2 files changed (+238 additions, -160 deletions)

View changed files

📝 package.json (+1 -1)
📝 yarn.lock (+237 -159)

📄 Description

Bumps nuxt from 2.15.0 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

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)
  • See full diff 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/ArthurDanjou/website-old/pull/9 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 2/22/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/nuxt-2.15.1` --- ### 📝 Commits (1) - [`70be9b7`](https://github.com/ArthurDanjou/website-old/commit/70be9b716138d25ab288a50ac3fde11dc20ba94a) fix(deps): bump nuxt from 2.15.0 to 2.15.1 ### 📊 Changes **2 files changed** (+238 additions, -160 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+1 -1) 📝 `yarn.lock` (+237 -159) </details> ### 📄 Description Bumps [nuxt](https://github.com/nuxt/nuxt.js) from 2.15.0 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> </blockquote> </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>See full diff in <a href="https://github.com/nuxt/nuxt.js/compare/v2.15.0...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.15.0&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>
arthur added the pull-request label 2025-12-01 17:05:37 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: arthur/website-old#11