dependabot[bot] opened a new pull request, #161: URL: https://github.com/apache/echarts-handbook/pull/161
Bumps [tar](https://github.com/isaacs/node-tar) to 7.5.10 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.10 <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/2b72abc1d47c3570e1ad95c9ab557fc4c2e6e4b1"><code>2b72abc</code></a> 7.5.10</li> <li><a href="https://github.com/isaacs/node-tar/commit/7bc755dd85e623c0279e08eb3784909e6d7e4b9f"><code>7bc755d</code></a> parse root off paths before sanitizing .. parts</li> <li><a href="https://github.com/isaacs/node-tar/commit/c8cb84629dee649feedde03f2f4ea48f2e44e778"><code>c8cb846</code></a> update deps</li> <li><a href="https://github.com/isaacs/node-tar/commit/1f0c2c9006b10199cf2686f8ef43e79a1773e1aa"><code>1f0c2c9</code></a> 7.5.9</li> <li><a href="https://github.com/isaacs/node-tar/commit/fbb08518bf290733b68ca4d4135f75becf73fd75"><code>fbb0851</code></a> build minified version as default export</li> <li><a href="https://github.com/isaacs/node-tar/commit/6b8eba0ef367ac937e703238daa6df94ae6f823f"><code>6b8eba0</code></a> 7.5.8</li> <li><a href="https://github.com/isaacs/node-tar/commit/2cb1120bcefe28d7ecc719b41441ade59c52e384"><code>2cb1120</code></a> fix(unpack): improve UnpackSync symlink error "into" path accuracy</li> <li><a href="https://github.com/isaacs/node-tar/commit/d18e4e1f846f4ddddc153b0f536a19c050e7499f"><code>d18e4e1</code></a> fix: do not write linkpaths through symlinks</li> <li><a href="https://github.com/isaacs/node-tar/commit/4a37eb9a1cf1137df4eb70c5c7f849f412ff3cdb"><code>4a37eb9</code></a> 7.5.7</li> <li><a href="https://github.com/isaacs/node-tar/commit/f4a7aa9bc3d717c987fdf1480ff7a64e87ffdb46"><code>f4a7aa9</code></a> fix: properly sanitize hard links containing ..</li> <li>Additional commits viewable in <a href="https://github.com/isaacs/node-tar/compare/v6.2.1...v7.5.10">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.3.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>v4.3.1</h2> <blockquote> <p>4.3.1 is a regularly scheduled patch release.</p> </blockquote> <h2>👉 Changelog</h2> <p><a href="https://github.com/nuxt/nuxt/compare/v4.3.0...v4.3.1">compare changes</a></p> <h3>🩹 Fixes</h3> <ul> <li><strong>nuxt:</strong> Correct reference format of server builder (<a href="https://redirect.github.com/nuxt/nuxt/pull/34177">#34177</a>)</li> <li><strong>nuxt:</strong> Add status/statusText getters to NuxtError (<a href="https://redirect.github.com/nuxt/nuxt/pull/34188">#34188</a>)</li> <li><strong>nuxt:</strong> Don't inject shared types for differing auto-imports (<a href="https://redirect.github.com/nuxt/nuxt/pull/34191">#34191</a>)</li> <li><strong>schema:</strong> Add direnv and vendor to default ignore (<a href="https://redirect.github.com/nuxt/nuxt/pull/34190">#34190</a>)</li> <li><strong>nuxt:</strong> Focus hash links after navigation (<a href="https://redirect.github.com/nuxt/nuxt/pull/34193">#34193</a>)</li> <li><strong>nuxt:</strong> Exclude head runtime from unhead imports transform (<a href="https://redirect.github.com/nuxt/nuxt/pull/34195">#34195</a>)</li> <li><strong>kit:</strong> Include prereleases in semver satisfy check (<a href="https://redirect.github.com/nuxt/nuxt/pull/34210">#34210</a>)</li> <li><strong>nitro:</strong> Encode unicode paths in <code>x-nitro-prerender</code> header (<a href="https://redirect.github.com/nuxt/nuxt/pull/34202">#34202</a>)</li> <li><strong>nuxt:</strong> Watch <code>server/</code> for <code>builder:watch</code> hook (<a href="https://redirect.github.com/nuxt/nuxt/pull/34208">#34208</a>)</li> <li><strong>nitro:</strong> Preserve <code>error.message</code> for fatal errors (<a href="https://redirect.github.com/nuxt/nuxt/pull/34226">#34226</a>)</li> <li>Only enable dynamic imports when ts plugin (<a href="https://redirect.github.com/nuxt/nuxt/pull/34205">#34205</a>)</li> <li><strong>webpack:</strong> Use H3Error for 403 in dev server (<a href="https://redirect.github.com/nuxt/nuxt/pull/34233">#34233</a>)</li> <li><strong>nuxt:</strong> Ensure NuxtError extends Error type (<a href="https://redirect.github.com/nuxt/nuxt/pull/34242">#34242</a>)</li> <li><strong>vite:</strong> Use H3Error for 404 in dev server (<a href="https://redirect.github.com/nuxt/nuxt/pull/34225">#34225</a>)</li> <li><strong>nuxt:</strong> Add backwards compat for <code>#app</code> barrel export in keyed functions (<a href="https://redirect.github.com/nuxt/nuxt/pull/34199">#34199</a>)</li> <li><strong>nuxt:</strong> Track + re-add custom routes on hmr (<a href="https://redirect.github.com/nuxt/nuxt/pull/32044">#32044</a>)</li> <li><strong>nuxt:</strong> Keep vnode when leaving deeper nested route (<a href="https://redirect.github.com/nuxt/nuxt/pull/33778">#33778</a>)</li> <li><strong>vite:</strong> Prevent CSS flickering in dev mode after config changes (<a href="https://redirect.github.com/nuxt/nuxt/pull/33856">#33856</a>)</li> <li><strong>nuxt:</strong> Do not start view transition if there is no route (<a href="https://redirect.github.com/nuxt/nuxt/pull/33723">#33723</a>)</li> <li><strong>nuxt:</strong> Call deferHydration done on NuxtPage unmount (<a href="https://redirect.github.com/nuxt/nuxt/pull/34152">#34152</a>)</li> <li><strong>nuxt:</strong> Handle invalid <code>datetime in </code><!-- raw HTML omitted -->` (<a href="https://redirect.github.com/nuxt/nuxt/pull/33992">#33992</a>)</li> <li><strong>nuxt:</strong> Preserve middleware error status in 404 fallback (<a href="https://redirect.github.com/nuxt/nuxt/pull/34148">#34148</a>)</li> <li><strong>nitro:</strong> Do not augment <code>nuxt/schema</code> (<a href="https://redirect.github.com/nuxt/nuxt/pull/34255">#34255</a>)</li> <li><strong>nuxt:</strong> Cache manifest files to preserve buildId (<a href="https://redirect.github.com/nuxt/nuxt/pull/34002">#34002</a>)</li> <li><strong>nuxt:</strong> Don't decode query string in SSR context URL (<a href="https://redirect.github.com/nuxt/nuxt/pull/34252">#34252</a>)</li> <li><strong>nuxt:</strong> Allow specifying moduleDependencies by <code>meta.name</code> (<a href="https://redirect.github.com/nuxt/nuxt/pull/34263">#34263</a>)</li> <li><strong>nuxt:</strong> Resolve <code>#components</code> import mapping conflict for packages outside rootDir (<a href="https://redirect.github.com/nuxt/nuxt/pull/34139">#34139</a>)</li> <li><strong>vite,webpack:</strong> Use node.res to send 403/404 (<a href="https://redirect.github.com/nuxt/nuxt/pull/34266">#34266</a>)</li> <li><strong>nitro,nuxt:</strong> Align path encoding with vue-router (<a href="https://redirect.github.com/nuxt/nuxt/pull/34265">#34265</a>)</li> <li><strong>nitro:</strong> Augment <code>nuxt/schema</code> once more (<a href="https://github.com/nuxt/nuxt/commit/552bbd8d1">552bbd8d1</a>)</li> </ul> <h3>💅 Refactors</h3> <ul> <li><strong>nuxt:</strong> Prefer <code>genObjectKey</code> to omit unnecessary quotes (<a href="https://redirect.github.com/nuxt/nuxt/pull/34245">#34245</a>)</li> <li><strong>nuxt:</strong> Use <code>ComponentProps</code> helper to extract layout props (<a href="https://redirect.github.com/nuxt/nuxt/pull/34248">#34248</a>)</li> </ul> <h3>📖 Documentation</h3> <ul> <li>Update roadmap dates (<a href="https://redirect.github.com/nuxt/nuxt/pull/34166">#34166</a>)</li> <li>Correct default value of <code>nitroAutoImports</code> (<a href="https://redirect.github.com/nuxt/nuxt/pull/34182">#34182</a>)</li> <li>Clarify shared type context limitations for custom imports (<a href="https://redirect.github.com/nuxt/nuxt/pull/34194">#34194</a>)</li> <li>Fix broken links (<a href="https://redirect.github.com/nuxt/nuxt/pull/34223">#34223</a>)</li> <li>Document payload extraction for ISR/SWR routes (<a href="https://redirect.github.com/nuxt/nuxt/pull/34222">#34222</a>)</li> <li>Update default aliases in configuration reference (<a href="https://redirect.github.com/nuxt/nuxt/pull/34237">#34237</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/7f7baf669184f626fdb1da124cf1f3986831b550"><code>7f7baf6</code></a> v4.3.1</li> <li><a href="https://github.com/nuxt/nuxt/commit/28791b30401a32df1dc74d350e2f410e4bcf1ffe"><code>28791b3</code></a> chore(deps): update dependency <code>@​nuxt/telemetry</code> to ^2.7.0 (main) (<a href="https://github.com/nuxt/nuxt/tree/HEAD/packages/nuxt/issues/34275">#34275</a>)</li> <li><a href="https://github.com/nuxt/nuxt/commit/81a7f5ea637a34903fdf48cee5584f44b843194e"><code>81a7f5e</code></a> chore(deps): upgrade to nuxt/test-utils v4 (<a href="https://github.com/nuxt/nuxt/tree/HEAD/packages/nuxt/issues/34271">#34271</a>)</li> <li><a href="https://github.com/nuxt/nuxt/commit/9b27e48cd82ceec86524e6e78f8272df261f05cd"><code>9b27e48</code></a> chore(deps): update all non-major dependencies (main) (<a href="https://github.com/nuxt/nuxt/tree/HEAD/packages/nuxt/issues/34184">#34184</a>)</li> <li><a href="https://github.com/nuxt/nuxt/commit/cb054d439cc1ce8ad3e250948ca091b499ff37fc"><code>cb054d4</code></a> fix(nitro,nuxt): align path encoding with vue-router (<a href="https://github.com/nuxt/nuxt/tree/HEAD/packages/nuxt/issues/34265">#34265</a>)</li> <li><a href="https://github.com/nuxt/nuxt/commit/8e4f35f853cbe40237edde35ae85f715682060a6"><code>8e4f35f</code></a> fix(nuxt): resolve <code>#components</code> import mapping conflict for packages outside...</li> <li><a href="https://github.com/nuxt/nuxt/commit/fff89925a6629ac98b955a33981ee65685186823"><code>fff8992</code></a> fix(nuxt): cache manifest files to preserve buildId (<a href="https://github.com/nuxt/nuxt/tree/HEAD/packages/nuxt/issues/34002">#34002</a>)</li> <li><a href="https://github.com/nuxt/nuxt/commit/557021ddef8776e13ca9d11aac46a7f2efdf12c7"><code>557021d</code></a> fix(nuxt): preserve middleware error status in 404 fallback (<a href="https://github.com/nuxt/nuxt/tree/HEAD/packages/nuxt/issues/34148">#34148</a>)</li> <li><a href="https://github.com/nuxt/nuxt/commit/8347f85ea672794f904518ed1f2caaccb2407178"><code>8347f85</code></a> fix(nuxt): handle invalid <code>datetime in </code><NuxtTime>` (<a href="https://github.com/nuxt/nuxt/tree/HEAD/packages/nuxt/issues/33992">#33992</a>)</li> <li><a href="https://github.com/nuxt/nuxt/commit/6ef337bf30ebda6c81a9e7e3e2725f0d0f9a3ef8"><code>6ef337b</code></a> fix(nuxt): call deferHydration done on NuxtPage unmount (<a href="https://github.com/nuxt/nuxt/tree/HEAD/packages/nuxt/issues/34152">#34152</a>)</li> <li>Additional commits viewable in <a href="https://github.com/nuxt/nuxt/commits/v4.3.1/packages/nuxt">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by [GitHub Actions](<a href="https://www.npmjs.com/~GitHub">https://www.npmjs.com/~GitHub</a> Actions), 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]
