[PR #120] [MERGED] fix(deps): bump nuxt from 2.16.1 to 2.16.2 in /web #175

Closed
opened 2026-03-03 16:37:06 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/NdoleStudio/httpsms/pull/120
Author: @dependabot[bot]
Created: 3/6/2023
Status: Merged
Merged: 3/6/2023
Merged by: @AchoArnold

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


📝 Commits (1)

  • 128685c fix(deps): bump nuxt from 2.16.1 to 2.16.2 in /web

📊 Changes

2 files changed (+361 additions, -142 deletions)

View changed files

📝 web/package.json (+1 -1)
📝 web/yarn.lock (+360 -141)

📄 Description

Bumps nuxt from 2.16.1 to 2.16.2.

Release notes

Sourced from nuxt's releases.

v2.16.2

2.16.2 is a patch release with bug fixes.

Highlights

The main change in this patch release is that we now patch the crypto node built-in during build to allow Nuxt 2 to be used on Node versions greater than Node 16, which should ease the pressure users feel after Node 16 reaches its own EOL this year.

Warning This should not be taken for an endorsement of continuing to run with Webpack 4, which is out of date and has a number of dependencies with issues. I expect that number to continue to grow, and we will not be able to resolve all of them. I would strongly urge migrating to Nuxt 3 if possible and the team will do our best to make this possible over the course of the year ❤️

👉 Changelog

compare changes

🚀 Enhancements

  • types: Add basic types for Nuxt interface (#9772)

🩹 Fixes

  • vue-renderer: Insert charset before title (#18998)
  • types: Remove non-existent properties from context (#19021)
  • Add minimum node 14.18 version constraint (#19112)
  • config: Upgrade md4 -> md5 on node > 16 (#19108)
  • vue-app: Handle promise rejection from asyncData (#18585)

🏡 Chore

  • Update tag name (15787a2e5)
  • Fix version merge (49ea657a4)
  • Add @types/jest (d48efa6cf)

❤️ Contributors

Commits

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/NdoleStudio/httpsms/pull/120 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 3/6/2023 **Status:** ✅ Merged **Merged:** 3/6/2023 **Merged by:** [@AchoArnold](https://github.com/AchoArnold) **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/web/nuxt-2.16.2` --- ### 📝 Commits (1) - [`128685c`](https://github.com/NdoleStudio/httpsms/commit/128685cab352dc1a1b11fb25a9a5eb68b0b9ed55) fix(deps): bump nuxt from 2.16.1 to 2.16.2 in /web ### 📊 Changes **2 files changed** (+361 additions, -142 deletions) <details> <summary>View changed files</summary> 📝 `web/package.json` (+1 -1) 📝 `web/yarn.lock` (+360 -141) </details> ### 📄 Description Bumps [nuxt](https://github.com/nuxt/nuxt) from 2.16.1 to 2.16.2. <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.16.2</h2> <blockquote> <p><strong>2.16.2</strong> is a patch release with bug fixes.</p> </blockquote> <h2>✨ Highlights</h2> <p>The main change in this patch release is that we now patch the <code>crypto</code> node built-in during build to allow Nuxt 2 to be used on Node versions greater than Node 16, which should ease the pressure users feel after Node 16 reaches its own EOL this year.</p> <blockquote> <p><strong>Warning</strong> This should not be taken for an endorsement of continuing to run with Webpack 4, which is out of date and has a number of dependencies with issues. I expect that number to continue to grow, and we will not be able to resolve all of them. I would strongly urge migrating to Nuxt 3 if possible and the team will do our best to make this possible over the course of the year ❤️</p> </blockquote> <h2>👉 Changelog</h2> <p><a href="https://github.com/nuxt/nuxt/compare/v2.16.1...v2.16.2">compare changes</a></p> <h3>🚀 Enhancements</h3> <ul> <li><strong>types:</strong> Add basic types for Nuxt interface (<a href="https://github-redirect.dependabot.com/nuxt/nuxt/issues/9772">#9772</a>)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li><strong>vue-renderer:</strong> Insert <code>charset</code> before <code>title</code> (<a href="https://github-redirect.dependabot.com/nuxt/nuxt/issues/18998">#18998</a>)</li> <li><strong>types:</strong> Remove non-existent properties from context (<a href="https://github-redirect.dependabot.com/nuxt/nuxt/issues/19021">#19021</a>)</li> <li>Add minimum node 14.18 version constraint (<a href="https://github-redirect.dependabot.com/nuxt/nuxt/issues/19112">#19112</a>)</li> <li><strong>config:</strong> Upgrade md4 -&gt; md5 on node &gt; 16 (<a href="https://github-redirect.dependabot.com/nuxt/nuxt/issues/19108">#19108</a>)</li> <li><strong>vue-app:</strong> Handle promise rejection from <code>asyncData</code> (<a href="https://github-redirect.dependabot.com/nuxt/nuxt/issues/18585">#18585</a>)</li> </ul> <h3>🏡 Chore</h3> <ul> <li>Update tag name (15787a2e5)</li> <li>Fix version merge (49ea657a4)</li> <li>Add <code>@types/jest</code> (d48efa6cf)</li> </ul> <h3>❤️ Contributors</h3> <ul> <li>Rafał Chłodnicki (<a href="http://github.com/rchl"><code>@​rchl</code></a>)</li> <li>Daniel Roe (<a href="https://github.com/danielroe/"><code>@​danielroe </code></a>)</li> <li>Pooya Parsa (<a href="https://github.com/pi0"><code>@​pi0</code></a>)</li> <li>Harlan Wilton (<a href="http://github.com/harlan-zw"><code>@​harlan-zw</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nuxt/nuxt/commit/ca8b375e2eb38c452b1b227e83c2cdad6de2f030"><code>ca8b375</code></a> v2.16.2 (<a href="https://github-redirect.dependabot.com/nuxt/nuxt/issues/19365">#19365</a>)</li> <li><a href="https://github.com/nuxt/nuxt/commit/5dc1559973af6ae7bd5234671f7387ff63963495"><code>5dc1559</code></a> chore(deps): update all non-major dependencies (2.x) (<a href="https://github-redirect.dependabot.com/nuxt/nuxt/issues/19311">#19311</a>)</li> <li><a href="https://github.com/nuxt/nuxt/commit/f6f93635373217dab977f0a1599c95660733bd9d"><code>f6f9363</code></a> chore(deps): update all non-major dependencies (2.x) (<a href="https://github-redirect.dependabot.com/nuxt/nuxt/issues/19251">#19251</a>)</li> <li><a href="https://github.com/nuxt/nuxt/commit/6fa5fc2fa07fa6fb2e894b50c12b46fb763e19c5"><code>6fa5fc2</code></a> fix(vue-app): handle promise rejection from <code>asyncData</code> (<a href="https://github-redirect.dependabot.com/nuxt/nuxt/issues/18585">#18585</a>)</li> <li><a href="https://github.com/nuxt/nuxt/commit/751b784d21bf526cef4f88e035fde57d587ecc3c"><code>751b784</code></a> chore(deps): update all non-major dependencies (2.x) (<a href="https://github-redirect.dependabot.com/nuxt/nuxt/issues/19174">#19174</a>)</li> <li><a href="https://github.com/nuxt/nuxt/commit/2c6b593a859e22d20c120d640c08106bd411b9f2"><code>2c6b593</code></a> fix(config): upgrade md4 -&gt; md5 on node &gt; 16 (<a href="https://github-redirect.dependabot.com/nuxt/nuxt/issues/19108">#19108</a>)</li> <li><a href="https://github.com/nuxt/nuxt/commit/c0f7e3344e9959e6120e20e142e725eb795e8548"><code>c0f7e33</code></a> chore(deps): update all non-major dependencies (2.x) (<a href="https://github-redirect.dependabot.com/nuxt/nuxt/issues/19159">#19159</a>)</li> <li><a href="https://github.com/nuxt/nuxt/commit/7f76ace245b386f066fdaee43f5152ad7bb0b71f"><code>7f76ace</code></a> chore(deps): update devdependency rollup to v3.17.1 (2.x) (<a href="https://github-redirect.dependabot.com/nuxt/nuxt/issues/19147">#19147</a>)</li> <li><a href="https://github.com/nuxt/nuxt/commit/39bea9e066b63089b31564c7220078453aa1aa7e"><code>39bea9e</code></a> chore(deps): update all non-major dependencies (2.x) (<a href="https://github-redirect.dependabot.com/nuxt/nuxt/issues/19135">#19135</a>)</li> <li><a href="https://github.com/nuxt/nuxt/commit/08248d57e8b99c2930a8df4de5a72aaee2cb389b"><code>08248d5</code></a> chore(deps): update all non-major dependencies (2.x) (<a href="https://github-redirect.dependabot.com/nuxt/nuxt/issues/19092">#19092</a>)</li> <li>Additional commits viewable in <a href="https://github.com/nuxt/nuxt/compare/v2.16.1...v2.16.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.16.1&new-version=2.16.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>
kerem 2026-03-03 16:37:06 +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#175
No description provided.