From 45ce538c8dd6b448388a01e2ed4fa398956e5e20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Aug 2021 04:36:41 -0700 Subject: [PATCH] Bump @babel/eslint-parser from 7.14.9 to 7.15.0 in /desktop (#2699) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Summary: Bumps [babel/eslint-parser](https://github.com/babel/babel/tree/HEAD/eslint/babel-eslint-parser) from 7.14.9 to 7.15.0.
Release notes

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

v7.15.0 (2021-08-04)

Thanks @​a-tarasyuk and @​gausie for your first PRs!

:eyeglasses: Spec Compliance

:rocket: New Feature

:bug: Bug Fix

:memo: Documentation

Committers: 10

... (truncated)

Changelog

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

v7.15.0 (2021-08-04)

:eyeglasses: Spec Compliance

:rocket: New Feature

:bug: Bug Fix

:memo: Documentation

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@babel/eslint-parser&package-manager=npm_and_yarn&previous-version=7.14.9&new-version=7.15.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/2699 Reviewed By: timur-valiev Differential Revision: D30372352 Pulled By: passy fbshipit-source-id: 9f259b7eb784954349a224edd0b75a59934d2553 --- desktop/package.json | 2 +- desktop/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/desktop/package.json b/desktop/package.json index 33802b3fd..87a5d7bb4 100644 --- a/desktop/package.json +++ b/desktop/package.json @@ -69,7 +69,7 @@ "devDependencies": { "@adobe/node-fetch-retry": "^1.1.1", "@babel/code-frame": "^7.14.5", - "@babel/eslint-parser": "^7.14.9", + "@babel/eslint-parser": "^7.15.0", "@jest-runner/electron": "^3.0.1", "@testing-library/dom": "^8.1.0", "@testing-library/react": "^12.0.0", diff --git a/desktop/yarn.lock b/desktop/yarn.lock index 272b60c77..5f4195661 100644 --- a/desktop/yarn.lock +++ b/desktop/yarn.lock @@ -323,10 +323,10 @@ semver "^6.3.0" source-map "^0.5.0" -"@babel/eslint-parser@^7.14.9": - version "7.14.9" - resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.14.9.tgz#b2cfaf67cc7f7a9b475d3ee9b166755ffd44e086" - integrity sha512-W3En2CT6iOZJ+jEujLlwL2h/Jraj6S/IHrh63nV+TfX83DYe9pI4pcu0Luj6/hJ2kIr/3hOttxzaEsSQnUKx+w== +"@babel/eslint-parser@^7.15.0": + version "7.15.0" + resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.15.0.tgz#b54f06e04d0e93aebcba99f89251e3bf0ee39f21" + integrity sha512-+gSPtjSBxOZz4Uh8Ggqu7HbfpB8cT1LwW0DnVVLZEJvzXauiD0Di3zszcBkRmfGGrLdYeHUwcflG7i3tr9kQlw== dependencies: eslint-scope "^5.1.1" eslint-visitor-keys "^2.1.0"