Bump @typescript-eslint/parser from 5.22.0 to 5.31.0 in /frontend #319

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

Bumps @typescript-eslint/parser from 5.22.0 to 5.31.0.

Release notes

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

5.31.0 (2022-07-25)

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

5.30.7 (2022-07-18)

Bug Fixes

  • expose types supporting old versions of typescript (#5339) (4ba9bdb)

5.30.6 (2022-07-11)

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

5.30.5 (2022-07-04)

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

5.30.4 (2022-07-03)

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

5.30.3 (2022-07-01)

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

... (truncated)

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.22.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/parser</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/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.30.7...v5.31.0">5.31.0</a> (2022-07-25)</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.30.6...v5.30.7">5.30.7</a> (2022-07-18)</h2> <h3>Bug Fixes</h3> <ul> <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> </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/parser</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> <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.30.3...v5.30.4">5.30.4</a> (2022-07-03)</h2> <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.30.2...v5.30.3">5.30.3</a> (2022-07-01)</h2> <p><strong>Note:</strong> Version bump only for package <code>@​typescript-eslint/parser</code></p> <!-- 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/7ea14aee8b91b1622d7aea8a7f65aba9fe0839b0"><code>7ea14ae</code></a> chore(website): streamlined Getting Started docs (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser/issues/5248">#5248</a>)</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/4ba9bdb93f87e6bc370f13aa1de48f435abe3f88"><code>4ba9bdb</code></a> fix: expose types supporting old versions of typescript (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser/issues/5339">#5339</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/6fd476c32c4757cb9f4c442f0cd92875671eed30"><code>6fd476c</code></a> chore: publish v5.30.6</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/ea3ee8ef4d8bb01211be69ef5715ec203a347810"><code>ea3ee8e</code></a> chore: publish v5.30.5</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/11c821df674492acf88c45118583b6d712f38a87"><code>11c821d</code></a> chore: publish v5.30.4</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/75a86d9cc986b092dbc3c1eb93e076f244b074f0"><code>75a86d9</code></a> chore: publish v5.30.3</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/9ad925b3b91968038436b6e41b8d94b19dd66288"><code>9ad925b</code></a> chore: publish v5.30.2</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/c9a35f33acda74d7c89dfd77271cf09c3a434bed"><code>c9a35f3</code></a> chore: publish v5.30.1</li> <li>Additional commits viewable in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v5.31.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.22.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:16 +00:00 (Migrated from github.com)

Superseded by #326.

Superseded by #326.

Pull request closed

Sign in to join this conversation.
No description provided.