[PR #138] [MERGED] chore(deps-dev): bump @nuxt/types from 2.16.0 to 2.16.3 in /web #191

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

📋 Pull Request Information

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

Base: mainHead: dependabot/npm_and_yarn/web/nuxt/types-2.16.3


📝 Commits (1)

  • 49069db chore(deps-dev): bump @nuxt/types from 2.16.0 to 2.16.3 in /web

📊 Changes

2 files changed (+33 additions, -66 deletions)

View changed files

📝 web/package.json (+1 -1)
📝 web/yarn.lock (+32 -65)

📄 Description

Bumps @nuxt/types from 2.16.0 to 2.16.3.

Release notes

Sourced from @​nuxt/types's releases.

v2.16.3

2.16.3 is a patch release with bug fixes.

👉 Changelog

compare changes

🩹 Fixes

  • types: Add return type for error() (#19044)
  • types: Bring types from less into namespace (#19738)
  • types: Sync vue type augmentations with Vue 2.7 (#19526)
  • config: Move preset to inner postcssOptions (#19518)
  • webpack: Add node-fetch-native to externals list (#19755)

🏡 Chore

  • Release all packages with latest tag except nuxt (4e9dcddcb)
  • examples: Use 2.x version of nuxt instead of latest (#19737)
  • Lint package files (6ca842e36)

❤️ Contributors

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

... (truncated)

Commits
  • 6ca842e chore: lint package files
  • 36398e6 v2.16.3
  • dd5310f chore(deps): update all non-major dependencies (2.x) (#19723)
  • 4bc3738 fix(webpack): add node-fetch-native to externals list (#19755)
  • 093e1b1 chore(deps): update devdependency typescript to v5 (2.x) (#19748)
  • e86850a fix(config): move preset to inner postcssOptions (#19518)
  • ce1df2f fix(types): sync vue type augmentations with Vue 2.7 (#19526)
  • 8e0aba0 fix(types): bring types from less into namespace (#19738)
  • 9e966a8 chore(examples): use 2.x version of nuxt instead of latest (#19737)
  • 59b8085 chore(deps): update all non-major dependencies (2.x) (#19659)
  • 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/NdoleStudio/httpsms/pull/138 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 3/20/2023 **Status:** ✅ Merged **Merged:** 3/20/2023 **Merged by:** [@AchoArnold](https://github.com/AchoArnold) **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/web/nuxt/types-2.16.3` --- ### 📝 Commits (1) - [`49069db`](https://github.com/NdoleStudio/httpsms/commit/49069db47b61235afb72ecc7e37b70b9fd06b907) chore(deps-dev): bump @nuxt/types from 2.16.0 to 2.16.3 in /web ### 📊 Changes **2 files changed** (+33 additions, -66 deletions) <details> <summary>View changed files</summary> 📝 `web/package.json` (+1 -1) 📝 `web/yarn.lock` (+32 -65) </details> ### 📄 Description Bumps [@nuxt/types](https://github.com/nuxt/nuxt.js) from 2.16.0 to 2.16.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/nuxt/nuxt.js/releases"><code>@​nuxt/types</code>'s releases</a>.</em></p> <blockquote> <h2>v2.16.3</h2> <blockquote> <p><strong>2.16.3</strong> is a patch release with bug fixes.</p> </blockquote> <h2>👉 Changelog</h2> <p><a href="https://github.com/nuxt/nuxt.js/compare/v2.16.2...2.16.3">compare changes</a></p> <h3>🩹 Fixes</h3> <ul> <li><strong>types:</strong> Add return type for <code>error()</code> (<a href="https://redirect.github.com/nuxt/nuxt.js/pull/19044">#19044</a>)</li> <li><strong>types:</strong> Bring types from <code>less</code> into namespace (<a href="https://redirect.github.com/nuxt/nuxt.js/pull/19738">#19738</a>)</li> <li><strong>types:</strong> Sync vue type augmentations with Vue 2.7 (<a href="https://redirect.github.com/nuxt/nuxt.js/pull/19526">#19526</a>)</li> <li><strong>config:</strong> Move <code>preset</code> to inner <code>postcssOptions</code> (<a href="https://redirect.github.com/nuxt/nuxt.js/pull/19518">#19518</a>)</li> <li><strong>webpack:</strong> Add <code>node-fetch-native</code> to externals list (<a href="https://redirect.github.com/nuxt/nuxt.js/pull/19755">#19755</a>)</li> </ul> <h3>🏡 Chore</h3> <ul> <li>Release all packages with latest tag except <code>nuxt</code> (<a href="https://github.com/nuxt/nuxt.js/commit/4e9dcddcb">4e9dcddcb</a>)</li> <li><strong>examples:</strong> Use <code>2.x</code> version of nuxt instead of latest (<a href="https://redirect.github.com/nuxt/nuxt.js/pull/19737">#19737</a>)</li> <li>Lint package files (<a href="https://github.com/nuxt/nuxt.js/commit/6ca842e36">6ca842e36</a>)</li> </ul> <h3>❤️ Contributors</h3> <ul> <li>Daniel Roe - <a href="https://github.com/danielroe"><code>@​danielroe</code></a></li> <li>Olga Bulat - <a href="https://github.com/obulat"><code>@​obulat</code></a></li> <li>Rafał Chłodnicki - <a href="https://github.com/rchl"><code>@​rchl</code></a></li> </ul> <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://redirect.github.com/nuxt/nuxt.js/issues/9772">#9772</a>)</li> </ul> <h3>🩹 Fixes</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nuxt/nuxt/commit/6ca842e36ed935950608f02b539fc2985f5f3ef9"><code>6ca842e</code></a> chore: lint package files</li> <li><a href="https://github.com/nuxt/nuxt/commit/36398e6249413df7371aa8cd5bf42c9695ffd29d"><code>36398e6</code></a> v2.16.3</li> <li><a href="https://github.com/nuxt/nuxt/commit/dd5310fdcd604d3b97b440b760e85ae5e66cd541"><code>dd5310f</code></a> chore(deps): update all non-major dependencies (2.x) (<a href="https://redirect.github.com/nuxt/nuxt.js/issues/19723">#19723</a>)</li> <li><a href="https://github.com/nuxt/nuxt/commit/4bc3738f61f9f597dca963657d1de5d80f01766e"><code>4bc3738</code></a> fix(webpack): add <code>node-fetch-native</code> to externals list (<a href="https://redirect.github.com/nuxt/nuxt.js/issues/19755">#19755</a>)</li> <li><a href="https://github.com/nuxt/nuxt/commit/093e1b1c8d8e73a298f8735b861f585e4f06af51"><code>093e1b1</code></a> chore(deps): update devdependency typescript to v5 (2.x) (<a href="https://redirect.github.com/nuxt/nuxt.js/issues/19748">#19748</a>)</li> <li><a href="https://github.com/nuxt/nuxt/commit/e86850a7a4186df83b29d4aa493ccaaf31990a78"><code>e86850a</code></a> fix(config): move <code>preset</code> to inner <code>postcssOptions</code> (<a href="https://redirect.github.com/nuxt/nuxt.js/issues/19518">#19518</a>)</li> <li><a href="https://github.com/nuxt/nuxt/commit/ce1df2f9ae3ff832f509520de33f51d9e64a781d"><code>ce1df2f</code></a> fix(types): sync vue type augmentations with Vue 2.7 (<a href="https://redirect.github.com/nuxt/nuxt.js/issues/19526">#19526</a>)</li> <li><a href="https://github.com/nuxt/nuxt/commit/8e0aba0cda51d99fa1f71bbb7bdbf05adeb95999"><code>8e0aba0</code></a> fix(types): bring types from <code>less</code> into namespace (<a href="https://redirect.github.com/nuxt/nuxt.js/issues/19738">#19738</a>)</li> <li><a href="https://github.com/nuxt/nuxt/commit/9e966a8f3cb90a688bd67974d16db04661fc5481"><code>9e966a8</code></a> chore(examples): use <code>2.x</code> version of nuxt instead of latest (<a href="https://redirect.github.com/nuxt/nuxt.js/issues/19737">#19737</a>)</li> <li><a href="https://github.com/nuxt/nuxt/commit/59b8085515c4afd7343633df06975dedb8d62d39"><code>59b8085</code></a> chore(deps): update all non-major dependencies (2.x) (<a href="https://redirect.github.com/nuxt/nuxt.js/issues/19659">#19659</a>)</li> <li>Additional commits viewable in <a href="https://github.com/nuxt/nuxt.js/compare/v2.16.0...v2.16.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@nuxt/types&package-manager=npm_and_yarn&previous-version=2.16.0&new-version=2.16.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>
kerem 2026-03-03 16:37:11 +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#191
No description provided.