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

   Bumps [tar](https://github.com/isaacs/node-tar) to 7.5.16 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.16
   <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 &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>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/isaacs/node-tar/commit/cf213384ac558b539c07c830ed7cca5ffc9e8550";><code>cf21338</code></a>
 7.5.16</li>
   <li><a 
href="https://github.com/isaacs/node-tar/commit/21a822027658c8063542be330530bbecdf0dbbfe";><code>21a8220</code></a>
 do not apply PAX header fields to meta entries</li>
   <li><a 
href="https://github.com/isaacs/node-tar/commit/52632cf38fdbdbbc7ab86184d68a85b11fdb0970";><code>52632cf</code></a>
 update project deps</li>
   <li><a 
href="https://github.com/isaacs/node-tar/commit/302f51ff3f8eefeccc06be4caf7d0de9b7c321d7";><code>302f51f</code></a>
 fix inconsequential typo in PENDINGLINKS symbol name</li>
   <li><a 
href="https://github.com/isaacs/node-tar/commit/55dbb99b27640bb12b2ac059b26883c23523b3e3";><code>55dbb99</code></a>
 remove some uses of mutate-fs</li>
   <li><a 
href="https://github.com/isaacs/node-tar/commit/87cc309f13c21d598b0b833235d387a252455058";><code>87cc309</code></a>
 7.5.15</li>
   <li><a 
href="https://github.com/isaacs/node-tar/commit/7aef486f0d21c10fd7790b16b1b28f04648cf334";><code>7aef486</code></a>
 fix: regression in pending links detection</li>
   <li><a 
href="https://github.com/isaacs/node-tar/commit/6244eb33846bbd407443f5d0e339bd8c91663cd6";><code>6244eb3</code></a>
 7.5.14</li>
   <li><a 
href="https://github.com/isaacs/node-tar/commit/9704d8c6f639573775133cbbd541aba83cb46c9c";><code>9704d8c</code></a>
 stricter protection against hardlinks preempting their targets</li>
   <li><a 
href="https://github.com/isaacs/node-tar/commit/700734f9aeb113bcc5f1400d81b8be7d499e54a2";><code>700734f</code></a>
 update workflows and deps</li>
   <li>Additional commits viewable in <a 
href="https://github.com/isaacs/node-tar/compare/v6.2.1...v7.5.16";>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.4.8
   <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.4.8</h2>
   <blockquote>
   <p>4.4.8 is a hotfix release to address an issue running the dev server on 
MacOS.</p>
   </blockquote>
   <h2>👉 Changelog</h2>
   <p><a href="https://github.com/nuxt/nuxt/compare/v4.4.7...v4.4.8";>compare 
changes</a></p>
   <h3>🩹 Fixes</h3>
   <ul>
   <li><strong>vite:</strong> Shorter socket name for macOs with tmp fallback 
(<a href="https://redirect.github.com/nuxt/nuxt/pull/35265";>#35265</a>)</li>
   <li><strong>kit:</strong> Respect <code>type</code> option in 
<code>findPath</code> (<a 
href="https://redirect.github.com/nuxt/nuxt/pull/35272";>#35272</a>)</li>
   <li><strong>deps:</strong> Update nuxt/scripts presets (<a 
href="https://github.com/nuxt/nuxt/commit/905621594";>905621594</a>)</li>
   <li><strong>nuxt:</strong> Revert unhead dependency back to v2 (<a 
href="https://github.com/nuxt/nuxt/commit/e6d578fea";>e6d578fea</a>)</li>
   </ul>
   <h3>đź“– Documentation</h3>
   <ul>
   <li>Fix many typos (<a 
href="https://redirect.github.com/nuxt/nuxt/pull/35266";>#35266</a>)</li>
   <li>Explain static fallback pages (<a 
href="https://redirect.github.com/nuxt/nuxt/pull/35277";>#35277</a>)</li>
   <li>Change <code>null</code> to <code>undefined</code> in data-fetching docs 
to match actual types (<a 
href="https://redirect.github.com/nuxt/nuxt/pull/35301";>#35301</a>)</li>
   <li>Fix broken internal links, useAsyncData watch type, and NuxtError type 
(<a href="https://redirect.github.com/nuxt/nuxt/pull/35303";>#35303</a>)</li>
   </ul>
   <h3>❤️ Contributors</h3>
   <ul>
   <li>Daniel Roe (<a 
href="https://github.com/danielroe";><code>@​danielroe</code></a>)</li>
   <li>Ali Mahmmoud (<a 
href="https://github.com/AliMahmoudDev";><code>@​AliMahmoudDev</code></a>)</li>
   <li>Quentin Macq (<a 
href="https://github.com/quentinmcq";><code>@​quentinmcq</code></a>)</li>
   <li>Pranav Rajeshirke (<a 
href="https://github.com/Pranav188";><code>@​Pranav188</code></a>)</li>
   <li>Eduardo San Martin Morote (<a 
href="https://github.com/posva";><code>@​posva</code></a>)</li>
   </ul>
   <h2>v4.4.7</h2>
   <blockquote>
   <p>4.4.7 is a security hotfix release.</p>
   </blockquote>
   <p>👉 make sure to check <a 
href="https://github.com/nuxt/nuxt/security/advisories";>https://github.com/nuxt/nuxt/security/advisories</a>
 to view open advisories resolved by this release.</p>
   <h2>👉 Changelog</h2>
   <p><a href="https://github.com/nuxt/nuxt/compare/v4.4.6...v4.4.7";>compare 
changes</a></p>
   <h3>🩹 Fixes</h3>
   <ul>
   <li><strong>nitro:</strong> Assign <code>noSSR</code> before deciding 
payload extraction (<a 
href="https://redirect.github.com/nuxt/nuxt/pull/35108";>#35108</a>)</li>
   <li><strong>vite:</strong> Avoid filtering out dirs with shared prefix from 
<code>allowDirs</code> (<a 
href="https://redirect.github.com/nuxt/nuxt/pull/35112";>#35112</a>)</li>
   <li><strong>nuxt:</strong> Use resolve from <code>pathe</code> for 
buildCache path boundary check (<a 
href="https://redirect.github.com/nuxt/nuxt/pull/35111";>#35111</a>)</li>
   <li><strong>nuxt:</strong> Prevent sibling-directory traversal in test 
component wrapper (<a 
href="https://redirect.github.com/nuxt/nuxt/pull/35110";>#35110</a>)</li>
   <li><strong>nitro:</strong> Pass event data to <code>isValid</code> in dev 
clipboard-copy listener (<a 
href="https://redirect.github.com/nuxt/nuxt/pull/35109";>#35109</a>)</li>
   <li><strong>nuxt:</strong> Validate protocols in <code>reloadNuxtApp</code> 
path before reload (<a 
href="https://redirect.github.com/nuxt/nuxt/pull/35115";>#35115</a>)</li>
   <li><strong>vite:</strong> Prefix public asset virtuals with null byte (<a 
href="https://github.com/nuxt/nuxt/commit/9e303b438";>9e303b438</a>)</li>
   <li><strong>nuxt:</strong> Re-run <code>getCachedData</code> after initial 
fetch (<a 
href="https://redirect.github.com/nuxt/nuxt/pull/35122";>#35122</a>)</li>
   <li><strong>nuxt:</strong> Propagate 
<code>useFetch</code>/<code>useAsyncData</code> factory types (<a 
href="https://redirect.github.com/nuxt/nuxt/pull/35133";>#35133</a>)</li>
   <li><strong>vite:</strong> Close vite dev server on nuxt close (<a 
href="https://github.com/nuxt/nuxt/commit/a10a68abc";>a10a68abc</a>)</li>
   <li><strong>kit,nuxt:</strong> Handle cancelling prompts to install packages 
(<a href="https://github.com/nuxt/nuxt/commit/e84813229";>e84813229</a>)</li>
   <li><strong>kit:</strong> Avoid excluding node-context files in legacy 
tsconfig (<a 
href="https://redirect.github.com/nuxt/nuxt/pull/35152";>#35152</a>)</li>
   <li><strong>nuxt:</strong> Handle missing payload in chunkError listener (<a 
href="https://redirect.github.com/nuxt/nuxt/pull/35155";>#35155</a>)</li>
   <li><strong>nuxt:</strong> Await in-lifght template generation when closing 
nuxt (<a 
href="https://redirect.github.com/nuxt/nuxt/pull/35181";>#35181</a>)</li>
   <li><strong>nuxt:</strong> Clarify page and layout usage warnings (<a 
href="https://redirect.github.com/nuxt/nuxt/pull/35184";>#35184</a>)</li>
   <li><strong>webpack:</strong> Surface compilation errors when stats.toString 
is empty (<a 
href="https://github.com/nuxt/nuxt/commit/073b07851";>073b07851</a>)</li>
   <li><strong>nuxt:</strong> Reject prototype-chain keys in the island 
registry (<a 
href="https://redirect.github.com/nuxt/nuxt/pull/35205";>#35205</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/2bfc2c87a6f3bb9b17b4b6a2e9c117ef06b278d4";><code>2bfc2c8</code></a>
 v4.4.8</li>
   <li><a 
href="https://github.com/nuxt/nuxt/commit/e6d578feafa946c2781f5140adb3b03e9b23aade";><code>e6d578f</code></a>
 fix(nuxt): revert unhead dependency back to v2</li>
   <li><a 
href="https://github.com/nuxt/nuxt/commit/9056215943417f77a12967fb8f2efe83aa4d7aad";><code>9056215</code></a>
 fix(deps): update nuxt/scripts presets</li>
   <li><a 
href="https://github.com/nuxt/nuxt/commit/b7d57903b947e788fadfcfdf88be7951943731bf";><code>b7d5790</code></a>
 v4.4.7</li>
   <li><a 
href="https://github.com/nuxt/nuxt/commit/dbc58965ca7ffa21d7cc4207a4c40a62e0762f4a";><code>dbc5896</code></a>
 chore: lint</li>
   <li><a 
href="https://github.com/nuxt/nuxt/commit/e447a793c47766834f7497f8412a76cd56fd8ee1";><code>e447a79</code></a>
 fix(nuxt): reject cross-origin paths in <code>reloadNuxtApp</code></li>
   <li><a 
href="https://github.com/nuxt/nuxt/commit/d72a89ef451965a8a1abb58d3bd6eab4865631a0";><code>d72a89e</code></a>
 refactor(nuxt): replace <code>runInNewContext</code> with AST walker</li>
   <li><a 
href="https://github.com/nuxt/nuxt/commit/2cce6fb02e621196d56df92e05594e07469b5a6d";><code>2cce6fb</code></a>
 fix(nuxt): block path-normalization open redirect in 
<code>navigateTo</code></li>
   <li><a 
href="https://github.com/nuxt/nuxt/commit/0103ce06fbbbdfa079a7f020ef8ce00121eac4a3";><code>0103ce0</code></a>
 fix(nuxt): reject script-capable protocols in <code>\&lt;NuxtLink&gt;</code> 
href</li>
   <li><a 
href="https://github.com/nuxt/nuxt/commit/07e39cd6f26e407b4192b7865bd17bc44536b9bb";><code>07e39cd</code></a>
 fix(nuxt): match route rules case-insensitively to mirror 
<code>vue-router</code></li>
   <li>Additional commits viewable in <a 
href="https://github.com/nuxt/nuxt/commits/v4.4.8/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]

Reply via email to