Build(deps-dev): bump nuxt from 3.10.2 to 3.10.3 #1725

Merged
argoyle merged 1 commits from dependabot-npm_and_yarn-nuxt-3.10.3 into main 2024-02-23 06:23:59 +00:00
argoyle commented 2024-02-23 04:40:56 +00:00 (Migrated from gitlab.com)

Bumps nuxt from 3.10.2 to 3.10.3.

Release notes

Sourced from nuxt's releases.

v3.10.3

3.10.3 is a regularly-scheduled patch release.

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 vue and unjs ecosystems.

👉 Changelog

compare changes

🩹 Fixes

  • nuxt: Respect dedupe option in useFetch (#25815)
  • nuxt: Bypass browser cache when fetching app build id (#25813)
  • nuxt: In dev, don't link css files with ?inline query (#25822)
  • nuxt: Pass external to navigate in custom <NuxtLink> (#25887)
  • nuxt: Mark internal island components with @__PURE__ (#25842)
  • nuxt: Use setTimeout before scrolling when navigating (#25817)
  • nuxt: Add missing type for head in defineNuxtComponent (#25410)
  • nuxt: Handle undefined paths in resolveTrailingSlashBehavior (ba6a4132b)
  • nuxt: Set to.name to be undefined rather than deleting entirely (4ca1ab7cf)

📖 Documentation

  • Enable more blocks for twoslash (#25830)
  • Remove .ts extension when adding compiled files (#25855)
  • Replace callout to new components (#25897)
  • Fix incorrect wording (#25902)

🏡 Chore

  • Use nuxt.config to enable pages for docs typecheck (72a2e23cc)
  • Restore environment back to development (3f92cf04d)
  • Unpin vite version 🙈 (d326e054d)
  • nuxt: Use Exclude rather than Omit (3fc4231d3)

🤖 CI

  • Typecheck code samples in docs (#25777)
  • Update link to stackblitz mcve page (59dd5fd93)

❤️ Contributors

... (truncated)

Commits
  • aaad992 v3.10.3
  • 30695bd chore(deps): update all non-major dependencies (main) (#25862)
  • 4ca1ab7 fix(nuxt): set to.name to be undefined rather than deleting entirely
  • ba6a413 fix(nuxt): handle undefined paths in resolveTrailingSlashBehavior
  • 3fc4231 chore(nuxt): use Exclude rather than Omit
  • b5981f6 fix(nuxt): add missing type for head in defineNuxtComponent (#25410)
  • 0152cf4 fix(nuxt): use setTimeout before scrolling when navigating (#25817)
  • b272991 fix(nuxt): mark internal island components with @__PURE__ (#25842)
  • f2d891c fix(nuxt): pass external to navigate in custom \<NuxtLink> (#25887)
  • ec5d254 chore(deps): update vitest to v1.3.1 (main) (#25881)
  • Additional commits viewable in compare view


Dependabot commands
You can trigger Dependabot actions by commenting on this MR
  • $dependabot recreate will recreate this MR rewriting all the manual changes and resolving conflicts
Bumps [nuxt](https://github.com/nuxt/nuxt/tree/HEAD/packages/nuxt) from 3.10.2 to 3.10.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.10.3</h2> <blockquote> <p>3.10.3 is a regularly-scheduled patch release.</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 vue and unjs ecosystems.</p> <h2>👉 Changelog</h2> <p><a href="https://github.com/nuxt/nuxt/compare/v3.10.2...v3.10.3">compare changes</a></p> <h3>🩹 Fixes</h3> <ul> <li><strong>nuxt:</strong> Respect <code>dedupe</code> option in <code>useFetch</code> (<a href="https://github.com/nuxt/nuxt/pull/25815">#25815</a>)</li> <li><strong>nuxt:</strong> Bypass browser cache when fetching app build id (<a href="https://github.com/nuxt/nuxt/pull/25813">#25813</a>)</li> <li><strong>nuxt:</strong> In dev, don't link <code>css</code> files with <code>?inline</code> query (<a href="https://github.com/nuxt/nuxt/pull/25822">#25822</a>)</li> <li><strong>nuxt:</strong> Pass <code>external</code> to <code>navigate</code> in custom <code>&lt;NuxtLink&gt;</code> (<a href="https://github.com/nuxt/nuxt/pull/25887">#25887</a>)</li> <li><strong>nuxt:</strong> Mark internal island components with <code>@__PURE__</code> (<a href="https://github.com/nuxt/nuxt/pull/25842">#25842</a>)</li> <li><strong>nuxt:</strong> Use <code>setTimeout</code> before scrolling when navigating (<a href="https://github.com/nuxt/nuxt/pull/25817">#25817</a>)</li> <li><strong>nuxt:</strong> Add missing type for <code>head</code> in <code>defineNuxtComponent</code> (<a href="https://github.com/nuxt/nuxt/pull/25410">#25410</a>)</li> <li><strong>nuxt:</strong> Handle <code>undefined</code> paths in <code>resolveTrailingSlashBehavior</code> (<a href="https://github.com/nuxt/nuxt/commit/ba6a4132b">ba6a4132b</a>)</li> <li><strong>nuxt:</strong> Set <code>to.name</code> to be undefined rather than deleting entirely (<a href="https://github.com/nuxt/nuxt/commit/4ca1ab7cf">4ca1ab7cf</a>)</li> </ul> <h3>📖 Documentation</h3> <ul> <li>Enable more blocks for twoslash (<a href="https://github.com/nuxt/nuxt/pull/25830">#25830</a>)</li> <li>Remove <code>.ts</code> extension when adding compiled files (<a href="https://github.com/nuxt/nuxt/pull/25855">#25855</a>)</li> <li>Replace <code>callout</code> to new components (<a href="https://github.com/nuxt/nuxt/pull/25897">#25897</a>)</li> <li>Fix incorrect wording (<a href="https://github.com/nuxt/nuxt/pull/25902">#25902</a>)</li> </ul> <h3>🏡 Chore</h3> <ul> <li>Use <code>nuxt.config</code> to enable pages for docs typecheck (<a href="https://github.com/nuxt/nuxt/commit/72a2e23cc">72a2e23cc</a>)</li> <li>Restore environment back to development (<a href="https://github.com/nuxt/nuxt/commit/3f92cf04d">3f92cf04d</a>)</li> <li>Unpin vite version 🙈 (<a href="https://github.com/nuxt/nuxt/commit/d326e054d">d326e054d</a>)</li> <li><strong>nuxt:</strong> Use Exclude rather than Omit (<a href="https://github.com/nuxt/nuxt/commit/3fc4231d3">3fc4231d3</a>)</li> </ul> <h3>🤖 CI</h3> <ul> <li>Typecheck code samples in docs (<a href="https://github.com/nuxt/nuxt/pull/25777">#25777</a>)</li> <li>Update link to stackblitz mcve page (<a href="https://github.com/nuxt/nuxt/commit/59dd5fd93">59dd5fd93</a>)</li> </ul> <h3>❤️ Contributors</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nuxt/nuxt/commit/aaad9924339b4c45d7feb45ed84bac4052edfcf0"><code>aaad992</code></a> v3.10.3</li> <li><a href="https://github.com/nuxt/nuxt/commit/30695bdb48b260342750d014856e6cb75da12b37"><code>30695bd</code></a> chore(deps): update all non-major dependencies (main) (<a href="https://github.com/nuxt/nuxt/tree/HEAD/packages/nuxt/issues/25862">#25862</a>)</li> <li><a href="https://github.com/nuxt/nuxt/commit/4ca1ab7cfb4cd7157a156382fcde0250f2fb4d79"><code>4ca1ab7</code></a> fix(nuxt): set <code>to.name</code> to be undefined rather than deleting entirely</li> <li><a href="https://github.com/nuxt/nuxt/commit/ba6a4132bb0847fdf063e3b3f90b7078f81e91b4"><code>ba6a413</code></a> fix(nuxt): handle <code>undefined</code> paths in <code>resolveTrailingSlashBehavior</code></li> <li><a href="https://github.com/nuxt/nuxt/commit/3fc4231d337c9270ac87f26e5717b8afce2e1417"><code>3fc4231</code></a> chore(nuxt): use Exclude rather than Omit</li> <li><a href="https://github.com/nuxt/nuxt/commit/b5981f6840364f7279514375ee2622d096d07f69"><code>b5981f6</code></a> fix(nuxt): add missing type for <code>head</code> in <code>defineNuxtComponent</code> (<a href="https://github.com/nuxt/nuxt/tree/HEAD/packages/nuxt/issues/25410">#25410</a>)</li> <li><a href="https://github.com/nuxt/nuxt/commit/0152cf48eb00cc7848c5e78cce46da56961a83b3"><code>0152cf4</code></a> fix(nuxt): use <code>setTimeout</code> before scrolling when navigating (<a href="https://github.com/nuxt/nuxt/tree/HEAD/packages/nuxt/issues/25817">#25817</a>)</li> <li><a href="https://github.com/nuxt/nuxt/commit/b2729911b1935795697025fd33bf728bc54d6a08"><code>b272991</code></a> fix(nuxt): mark internal island components with <code>@__PURE__</code> (<a href="https://github.com/nuxt/nuxt/tree/HEAD/packages/nuxt/issues/25842">#25842</a>)</li> <li><a href="https://github.com/nuxt/nuxt/commit/f2d891cae9cf7bccc244a0b0350c24f576c2599e"><code>f2d891c</code></a> fix(nuxt): pass <code>external</code> to <code>navigate</code> in custom <code>\&lt;NuxtLink&gt;</code> (<a href="https://github.com/nuxt/nuxt/tree/HEAD/packages/nuxt/issues/25887">#25887</a>)</li> <li><a href="https://github.com/nuxt/nuxt/commit/ec5d254f417d04e92acd0a716c662637e178f6a6"><code>ec5d254</code></a> chore(deps): update vitest to v1.3.1 (main) (<a href="https://github.com/nuxt/nuxt/tree/HEAD/packages/nuxt/issues/25881">#25881</a>)</li> <li>Additional commits viewable in <a href="https://github.com/nuxt/nuxt/commits/v3.10.3/packages/nuxt">compare view</a></li> </ul> </details> <br /> --- <details> <summary>Dependabot commands</summary> <br /> You can trigger Dependabot actions by commenting on this MR - `$dependabot recreate` will recreate this MR rewriting all the manual changes and resolving conflicts </details>
argoyle (Migrated from gitlab.com) merged commit into main 2024-02-23 06:23:59 +00:00
Sign in to join this conversation.