Bump @typescript-eslint/parser from 5.13.0 to 5.14.0 in /desktop (#3534)
Summary: Bumps [typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.13.0 to 5.14.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases"><code>@typescript-eslint/parser</code>'s releases</a>.</em></p> <blockquote> <h2>v5.14.0</h2> <h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.13.0...v5.14.0">5.14.0</a> (2022-03-07)</h1> <h3>Bug Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> [naming-convention] cover case that requires quotes (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/4582">#4582</a>) (<a href="3ea09477de">3ea0947</a>)</li> <li><strong>eslint-plugin:</strong> [no-misused-promises] factor thenable returning function overload signatures (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/4620">#4620</a>) (<a href="56a09e98f1">56a09e9</a>)</li> <li><strong>eslint-plugin:</strong> [prefer-readonly-parameter-types] handle class sharp private field and member without throwing error (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/4343">#4343</a>) (<a href="a65713ae13">a65713a</a>)</li> <li><strong>eslint-plugin:</strong> [return-await] correct autofixer in binary expression (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/4401">#4401</a>) (<a href="5fa2fade38">5fa2fad</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>eslint-plugin:</strong> [no-misused-promises] add granular options within <code>checksVoidReturns</code> (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/4623">#4623</a>) (<a href="1085177269">1085177</a>)</li> <li>TypeScript 4.6 (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/4615">#4615</a>) (<a href="a02c63a264">a02c63a</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md"><code>@typescript-eslint/parser</code>'s changelog</a>.</em></p> <blockquote> <h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.13.0...v5.14.0">5.14.0</a> (2022-03-07)</h1> <p><strong>Note:</strong> Version bump only for package <code>@typescript-eslint/parser</code></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="9752382d4c"><code>9752382</code></a> chore: publish v5.14.0</li> <li><a href="fa381f349c"><code>fa381f3</code></a> chore: use swc for tests instead of Babel (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser/issues/4584">#4584</a>)</li> <li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v5.14.0/packages/parser">compare view</a></li> </ul> </details> <br /> [](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: https://github.com/facebook/flipper/pull/3534 Reviewed By: antonk52 Differential Revision: D34867346 Pulled By: lblasa fbshipit-source-id: 79899a53b9a31fe8d726c2f4174ae6023debdd21
This commit is contained in:
committed by
Facebook GitHub Bot
parent
9995e22bdd
commit
ab8a3aac90
@@ -11,7 +11,7 @@
|
||||
"bugs": "https://github.com/facebook/flipper/issues",
|
||||
"dependencies": {
|
||||
"@typescript-eslint/experimental-utils": "^5.13.0",
|
||||
"@typescript-eslint/parser": "^5.13.0",
|
||||
"@typescript-eslint/parser": "^5.14.0",
|
||||
"fs-extra": "^10.0.1"
|
||||
},
|
||||
"devDependencies": {},
|
||||
|
||||
@@ -70,7 +70,7 @@
|
||||
"@babel/eslint-parser": "^7.17.0",
|
||||
"@types/jest": "^26.0.24",
|
||||
"@typescript-eslint/eslint-plugin": "^5.14.0",
|
||||
"@typescript-eslint/parser": "^5.13.0",
|
||||
"@typescript-eslint/parser": "^5.14.0",
|
||||
"babel-eslint": "^10.1.0",
|
||||
"cross-env": "^7.0.3",
|
||||
"electron": "11.2.3",
|
||||
|
||||
@@ -3138,14 +3138,14 @@
|
||||
dependencies:
|
||||
"@typescript-eslint/utils" "5.13.0"
|
||||
|
||||
"@typescript-eslint/parser@^5.13.0":
|
||||
version "5.13.0"
|
||||
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.13.0.tgz#0394ed8f2f849273c0bf4b811994d177112ced5c"
|
||||
integrity sha512-GdrU4GvBE29tm2RqWOM0P5QfCtgCyN4hXICj/X9ibKED16136l9ZpoJvCL5pSKtmJzA+NRDzQ312wWMejCVVfg==
|
||||
"@typescript-eslint/parser@^5.14.0":
|
||||
version "5.14.0"
|
||||
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.14.0.tgz#7c79f898aa3cff0ceee6f1d34eeed0f034fb9ef3"
|
||||
integrity sha512-aHJN8/FuIy1Zvqk4U/gcO/fxeMKyoSv/rS46UXMXOJKVsLQ+iYPuXNbpbH7cBLcpSbmyyFbwrniLx5+kutu1pw==
|
||||
dependencies:
|
||||
"@typescript-eslint/scope-manager" "5.13.0"
|
||||
"@typescript-eslint/types" "5.13.0"
|
||||
"@typescript-eslint/typescript-estree" "5.13.0"
|
||||
"@typescript-eslint/scope-manager" "5.14.0"
|
||||
"@typescript-eslint/types" "5.14.0"
|
||||
"@typescript-eslint/typescript-estree" "5.14.0"
|
||||
debug "^4.3.2"
|
||||
|
||||
"@typescript-eslint/scope-manager@5.13.0":
|
||||
|
||||
Reference in New Issue
Block a user