From ab8a3aac90cf314ec90457b732ba83d892360ee5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Mar 2022 02:41:49 -0700 Subject: [PATCH] Bump @typescript-eslint/parser from 5.13.0 to 5.14.0 in /desktop (#3534) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Summary: Bumps [typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.13.0 to 5.14.0.
Release notes

Sourced from @​typescript-eslint/parser's releases.

v5.14.0

5.14.0 (2022-03-07)

Bug Fixes

Features

Changelog

Sourced from @​typescript-eslint/parser's changelog.

5.14.0 (2022-03-07)

Note: Version bump only for package @​typescript-eslint/parser

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@typescript-eslint/parser&package-manager=npm_and_yarn&previous-version=5.13.0&new-version=5.14.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) ---
Dependabot commands and options
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)
Pull Request resolved: https://github.com/facebook/flipper/pull/3534 Reviewed By: antonk52 Differential Revision: D34867346 Pulled By: lblasa fbshipit-source-id: 79899a53b9a31fe8d726c2f4174ae6023debdd21 --- desktop/eslint-plugin-flipper/package.json | 2 +- desktop/package.json | 2 +- desktop/yarn.lock | 14 +++++++------- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/desktop/eslint-plugin-flipper/package.json b/desktop/eslint-plugin-flipper/package.json index bc0601d3b..e497aea55 100644 --- a/desktop/eslint-plugin-flipper/package.json +++ b/desktop/eslint-plugin-flipper/package.json @@ -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": {}, diff --git a/desktop/package.json b/desktop/package.json index 7689f5c93..162769ef0 100644 --- a/desktop/package.json +++ b/desktop/package.json @@ -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", diff --git a/desktop/yarn.lock b/desktop/yarn.lock index da55ce8a5..3eb051046 100644 --- a/desktop/yarn.lock +++ b/desktop/yarn.lock @@ -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":