[PR #10] [MERGED] fix(deps): bump nuxt from 2.15.0 to 2.15.2 #8

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/10
Author: @dependabot[bot]
Created: 2/24/2021
Status: Merged
Merged: 2/25/2021
Merged by: @ArthurDanjou

Base: masterHead: dependabot/npm_and_yarn/nuxt-2.15.2


📝 Commits (2)

  • 7b7dd83 fix(deps): bump nuxt from 2.15.0 to 2.15.2
  • e7c1874 Merge branch 'master' into dependabot/npm_and_yarn/nuxt-2.15.2

📊 Changes

2 files changed (+386 additions, -191 deletions)

View changed files

📝 package.json (+2 -0)
📝 yarn.lock (+384 -191)

📄 Description

⚠️ Dependabot is rebasing this PR ⚠️

If you make any changes to it yourself then they will take precedence over the rebase.


Bumps nuxt from 2.15.0 to 2.15.2.

Release notes

Sourced from nuxt's releases.

v2.15.2

🐛 Bug Fixes

  • babel-preset-app
    • #8882 Pin @babel/preset-env to ~7.12
    • #8883 Avoid relying on preset-env internal utils

💖 Thanks to

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
  • b7f9cdc v2.15.2 [release]
  • 93bd9dc chore: fix eslint issue
  • 173f48b fix(babel-preset-app): pin @babel/preset-env to ~7.12
  • 3ad1165 chore: update lockfile
  • 308fd42 chore(deps): update all non-major dependencies (#8870)
  • 4e3613f fix(babel-preset-app): avoid rely on preset-env utils (#8883)
  • 4a60a19 chore(lint): fix vue/html-self-closing
  • 55b522c chore(deps): update dependency lodash to ^4.17.21 (#8865)
  • a893367 chore(deps): update all non-major dependencies (#8861)
  • 95daddf chore: add missing defu dep to vue-renderer
  • 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/ArthurDanjou/website-old/pull/10 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 2/24/2021 **Status:** ✅ Merged **Merged:** 2/25/2021 **Merged by:** [@ArthurDanjou](https://github.com/ArthurDanjou) **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/nuxt-2.15.2` --- ### 📝 Commits (2) - [`7b7dd83`](https://github.com/ArthurDanjou/website-old/commit/7b7dd833b3c5daba293032e8429e8ee016368e9d) fix(deps): bump nuxt from 2.15.0 to 2.15.2 - [`e7c1874`](https://github.com/ArthurDanjou/website-old/commit/e7c18746e910aef9c7b0b96d2270ccede043e651) Merge branch 'master' into dependabot/npm_and_yarn/nuxt-2.15.2 ### 📊 Changes **2 files changed** (+386 additions, -191 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+2 -0) 📝 `yarn.lock` (+384 -191) </details> ### 📄 Description [//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ If you make any changes to it yourself then they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [nuxt](https://github.com/nuxt/nuxt.js) from 2.15.0 to 2.15.2. <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.2</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/8882">#8882</a> Pin @babel/preset-env to ~7.12</li> <li><a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/8883">#8883</a> Avoid relying on preset-env internal utils</li> </ul> </li> </ul> <h3>💖 Thanks to</h3> <ul> <li>Huáng Jùnliàng (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> <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/b7f9cdc2a44dbf25b1bd1845fdc8ebb65b0f0754"><code>b7f9cdc</code></a> v2.15.2 [release]</li> <li><a href="https://github.com/nuxt/nuxt.js/commit/93bd9dc731c52654104c4eb3825f197f747df2c3"><code>93bd9dc</code></a> chore: fix eslint issue</li> <li><a href="https://github.com/nuxt/nuxt.js/commit/173f48b20eaa448cb1f6d09ca5d45e41d1475baf"><code>173f48b</code></a> fix(babel-preset-app): pin @babel/preset-env to ~7.12</li> <li><a href="https://github.com/nuxt/nuxt.js/commit/3ad11658e6306bee90b4735b15be6d4e28b04576"><code>3ad1165</code></a> chore: update lockfile</li> <li><a href="https://github.com/nuxt/nuxt.js/commit/308fd426d3da46deda8fc61fb3d2cbe804c9e7c1"><code>308fd42</code></a> chore(deps): update all non-major dependencies (<a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/8870">#8870</a>)</li> <li><a href="https://github.com/nuxt/nuxt.js/commit/4e3613f96fb5bfaca487c948a10b371ec758bb22"><code>4e3613f</code></a> fix(babel-preset-app): avoid rely on preset-env utils (<a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/8883">#8883</a>)</li> <li><a href="https://github.com/nuxt/nuxt.js/commit/4a60a1934c34b71cbe0e2bd1e3662f8b1925e9d5"><code>4a60a19</code></a> chore(lint): fix vue/html-self-closing</li> <li><a href="https://github.com/nuxt/nuxt.js/commit/55b522cc8f3702e24dc43ff2ae35593b8b8b2455"><code>55b522c</code></a> chore(deps): update dependency lodash to ^4.17.21 (<a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/8865">#8865</a>)</li> <li><a href="https://github.com/nuxt/nuxt.js/commit/a893367e2fb2122a09f27c6d16e5e9fa8125d348"><code>a893367</code></a> chore(deps): update all non-major dependencies (<a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/8861">#8861</a>)</li> <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>Additional commits viewable in <a href="https://github.com/nuxt/nuxt.js/compare/v2.15.0...v2.15.2">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.2)](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#8