Bump @typescript-eslint/parser from 4.12.0 to 4.14.0 in /flipper-js-client-sdk (#1849)
Summary: Bumps [typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 4.12.0 to 4.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's releases</code></a>.</em></p> <blockquote> <h2>v4.14.0</h2> <h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.13.0...v4.14.0">4.14.0</a> (2021-01-18)</h1> <h3>Features</h3> <ul> <li>add support for decorator metadata in scope analysis and in consistent-type-imports (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2751">#2751</a>) (<a href="445e416878">445e416</a>), closes <a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2559">#2559</a></li> <li><strong>eslint-plugin:</strong> add <code>object-curly-spacing</code> rule (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2892">#2892</a>) (<a href="32bd18de80">32bd18d</a>)</li> </ul> <h2>v4.13.0</h2> <h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.12.0...v4.13.0">4.13.0</a> (2021-01-11)</h1> <h3>Bug Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> support eslint@5 (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2917">#2917</a>) (<a href="f606846af2">f606846</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>eslint-plugin:</strong> [sort-type-union-intersection-members] add nullish group (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2919">#2919</a>) (<a href="5558f41000">5558f41</a>)</li> </ul> </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's changelog</code></a>.</em></p> <blockquote> <h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.13.0...v4.14.0">4.14.0</a> (2021-01-18)</h1> <h3>Features</h3> <ul> <li>add support for decorator metadata in scope analysis and in consistent-type-imports (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2751">#2751</a>) (<a href="445e416878">445e416</a>), closes <a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2559">#2559</a></li> </ul> <h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.12.0...v4.13.0">4.13.0</a> (2021-01-11)</h1> <p><strong>Note:</strong> Version bump only for package typescript-eslint/parser</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="60c5dcd686"><code>60c5dcd</code></a> chore: publish v4.14.0</li> <li><a href="445e416878"><code>445e416</code></a> feat: add support for decorator metadata in scope analysis and in consistent-...</li> <li><a href="d02a40ddd7"><code>d02a40d</code></a> chore: publish v4.13.0</li> <li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v4.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/1849 Reviewed By: mweststrate Differential Revision: D25973230 Pulled By: passy fbshipit-source-id: 403a5d0502b40352f362a0e8adbd527214749377
This commit is contained in:
committed by
Facebook GitHub Bot
parent
62d6242650
commit
9cc69673be
@@ -28,7 +28,7 @@
|
|||||||
"readmeFilename": "README.md",
|
"readmeFilename": "README.md",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@typescript-eslint/eslint-plugin": "^4.14.0",
|
"@typescript-eslint/eslint-plugin": "^4.14.0",
|
||||||
"@typescript-eslint/parser": "^4.13.0",
|
"@typescript-eslint/parser": "^4.14.0",
|
||||||
"ansi-to-html": "^0.6.3",
|
"ansi-to-html": "^0.6.3",
|
||||||
"babel-eslint": "^10.0.1",
|
"babel-eslint": "^10.0.1",
|
||||||
"eslint": "^7.18.0",
|
"eslint": "^7.18.0",
|
||||||
|
|||||||
@@ -187,24 +187,16 @@
|
|||||||
eslint-scope "^5.0.0"
|
eslint-scope "^5.0.0"
|
||||||
eslint-utils "^2.0.0"
|
eslint-utils "^2.0.0"
|
||||||
|
|
||||||
"@typescript-eslint/parser@^4.13.0":
|
"@typescript-eslint/parser@^4.14.0":
|
||||||
version "4.13.0"
|
version "4.14.0"
|
||||||
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.13.0.tgz#c413d640ea66120cfcc37f891e8cb3fd1c9d247d"
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.14.0.tgz#62d4cd2079d5c06683e9bfb200c758f292c4dee7"
|
||||||
integrity sha512-KO0J5SRF08pMXzq9+abyHnaGQgUJZ3Z3ax+pmqz9vl81JxmTTOUfQmq7/4awVfq09b6C4owNlOgOwp61pYRBSg==
|
integrity sha512-sUDeuCjBU+ZF3Lzw0hphTyScmDDJ5QVkyE21pRoBo8iDl7WBtVFS+WDN3blY1CH3SBt7EmYCw6wfmJjF0l/uYg==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@typescript-eslint/scope-manager" "4.13.0"
|
"@typescript-eslint/scope-manager" "4.14.0"
|
||||||
"@typescript-eslint/types" "4.13.0"
|
"@typescript-eslint/types" "4.14.0"
|
||||||
"@typescript-eslint/typescript-estree" "4.13.0"
|
"@typescript-eslint/typescript-estree" "4.14.0"
|
||||||
debug "^4.1.1"
|
debug "^4.1.1"
|
||||||
|
|
||||||
"@typescript-eslint/scope-manager@4.13.0":
|
|
||||||
version "4.13.0"
|
|
||||||
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.13.0.tgz#5b45912a9aa26b29603d8fa28f5e09088b947141"
|
|
||||||
integrity sha512-UpK7YLG2JlTp/9G4CHe7GxOwd93RBf3aHO5L+pfjIrhtBvZjHKbMhBXTIQNkbz7HZ9XOe++yKrXutYm5KmjWgQ==
|
|
||||||
dependencies:
|
|
||||||
"@typescript-eslint/types" "4.13.0"
|
|
||||||
"@typescript-eslint/visitor-keys" "4.13.0"
|
|
||||||
|
|
||||||
"@typescript-eslint/scope-manager@4.14.0":
|
"@typescript-eslint/scope-manager@4.14.0":
|
||||||
version "4.14.0"
|
version "4.14.0"
|
||||||
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.14.0.tgz#55a4743095d684e1f7b7180c4bac2a0a3727f517"
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.14.0.tgz#55a4743095d684e1f7b7180c4bac2a0a3727f517"
|
||||||
@@ -213,30 +205,11 @@
|
|||||||
"@typescript-eslint/types" "4.14.0"
|
"@typescript-eslint/types" "4.14.0"
|
||||||
"@typescript-eslint/visitor-keys" "4.14.0"
|
"@typescript-eslint/visitor-keys" "4.14.0"
|
||||||
|
|
||||||
"@typescript-eslint/types@4.13.0":
|
|
||||||
version "4.13.0"
|
|
||||||
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.13.0.tgz#6a7c6015a59a08fbd70daa8c83dfff86250502f8"
|
|
||||||
integrity sha512-/+aPaq163oX+ObOG00M0t9tKkOgdv9lq0IQv/y4SqGkAXmhFmCfgsELV7kOCTb2vVU5VOmVwXBXJTDr353C1rQ==
|
|
||||||
|
|
||||||
"@typescript-eslint/types@4.14.0":
|
"@typescript-eslint/types@4.14.0":
|
||||||
version "4.14.0"
|
version "4.14.0"
|
||||||
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.14.0.tgz#d8a8202d9b58831d6fd9cee2ba12f8a5a5dd44b6"
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.14.0.tgz#d8a8202d9b58831d6fd9cee2ba12f8a5a5dd44b6"
|
||||||
integrity sha512-VsQE4VvpldHrTFuVPY1ZnHn/Txw6cZGjL48e+iBxTi2ksa9DmebKjAeFmTVAYoSkTk7gjA7UqJ7pIsyifTsI4A==
|
integrity sha512-VsQE4VvpldHrTFuVPY1ZnHn/Txw6cZGjL48e+iBxTi2ksa9DmebKjAeFmTVAYoSkTk7gjA7UqJ7pIsyifTsI4A==
|
||||||
|
|
||||||
"@typescript-eslint/typescript-estree@4.13.0":
|
|
||||||
version "4.13.0"
|
|
||||||
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.13.0.tgz#cf6e2207c7d760f5dfd8d18051428fadfc37b45e"
|
|
||||||
integrity sha512-9A0/DFZZLlGXn5XA349dWQFwPZxcyYyCFX5X88nWs2uachRDwGeyPz46oTsm9ZJE66EALvEns1lvBwa4d9QxMg==
|
|
||||||
dependencies:
|
|
||||||
"@typescript-eslint/types" "4.13.0"
|
|
||||||
"@typescript-eslint/visitor-keys" "4.13.0"
|
|
||||||
debug "^4.1.1"
|
|
||||||
globby "^11.0.1"
|
|
||||||
is-glob "^4.0.1"
|
|
||||||
lodash "^4.17.15"
|
|
||||||
semver "^7.3.2"
|
|
||||||
tsutils "^3.17.1"
|
|
||||||
|
|
||||||
"@typescript-eslint/typescript-estree@4.14.0":
|
"@typescript-eslint/typescript-estree@4.14.0":
|
||||||
version "4.14.0"
|
version "4.14.0"
|
||||||
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.14.0.tgz#4bcd67486e9acafc3d0c982b23a9ab8ac8911ed7"
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.14.0.tgz#4bcd67486e9acafc3d0c982b23a9ab8ac8911ed7"
|
||||||
@@ -251,14 +224,6 @@
|
|||||||
semver "^7.3.2"
|
semver "^7.3.2"
|
||||||
tsutils "^3.17.1"
|
tsutils "^3.17.1"
|
||||||
|
|
||||||
"@typescript-eslint/visitor-keys@4.13.0":
|
|
||||||
version "4.13.0"
|
|
||||||
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.13.0.tgz#9acb1772d3b3183182b6540d3734143dce9476fe"
|
|
||||||
integrity sha512-6RoxWK05PAibukE7jElqAtNMq+RWZyqJ6Q/GdIxaiUj2Ept8jh8+FUVlbq9WxMYxkmEOPvCE5cRSyupMpwW31g==
|
|
||||||
dependencies:
|
|
||||||
"@typescript-eslint/types" "4.13.0"
|
|
||||||
eslint-visitor-keys "^2.0.0"
|
|
||||||
|
|
||||||
"@typescript-eslint/visitor-keys@4.14.0":
|
"@typescript-eslint/visitor-keys@4.14.0":
|
||||||
version "4.14.0"
|
version "4.14.0"
|
||||||
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.14.0.tgz#b1090d9d2955b044b2ea2904a22496849acbdf54"
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.14.0.tgz#b1090d9d2955b044b2ea2904a22496849acbdf54"
|
||||||
|
|||||||
Reference in New Issue
Block a user