[PR #28] [MERGED] fix(deps): bump nuxt from 2.15.2 to 2.15.3 #28

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

📋 Pull Request Information

Original PR: https://github.com/ArthurDanjou/website-old/pull/28
Author: @dependabot[bot]
Created: 3/11/2021
Status: Merged
Merged: 3/11/2021
Merged by: @ArthurDanjou

Base: masterHead: dependabot/npm_and_yarn/nuxt-2.15.3


📝 Commits (1)

  • f2c301f fix(deps): bump nuxt from 2.15.2 to 2.15.3

📊 Changes

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

View changed files

📝 package.json (+1 -1)
📝 yarn.lock (+308 -246)

📄 Description

Bumps nuxt from 2.15.2 to 2.15.3.

Release notes

Sourced from nuxt's releases.

v2.15.3

🐛 Bug Fixes

  • types
    • #8953 Export interface for NuxtConfig instead of type
  • webpack
    • #8951 Update hmr option for extract-css-chunks-webpack-plugin
  • general
    • #8936 Allow force overriding resolve paths
    • #8935 Allow relative public paths
    • #8887 Update @babel/preset-env to 2.13.x
  • vue-renderer
    • #8912 Respect injectScripts for static target

💖 Thanks to

Commits
  • 24a0c7e v2.15.3
  • 665e924 revert 380ffb6481ad9c4f68b7d0a4927bd61aaf27a9e7 a and 4d8077f8fee5b1ded6cb9eb...
  • f4417ee chore(deps): update dependency caniuse-lite to ^1.0.30001198 (#8965)
  • 69b5264 fix: allow relative public paths (#8935)
  • d55864d chore(deps): lock file maintenance (#8948)
  • 3fd9a65 chore(deps): update all non-major dependencies (#8944)
  • 0d68679 fix(types): export interface for NuxtConfig instead of type (#8953)
  • 7841bd0 fix(webpack): update hmr option for extract-css-chunks-webpack-plugin (#8951)
  • c610d95 chore(deps): upgrade to @nuxtjs/eslint-config v6 (#8942)
  • 908d252 chore(lint): remove usage of this in template
  • 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/28 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 3/11/2021 **Status:** ✅ Merged **Merged:** 3/11/2021 **Merged by:** [@ArthurDanjou](https://github.com/ArthurDanjou) **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/nuxt-2.15.3` --- ### 📝 Commits (1) - [`f2c301f`](https://github.com/ArthurDanjou/website-old/commit/f2c301feb9827a2fca1a4678a2449d361d77d5a7) fix(deps): bump nuxt from 2.15.2 to 2.15.3 ### 📊 Changes **2 files changed** (+309 additions, -247 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+1 -1) 📝 `yarn.lock` (+308 -246) </details> ### 📄 Description Bumps [nuxt](https://github.com/nuxt/nuxt.js) from 2.15.2 to 2.15.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.15.3</h2> <h3>🐛 Bug Fixes</h3> <ul> <li><code>types</code> <ul> <li><a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/8953">#8953</a> Export interface for <code>NuxtConfig</code> instead of type</li> </ul> </li> <li><code>webpack</code> <ul> <li><a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/8951">#8951</a> Update hmr option for <code>extract-css-chunks-webpack-plugin</code></li> </ul> </li> <li><code>general</code> <ul> <li><a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/8936">#8936</a> Allow force overriding resolve paths</li> <li><a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/8935">#8935</a> Allow relative public paths</li> <li><a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/8887">#8887</a> Update <code>@babel/preset-env</code> to 2.13.x</li> </ul> </li> <li><code>vue-renderer</code> <ul> <li><a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/8912">#8912</a> Respect <code>injectScripts</code> for <code>static</code> target</li> </ul> </li> </ul> <h3>💖 Thanks to</h3> <ul> <li>Hannes Küttner (<a href="https://github.com/hanneskuettner"><code>@​hanneskuettner</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nuxt/nuxt.js/commit/24a0c7e27123874f9545c46852b2e7d34920b017"><code>24a0c7e</code></a> v2.15.3</li> <li><a href="https://github.com/nuxt/nuxt.js/commit/665e924d24691773c12f1688d40e0044fe0336b3"><code>665e924</code></a> revert 380ffb6481ad9c4f68b7d0a4927bd61aaf27a9e7 a and 4d8077f8fee5b1ded6cb9eb...</li> <li><a href="https://github.com/nuxt/nuxt.js/commit/f4417eeed25d7435506f6baa5b52bf8b1f486797"><code>f4417ee</code></a> chore(deps): update dependency caniuse-lite to ^1.0.30001198 (<a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/8965">#8965</a>)</li> <li><a href="https://github.com/nuxt/nuxt.js/commit/69b5264ef3a30cde093a0b5b3acb9750d2f3f84a"><code>69b5264</code></a> fix: allow relative public paths (<a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/8935">#8935</a>)</li> <li><a href="https://github.com/nuxt/nuxt.js/commit/d55864da8339141ce8e17e8d34891b72e480c05f"><code>d55864d</code></a> chore(deps): lock file maintenance (<a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/8948">#8948</a>)</li> <li><a href="https://github.com/nuxt/nuxt.js/commit/3fd9a659ed610b878aed5276df4cbbb8ca4b836f"><code>3fd9a65</code></a> chore(deps): update all non-major dependencies (<a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/8944">#8944</a>)</li> <li><a href="https://github.com/nuxt/nuxt.js/commit/0d68679947f95e590f9546a3b4fae989d8cceefd"><code>0d68679</code></a> fix(types): export interface for <code>NuxtConfig</code> instead of type (<a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/8953">#8953</a>)</li> <li><a href="https://github.com/nuxt/nuxt.js/commit/7841bd061439a22985cf0480cf2da4da381ac624"><code>7841bd0</code></a> fix(webpack): update hmr option for <code>extract-css-chunks-webpack-plugin</code> (<a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/8951">#8951</a>)</li> <li><a href="https://github.com/nuxt/nuxt.js/commit/c610d9550741249717d26984aec4465ea7bd850e"><code>c610d95</code></a> chore(deps): upgrade to @nuxtjs/eslint-config v6 (<a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/8942">#8942</a>)</li> <li><a href="https://github.com/nuxt/nuxt.js/commit/908d2522ae93c4eaa5b018af9785e8000a869622"><code>908d252</code></a> chore(lint): remove usage of this in template</li> <li>Additional commits viewable in <a href="https://github.com/nuxt/nuxt.js/compare/v2.15.2...v2.15.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.15.2&new-version=2.15.3)](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:40 +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#28