[PR #43] [CLOSED] fix(deps): bump nuxt from 2.15.3 to 2.15.4 #47

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

📋 Pull Request Information

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

Base: masterHead: dependabot/npm_and_yarn/nuxt-2.15.4


📝 Commits (1)

  • 62699a8 fix(deps): bump nuxt from 2.15.3 to 2.15.4

📊 Changes

2 files changed (+269 additions, -135 deletions)

View changed files

📝 package.json (+1 -1)
📝 yarn.lock (+268 -134)

📄 Description

Bumps nuxt from 2.15.3 to 2.15.4.

Release notes

Sourced from nuxt's releases.

v2.15.4

🐛 Bug Fixes

  • vue-app
    • #8978 Reload page once after loading chunk error (resolves #3389)
    • #9008 Fallback to global nuxt instance of $root is not available (resolves #8995)
    • #9010 Use app.context.route to match components in server (resolves #9009)
    • #9024 Serialize redirect functions in routes (resolves #8979)
    • #9026 Re-call $fetch if data is missing in payload (resolves #9016)
    • #9050 Use app.context.route for resolving components (resolves #9049)
    • #9075 Move internal app runtime config to _app namespace (resolves #9074)
  • config
    • #9014 Set compileType to icss for css-loader v4
  • server
    • #9034 Avoid caching .js assets in development to fix HMR in safari (resolves #3828)
  • cli

👕 Types

  • #9078 Inline @types/terser-webpack-plugin
  • #9086 Use options from sass-loader rather than sass (resolves #9085)
  • #9053 Css-loader v4 type definitions
  • #9018 Don't require all csp policies as keys (resolves #9017)
  • #9059 Add stub entrypoint to allow node resolution of @nuxt/types (resolves #9030)

💖 Thanks to

Commits
  • b39dcda v2.15.4 [release]
  • ccfceeb revert 380ffb6481ad9c4f68b7d0a4927bd61aaf27a9e7 a and 4d8077f8fee5b1ded6cb9eb...
  • 04d3382 fix(vue-app): use app.context.route for resolving components (#9050)
  • c04a793 fix(vue-app): fallback to global nuxt instance of $root is not available (#...
  • b602cfa chore(deps): update all non-major dependencies (#9081)
  • 5dbdb05 chore(deps): lock file maintenance (#9067)
  • 4ff279b fix(types): use options from sass-loader rather than sass (#9086)
  • 1be68ca types: inline @types/terser-webpack-plugin (#9078)
  • 558227f chore(deps): update all non-major dependencies (#9068)
  • ca020cf refactor: move internal app runtime config to _app namespace (#9075)
  • 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/43 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 4/2/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/nuxt-2.15.4` --- ### 📝 Commits (1) - [`62699a8`](https://github.com/ArthurDanjou/website-old/commit/62699a8b70daf8ddb66a54a7c60ff1930740b5aa) fix(deps): bump nuxt from 2.15.3 to 2.15.4 ### 📊 Changes **2 files changed** (+269 additions, -135 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+1 -1) 📝 `yarn.lock` (+268 -134) </details> ### 📄 Description Bumps [nuxt](https://github.com/nuxt/nuxt.js) from 2.15.3 to 2.15.4. <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.4</h2> <h3>🐛 Bug Fixes</h3> <ul> <li><code>vue-app</code> <ul> <li><a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/8978">#8978</a> Reload page once after loading chunk error (resolves <a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/3389">#3389</a>)</li> <li><a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/9008">#9008</a> Fallback to global nuxt instance of <code>$root</code> is not available (resolves <a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/8995">#8995</a>)</li> <li><a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/9010">#9010</a> Use <code>app.context.route</code> to match components in server (resolves <a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/9009">#9009</a>)</li> <li><a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/9024">#9024</a> Serialize redirect functions in routes (resolves <a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/8979">#8979</a>)</li> <li><a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/9026">#9026</a> Re-call <code>$fetch</code> if data is missing in payload (resolves <a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/9016">#9016</a>)</li> <li><a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/9050">#9050</a> Use <code>app.context.route</code> for resolving components (resolves <a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/9049">#9049</a>)</li> <li><a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/9075">#9075</a> Move internal app runtime config to <code>_app</code> namespace (resolves <a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/9074">#9074</a>)</li> </ul> </li> <li><code>config</code> <ul> <li><a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/9014">#9014</a> Set <code>compileType</code> to <code>icss</code> for <code>css-loader</code> v4</li> </ul> </li> <li><code>server</code> <ul> <li><a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/9034">#9034</a> Avoid caching <code>.js</code> assets in development to fix HMR in safari (resolves <a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/3828">#3828</a>)</li> </ul> </li> <li><code>cli</code> <ul> <li><a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/8996">#8996</a> Remove warning if postcss 8 is installed (resolves <a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/8087#issuecomment-800167111">nuxt/nuxt.js#8087</a>)</li> </ul> </li> </ul> <h3>👕 Types</h3> <ul> <li><a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/9078">#9078</a> Inline <code>@types/terser-webpack-plugin</code></li> <li><a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/9086">#9086</a> Use options from <code>sass-loader</code> rather than <code>sass</code> (resolves <a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/9085">#9085</a>)</li> <li><a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/9053">#9053</a> Css-loader v4 type definitions</li> <li><a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/9018">#9018</a> Don't require all csp policies as keys (resolves <a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/9017">#9017</a>)</li> <li><a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/9059">#9059</a> Add stub entrypoint to allow node resolution of <code>@nuxt/types</code> (resolves <a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/9030">#9030</a>)</li> </ul> <h3>💖 Thanks to</h3> <ul> <li>ChangJoo Park (박창주) (<a href="https://github.com/ChangJoo-Park"><code>@​ChangJoo-Park</code></a>)</li> <li>Evan Ma (<a href="https://github.com/EvanMaFYH"><code>@​EvanMaFYH</code></a>)</li> <li>Thomas Beduneau (<a href="https://github.com/enwin"><code>@​enwin</code></a>)</li> <li><a href="https://github.com/rinu"><code>@​rinu</code></a></li> <li><a href="https://github.com/zzzmisa"><code>@​zzzmisa</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nuxt/nuxt.js/commit/b39dcda6adf21e4eb82caef7895440755c6d96fc"><code>b39dcda</code></a> v2.15.4 [release]</li> <li><a href="https://github.com/nuxt/nuxt.js/commit/ccfceeb002e46fe8c33075396d6f05239b085f68"><code>ccfceeb</code></a> revert 380ffb6481ad9c4f68b7d0a4927bd61aaf27a9e7 a and 4d8077f8fee5b1ded6cb9eb...</li> <li><a href="https://github.com/nuxt/nuxt.js/commit/04d33829f91e1f0c7a382d6eba02a44d5d9beac8"><code>04d3382</code></a> fix(vue-app): use <code>app.context.route</code> for resolving components (<a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/9050">#9050</a>)</li> <li><a href="https://github.com/nuxt/nuxt.js/commit/c04a793b4aedce6e1b26da26931ba2c5efd7acb9"><code>c04a793</code></a> fix(vue-app): fallback to global nuxt instance of <code>$root</code> is not available (#...</li> <li><a href="https://github.com/nuxt/nuxt.js/commit/b602cfa2beb40e434baaccfbd6e31e1a3d8733d6"><code>b602cfa</code></a> chore(deps): update all non-major dependencies (<a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/9081">#9081</a>)</li> <li><a href="https://github.com/nuxt/nuxt.js/commit/5dbdb0591de46eea1257f60e6d113e24290fd22f"><code>5dbdb05</code></a> chore(deps): lock file maintenance (<a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/9067">#9067</a>)</li> <li><a href="https://github.com/nuxt/nuxt.js/commit/4ff279ba5eb427f0f8caad76b100973293316dfa"><code>4ff279b</code></a> fix(types): use options from <code>sass-loader</code> rather than <code>sass</code> (<a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/9086">#9086</a>)</li> <li><a href="https://github.com/nuxt/nuxt.js/commit/1be68ca129fb5da0f6b216edf373a2345b048d2d"><code>1be68ca</code></a> types: inline <code>@types/terser-webpack-plugin</code> (<a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/9078">#9078</a>)</li> <li><a href="https://github.com/nuxt/nuxt.js/commit/558227f628cc5453be4cec16bf15dcb397baacae"><code>558227f</code></a> chore(deps): update all non-major dependencies (<a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/9068">#9068</a>)</li> <li><a href="https://github.com/nuxt/nuxt.js/commit/ca020cf9cb4f88a85b06d666c846903d053a8e09"><code>ca020cf</code></a> refactor: move internal app runtime config to <code>_app</code> namespace (<a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/9075">#9075</a>)</li> <li>Additional commits viewable in <a href="https://github.com/nuxt/nuxt.js/compare/v2.15.3...v2.15.4">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.3&new-version=2.15.4)](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:43 +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#47