[PR #142] [MERGED] fix(deps): bump nuxt from 2.16.2 to 2.16.3 in /web #195

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

📋 Pull Request Information

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

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


📝 Commits (1)

  • 89db6b2 fix(deps): bump nuxt from 2.16.2 to 2.16.3 in /web

📊 Changes

2 files changed (+161 additions, -95 deletions)

View changed files

📝 web/package.json (+1 -1)
📝 web/yarn.lock (+160 -94)

📄 Description

Bumps nuxt from 2.16.2 to 2.16.3.

Release notes

Sourced from nuxt'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

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/142 **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-2.16.3` --- ### 📝 Commits (1) - [`89db6b2`](https://github.com/NdoleStudio/httpsms/commit/89db6b24d7680aa0b3e0ab5efc6a4e3ca0375854) fix(deps): bump nuxt from 2.16.2 to 2.16.3 in /web ### 📊 Changes **2 files changed** (+161 additions, -95 deletions) <details> <summary>View changed files</summary> 📝 `web/package.json` (+1 -1) 📝 `web/yarn.lock` (+160 -94) </details> ### 📄 Description Bumps [nuxt](https://github.com/nuxt/nuxt) from 2.16.2 to 2.16.3. <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.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> </blockquote> </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/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/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/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/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/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/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/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/issues/19659">#19659</a>)</li> <li>Additional commits viewable in <a href="https://github.com/nuxt/nuxt/compare/v2.16.2...v2.16.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.16.2&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:12 +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#195
No description provided.