Bump @typescript-eslint/parser from 5.38.0 to 5.40.1 #39

Closed
dependabot[bot] wants to merge 1 commit from dependabot/npm_and_yarn/typescript-eslint/parser-5.40.1 into master
dependabot[bot] commented 2022-10-24 05:37:05 +00:00 (Migrated from github.com)

Bumps @typescript-eslint/parser from 5.38.0 to 5.40.1.

Release notes

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

v5.40.1

5.40.1 (2022-10-17)

Bug Fixes

  • eslint-plugin: Skip missing 'rest' tuple type arguments in no-misused-promises (#5809) (c5beaa2), closes #5807
  • utils: add missing dependency on @types/semver (#5825) (17b8879)

v5.40.0

5.40.0 (2022-10-10)

Bug Fixes

  • eslint-plugin: [consistent-indexed-object-style] handle interface generic (#5746) (7a8a0a3)
  • eslint-plugin: [no-unnecessary-condition] handle void (#5766) (ac8f06b)

Features

  • eslint-plugin: Check 'rest' parameters in no-misused-promises (#5731) (6477f38), closes #4015
  • utils: add dependency constraint filtering for RuleTester (#5750) (121f4c0)
  • website: store options TypeScript, Enable jsx and AST Viewer in browser's local storage (#5769) (77d2336)

v5.39.0

5.39.0 (2022-10-03)

Features

  • eslint-plugin: [no-invalid-void-type] allow using void as a default type for a generic argument if allowInGenericTypeArguments is specified (#5671) (bb46ef0)

v5.38.1

5.38.1 (2022-09-26)

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

Changelog

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

5.40.1 (2022-10-17)

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

5.40.0 (2022-10-10)

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

5.39.0 (2022-10-03)

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

5.38.1 (2022-09-26)

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)
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.38.0 to 5.40.1. <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.40.1</h2> <h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.40.0...v5.40.1">5.40.1</a> (2022-10-17)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> Skip missing 'rest' tuple type arguments in no-misused-promises (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/5809">#5809</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/c5beaa2ea340985211ca5c12821842c54f5170f0">c5beaa2</a>), closes <a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/5807">#5807</a></li> <li><strong>utils:</strong> add missing dependency on <code>@types/semver</code> (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/5825">#5825</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/17b887933a0640d6fe843622e0520c0315144bb7">17b8879</a>)</li> </ul> <h2>v5.40.0</h2> <h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.39.0...v5.40.0">5.40.0</a> (2022-10-10)</h1> <h3>Bug Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> [consistent-indexed-object-style] handle interface generic (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/5746">#5746</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/7a8a0a3c500ca726d2ab3bee0ae9f3fb9d8d39b8">7a8a0a3</a>)</li> <li><strong>eslint-plugin:</strong> [no-unnecessary-condition] handle void (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/5766">#5766</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/ac8f06b68dca7666bfb78fb38d6ccc07f676e435">ac8f06b</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>eslint-plugin:</strong> Check 'rest' parameters in no-misused-promises (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/5731">#5731</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/6477f3855627cc257edc021b859711d4a5847a12">6477f38</a>), closes <a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/4015">#4015</a></li> <li><strong>utils:</strong> add dependency constraint filtering for <code>RuleTester</code> (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/5750">#5750</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/121f4c0e7252def95d917e4734e933e53e29d501">121f4c0</a>)</li> <li><strong>website:</strong> store options TypeScript, Enable jsx and AST Viewer in browser's local storage (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/5769">#5769</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/77d2336594ca10b47c0f7978ae64f87d24a25d33">77d2336</a>)</li> </ul> <h2>v5.39.0</h2> <h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.38.1...v5.39.0">5.39.0</a> (2022-10-03)</h1> <h3>Features</h3> <ul> <li><strong>eslint-plugin:</strong> [no-invalid-void-type] allow using void as a default type for a generic argument if <code>allowInGenericTypeArguments</code> is specified (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/5671">#5671</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/bb46ef0817fe03ef71f8e0f3df0cf96bc355e068">bb46ef0</a>)</li> </ul> <h2>v5.38.1</h2> <h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.38.0...v5.38.1">5.38.1</a> (2022-09-26)</h2> <p><strong>Note:</strong> Version bump only for package <code>@​typescript-eslint/typescript-eslint</code></p> </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> <h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.40.0...v5.40.1">5.40.1</a> (2022-10-17)</h2> <p><strong>Note:</strong> Version bump only for package <code>@​typescript-eslint/parser</code></p> <h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.39.0...v5.40.0">5.40.0</a> (2022-10-10)</h1> <p><strong>Note:</strong> Version bump only for package <code>@​typescript-eslint/parser</code></p> <h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.38.1...v5.39.0">5.39.0</a> (2022-10-03)</h1> <p><strong>Note:</strong> Version bump only for package <code>@​typescript-eslint/parser</code></p> <h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.38.0...v5.38.1">5.38.1</a> (2022-09-26)</h2> <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/0be356bae50156ba159c70d570b030e6d94afcb1"><code>0be356b</code></a> chore: publish v5.40.1</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/56f89d622765c96cab768566e01195272b4f121f"><code>56f89d6</code></a> chore: nx migrate latest (14.8.4) (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser/issues/5798">#5798</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/6ac0aa7ef4506031687b92240f5cbdd13f568917"><code>6ac0aa7</code></a> chore: publish v5.40.0</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/ac6ccda4e90cea2b16520f544b0999186b21d5d0"><code>ac6ccda</code></a> chore: remove erroneous project reference from parser to utils (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser/issues/5801">#5801</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/556b71f3b77f85bdb3d5f454e922c26f2ed1b6a8"><code>556b71f</code></a> chore: publish v5.39.0</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/84e316be33dac5302bd0367c4d1960bef40c484d"><code>84e316b</code></a> chore: publish v5.38.1</li> <li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v5.40.1/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.38.0&new-version=5.40.1)](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>
dependabot[bot] commented 2022-10-24 07:49:45 +00:00 (Migrated from github.com)

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting `@dependabot ignore this major version` or `@dependabot ignore this minor version`. If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

Pull request closed

Sign in to join this conversation.
No description provided.