dependabot[bot] opened a new pull request, #95:
URL: https://github.com/apache/echarts-handbook/pull/95

   Bumps [nuxt](https://github.com/nuxt/nuxt) from 2.15.8 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.15.8...v3.4.3";>compare 
view</a></li>
   </ul>
   </details>
   <details>
   <summary>Maintainer changes</summary>
   <p>This version was pushed to npm by <a 
href="https://www.npmjs.com/~danielroe";>danielroe</a>, a new releaser for nuxt 
since your current version.</p>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=nuxt&package-manager=npm_and_yarn&previous-version=2.15.8&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/apache/echarts-handbook/network/alerts).
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org

Reply via email to