[PR #463] [MERGED] fix(deps): bump nuxt from 2.17.3 to 2.18.1 in /web #475

Closed
opened 2026-03-03 16:38:34 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/NdoleStudio/httpsms/pull/463
Author: @dependabot[bot]
Created: 7/1/2024
Status: Merged
Merged: 7/1/2024
Merged by: @AchoArnold

Base: mainHead: dependabot/npm_and_yarn/web/nuxt-2.18.1


📝 Commits (1)

  • 6b0d147 fix(deps): bump nuxt from 2.17.3 to 2.18.1 in /web

📊 Changes

2 files changed (+2188 additions, -1563 deletions)

View changed files

📝 web/package.json (+1 -1)
📝 web/pnpm-lock.yaml (+2187 -1562)

📄 Description

Bumps nuxt from 2.17.3 to 2.18.1.

Release notes

Sourced from nuxt's releases.

v2.18.1

👉 Changelog

compare changes

🩹 Fixes

  • webpack: Depend on earlier version of mkdirp (f67056b9e)

❤️ Contributors

v2.18.0

👉 Changelog

compare changes

🚀 Enhancements

  • webpack: Migrate to memfs (#27652)

🩹 Fixes

  • vue-app: Don't throw if we can't read sessionStorage (#27662)
  • config: Add back md4 monkey-patch for wider ecosystem (#27865)

🏡 Chore

  • Bump internal versions (9e829b59a)
  • Add non-applicable advisory GHSA-3h5v-q93c-6h6q (5ef7311f0)

❤️ Contributors

v2.17.4

👉 Changelog

compare changes

🩹 Fixes

  • types: Bump serve-static types to v1.15.7 (1c44c376d)
  • generator: Use maintained html-minifier-terser (#26914)
  • vue-app: Prevent double page mount (#10874)
  • core: Don't skip loading runtime modules if one is improperly resolved (#10193)
  • vue-app: Prevent error page mounting twice (#27484)

... (truncated)

Commits

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
nuxt [>= 3.a, < 4]

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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/NdoleStudio/httpsms/pull/463 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 7/1/2024 **Status:** ✅ Merged **Merged:** 7/1/2024 **Merged by:** [@AchoArnold](https://github.com/AchoArnold) **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/web/nuxt-2.18.1` --- ### 📝 Commits (1) - [`6b0d147`](https://github.com/NdoleStudio/httpsms/commit/6b0d14737604168115bfa0b1ad0ce16708129e8b) fix(deps): bump nuxt from 2.17.3 to 2.18.1 in /web ### 📊 Changes **2 files changed** (+2188 additions, -1563 deletions) <details> <summary>View changed files</summary> 📝 `web/package.json` (+1 -1) 📝 `web/pnpm-lock.yaml` (+2187 -1562) </details> ### 📄 Description Bumps [nuxt](https://github.com/nuxt/nuxt/tree/HEAD/packages/nuxt) from 2.17.3 to 2.18.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/nuxt/nuxt/releases">nuxt's releases</a>.</em></p> <blockquote> <h2>v2.18.1</h2> <h2>👉 Changelog</h2> <p><a href="https://github.com/nuxt/nuxt/compare/v2.18.0...v2.18.1">compare changes</a></p> <h3>🩹 Fixes</h3> <ul> <li><strong>webpack:</strong> Depend on earlier version of <code>mkdirp</code> (<a href="https://github.com/nuxt/nuxt/commit/f67056b9e">f67056b9e</a>)</li> </ul> <h3>❤️ Contributors</h3> <ul> <li>Daniel Roe (<a href="https://github.com/danielroe"><code>@​danielroe</code></a>)</li> </ul> <h2>v2.18.0</h2> <h2>👉 Changelog</h2> <p><a href="https://github.com/nuxt/nuxt/compare/v2.17.4...v2.18.0">compare changes</a></p> <h3>🚀 Enhancements</h3> <ul> <li><strong>webpack:</strong> Migrate to <code>memfs</code> (<a href="https://redirect.github.com/nuxt/nuxt/pull/27652">#27652</a>)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li><strong>vue-app:</strong> Don't throw if we can't read <code>sessionStorage</code> (<a href="https://redirect.github.com/nuxt/nuxt/pull/27662">#27662</a>)</li> <li><strong>config:</strong> Add back md4 monkey-patch for wider ecosystem (<a href="https://redirect.github.com/nuxt/nuxt/pull/27865">#27865</a>)</li> </ul> <h3>🏡 Chore</h3> <ul> <li>Bump internal versions (<a href="https://github.com/nuxt/nuxt/commit/9e829b59a">9e829b59a</a>)</li> <li>Add non-applicable advisory GHSA-3h5v-q93c-6h6q (<a href="https://github.com/nuxt/nuxt/commit/5ef7311f0">5ef7311f0</a>)</li> </ul> <h3>❤️ Contributors</h3> <ul> <li>Daniel Roe (<a href="https://github.com/danielroe"><code>@​danielroe</code></a>)</li> </ul> <h2>v2.17.4</h2> <h2>👉 Changelog</h2> <p><a href="https://github.com/nuxt/nuxt/compare/v2.17.3...v2.17.4">compare changes</a></p> <h3>🩹 Fixes</h3> <ul> <li><strong>types:</strong> Bump <code>serve-static</code> types to v1.15.7 (<a href="https://github.com/nuxt/nuxt/commit/1c44c376d">1c44c376d</a>)</li> <li><strong>generator:</strong> Use maintained <code>html-minifier-terser</code> (<a href="https://redirect.github.com/nuxt/nuxt/pull/26914">#26914</a>)</li> <li><strong>vue-app:</strong> Prevent double page mount (<a href="https://redirect.github.com/nuxt/nuxt/pull/10874">#10874</a>)</li> <li><strong>core:</strong> Don't skip loading runtime modules if one is improperly resolved (<a href="https://redirect.github.com/nuxt/nuxt/pull/10193">#10193</a>)</li> <li><strong>vue-app:</strong> Prevent error page mounting twice (<a href="https://redirect.github.com/nuxt/nuxt/pull/27484">#27484</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/nuxt/nuxt/commits/v2.18.1/packages/nuxt">compare view</a></li> </ul> </details> <br /> <details> <summary>Most Recent Ignore Conditions Applied to This Pull Request</summary> | Dependency Name | Ignore Conditions | | --- | --- | | nuxt | [>= 3.a, < 4] | </details> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=nuxt&package-manager=npm_and_yarn&previous-version=2.17.3&new-version=2.18.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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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-03 16:38:34 +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/httpsms#475
No description provided.