This repository has been archived by the owner on Nov 22, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump yargs from 17.4.1 to 17.6.0 in /desktop (#4165)
Summary: Bumps [yargs](https://github.com/yargs/yargs) from 17.4.1 to 17.6.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/yargs/yargs/blob/main/CHANGELOG.md">yargs's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/yargs/yargs/compare/v17.5.1...v17.6.0">17.6.0</a> (2022-10-01)</h2> <h3>Features</h3> <ul> <li><strong>lang:</strong> Czech locale (<a href="https://github-redirect.dependabot.com/yargs/yargs/issues/2220">https://github.com/facebook/flipper/issues/2220</a>) (<a href="https://github.com/yargs/yargs/commit/5895cf1ba1dcd5158d284d0c589f5f0caff8b739">5895cf1</a>)</li> <li><strong>usage:</strong> add YARGS_DISABLE_WRAP env variable to disable wrap (<a href="https://github-redirect.dependabot.com/yargs/yargs/issues/2210">https://github.com/facebook/flipper/issues/2210</a>) (<a href="https://github.com/yargs/yargs/commit/b680ace2994dcf14d1a1a928aefd3fe8006b2198">b680ace</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>deno:</strong> use 'globalThis' instead of 'window' (<a href="https://github-redirect.dependabot.com/yargs/yargs/issues/2186">https://github.com/facebook/flipper/issues/2186</a>) (<a href="https://github-redirect.dependabot.com/yargs/yargs/issues/2215">https://github.com/facebook/flipper/issues/2215</a>) (<a href="https://github.com/yargs/yargs/commit/561fc7a787228b226e0ba76ab674456cbd30cd37">561fc7a</a>)</li> <li><strong>deps:</strong> cliui with forced strip-ansi update (<a href="https://github-redirect.dependabot.com/yargs/yargs/issues/2241">https://github.com/facebook/flipper/issues/2241</a>) (<a href="https://github.com/yargs/yargs/commit/38e8df10f0f020ae794329610354521f8458fc41">38e8df1</a>)</li> <li>dont clobber description for multiple option calls (<a href="https://github-redirect.dependabot.com/yargs/yargs/issues/2171">https://github.com/facebook/flipper/issues/2171</a>) (<a href="https://github.com/yargs/yargs/commit/f91d9b334ad9cfce79a89c08ff210c622b7c528f">f91d9b3</a>)</li> <li><strong>typescript:</strong> address warning with objectKeys (<a href="https://github.com/yargs/yargs/commit/394f5f86d15a9bb319276518d36cb560d7cb6322">394f5f8</a>)</li> </ul> <h3><a href="https://github.com/yargs/yargs/compare/v17.5.0...v17.5.1">17.5.1</a> (2022-05-16)</h3> <h3>Bug Fixes</h3> <ul> <li>add missing entries to published files (<a href="https://github-redirect.dependabot.com/yargs/yargs/issues/2185">https://github.com/facebook/flipper/issues/2185</a>) (<a href="https://github.com/yargs/yargs/commit/5685382d18dc05f2ec66098d90ab16f31b622753">5685382</a>)</li> <li>address bug when strict and async middleware used together (<a href="https://github-redirect.dependabot.com/yargs/yargs/issues/2164">https://github.com/facebook/flipper/issues/2164</a>) (<a href="https://github.com/yargs/yargs/commit/cbc2eb726efc1d688ad484e8cbe4d233b212a046">cbc2eb7</a>)</li> <li><strong>completion:</strong> correct zsh installation instructions (<a href="https://github.com/yargs/yargs/commit/22e9af28bb7a7101aeeac80b5bfd0c18f7e6226f">22e9af2</a>)</li> <li>handle multiple node_modules folders determining mainFilename for ESM (<a href="https://github-redirect.dependabot.com/yargs/yargs/issues/2123">https://github.com/facebook/flipper/issues/2123</a>) (<a href="https://github.com/yargs/yargs/commit/e0823dd7e6ced7eaf1d7d1e67f77374f4ef5cbce">e0823dd</a>)</li> <li><strong>lang:</strong> add missing terms to Russian translation (<a href="https://github-redirect.dependabot.com/yargs/yargs/issues/2181">https://github.com/facebook/flipper/issues/2181</a>) (<a href="https://github.com/yargs/yargs/commit/1c331f22c71496e3d50cf103a1b21f4a05d97aac">1c331f2</a>)</li> <li>prevent infinite loop with empty locale (<a href="https://github-redirect.dependabot.com/yargs/yargs/issues/2179">https://github.com/facebook/flipper/issues/2179</a>) (<a href="https://github.com/yargs/yargs/commit/b672e709e4fc45f50d77f54e42025a5fa7c66a42">b672e70</a>)</li> <li>veriadic arguments override array provided in config (the same as multiple dash arguments). (<a href="https://github.com/yargs/yargs/commit/4dac5b8c2f03488c31d40f075075d2ac43134412">4dac5b8</a>)</li> </ul> <h2><a href="https://github.com/yargs/yargs/compare/v17.4.1...v17.5.0">17.5.0</a> (2022-05-11)</h2> <h3>Features</h3> <ul> <li>add browser.d.ts and check for existence of Error.captureStackTrace() (<a href="https://github-redirect.dependabot.com/yargs/yargs/issues/2144">https://github.com/facebook/flipper/issues/2144</a>) (<a href="https://github.com/yargs/yargs/commit/6192990509cf793c4b10b88884d626893dee89df">6192990</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>completion:</strong> support for default flags (<a href="https://github.com/yargs/yargs/commit/db354232705623bbcd8fad362f6a4d6d59650be5">db35423</a>)</li> <li>import yargs/yargs in esm projects (<a href="https://github-redirect.dependabot.com/yargs/yargs/issues/2151">https://github.com/facebook/flipper/issues/2151</a>) (<a href="https://github.com/yargs/yargs/commit/95aed1c175ec82e585003883bda1b6b75d5493ce">95aed1c</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/yargs/yargs/commit/6cd8e2d6a45bd4ed3521b196b14ef408b0222eee"><code>6cd8e2d</code></a> chore(main): release 17.6.0 (<a href="https://github-redirect.dependabot.com/yargs/yargs/issues/2213">https://github.com/facebook/flipper/issues/2213</a>)</li> <li><a href="https://github.com/yargs/yargs/commit/38e8df10f0f020ae794329610354521f8458fc41"><code>38e8df1</code></a> fix(deps): cliui with forced strip-ansi update (<a href="https://github-redirect.dependabot.com/yargs/yargs/issues/2241">https://github.com/facebook/flipper/issues/2241</a>)</li> <li><a href="https://github.com/yargs/yargs/commit/394f5f86d15a9bb319276518d36cb560d7cb6322"><code>394f5f8</code></a> fix(typescript): address warning with objectKeys</li> <li><a href="https://github.com/yargs/yargs/commit/561fc7a787228b226e0ba76ab674456cbd30cd37"><code>561fc7a</code></a> fix(deno): use 'globalThis' instead of 'window' (<a href="https://github-redirect.dependabot.com/yargs/yargs/issues/2186">https://github.com/facebook/flipper/issues/2186</a>) (<a href="https://github-redirect.dependabot.com/yargs/yargs/issues/2215">https://github.com/facebook/flipper/issues/2215</a>)</li> <li><a href="https://github.com/yargs/yargs/commit/5895cf1ba1dcd5158d284d0c589f5f0caff8b739"><code>5895cf1</code></a> feat(lang): Czech locale (<a href="https://github-redirect.dependabot.com/yargs/yargs/issues/2220">https://github.com/facebook/flipper/issues/2220</a>)</li> <li><a href="https://github.com/yargs/yargs/commit/f91d9b334ad9cfce79a89c08ff210c622b7c528f"><code>f91d9b3</code></a> fix: dont clobber description for multiple option calls (<a href="https://github-redirect.dependabot.com/yargs/yargs/issues/2171">https://github.com/facebook/flipper/issues/2171</a>)</li> <li><a href="https://github.com/yargs/yargs/commit/b680ace2994dcf14d1a1a928aefd3fe8006b2198"><code>b680ace</code></a> feat(usage): add YARGS_DISABLE_WRAP env variable to disable wrap (<a href="https://github-redirect.dependabot.com/yargs/yargs/issues/2210">https://github.com/facebook/flipper/issues/2210</a>)</li> <li><a href="https://github.com/yargs/yargs/commit/659dbbb4a415400293c5b5e75f7422da0e6ae083"><code>659dbbb</code></a> docs: update links to main branch</li> <li><a href="https://github.com/yargs/yargs/commit/02515116f818fe93ce035139c16bf2953b4de43a"><code>0251511</code></a> chore(main): release 17.5.1 (<a href="https://github-redirect.dependabot.com/yargs/yargs/issues/2187">https://github.com/facebook/flipper/issues/2187</a>)</li> <li><a href="https://github.com/yargs/yargs/commit/22e9af28bb7a7101aeeac80b5bfd0c18f7e6226f"><code>22e9af2</code></a> fix(completion): correct zsh installation instructions</li> <li>Additional commits viewable in <a href="https://github.com/yargs/yargs/compare/v17.4.1...v17.6.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=yargs&package-manager=npm_and_yarn&previous-version=17.4.1&new-version=17.6.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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) </details> Pull Request resolved: #4165 Reviewed By: aigoncharov Differential Revision: D40022361 Pulled By: aigoncharov fbshipit-source-id: 5408257376334746865b27b27461ec29dea8e78a
- Loading branch information