[PR #110] [MERGED] fix(deps): bump nuxt from 2.16.0 to 2.16.1 in /web #167

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

📋 Pull Request Information

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

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


📝 Commits (1)

  • 2c72b6d fix(deps): bump nuxt from 2.16.0 to 2.16.1 in /web

📊 Changes

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

View changed files

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

📄 Description

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps nuxt from 2.16.0 to 2.16.1.

Release notes

Sourced from nuxt's releases.

v2.16.1

Nuxt 2.16.1 is a patch release with a couple of small bugfixes to last week's 2.16.0 release.

v2.16.0...v2.16.1

🩹 Fixes

  • deps: Downgrade @types packages depending on webpack 5 (#18827)
  • config: Let webpack merge postcss plugins (#18839)
  • types: Import Location from vue-router (#18908)

🏡 Chore

  • Tag 2.x releases appropriately (aba93e9a9)
  • Revert node types to v16 (3d034a30d)
  • Remove stub type definitions (daed62a73)

❤️ 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/110 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 2/20/2023 **Status:** ✅ Merged **Merged:** 2/20/2023 **Merged by:** [@AchoArnold](https://github.com/AchoArnold) **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/web/nuxt-2.16.1` --- ### 📝 Commits (1) - [`2c72b6d`](https://github.com/NdoleStudio/httpsms/commit/2c72b6d2058fb89a83116f70da45ce1643709c46) fix(deps): bump nuxt from 2.16.0 to 2.16.1 in /web ### 📊 Changes **2 files changed** (+95 additions, -80 deletions) <details> <summary>View changed files</summary> 📝 `web/package.json` (+1 -1) 📝 `web/yarn.lock` (+94 -79) </details> ### 📄 Description [//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [nuxt](https://github.com/nuxt/nuxt) from 2.16.0 to 2.16.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.16.1</h2> <blockquote> <p>Nuxt 2.16.1 is a patch release with a couple of small bugfixes to last week's 2.16.0 release.</p> </blockquote> <h2>v2.16.0...v2.16.1</h2> <h3>🩹 Fixes</h3> <ul> <li><strong>deps:</strong> Downgrade <code>@types</code> packages depending on webpack 5 (<a href="https://github-redirect.dependabot.com/nuxt/nuxt/issues/18827">#18827</a>)</li> <li><strong>config:</strong> Let webpack merge postcss plugins (<a href="https://github-redirect.dependabot.com/nuxt/nuxt/issues/18839">#18839</a>)</li> <li><strong>types:</strong> Import <code>Location</code> from <code>vue-router</code> (<a href="https://github-redirect.dependabot.com/nuxt/nuxt/issues/18908">#18908</a>)</li> </ul> <h3>🏡 Chore</h3> <ul> <li>Tag 2.x releases appropriately (aba93e9a9)</li> <li>Revert node types to v16 (3d034a30d)</li> <li>Remove stub type definitions (daed62a73)</li> </ul> <h3>❤️ Contributors</h3> <ul> <li>H-kishi</li> <li>Daniel Roe <a href="mailto:daniel@roe.dev">daniel@roe.dev</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nuxt/nuxt/commit/41148648ee597424c94a31ce0f36bb742c5ec695"><code>4114864</code></a> v2.16.1 (<a href="https://github-redirect.dependabot.com/nuxt/nuxt/issues/18884">#18884</a>)</li> <li><a href="https://github.com/nuxt/nuxt/commit/a4ac73811b16a523319bc2789ff656cc74d7058a"><code>a4ac738</code></a> chore(deps): update devdependency eslint to ^8.34.0 (2.x) (<a href="https://github-redirect.dependabot.com/nuxt/nuxt/issues/18953">#18953</a>)</li> <li><a href="https://github.com/nuxt/nuxt/commit/05581c33b89e1777ad57f04bd5929d972de8a253"><code>05581c3</code></a> chore(deps): update devdependency rollup to v3.15.0 (2.x) (<a href="https://github-redirect.dependabot.com/nuxt/nuxt/issues/18937">#18937</a>)</li> <li><a href="https://github.com/nuxt/nuxt/commit/204e6d38a9b5138cdd5e9a86bcdbce6ae8b946ae"><code>204e6d3</code></a> chore(deps): update all non-major dependencies (<a href="https://github-redirect.dependabot.com/nuxt/nuxt/issues/18930">#18930</a>)</li> <li><a href="https://github.com/nuxt/nuxt/commit/75cbb47385a654a882eecf909cbad355240d2939"><code>75cbb47</code></a> fix(types): import <code>Location</code> from <code>vue-router</code> (<a href="https://github-redirect.dependabot.com/nuxt/nuxt/issues/18908">#18908</a>)</li> <li><a href="https://github.com/nuxt/nuxt/commit/6a59898066235d5dfe63bd5399f39d29bdb8fd99"><code>6a59898</code></a> chore(deps): update dependency jiti to ^1.17.0 (2.x) (<a href="https://github-redirect.dependabot.com/nuxt/nuxt/issues/18907">#18907</a>)</li> <li><a href="https://github.com/nuxt/nuxt/commit/daed62a73d8be01e4146456164fd9d93eb6afa33"><code>daed62a</code></a> chore: remove stub type definitions</li> <li><a href="https://github.com/nuxt/nuxt/commit/d2073dabb9ddbe93060410cdaca7fa4c3fe9c624"><code>d2073da</code></a> chore(deps): update all non-major dependencies (2.x) (<a href="https://github-redirect.dependabot.com/nuxt/nuxt/issues/18852">#18852</a>)</li> <li><a href="https://github.com/nuxt/nuxt/commit/3d034a30d7c7a7a12889b2504ec0957265da4be9"><code>3d034a3</code></a> chore: revert node types to v16</li> <li><a href="https://github.com/nuxt/nuxt/commit/5455c4a391e41ca62dc2426744968e82f39e9ef3"><code>5455c4a</code></a> chore(deps): update all non-major dependencies (2.x) (<a href="https://github-redirect.dependabot.com/nuxt/nuxt/issues/18838">#18838</a>)</li> <li>Additional commits viewable in <a href="https://github.com/nuxt/nuxt/compare/v2.16.0...v2.16.1">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.0&new-version=2.16.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 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:04 +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#167
No description provided.