Bump @typescript-eslint/eslint-plugin from 5.23.0 to 5.31.0 in /frontend #320

Closed
dependabot[bot] wants to merge 1 commits from dependabot/npm_and_yarn/frontend/typescript-eslint/eslint-plugin-5.31.0 into main
dependabot[bot] commented 2022-07-26 10:13:35 +00:00 (Migrated from github.com)

Bumps @typescript-eslint/eslint-plugin from 5.23.0 to 5.31.0.

Release notes

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

v5.31.0

5.31.0 (2022-07-25)

Bug Fixes

  • eslint-plugin: [typedef] Support nested array destructuring with type annotation (#5311) (6d19efe)
  • scope-manager: handle typeParameters of TSInstantiationExpression (#5355) (2595ccf)

Features

  • eslint-plugin: [consistent-generic-ctors] check class field declaration (#5288) (48f996e)
  • eslint-plugin: [prefer-nullish-coalescing] add ignoreTernaryTests option (#4965) (f82727f)

v5.30.7

5.30.7 (2022-07-18)

Bug Fixes

  • eslint-plugin: [no-inferrable] fix optional param to valid code (#5342) (98f6d5e)
  • eslint-plugin: [no-unused-vars] highlight last write reference (#5267) (c3f199a)
  • expose types supporting old versions of typescript (#5339) (4ba9bdb)
  • scope-manager: allow visiting of constraint in infer type (#5331) (b2846a1)

v5.30.6

5.30.6 (2022-07-11)

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

v5.30.5

5.30.5 (2022-07-04)

Bug Fixes

  • eslint-plugin: [consistent-indexed-object-style] fix record mode fixer for generics with a default value (#5280) (57f032c)
  • eslint-plugin: [no-base-to-string] add missing apostrophe to message (#5270) (d320174)

v5.30.0

5.30.0 (2022-06-27)

Features

  • eslint-plugin: [no-shadow] add shadowed variable location to the error message (#5183) (8ca08e9)

... (truncated)

Changelog

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

5.31.0 (2022-07-25)

Bug Fixes

  • eslint-plugin: [typedef] Support nested array destructuring with type annotation (#5311) (6d19efe)
  • scope-manager: handle typeParameters of TSInstantiationExpression (#5355) (2595ccf)

Features

  • eslint-plugin: [consistent-generic-ctors] check class field declaration (#5288) (48f996e)
  • eslint-plugin: [prefer-nullish-coalescing] add ignoreTernaryTests option (#4965) (f82727f)

5.30.7 (2022-07-18)

Bug Fixes

  • eslint-plugin: [no-inferrable] fix optional param to valid code (#5342) (98f6d5e)
  • eslint-plugin: [no-unused-vars] highlight last write reference (#5267) (c3f199a)

5.30.6 (2022-07-11)

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

5.30.5 (2022-07-04)

Bug Fixes

  • eslint-plugin: [consistent-indexed-object-style] fix record mode fixer for generics with a default value (#5280) (57f032c)

5.30.4 (2022-07-03)

... (truncated)

Commits
  • 3983d84 chore: publish v5.31.0
  • f82727f feat(eslint-plugin): [prefer-nullish-coalescing] add ignoreTernaryTests optio...
  • 8c1a662 chore(website): generate rule docs h1 and description automatically (#5249)
  • 2595ccf fix(scope-manager): handle typeParameters of TSInstantiationExpression (#5355)
  • 7ea14ae chore(website): streamlined Getting Started docs (#5248)
  • 6d19efe fix(eslint-plugin): [typedef] Support nested array destructuring with type an...
  • 48f996e feat(eslint-plugin): [consistent-generic-ctors] check class field declaration...
  • 557ce04 chore: publish v5.30.7
  • 98f6d5e fix(eslint-plugin): [no-inferrable] fix optional param to valid code (#5342)
  • 9ed8fe3 docs(eslint-plugin): [comma-dangle] fix incorrect section heading (#5320)
  • 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.23.0 to 5.31.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.31.0</h2> <h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.30.7...v5.31.0">5.31.0</a> (2022-07-25)</h1> <h3>Bug Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> [typedef] Support nested array destructuring with type annotation (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/5311">#5311</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/6d19efed16d1cf0357ad363b6373d2021c49a8c8">6d19efe</a>)</li> <li><strong>scope-manager:</strong> handle typeParameters of TSInstantiationExpression (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/5355">#5355</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/2595ccf67cd5158edbd6bebd9ac2dbd8bbd8b99c">2595ccf</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>eslint-plugin:</strong> [consistent-generic-ctors] check class field declaration (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/5288">#5288</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/48f996e8dda79c9c865e8ca6552069902836648b">48f996e</a>)</li> <li><strong>eslint-plugin:</strong> [prefer-nullish-coalescing] add ignoreTernaryTests option (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/4965">#4965</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/f82727ffeb97475c07773ca1d1e5b9609fcc5e68">f82727f</a>)</li> </ul> <h2>v5.30.7</h2> <h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.30.6...v5.30.7">5.30.7</a> (2022-07-18)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> [no-inferrable] fix optional param to valid code (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/5342">#5342</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/98f6d5e6d08d1eb9789da52a15f337f5f53438bd">98f6d5e</a>)</li> <li><strong>eslint-plugin:</strong> [no-unused-vars] highlight last write reference (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/5267">#5267</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/c3f199a65a16aa72f5bb83e81a1ce0ffb5f69772">c3f199a</a>)</li> <li>expose types supporting old versions of typescript (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/5339">#5339</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/4ba9bdb93f87e6bc370f13aa1de48f435abe3f88">4ba9bdb</a>)</li> <li><strong>scope-manager:</strong> allow visiting of constraint in infer type (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/5331">#5331</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/b2846a16777a3aea7b1e6ac9d81b9b6dce0bb874">b2846a1</a>)</li> </ul> <h2>v5.30.6</h2> <h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.30.5...v5.30.6">5.30.6</a> (2022-07-11)</h2> <p><strong>Note:</strong> Version bump only for package <code>@​typescript-eslint/typescript-eslint</code></p> <h2>v5.30.5</h2> <h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.30.0...v5.30.5">5.30.5</a> (2022-07-04)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> [consistent-indexed-object-style] fix record mode fixer for generics with a default value (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/5280">#5280</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/57f032c2e6a822c049177713778d0077ee138d9a">57f032c</a>)</li> <li><strong>eslint-plugin:</strong> [no-base-to-string] add missing apostrophe to message (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/5270">#5270</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/58034e343a167ca7751b54d2b2a0e7d3852aabec">d320174</a>)</li> </ul> <h2>v5.30.0</h2> <h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.29.0...v5.30.0">5.30.0</a> (2022-06-27)</h1> <h3>Features</h3> <ul> <li><strong>eslint-plugin:</strong> [no-shadow] add shadowed variable location to the error message (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/5183">#5183</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/8ca08e9f18d59b29715c667fbb7d237f6e9a96ba">8ca08e9</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </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.30.7...v5.31.0">5.31.0</a> (2022-07-25)</h1> <h3>Bug Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> [typedef] Support nested array destructuring with type annotation (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/5311">#5311</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/6d19efed16d1cf0357ad363b6373d2021c49a8c8">6d19efe</a>)</li> <li><strong>scope-manager:</strong> handle typeParameters of TSInstantiationExpression (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/5355">#5355</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/2595ccf67cd5158edbd6bebd9ac2dbd8bbd8b99c">2595ccf</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>eslint-plugin:</strong> [consistent-generic-ctors] check class field declaration (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/5288">#5288</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/48f996e8dda79c9c865e8ca6552069902836648b">48f996e</a>)</li> <li><strong>eslint-plugin:</strong> [prefer-nullish-coalescing] add ignoreTernaryTests option (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/4965">#4965</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/f82727ffeb97475c07773ca1d1e5b9609fcc5e68">f82727f</a>)</li> </ul> <h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.30.6...v5.30.7">5.30.7</a> (2022-07-18)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> [no-inferrable] fix optional param to valid code (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/5342">#5342</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/98f6d5e6d08d1eb9789da52a15f337f5f53438bd">98f6d5e</a>)</li> <li><strong>eslint-plugin:</strong> [no-unused-vars] highlight last write reference (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/5267">#5267</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/c3f199a65a16aa72f5bb83e81a1ce0ffb5f69772">c3f199a</a>)</li> </ul> <h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.30.5...v5.30.6">5.30.6</a> (2022-07-11)</h2> <p><strong>Note:</strong> Version bump only for package <code>@​typescript-eslint/eslint-plugin</code></p> <h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.30.4...v5.30.5">5.30.5</a> (2022-07-04)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> [consistent-indexed-object-style] fix record mode fixer for generics with a default value (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/5280">#5280</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/57f032c2e6a822c049177713778d0077ee138d9a">57f032c</a>)</li> </ul> <h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.30.3...v5.30.4">5.30.4</a> (2022-07-03)</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/3983d84bb6affc3d14658380491ed74c0692fb0f"><code>3983d84</code></a> chore: publish v5.31.0</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/f82727ffeb97475c07773ca1d1e5b9609fcc5e68"><code>f82727f</code></a> feat(eslint-plugin): [prefer-nullish-coalescing] add ignoreTernaryTests optio...</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/8c1a662343e1144a97c415a2461b4296dde06662"><code>8c1a662</code></a> chore(website): generate rule docs h1 and description automatically (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/5249">#5249</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/2595ccf67cd5158edbd6bebd9ac2dbd8bbd8b99c"><code>2595ccf</code></a> fix(scope-manager): handle typeParameters of TSInstantiationExpression (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/5355">#5355</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/7ea14aee8b91b1622d7aea8a7f65aba9fe0839b0"><code>7ea14ae</code></a> chore(website): streamlined Getting Started docs (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/5248">#5248</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/6d19efed16d1cf0357ad363b6373d2021c49a8c8"><code>6d19efe</code></a> fix(eslint-plugin): [typedef] Support nested array destructuring with type an...</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/48f996e8dda79c9c865e8ca6552069902836648b"><code>48f996e</code></a> feat(eslint-plugin): [consistent-generic-ctors] check class field declaration...</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/557ce041be53443a35a933549fe38660a9a770c5"><code>557ce04</code></a> chore: publish v5.30.7</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/98f6d5e6d08d1eb9789da52a15f337f5f53438bd"><code>98f6d5e</code></a> fix(eslint-plugin): [no-inferrable] fix optional param to valid code (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/5342">#5342</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/9ed8fe34e14d930ab18e1bce775e7a27f8698ab8"><code>9ed8fe3</code></a> docs(eslint-plugin): [comma-dangle] fix incorrect section heading (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/5320">#5320</a>)</li> <li>Additional commits viewable in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v5.31.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.23.0&new-version=5.31.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>
dependabot[bot] commented 2022-08-02 09:50:38 +00:00 (Migrated from github.com)

Superseded by #327.

Superseded by #327.

Pull request closed

Sign in to join this conversation.
No description provided.