Skip to content

Commit b5859c2

Browse files
chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.39.0 to 5.40.0 (#265)
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.39.0 to 5.40.0. <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.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> </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> <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> </blockquote> </details> <details> <summary>Commits</summary> <ul> <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>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v5.40.0/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.39.0&new-version=5.40.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> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4e6a691 commit b5859c2

File tree

1 file changed

+121
-284
lines changed

1 file changed

+121
-284
lines changed

0 commit comments

Comments
 (0)