Bump @typescript-eslint/parser from 4.26.1 to 4.27.0 in /flipper-js-client-sdk (#2481)
Summary: Bumps [typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 4.26.1 to 4.27.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>v4.27.0</h2> <h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.26.1...v4.27.0">4.27.0</a> (2021-06-14)</h1> <h3>Bug Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> allow explicit any for no-unsafe-return (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3498">#3498</a>) (<a href="b15a2b2a02">b15a2b2</a>)</li> <li><strong>typescript-estree:</strong> allow providing more one than one existing program in config (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3508">#3508</a>) (<a href="4f1806e548">4f1806e</a>)</li> <li><strong>typescript-estree:</strong> support override modifier for parameter property (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3485">#3485</a>) (<a href="33b9f69a68">33b9f69</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>ast-spec:</strong> specify <code>LogicalExpression</code>'s <code>operator</code> type (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3497">#3497</a>) (<a href="9e343fdaa0">9e343fd</a>)</li> <li><strong>ast-spec:</strong> specify <code>PunctuatorToken</code>'s <code>value</code> type (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3496">#3496</a>) (<a href="fdb1d81f0f">fdb1d81</a>)</li> <li><strong>eslint-plugin:</strong> [prefer-literal-enum-member] add allowBitwiseExpressions option (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3515">#3515</a>) (<a href="288092a085">288092a</a>)</li> <li><strong>typescript-estree:</strong> add opt-in inference for single runs and create programs for projects up front (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3512">#3512</a>) (<a href="06c2d9ba54">06c2d9b</a>)</li> <li>allow user to provide TS program instance in parser options (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3484">#3484</a>) (<a href="e855b18b8f">e855b18</a>)</li> </ul> <h1>Single-Run Detection</h1> <p>See the explanation for how to opt-in to this feature and how to provide feedback in this issue: <a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3528">typescript-eslint/typescript-eslint#3528</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/blob/master/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/v4.26.1...v4.27.0">4.27.0</a> (2021-06-14)</h1> <h3>Bug Fixes</h3> <ul> <li><strong>typescript-estree:</strong> allow providing more one than one existing program in config (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3508">#3508</a>) (<a href="4f1806e548">4f1806e</a>)</li> </ul> <h3>Features</h3> <ul> <li>allow user to provide TS program instance in parser options (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3484">#3484</a>) (<a href="e855b18b8f">e855b18</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="b3ac5f6e21"><code>b3ac5f6</code></a> chore: publish v4.27.0</li> <li><a href="4f1806e548"><code>4f1806e</code></a> fix(typescript-estree): allow providing more one than one existing program in...</li> <li><a href="e855b18b8f"><code>e855b18</code></a> feat: allow user to provide TS program instance in parser options (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser/issues/3484">#3484</a>)</li> <li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v4.27.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/2481 Reviewed By: nikoant Differential Revision: D29263788 Pulled By: mweststrate fbshipit-source-id: 1d2f26fced9fa977631cf815572726efdaa22066
This commit is contained in:
committed by
Facebook GitHub Bot
parent
aca74f250d
commit
8596c0d701
@@ -28,7 +28,7 @@
|
||||
"readmeFilename": "README.md",
|
||||
"devDependencies": {
|
||||
"@typescript-eslint/eslint-plugin": "^4.27.0",
|
||||
"@typescript-eslint/parser": "^4.26.1",
|
||||
"@typescript-eslint/parser": "^4.27.0",
|
||||
"ansi-to-html": "^0.6.15",
|
||||
"babel-eslint": "^10.0.1",
|
||||
"eslint": "^7.29.0",
|
||||
|
||||
@@ -187,24 +187,16 @@
|
||||
eslint-scope "^5.1.1"
|
||||
eslint-utils "^3.0.0"
|
||||
|
||||
"@typescript-eslint/parser@^4.26.1":
|
||||
version "4.26.1"
|
||||
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.26.1.tgz#cecfdd5eb7a5c13aabce1c1cfd7fbafb5a0f1e8e"
|
||||
integrity sha512-q7F3zSo/nU6YJpPJvQveVlIIzx9/wu75lr6oDbDzoeIRWxpoc/HQ43G4rmMoCc5my/3uSj2VEpg/D83LYZF5HQ==
|
||||
"@typescript-eslint/parser@^4.27.0":
|
||||
version "4.27.0"
|
||||
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.27.0.tgz#85447e573364bce4c46c7f64abaa4985aadf5a94"
|
||||
integrity sha512-XpbxL+M+gClmJcJ5kHnUpBGmlGdgNvy6cehgR6ufyxkEJMGP25tZKCaKyC0W/JVpuhU3VU1RBn7SYUPKSMqQvQ==
|
||||
dependencies:
|
||||
"@typescript-eslint/scope-manager" "4.26.1"
|
||||
"@typescript-eslint/types" "4.26.1"
|
||||
"@typescript-eslint/typescript-estree" "4.26.1"
|
||||
"@typescript-eslint/scope-manager" "4.27.0"
|
||||
"@typescript-eslint/types" "4.27.0"
|
||||
"@typescript-eslint/typescript-estree" "4.27.0"
|
||||
debug "^4.3.1"
|
||||
|
||||
"@typescript-eslint/scope-manager@4.26.1":
|
||||
version "4.26.1"
|
||||
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.26.1.tgz#075a74a15ff33ee3a7ed33e5fce16ee86689f662"
|
||||
integrity sha512-TW1X2p62FQ8Rlne+WEShyd7ac2LA6o27S9i131W4NwDSfyeVlQWhw8ylldNNS8JG6oJB9Ha9Xyc+IUcqipvheQ==
|
||||
dependencies:
|
||||
"@typescript-eslint/types" "4.26.1"
|
||||
"@typescript-eslint/visitor-keys" "4.26.1"
|
||||
|
||||
"@typescript-eslint/scope-manager@4.27.0":
|
||||
version "4.27.0"
|
||||
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.27.0.tgz#b0b1de2b35aaf7f532e89c8e81d0fa298cae327d"
|
||||
@@ -213,29 +205,11 @@
|
||||
"@typescript-eslint/types" "4.27.0"
|
||||
"@typescript-eslint/visitor-keys" "4.27.0"
|
||||
|
||||
"@typescript-eslint/types@4.26.1":
|
||||
version "4.26.1"
|
||||
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.26.1.tgz#9e7c523f73c34b04a765e4167ca5650436ef1d38"
|
||||
integrity sha512-STyMPxR3cS+LaNvS8yK15rb8Y0iL0tFXq0uyl6gY45glyI7w0CsyqyEXl/Fa0JlQy+pVANeK3sbwPneCbWE7yg==
|
||||
|
||||
"@typescript-eslint/types@4.27.0":
|
||||
version "4.27.0"
|
||||
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.27.0.tgz#712b408519ed699baff69086bc59cd2fc13df8d8"
|
||||
integrity sha512-I4ps3SCPFCKclRcvnsVA/7sWzh7naaM/b4pBO2hVxnM3wrU51Lveybdw5WoIktU/V4KfXrTt94V9b065b/0+wA==
|
||||
|
||||
"@typescript-eslint/typescript-estree@4.26.1":
|
||||
version "4.26.1"
|
||||
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.26.1.tgz#b2ce2e789233d62283fae2c16baabd4f1dbc9633"
|
||||
integrity sha512-l3ZXob+h0NQzz80lBGaykdScYaiEbFqznEs99uwzm8fPHhDjwaBFfQkjUC/slw6Sm7npFL8qrGEAMxcfBsBJUg==
|
||||
dependencies:
|
||||
"@typescript-eslint/types" "4.26.1"
|
||||
"@typescript-eslint/visitor-keys" "4.26.1"
|
||||
debug "^4.3.1"
|
||||
globby "^11.0.3"
|
||||
is-glob "^4.0.1"
|
||||
semver "^7.3.5"
|
||||
tsutils "^3.21.0"
|
||||
|
||||
"@typescript-eslint/typescript-estree@4.27.0":
|
||||
version "4.27.0"
|
||||
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.27.0.tgz#189a7b9f1d0717d5cccdcc17247692dedf7a09da"
|
||||
@@ -249,14 +223,6 @@
|
||||
semver "^7.3.5"
|
||||
tsutils "^3.21.0"
|
||||
|
||||
"@typescript-eslint/visitor-keys@4.26.1":
|
||||
version "4.26.1"
|
||||
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.26.1.tgz#0d55ea735cb0d8903b198017d6d4f518fdaac546"
|
||||
integrity sha512-IGouNSSd+6x/fHtYRyLOM6/C+QxMDzWlDtN41ea+flWuSF9g02iqcIlX8wM53JkfljoIjP0U+yp7SiTS1onEkw==
|
||||
dependencies:
|
||||
"@typescript-eslint/types" "4.26.1"
|
||||
eslint-visitor-keys "^2.0.0"
|
||||
|
||||
"@typescript-eslint/visitor-keys@4.27.0":
|
||||
version "4.27.0"
|
||||
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.27.0.tgz#f56138b993ec822793e7ebcfac6ffdce0a60cb81"
|
||||
|
||||
Reference in New Issue
Block a user