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

   Bumps [tar](https://github.com/isaacs/node-tar) to 7.5.5 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.5
   <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>
   </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 &lt;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>
   <h2>6.2</h2>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/isaacs/node-tar/commit/26ab90474e642cf00d84a05bcdc2eaf2a19f1581";><code>26ab904</code></a>
 7.5.5</li>
   <li><a 
href="https://github.com/isaacs/node-tar/commit/e9a1ddb821b29ddee75b9470dd511066148c8070";><code>e9a1ddb</code></a>
 fix: do not prevent valid linkpaths within archive</li>
   <li><a 
href="https://github.com/isaacs/node-tar/commit/911c886bb170a6ee3db05fd3709221752213ec8a";><code>911c886</code></a>
 7.5.4</li>
   <li><a 
href="https://github.com/isaacs/node-tar/commit/3b1abfae650056edfabcbe0a0df5954d390521e6";><code>3b1abfa</code></a>
 normalize out unicode ligatures</li>
   <li><a 
href="https://github.com/isaacs/node-tar/commit/a43478c5c51a71ec996cea62ff824eb9dc9dd17c";><code>a43478c</code></a>
 remove some unused files</li>
   <li><a 
href="https://github.com/isaacs/node-tar/commit/970c58f6d3d0c932081f8b40218f612db2fabb5a";><code>970c58f</code></a>
 update deps</li>
   <li><a 
href="https://github.com/isaacs/node-tar/commit/bb219748945d63f29de7ab0e9a990e422c166c37";><code>bb21974</code></a>
 update changelog</li>
   <li><a 
href="https://github.com/isaacs/node-tar/commit/03138441b238f48070fb22824b2529c445bc70c7";><code>0313844</code></a>
 7.5.3</li>
   <li><a 
href="https://github.com/isaacs/node-tar/commit/340eb285b6d986e91969a1170d7fe9b0face405e";><code>340eb28</code></a>
 fix: sanitize absolute linkpaths properly</li>
   <li><a 
href="https://github.com/isaacs/node-tar/commit/8bb83f7e5154fad0302c8329f4b7472ef139f86b";><code>8bb83f7</code></a>
 update deps</li>
   <li>Additional commits viewable in <a 
href="https://github.com/isaacs/node-tar/compare/v6.2.1...v7.5.5";>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>
   <br />
   
   Updates `nuxt` from 2.15.8 to 4.2.2
   <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.2.2</h2>
   <blockquote>
   <p>4.2.2 is the next patch release.</p>
   </blockquote>
   <h2>✅ Upgrading</h2>
   <p>Our recommendation for upgrading is to run:</p>
   <pre lang="sh"><code>npx nuxt upgrade --dedupe
   </code></pre>
   <p>This will deduplicate your lockfile as well, and help ensure 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/v4.2.1...v4.2.2";>compare 
changes</a></p>
   <h3>🩹 Fixes</h3>
   <ul>
   <li><strong>nitro:</strong> Do not show pretty error handler when testing 
(<a href="https://github.com/nuxt/nuxt/commit/243261edb";>243261edb</a>)</li>
   <li><strong>nuxt:</strong> Generate valid references for component 
declaration items (<a 
href="https://redirect.github.com/nuxt/nuxt/pull/33388";>#33388</a>)</li>
   <li><strong>nuxt:</strong> Sync internal route before calling 
<code>page:finish</code> hook (<a 
href="https://redirect.github.com/nuxt/nuxt/pull/33707";>#33707</a>)</li>
   <li><strong>kit:</strong> Add TypeScript path alias support for test files 
(<a href="https://redirect.github.com/nuxt/nuxt/pull/33672";>#33672</a>)</li>
   <li><strong>nitro:</strong> Ensure html is a string before injecting error 
handler (<a 
href="https://github.com/nuxt/nuxt/commit/f70b70c97";>f70b70c97</a>)</li>
   <li><strong>nitro:</strong> Include layer server directories in 
<code>tsconfig.server.json</code> (<a 
href="https://redirect.github.com/nuxt/nuxt/pull/33510";>#33510</a>)</li>
   <li><strong>nuxt:</strong> Ensure deduped async data executions return 
latest promise (<a 
href="https://redirect.github.com/nuxt/nuxt/pull/33740";>#33740</a>)</li>
   <li><strong>kit,nuxt:</strong> Type + respect 
<code>moduleDependencies</code> by meta name (<a 
href="https://redirect.github.com/nuxt/nuxt/pull/33774";>#33774</a>)</li>
   <li><strong>nuxt,schema:</strong> Ignore <code>.d.vue.ts</code> declarations 
(<a href="https://github.com/nuxt/nuxt/commit/1c73525a2";>1c73525a2</a>)</li>
   <li><strong>kit,nuxt:</strong> Protect against resolved nuxt module subpath 
(<a href="https://redirect.github.com/nuxt/nuxt/pull/33767";>#33767</a>)</li>
   <li><strong>nuxt:</strong> Re-execute <code>callOnce</code> during HMR (<a 
href="https://redirect.github.com/nuxt/nuxt/pull/33810";>#33810</a>)</li>
   <li><strong>nuxt:</strong> Resolve watch callback after reactive key change 
in <code>useAsyncData</code> (<a 
href="https://redirect.github.com/nuxt/nuxt/pull/33802";>#33802</a>)</li>
   <li><strong>nuxt:</strong> Escape HTML in development error page stack trace 
(<a href="https://redirect.github.com/nuxt/nuxt/pull/33820";>#33820</a>)</li>
   <li><strong>kit:</strong> Do not add resolved <code>rootDir</code> to cached 
layer config (<a 
href="https://redirect.github.com/nuxt/nuxt/pull/33779";>#33779</a>)</li>
   <li><strong>kit,schema:</strong> Add <code>moduleDependencies</code> -&gt; 
<code>installModule</code> (<a 
href="https://redirect.github.com/nuxt/nuxt/pull/33689";>#33689</a>)</li>
   </ul>
   <h3>💅 Refactors</h3>
   <ul>
   <li><strong>nuxt:</strong> Improve type safety within <code>callOnce</code> 
function (<a 
href="https://redirect.github.com/nuxt/nuxt/pull/33825";>#33825</a>)</li>
   </ul>
   <h3>📖 Documentation</h3>
   <ul>
   <li>Split directory structure and re-order guides (v4) (<a 
href="https://redirect.github.com/nuxt/nuxt/pull/33691";>#33691</a>)</li>
   <li>Add hints release (<a 
href="https://redirect.github.com/nuxt/nuxt/pull/33701";>#33701</a>)</li>
   <li>Fix link to vitest globals config (<a 
href="https://redirect.github.com/nuxt/nuxt/pull/33702";>#33702</a>)</li>
   <li>Add mcp server and llms.txt (<a 
href="https://redirect.github.com/nuxt/nuxt/pull/33371";>#33371</a>)</li>
   <li>Fix 404 link (<a 
href="https://github.com/nuxt/nuxt/commit/98c2f1397";>98c2f1397</a>)</li>
   <li>Text consistency (<a 
href="https://redirect.github.com/nuxt/nuxt/pull/33709";>#33709</a>)</li>
   <li>Type <code>error</code> as non-optional prop (<a 
href="https://redirect.github.com/nuxt/nuxt/pull/33763";>#33763</a>)</li>
   <li>Reformat tables (<a 
href="https://redirect.github.com/nuxt/nuxt/pull/33813";>#33813</a>)</li>
   </ul>
   <h3>🏡 Chore</h3>
   <ul>
   <li>Update pnpm to 10.21 and enable trust policy (<a 
href="https://github.com/nuxt/nuxt/commit/d2c9711c0";>d2c9711c0</a>)</li>
   <li>Revert pnpm trust policy and restore provenance action (<a 
href="https://github.com/nuxt/nuxt/commit/f9d0e0a3d";>f9d0e0a3d</a>)</li>
   <li>Update markdownlint config to ignore mdc issues (<a 
href="https://github.com/nuxt/nuxt/commit/e7fff7132";>e7fff7132</a>)</li>
   <li>Pin to single version of unstorage (<a 
href="https://github.com/nuxt/nuxt/commit/ec316eae8";>ec316eae8</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/185ae0f6da6cac51c1dcc010b8ca1ae7d5fee518";><code>185ae0f</code></a>
 v4.2.2</li>
   <li><a 
href="https://github.com/nuxt/nuxt/commit/4e19c37ccebd3723639c89c59610f8ee46dd33e0";><code>4e19c37</code></a>
 chore(deps): update all non-major dependencies (main) (<a 
href="https://github.com/nuxt/nuxt/tree/HEAD/packages/nuxt/issues/33793";>#33793</a>)</li>
   <li><a 
href="https://github.com/nuxt/nuxt/commit/9728d9e27415552da0c56093cb5f6300edd5c695";><code>9728d9e</code></a>
 fix(nuxt): escape HTML in development error page stack trace (<a 
href="https://github.com/nuxt/nuxt/tree/HEAD/packages/nuxt/issues/33820";>#33820</a>)</li>
   <li><a 
href="https://github.com/nuxt/nuxt/commit/56773be354708af4902c0cad4234cff1b1ff0663";><code>56773be</code></a>
 fix(nuxt): resolve watch callback after reactive key change in 
<code>useAsyncData</code>...</li>
   <li><a 
href="https://github.com/nuxt/nuxt/commit/16c51935a311570aa1d2e472d377267296e84c33";><code>16c5193</code></a>
 refactor(nuxt): improve type safety within <code>callOnce</code> function (<a 
href="https://github.com/nuxt/nuxt/tree/HEAD/packages/nuxt/issues/33825";>#33825</a>)</li>
   <li><a 
href="https://github.com/nuxt/nuxt/commit/2a9122195823403381294ff49019e53fb4d47662";><code>2a91221</code></a>
 fix(nuxt): re-execute <code>callOnce</code> during HMR (<a 
href="https://github.com/nuxt/nuxt/tree/HEAD/packages/nuxt/issues/33810";>#33810</a>)</li>
   <li><a 
href="https://github.com/nuxt/nuxt/commit/9a62708b2abc1c8e05f5d36ce4149aca2ace1a05";><code>9a62708</code></a>
 chore(deps): update devdependency chokidar to v5 (main) (<a 
href="https://github.com/nuxt/nuxt/tree/HEAD/packages/nuxt/issues/33794";>#33794</a>)</li>
   <li><a 
href="https://github.com/nuxt/nuxt/commit/81356f852b9a86e64228981c89818296b55c1925";><code>81356f8</code></a>
 fix(kit,nuxt): protect against resolved nuxt module subpath (<a 
href="https://github.com/nuxt/nuxt/tree/HEAD/packages/nuxt/issues/33767";>#33767</a>)</li>
   <li><a 
href="https://github.com/nuxt/nuxt/commit/1c73525a2f45a5cc872af0068b0d9664e4e6dc4f";><code>1c73525</code></a>
 fix(nuxt,schema): ignore <code>.d.vue.ts</code> declarations</li>
   <li><a 
href="https://github.com/nuxt/nuxt/commit/cdce631a1115308c2e0f6cf5100d8ff792951392";><code>cdce631</code></a>
 fix(kit,nuxt): type + respect <code>moduleDependencies</code> by meta name (<a 
href="https://github.com/nuxt/nuxt/tree/HEAD/packages/nuxt/issues/33774";>#33774</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/nuxt/nuxt/commits/v4.2.2/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 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 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]

Reply via email to