Bump @typescript-eslint/eslint-plugin from 5.38.0 to 5.40.1 #40

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

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

Release notes

Sourced from @​typescript-eslint/eslint-plugin'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/eslint-plugin's changelog.

5.40.1 (2022-10-17)

Bug Fixes

  • eslint-plugin: Skip missing 'rest' tuple type arguments in no-misused-promises (#5809) (c5beaa2), closes #5807

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)

5.39.0 (2022-10-03)

Features

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

5.38.1 (2022-09-26)

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

Commits
  • 0be356b chore: publish v5.40.1
  • 56f89d6 chore: nx migrate latest (14.8.4) (#5798)
  • c5beaa2 fix(eslint-plugin): Skip missing 'rest' tuple type arguments in no-misused-pr...
  • 6ac0aa7 chore: publish v5.40.0
  • 121f4c0 feat(utils): add dependency constraint filtering for RuleTester (#5750)
  • 6477f38 feat(eslint-plugin): Check 'rest' parameters in no-misused-promises (#5731)
  • ac8f06b fix(eslint-plugin): [no-unnecessary-condition] handle void (#5766)
  • 7a8a0a3 fix(eslint-plugin): [consistent-indexed-object-style] handle interface generi...
  • f373fac chore(eslint-plugin): enhance many rule descriptions (#5696)
  • 2d1e034 chore(eslint-plugin): comma-spacing meta.type should be layout, not suggestio...
  • Additional commits viewable in compare view

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/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) 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/eslint-plugin</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/eslint-plugin/CHANGELOG.md"><code>@​typescript-eslint/eslint-plugin</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> <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> </ul> <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> </ul> <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> allow using void as a default type for a generic argument if allowInGenericTypeArguments 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><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/eslint-plugin</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/eslint-plugin/issues/5798">#5798</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/c5beaa2ea340985211ca5c12821842c54f5170f0"><code>c5beaa2</code></a> fix(eslint-plugin): Skip missing 'rest' tuple type arguments in no-misused-pr...</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/121f4c0e7252def95d917e4734e933e53e29d501"><code>121f4c0</code></a> feat(utils): add dependency constraint filtering for <code>RuleTester</code> (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/5750">#5750</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/6477f3855627cc257edc021b859711d4a5847a12"><code>6477f38</code></a> feat(eslint-plugin): Check 'rest' parameters in no-misused-promises (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/5731">#5731</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/ac8f06b68dca7666bfb78fb38d6ccc07f676e435"><code>ac8f06b</code></a> fix(eslint-plugin): [no-unnecessary-condition] handle void (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/5766">#5766</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/7a8a0a3c500ca726d2ab3bee0ae9f3fb9d8d39b8"><code>7a8a0a3</code></a> fix(eslint-plugin): [consistent-indexed-object-style] handle interface generi...</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/f373fac1dd0150273d98cee5bed606bbd3f55e4b"><code>f373fac</code></a> chore(eslint-plugin): enhance many rule descriptions (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/5696">#5696</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/2d1e0347543215b7dfda82c82e4c13289ba0947e"><code>2d1e034</code></a> chore(eslint-plugin): comma-spacing meta.type should be layout, not suggestio...</li> <li>Additional commits viewable in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v5.40.1/packages/eslint-plugin">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@typescript-eslint/eslint-plugin&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:39 +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.