Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump @typescript-eslint/parser from 5.13.0 to 5.14.0 in /js/js-flipper #3529

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 14, 2022

Bumps @typescript-eslint/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

  • eslint-plugin: [naming-convention] cover case that requires quotes (#4582) (3ea0947)
  • eslint-plugin: [no-misused-promises] factor thenable returning function overload signatures (#4620) (56a09e9)
  • eslint-plugin: [prefer-readonly-parameter-types] handle class sharp private field and member without throwing error (#4343) (a65713a)
  • eslint-plugin: [return-await] correct autofixer in binary expression (#4401) (5fa2fad)

Features

  • eslint-plugin: [no-misused-promises] add granular options within checksVoidReturns (#4623) (1085177)
  • TypeScript 4.6 (#4615) (a02c63a)
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

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 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 14, 2022
@facebook-github-bot facebook-github-bot added the CLA Signed Do not delete this pull request or issue due to inactivity. label Mar 14, 2022
@coveralls
Copy link

coveralls commented Mar 14, 2022

Pull Request Test Coverage Report for Build 1982215494

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 50.171%

Totals Coverage Status
Change from base Build 1982209718: 0.0%
Covered Lines: 7618
Relevant Lines: 13729

💛 - Coveralls

@facebook-github-bot
Copy link
Contributor

@lblasa has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.

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](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.14.0/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/js/js-flipper/typescript-eslint/parser-5.14.0 branch from 3ca24f9 to c2579d7 Compare March 14, 2022 17:43
@facebook-github-bot
Copy link
Contributor

@dependabot[bot] has updated the pull request. You must reimport the pull request before landing.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 15, 2022

Superseded by #3539.

@dependabot dependabot bot closed this Mar 15, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/js/js-flipper/typescript-eslint/parser-5.14.0 branch March 15, 2022 09:47
@facebook-github-bot
Copy link
Contributor

@lblasa has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.

facebook-github-bot pushed a commit that referenced this pull request Mar 15, 2022
#3529)

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="https://github.com/typescript-eslint/typescript-eslint/commit/3ea09477debec9f1593e4d3857e153570b488f4d">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="https://github.com/typescript-eslint/typescript-eslint/commit/56a09e98f171662d25ae2692be703a8bbbd3a3a5">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="https://github.com/typescript-eslint/typescript-eslint/commit/a65713ae138e56555d01a9e8e5179221a2f39e75">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="https://github.com/typescript-eslint/typescript-eslint/commit/5fa2fade385cc526a962212b94410c58e4c31078">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="https://github.com/typescript-eslint/typescript-eslint/commit/10851772696f982b585e0dade728f7980fdc6cc0">1085177</a>)</li>
<li>TypeScript 4.6 (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/4615">#4615</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/a02c63a264e5a6c3557468a8eff48d34ca2b718a">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="https://github.com/typescript-eslint/typescript-eslint/commit/9752382d4c20288777131b5ee8c3ebc9c1eac711"><code>9752382</code></a> chore: publish v5.14.0</li>
<li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/fa381f349c482e257edc0dc7197e85cb202c9295"><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 />

[![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)

 ---

<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: #3529

Reviewed By: mweststrate

Differential Revision: D34867448

Pulled By: lblasa

fbshipit-source-id: 7ff070bf68020b3aebeadfa0eee8d6da07883ba3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed Do not delete this pull request or issue due to inactivity. dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants