Bump @typescript-eslint/parser from 5.22.0 to 5.34.0 in /frontend #361

Closed
dependabot[bot] wants to merge 1 commits from dependabot/npm_and_yarn/frontend/typescript-eslint/parser-5.34.0 into main
dependabot[bot] commented 2022-08-23 09:42:19 +00:00 (Migrated from github.com)

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

Release notes

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

v5.34.0

5.34.0 (2022-08-22)

Bug Fixes

  • ast-spec: NewExpression argument can be SpreadElement now (#5422) (3ced62f)
  • eslint-plugin: [no-useless-constructor] handle parameter decorator (#5450) (864dbcf)
  • scope-manager: visit static blocks (#5489) (78745c2)

Features

  • eslint-plugin: [prefer-optional-chain] support suggesting !foo || !foo.bar as a valid match for the rule (#5266) (aca935c)
  • types: add unbound property in parser options (#5419) (e08a9dd)

v5.33.1

5.33.1 (2022-08-15)

Bug Fixes

  • missing placeholders in violation messages for no-unnecessary-type-constraint and no-unsafe-argument (and enable eslint-plugin/recommended rules internally) (#5453) (d023910)

v5.33.0

5.33.0 (2022-08-08)

Bug Fixes

  • eslint-plugin: [no-extra-parens] handle await with type assertion (#5428) (e03826f)
  • website: add explicit frontmatter description to rule docs (#5429) (63cba5f)

Features

  • eslint-plugin: [member-ordering] support static blocks (#5417) (5983e5a)
  • eslint-plugin: [prefer-as-const] adds support for class properties (#5413) (d2394f8)

v5.32.0

5.32.0 (2022-08-01)

Features

  • eslint-plugin: [no-use-before-define] add "allowNamedExports" option (#5397) (ad412cd)

v5.31.0

5.31.0 (2022-07-25)

... (truncated)

Changelog

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

5.34.0 (2022-08-22)

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

5.33.1 (2022-08-15)

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

5.33.0 (2022-08-08)

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

5.32.0 (2022-08-01)

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

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)

... (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.34.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.34.0</h2> <h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.33.1...v5.34.0">5.34.0</a> (2022-08-22)</h1> <h3>Bug Fixes</h3> <ul> <li><strong>ast-spec:</strong> NewExpression argument can be SpreadElement now (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/5422">#5422</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/3ced62fb8474ed377c1336ac3e855f0270ce9beb">3ced62f</a>)</li> <li><strong>eslint-plugin:</strong> [no-useless-constructor] handle parameter decorator (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/5450">#5450</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/864dbcfccba274fe1b26eac8aeeaf2a2355b5969">864dbcf</a>)</li> <li><strong>scope-manager:</strong> visit static blocks (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/5489">#5489</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/78745c2092064446837b5683892001030a8bb4e2">78745c2</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>eslint-plugin:</strong> [prefer-optional-chain] support suggesting <code>!foo || !foo.bar</code> as a valid match for the rule (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/5266">#5266</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/aca935c9696712d4aff18144c4690db4d6ba9bf9">aca935c</a>)</li> <li><strong>types:</strong> add unbound property in parser options (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/5419">#5419</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/e08a9dd79365c1b1f5d0145ab69377f7d45f8a4f">e08a9dd</a>)</li> </ul> <h2>v5.33.1</h2> <h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.33.0...v5.33.1">5.33.1</a> (2022-08-15)</h2> <h3>Bug Fixes</h3> <ul> <li>missing placeholders in violation messages for <code>no-unnecessary-type-constraint</code> and <code>no-unsafe-argument</code> (and enable <code>eslint-plugin/recommended</code> rules internally) (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/5453">#5453</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/d0239104f4dbffd2b5ecdb19e520c7d4b71962e0">d023910</a>)</li> </ul> <h2>v5.33.0</h2> <h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.32.0...v5.33.0">5.33.0</a> (2022-08-08)</h1> <h3>Bug Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> [no-extra-parens] handle await with type assertion (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/5428">#5428</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/e03826f08ce8bfdd6d6702025d975cfb7d867097">e03826f</a>)</li> <li><strong>website:</strong> add explicit frontmatter description to rule docs (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/5429">#5429</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/63cba5f4c1884e102927b3b14b18a00e96ac63a1">63cba5f</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>eslint-plugin:</strong> [member-ordering] support static blocks (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/5417">#5417</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/5983e5ab3bfb94fec782bea54a37457fe31db545">5983e5a</a>)</li> <li><strong>eslint-plugin:</strong> [prefer-as-const] adds support for class properties (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/5413">#5413</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/d2394f810960fda07b9c8affd47b769d16f4b8cb">d2394f8</a>)</li> </ul> <h2>v5.32.0</h2> <h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.31.0...v5.32.0">5.32.0</a> (2022-08-01)</h1> <h3>Features</h3> <ul> <li><strong>eslint-plugin:</strong> [no-use-before-define] add &quot;allowNamedExports&quot; option (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/5397">#5397</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/ad412cdd74dc5619fbe4bf27c0a5eb5c5a4b65ca">ad412cd</a>)</li> </ul> <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> <!-- 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.33.1...v5.34.0">5.34.0</a> (2022-08-22)</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.33.0...v5.33.1">5.33.1</a> (2022-08-15)</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.32.0...v5.33.0">5.33.0</a> (2022-08-08)</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.31.0...v5.32.0">5.32.0</a> (2022-08-01)</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.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> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/e41bc94ee93c5ead2dbd702578811ed0ddaf3b12"><code>e41bc94</code></a> chore: publish v5.34.0</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/a7672241cbb77af15c5c42d25ad90170928fc54c"><code>a767224</code></a> chore: publish v5.33.1</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/399b3b1263665288316be6faff759cf514e24b1b"><code>399b3b1</code></a> chore: publish v5.33.0</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/17dcf2742af64629844a08fecaaf52a583a5be2c"><code>17dcf27</code></a> chore: publish v5.32.0</li> <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>Additional commits viewable in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v5.34.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.34.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-25 09:27:01 +00:00 (Migrated from github.com)

Superseded by #370.

Superseded by #370.

Pull request closed

Sign in to join this conversation.
No description provided.