dependabot[bot] opened a new pull request, #18563: URL: https://github.com/apache/echarts/pull/18563
Removes [yaml](https://github.com/eemeli/yaml). It's no longer used after updating ancestor dependency [husky](https://github.com/typicode/husky). These dependencies need to be updated together. Removes `yaml` Updates `husky` from 4.3.8 to 8.0.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/typicode/husky/releases">husky's releases</a>.</em></p> <blockquote> <h2>v8.0.3</h2> <ul> <li>fix: add git not installed message <a href="https://redirect.github.com/typicode/husky/issues/1208">#1208</a></li> </ul> <h2>v8.0.2</h2> <ul> <li>docs: remove deprecated npm set-script</li> </ul> <h2>v8.0.1</h2> <ul> <li>fix: use POSIX equality operator</li> </ul> <h2>v8.0.0</h2> <h2>What's Changed</h2> <h3>Feats</h3> <ul> <li>feat: add <code>husky -</code> prefix to logged global error messages by <a href="https://github.com/joshbalfour"><code>@joshbalfour</code></a> in <a href="https://redirect.github.com/typicode/husky/pull/1092">typicode/husky#1092</a></li> <li>feat: show <code>PATH</code> when command not found to improve debuggability</li> <li>feat: drop Node 12 support</li> <li>feat: skip install if <code>$HUSKY=0</code></li> </ul> <h3>Fixes</h3> <ul> <li>fix: hook script use <code>/usr/bin/env sh</code> instead of direct path of <code>sh</code> by <a href="https://github.com/skhaz"><code>@skhaz</code></a> in <a href="https://redirect.github.com/typicode/husky/pull/1051">typicode/husky#1051</a></li> <li>fix: actually set 'husky_skip_init' as readonly in <code>./husky.sh</code> by <a href="https://github.com/hyperupcall"><code>@hyperupcall</code></a> in <a href="https://redirect.github.com/typicode/husky/pull/1104">typicode/husky#1104</a></li> <li>fix: force <code>basename</code>/<code>dirname</code> to treat <code>$0</code> as an argument by <a href="https://github.com/mataha"><code>@mataha</code></a> in <a href="https://redirect.github.com/typicode/husky/pull/1132">typicode/husky#1132</a></li> <li>fix: remove <code>git.io</code> links by <a href="https://github.com/renbaoshuo"><code>@renbaoshuo</code></a> in <a href="https://redirect.github.com/typicode/husky/pull/1136">typicode/husky#1136</a></li> </ul> <h3>Docs</h3> <ul> <li>docs: fix uninstall via npm by <a href="https://github.com/pddpd"><code>@pddpd</code></a> in <a href="https://redirect.github.com/typicode/husky/pull/1033">typicode/husky#1033</a></li> <li>docs: add dog emoji as favicon by <a href="https://github.com/jamiehaywood"><code>@jamiehaywood</code></a> in <a href="https://redirect.github.com/typicode/husky/pull/1095">typicode/husky#1095</a></li> <li>docs: replace deprecated <code>npx --no-install</code> option with <code>npx --no</code> by <a href="https://github.com/sibiraj-s"><code>@sibiraj-s</code></a> in <a href="https://redirect.github.com/typicode/husky/pull/1070">typicode/husky#1070</a></li> <li>docs: add <code>pnpm</code> installation by <a href="https://github.com/MohamadKh75"><code>@MohamadKh75</code></a> in <a href="https://redirect.github.com/typicode/husky/pull/1139">typicode/husky#1139</a></li> </ul> <h3>Chore</h3> <ul> <li>chore: update workflows by <a href="https://github.com/tiziodcaio"><code>@tiziodcaio</code></a> in <a href="https://redirect.github.com/typicode/husky/pull/1125">typicode/husky#1125</a></li> </ul> <h2>v7.0.4</h2> <p><em>No changes. Husky v7.0.3 was reverted, this version is the same as v7.0.2.</em></p> <h2>v7.0.2</h2> <p>Fix pre-commit hook in WebStorm (<a href="https://redirect.github.com/typicode/husky/issues/1023">#1023</a>)</p> <h2>v7.0.1</h2> <ul> <li>Fix gracefully fail if Git command is not found <a href="https://redirect.github.com/typicode/husky/issues/1003">#1003</a> (same as in v6)</li> </ul> <h2>v7.0.0</h2> <ul> <li>Improve <code>.husky/</code> directory structure. <strong><code>.husky/.gitignore</code> is now unnecessary and can be removed</strong>.</li> <li>Improve error output (shorter)</li> <li>Update <a href="https://github.com/typicode/husky-init"><code>husky-init</code></a> CLI</li> <li>Update <a href="https://github.com/typicode/husky-4-to-7"><code>husky-4-to-7</code></a> CLI</li> <li>Drop Node 10 support</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/typicode/husky/commit/3c0e08d3ca4d01d04ebb92089e68c47e131ab6be"><code>3c0e08d</code></a> 8.0.3</li> <li><a href="https://github.com/typicode/husky/commit/1ed3f9a362cdedb02acaf0109c220ce1ac59f177"><code>1ed3f9a</code></a> fix: change message</li> <li><a href="https://github.com/typicode/husky/commit/500d4506acfb32da682a03ce92206c9ebdb94ff4"><code>500d450</code></a> fix: add git not installed error message (<a href="https://redirect.github.com/typicode/husky/issues/1208">#1208</a>)</li> <li><a href="https://github.com/typicode/husky/commit/2945907d1ca5bc8624406014b80fa3d998497cbb"><code>2945907</code></a> chore(deps): bump minimatch from 3.0.4 to 3.1.2 (<a href="https://redirect.github.com/typicode/husky/issues/1229">#1229</a>)</li> <li><a href="https://github.com/typicode/husky/commit/9f6dac446545cf12e91cb4861e126f5014469453"><code>9f6dac4</code></a> chore: remove stale bot</li> <li><a href="https://github.com/typicode/husky/commit/f6c2c06d196d0b4e318e2efee911150859b27749"><code>f6c2c06</code></a> chore: update package-lock.json</li> <li><a href="https://github.com/typicode/husky/commit/f862dc2b5cb5ffdda6fc60b48190c47e176b52b6"><code>f862dc2</code></a> chore: update devDependencies</li> <li><a href="https://github.com/typicode/husky/commit/9efb720c165ffcfec774b4584aa61f59dae774c7"><code>9efb720</code></a> 8.0.2</li> <li><a href="https://github.com/typicode/husky/commit/573de60f674c85efc0665f27cb16e01652c23d8f"><code>573de60</code></a> docs: remove deprecated npm set-script</li> <li><a href="https://github.com/typicode/husky/commit/3db28d4278ba83d408c1754e0f82010ad39711d1"><code>3db28d4</code></a> chore: increase daysUntilStale</li> <li>Additional commits viewable in <a href="https://github.com/typicode/husky/compare/v4.3.8...v8.0.3">compare view</a></li> </ul> </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 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/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]
