[PR #219] [CLOSED] fix(deps): bump nuxt from 2.17.0 to 3.4.3 in /web #266

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

📋 Pull Request Information

Original PR: https://github.com/NdoleStudio/httpsms/pull/219
Author: @dependabot[bot]
Created: 6/22/2023
Status: Closed

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


📝 Commits (1)

  • b541c4f fix(deps): bump nuxt from 2.17.0 to 3.4.3 in /web

📊 Changes

3 files changed (+13779 additions, -23350 deletions)

View changed files

📝 web/package-lock.json (+11731 -18055)
📝 web/package.json (+1 -1)
📝 web/yarn.lock (+2047 -5294)

📄 Description

Bumps nuxt from 2.17.0 to 3.4.3.

Release notes

Sourced from nuxt's releases.

v3.4.3

3.4.3 is a patch release with the latest bug fixes. 🐞 It is expected that the next release will be v3.5, in approximately two weeks' time.

Upgrading

As usual, our recommendation for upgrading is to run:

nuxi upgrade --force

This will refresh your lockfile as well, and ensures that you pull in updates from other dependencies that Nuxt relies on, particularly in the unjs ecosystem.

👉 Changelog

compare changes

🩹 Fixes

  • nuxt: Don't call timeEnd unless we're debugging (#20424)
  • nuxt: Use key to force server component re-rendering (#19911)
  • nuxt: Add basic typings for <ClientOnly> (f1ded44e8)
  • nuxt: Use event.node.req in cookie utility (#20474)
  • deps: Relax upper node version constraint (#20472)
  • nuxi,schema: Support devServer.https: true (#20498)
  • nuxt: Throw 404 when accessing /__nuxt_error directly (#20497)
  • nuxt: Use callAsync for executing hooks with context (#20510)
  • nuxt: Improved typing support for app config (#20526)
  • nuxt: Call app:error in SSR before rendering error page (#20511)
  • nuxt: Restrict access to single renderer outside of test/rootDir (#20543)
  • nuxt: Throw errors when running legacy asyncData (#20535)
  • nuxt: Transform #components imports into direct component imports (#20547)
  • nuxt: Return RenderResponse for redirects (#20496)

📖 Documentation

  • Fix typos on docs homepage (#20456)
  • Update links to vue-router docs (#20454)
  • Remove RC reference and add link to vue migration build (#20485)
  • Add cdn proxy section (#20408)
  • Add a next steps link to first page of migration docs (#20512)
  • Add custom fetch composable example (#20115)
  • Adjust wrong link after repo migration (#20536)

Tests

... (truncated)

Commits
  • 1464294 v3.4.3
  • d8176f1 chore(deps): update all non-major dependencies (main) (#20514)
  • f73bb1d fix(nuxt): return RenderResponse for redirects (#20496)
  • 98b20c4 fix(nuxt): transform #components imports into direct component imports (#20...
  • ecf4153 fix(nuxt): throw errors when running legacy asyncData (#20535)
  • 65a8f4e fix(nuxt): restrict access to single renderer outside of test/rootDir (#20543)
  • 48c034c ci: run nuxt2 nightly release on node 14 again
  • 59680dd docs: adjust wrong link after repo migration (#20536)
  • 197de3e fix(nuxt): call app:error in SSR before rendering error page (#20511)
  • dd0d13d fix(nuxt): improved typing support for app config (#20526)
  • 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

🔄 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/219 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 6/22/2023 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/web/nuxt-3.4.3` --- ### 📝 Commits (1) - [`b541c4f`](https://github.com/NdoleStudio/httpsms/commit/b541c4f49e5d9c9686af0f4a6704d6249c50468d) fix(deps): bump nuxt from 2.17.0 to 3.4.3 in /web ### 📊 Changes **3 files changed** (+13779 additions, -23350 deletions) <details> <summary>View changed files</summary> 📝 `web/package-lock.json` (+11731 -18055) 📝 `web/package.json` (+1 -1) 📝 `web/yarn.lock` (+2047 -5294) </details> ### 📄 Description Bumps [nuxt](https://github.com/nuxt/nuxt) from 2.17.0 to 3.4.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>v3.4.3</h2> <blockquote> <p>3.4.3 is a patch release with the latest bug fixes. 🐞 It is expected that the next release will be v3.5, in approximately two weeks' time.</p> </blockquote> <h2>✅ Upgrading</h2> <p>As usual, our recommendation for upgrading is to run:</p> <pre lang="sh"><code>nuxi upgrade --force </code></pre> <p>This will refresh your lockfile as well, and ensures that you pull in updates from other dependencies that Nuxt relies on, particularly in the unjs ecosystem.</p> <h2>👉 Changelog</h2> <p><a href="https://github.com/nuxt/nuxt/compare/v3.4.2...v3.4.3">compare changes</a></p> <h3>🩹 Fixes</h3> <ul> <li><strong>nuxt:</strong> Don't call <code>timeEnd</code> unless we're debugging (<a href="https://redirect.github.com/nuxt/nuxt/pull/20424">#20424</a>)</li> <li><strong>nuxt:</strong> Use key to force server component re-rendering (<a href="https://redirect.github.com/nuxt/nuxt/pull/19911">#19911</a>)</li> <li><strong>nuxt:</strong> Add basic typings for <code>&lt;ClientOnly&gt;</code> (<a href="https://github.com/nuxt/nuxt/commit/f1ded44e8">f1ded44e8</a>)</li> <li><strong>nuxt:</strong> Use <code>event.node.req</code> in cookie utility (<a href="https://redirect.github.com/nuxt/nuxt/pull/20474">#20474</a>)</li> <li><strong>deps:</strong> Relax upper node version constraint (<a href="https://redirect.github.com/nuxt/nuxt/pull/20472">#20472</a>)</li> <li><strong>nuxi,schema:</strong> Support <code>devServer.https: true</code> (<a href="https://redirect.github.com/nuxt/nuxt/pull/20498">#20498</a>)</li> <li><strong>nuxt:</strong> Throw 404 when accessing <code>/__nuxt_error</code> directly (<a href="https://redirect.github.com/nuxt/nuxt/pull/20497">#20497</a>)</li> <li><strong>nuxt:</strong> Use <code>callAsync</code> for executing hooks with context (<a href="https://redirect.github.com/nuxt/nuxt/pull/20510">#20510</a>)</li> <li><strong>nuxt:</strong> Improved typing support for app config (<a href="https://redirect.github.com/nuxt/nuxt/pull/20526">#20526</a>)</li> <li><strong>nuxt:</strong> Call <code>app:error</code> in SSR before rendering error page (<a href="https://redirect.github.com/nuxt/nuxt/pull/20511">#20511</a>)</li> <li><strong>nuxt:</strong> Restrict access to single renderer outside of test/rootDir (<a href="https://redirect.github.com/nuxt/nuxt/pull/20543">#20543</a>)</li> <li><strong>nuxt:</strong> Throw errors when running legacy <code>asyncData</code> (<a href="https://redirect.github.com/nuxt/nuxt/pull/20535">#20535</a>)</li> <li><strong>nuxt:</strong> Transform <code>#components</code> imports into direct component imports (<a href="https://redirect.github.com/nuxt/nuxt/pull/20547">#20547</a>)</li> <li><strong>nuxt:</strong> Return <code>RenderResponse</code> for redirects (<a href="https://redirect.github.com/nuxt/nuxt/pull/20496">#20496</a>)</li> </ul> <h3>📖 Documentation</h3> <ul> <li>Fix typos on docs homepage (<a href="https://redirect.github.com/nuxt/nuxt/pull/20456">#20456</a>)</li> <li>Update links to <code>vue-router</code> docs (<a href="https://redirect.github.com/nuxt/nuxt/pull/20454">#20454</a>)</li> <li>Remove RC reference and add link to vue migration build (<a href="https://redirect.github.com/nuxt/nuxt/pull/20485">#20485</a>)</li> <li>Add cdn proxy section (<a href="https://redirect.github.com/nuxt/nuxt/pull/20408">#20408</a>)</li> <li>Add a next steps link to first page of migration docs (<a href="https://redirect.github.com/nuxt/nuxt/pull/20512">#20512</a>)</li> <li>Add custom fetch composable example (<a href="https://redirect.github.com/nuxt/nuxt/pull/20115">#20115</a>)</li> <li>Adjust wrong link after repo migration (<a href="https://redirect.github.com/nuxt/nuxt/pull/20536">#20536</a>)</li> </ul> <h3>✅ Tests</h3> <ul> <li>Exclude default error pages from bundle test (<a href="https://github.com/nuxt/nuxt/commit/ba320a558">ba320a558</a>)</li> <li>Update snapshot (<a href="https://github.com/nuxt/nuxt/commit/ac598e4f4">ac598e4f4</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nuxt/nuxt/commit/1464294d6abe13b54fdb8d204732345551c8e647"><code>1464294</code></a> v3.4.3</li> <li><a href="https://github.com/nuxt/nuxt/commit/d8176f11ebe7447c9f9eeed59d7ab0ce2464225f"><code>d8176f1</code></a> chore(deps): update all non-major dependencies (main) (<a href="https://redirect.github.com/nuxt/nuxt/issues/20514">#20514</a>)</li> <li><a href="https://github.com/nuxt/nuxt/commit/f73bb1de0a9b22714810cff4999f898c77eafa67"><code>f73bb1d</code></a> fix(nuxt): return <code>RenderResponse</code> for redirects (<a href="https://redirect.github.com/nuxt/nuxt/issues/20496">#20496</a>)</li> <li><a href="https://github.com/nuxt/nuxt/commit/98b20c45c8f3aaa2c6cfaaffd50a54e933846796"><code>98b20c4</code></a> fix(nuxt): transform <code>#components</code> imports into direct component imports (<a href="https://redirect.github.com/nuxt/nuxt/issues/20">#20</a>...</li> <li><a href="https://github.com/nuxt/nuxt/commit/ecf41537ca41c343235adfa85ae07d537cd5e9b4"><code>ecf4153</code></a> fix(nuxt): throw errors when running legacy <code>asyncData</code> (<a href="https://redirect.github.com/nuxt/nuxt/issues/20535">#20535</a>)</li> <li><a href="https://github.com/nuxt/nuxt/commit/65a8f4eb3ef1b249a95fd59e323835a96428baff"><code>65a8f4e</code></a> fix(nuxt): restrict access to single renderer outside of test/rootDir (<a href="https://redirect.github.com/nuxt/nuxt/issues/20543">#20543</a>)</li> <li><a href="https://github.com/nuxt/nuxt/commit/48c034cf02de0aa13f43c8f05af4d58fd1f917ae"><code>48c034c</code></a> ci: run nuxt2 nightly release on node 14 again</li> <li><a href="https://github.com/nuxt/nuxt/commit/59680dd8302c8d6e5cf2244767bcda0b545c851f"><code>59680dd</code></a> docs: adjust wrong link after repo migration (<a href="https://redirect.github.com/nuxt/nuxt/issues/20536">#20536</a>)</li> <li><a href="https://github.com/nuxt/nuxt/commit/197de3ecbbb74bad046ad97bd398a27e1c80c700"><code>197de3e</code></a> fix(nuxt): call <code>app:error</code> in SSR before rendering error page (<a href="https://redirect.github.com/nuxt/nuxt/issues/20511">#20511</a>)</li> <li><a href="https://github.com/nuxt/nuxt/commit/dd0d13d425facb80e86ead215b678808a7a84edb"><code>dd0d13d</code></a> fix(nuxt): improved typing support for app config (<a href="https://redirect.github.com/nuxt/nuxt/issues/20526">#20526</a>)</li> <li>Additional commits viewable in <a href="https://github.com/nuxt/nuxt/compare/v2.17.0...v3.4.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.17.0&new-version=3.4.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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/NdoleStudio/httpsms/network/alerts). </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:33 +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#266
No description provided.