dependabot[bot] opened a new pull request, #185: URL: https://github.com/apache/echarts-handbook/pull/185
Bumps [tar](https://github.com/isaacs/node-tar) to 7.5.20 and updates ancestor dependency [nuxt](https://github.com/nuxt/nuxt/tree/HEAD/packages/nuxt). These dependencies need to be updated together. Updates `tar` from 6.2.1 to 7.5.20 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md">tar's changelog</a>.</em></p> <blockquote> <h1>Changelog</h1> <h2>7.5</h2> <ul> <li>Added <code>zstd</code> compression support.</li> <li>Consistent TOCTOU behavior in sync t.list</li> <li>Only read from ustar block if not specified in Pax</li> <li>Fix sync tar.list when file size reduces while reading</li> <li>Sanitize absolute linkpaths properly</li> <li>Prevent writing hardlink entries to the archive ahead of their file target</li> </ul> <h2>7.4</h2> <ul> <li>Deprecate <code>onentry</code> in favor of <code>onReadEntry</code> for clarity.</li> </ul> <h2>7.3</h2> <ul> <li>Add <code>onWriteEntry</code> option</li> </ul> <h2>7.2</h2> <ul> <li>DRY the command definitions into a single <code>makeCommand</code> method, and update the type signatures to more appropriately infer the return type from the options and arguments provided.</li> </ul> <h2>7.1</h2> <ul> <li>Update minipass to v7.1.0</li> <li>Update the type definitions of <code>write()</code> and <code>end()</code> methods on <code>Unpack</code> and <code>Parser</code> classes to be compatible with the NodeJS.WritableStream type in the latest versions of <code>@types/node</code>.</li> </ul> <h2>7.0</h2> <ul> <li>Drop support for node <18</li> <li>Rewrite in TypeScript, provide ESM and CommonJS hybrid interface</li> <li>Add tree-shake friendly exports, like <code>import('tar/create')</code> and <code>import('tar/read-entry')</code> to get individual functions or classes.</li> <li>Add <code>chmod</code> option that defaults to false, and deprecate <code>noChmod</code>. That is, reverse the default option regarding explicitly setting file system modes to match tar entry settings.</li> <li>Add <code>processUmask</code> option to avoid having to call <code>process.umask()</code> when <code>chmod: true</code> (or <code>noChmod: false</code>) is set.</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/isaacs/node-tar/commit/ebbb72094159d003f428dcd1cb28255d37ea4873"><code>ebbb720</code></a> 7.5.20</li> <li><a href="https://github.com/isaacs/node-tar/commit/2f271963a7fe5a5960aee5dd6adf9647a1e266fd"><code>2f27196</code></a> fix: fully disable and dispose of unzip when aborting parser</li> <li><a href="https://github.com/isaacs/node-tar/commit/be440da64e9fe80c68c755d8147328ea1cc2a9ad"><code>be440da</code></a> 7.5.19</li> <li><a href="https://github.com/isaacs/node-tar/commit/2812e9338665659b183aa7226518c307044957d3"><code>2812e93</code></a> add maxDecompressionRatio guard against explosive decompression</li> <li><a href="https://github.com/isaacs/node-tar/commit/9ecd4d2956fd915507eca018ddc1fea727fbba93"><code>9ecd4d2</code></a> 7.5.18</li> <li><a href="https://github.com/isaacs/node-tar/commit/9e78bf058b2c22dd4d52e00d8922d5c06fc2f7b5"><code>9e78bf0</code></a> refuse to let header size be less than 0</li> <li><a href="https://github.com/isaacs/node-tar/commit/e02a4e9e013c4be95302e2eb2047a942b883c27b"><code>e02a4e9</code></a> pax: parse values according to known types</li> <li><a href="https://github.com/isaacs/node-tar/commit/9cbdb31e5e8dbcb97a642e0f91e2d1e342585946"><code>9cbdb31</code></a> 7.5.17</li> <li><a href="https://github.com/isaacs/node-tar/commit/7a635c29f5edbf083557374d43984273ecfed5b3"><code>7a635c2</code></a> terminate pax strings on nul bytes</li> <li><a href="https://github.com/isaacs/node-tar/commit/cf213384ac558b539c07c830ed7cca5ffc9e8550"><code>cf21338</code></a> 7.5.16</li> <li>Additional commits viewable in <a href="https://github.com/isaacs/node-tar/compare/v6.2.1...v7.5.20">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/~isaacs">isaacs</a>, a new releaser for tar since your current version.</p> </details> <details> <summary>Install script changes</summary> <p>This version adds <code>prepare</code> script that runs during installation. Review the package contents before updating.</p> </details> <br /> Updates `nuxt` from 2.15.8 to 4.5.0 <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>v4.5.0</h2> <blockquote> <p>4.5.0 is the next minor release.</p> </blockquote> <h2>📣 Some News</h2> <h4>Preparing for Nuxt 5</h4> <p>A good chunk of this release is (hopefully) invisible plumbing for Nuxt 5. We've moved onto the latest major versions of several core dependencies (<code>unhead</code> v3, <code>unctx</code> v3, and Vite 8), switched the framework's own build over to <a href="https://redirect.github.com/nuxt/nuxt/pull/35179"><code>tsdown</code></a>, and introduced a stable <code>nuxt/*</code> build output contract with dev exports so that type-checking in the Nuxt monorepo works without a build step (<a href="https://github.com/nuxt/nuxt/tree/HEAD/packages/nuxt/issues/35463">#35463</a>, <a href="https://github.com/nuxt/nuxt/tree/HEAD/packages/nuxt/issues/35605">#35605</a>).</p> <p>Much of this is working to shrink the gap between v4 and v5 internally, so that the migration will be as boring as possible.</p> <blockquote> <p>[!TIP] If you want to test some of the breaking changes of Nuxt v5, you can already opt in with <code>future.compatibilityVersion: 5</code>. Keep an eye on the <a href="https://nuxt.com/docs/getting-started/upgrade">Upgrade Guide</a> for details as they land.</p> </blockquote> <p>With the release of Nuxt v4.5, our focus as a team will turn to stabilising Nuxt v5 and creating compatibility utilities to make the upgrade as smooth as possible.</p> <h4>Nuxt 3 End-of-Life</h4> <p>Nuxt 3 reaches end-of-life on <strong>July 31, 2026</strong>, so this is one of the last few 3.x releases we'll ship. If you're still on v3, now is a great time to move across. Most people told us the v3 to v4 upgrade was smooth, and we've kept the <a href="https://nuxt.com/docs/getting-started/upgrade">upgrade guide</a> up to date.</p> <p>Alongside v4.5.0 we're publishing a maintenance patch for the 3.x line (<strong>v3.21.9</strong>) with the compatible bug fixes and smaller improvements from this release backported. The headline items here (Vite 8, Rspack 2, <code>unhead</code> v3, <code>unctx</code> v3) are major upgrades and stay v4-only, so 3.x remains stable as it approaches end-of-life.</p> <h2>👀 Highlights</h2> <p>Nuxt 4.5 is a big one. This release ships three major upgrades to the build layer (Vite 8, Rspack 2, and a brand new Rsbuild-powered pipeline for the Rspack builder), an experimental SSR streaming mode, a handful of new composables and conventions, and a lot of groundwork that brings us closer to Nuxt 5.</p> <p>There's a lot here, so grab a coffee. ☕️</p> <h3>⚡️ Vite 8</h3> <p>Nuxt now runs on <a href="https://vite.dev">Vite 8</a> (<a href="https://github.com/nuxt/nuxt/tree/HEAD/packages/nuxt/issues/34256">#34256</a>). This brings faster cold starts, the latest Rolldown-powered internals, and many upstream improvements from the Vite team.</p> <p>For most apps this is a transparent upgrade. If you have custom Vite plugins or config, it's worth skimming the <a href="https://vite.dev/guide/migration">Vite migration guide</a> to check for anything that affects you.</p> <blockquote> <p>[!WARNING] Vite 8 is a major version bump. If you depend on Vite directly (custom plugins, <code>vite.config</code> tweaks, or ecosystem plugins that pin a Vite version), make sure those are compatible before upgrading in production.</p> </blockquote> <h3>🦀 Rspack 2 and Rsbuild</h3> <p>If you use the Rspack builder, this release is a substantial upgrade. We've moved to <a href="https://www.rspack.dev/blog/announcing-2-0">Rspack 2</a> (<a href="https://github.com/nuxt/nuxt/tree/HEAD/packages/nuxt/issues/34929">#34929</a>), which is faster and lighter, and rebuilt the builder on top of <a href="https://rsbuild.dev"><code>@rsbuild/core</code></a> (<a href="https://github.com/nuxt/nuxt/tree/HEAD/packages/nuxt/issues/35489">#35489</a>).</p> <p>The public surface stays the same. You still opt in with <code>builder: 'rspack'</code> and the existing <code>rspack:*</code> hooks continue to work:</p> <pre lang="ts"><code>// nuxt.config.ts export default defineNuxtConfig({ builder: 'rspack', }) </code></pre> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nuxt/nuxt/commit/57614578c0102c16b69b64f1dac186c732856e90"><code>5761457</code></a> v4.5.0</li> <li><a href="https://github.com/nuxt/nuxt/commit/b5f9830372891340f673725ef017661a9b3c6581"><code>b5f9830</code></a> feat(nuxt): warn when parent page lacks NuxtPage (<a href="https://github.com/nuxt/nuxt/tree/HEAD/packages/nuxt/issues/35639">#35639</a>)</li> <li><a href="https://github.com/nuxt/nuxt/commit/76cb01db6a49f76bd94d6b090d7cb2393a9cf4e1"><code>76cb01d</code></a> fix(nuxt): update client URL to match SSR on fatal middleware error (<a href="https://github.com/nuxt/nuxt/tree/HEAD/packages/nuxt/issues/35637">#35637</a>)</li> <li><a href="https://github.com/nuxt/nuxt/commit/6d94a14432f535892b7c3dd62e5b618a602a20fc"><code>6d94a14</code></a> fix(nuxt): apply latest navigation on concurrent <code>navigateTo</code> in built-in rou...</li> <li><a href="https://github.com/nuxt/nuxt/commit/d56662647278bf6863fbb597ef799abfe2bcd438"><code>d566626</code></a> feat(nuxt): require keyed function 'source' with compatibilityVersion 5</li> <li><a href="https://github.com/nuxt/nuxt/commit/c699cc0deafb4c2b96fe6aa65ac15dc0f92874d9"><code>c699cc0</code></a> fix(nuxt): drop extension on diagnostics import</li> <li><a href="https://github.com/nuxt/nuxt/commit/881e5efac23529a2e4f02b901a848d6d385ffefe"><code>881e5ef</code></a> feat: error code system (<a href="https://github.com/nuxt/nuxt/tree/HEAD/packages/nuxt/issues/35429">#35429</a>)</li> <li><a href="https://github.com/nuxt/nuxt/commit/379c22f2e4e29bfcb221a4cf5480416eca5e7a75"><code>379c22f</code></a> feat(nuxt): support <code>enabled</code> option in <code>useFetch</code> (<a href="https://github.com/nuxt/nuxt/tree/HEAD/packages/nuxt/issues/35627">#35627</a>)</li> <li><a href="https://github.com/nuxt/nuxt/commit/353164bb5844303f7ef1268b5704870b108bea8e"><code>353164b</code></a> fix(nuxt): re-add computeIslandHash for backwards compatibility</li> <li><a href="https://github.com/nuxt/nuxt/commit/881d5c40ff703636116433ac9df20190caa61edd"><code>881d5c4</code></a> docs: clarify usage of await with useFetch (<a href="https://github.com/nuxt/nuxt/tree/HEAD/packages/nuxt/issues/33745">#33745</a>)</li> <li>Additional commits viewable in <a href="https://github.com/nuxt/nuxt/commits/v4.5.0/packages/nuxt">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/~GitHub%20Actions">GitHub Actions</a>, a new releaser for nuxt since your current version.</p> </details> <br /> 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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
