Bump @typescript-eslint/parser from 5.22.0 to 5.36.2 in /frontend #396

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

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

Release notes

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

v5.36.2

5.36.2 (2022-09-05)

Bug Fixes

  • eslint-plugin: [no-extra-parens] handle generic ts array type. (#5550) (0d6a190)
  • scope-manager: correct handling for class static blocks (#5580) (35bb8dd)
  • typescript-estree: don't double add decorators to a parameter property's parameter (#5582) (863694c)

v5.36.1

5.36.1 (2022-08-30)

Bug Fixes

  • typescript-estree: fix decorator regression for pre TS4.8 (#5574) (a603015)

v5.36.0

5.36.0 (2022-08-30)

This release includes full support for TS 4.8

Bug Fixes

Features

v5.35.1

5.35.1 (2022-08-24)

Features

  • eslint-plugin: [explicit-member-accessibility] suggest adding explicit accessibility specifiers (#5492) (0edb94a)
  • 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)

Bug Fixes

  • eslint-plugin: correct rule schemas to pass ajv validation (#5531) (dbf8b56)
  • 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)

... (truncated)

Changelog

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

5.36.2 (2022-09-05)

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

5.36.1 (2022-08-30)

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

5.36.0 (2022-08-30)

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

5.35.1 (2022-08-24)

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

5.35.0 (2022-08-24)

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

5.34.0 (2022-08-22)

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

5.33.1 (2022-08-15)

... (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.36.2. <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.36.2</h2> <h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.36.1...v5.36.2">5.36.2</a> (2022-09-05)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> [no-extra-parens] handle generic ts array type. (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/5550">#5550</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/0d6a190c56fb3489f9f554b9035a008e29cc08ec">0d6a190</a>)</li> <li><strong>scope-manager:</strong> correct handling for class static blocks (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/5580">#5580</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/35bb8ddac1b46397f6447c1a6e1e4e1774dd7957">35bb8dd</a>)</li> <li><strong>typescript-estree:</strong> don't double add decorators to a parameter property's parameter (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/5582">#5582</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/863694cbc71b5158ca6a018de8707c9f9fbc22c3">863694c</a>)</li> </ul> <h2>v5.36.1</h2> <h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.36.0...v5.36.1">5.36.1</a> (2022-08-30)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>typescript-estree:</strong> fix decorator regression for pre TS4.8 (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/5574">#5574</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/a603015c93a6ea96d500c57bec1e284340141b1f">a603015</a>)</li> </ul> <h2>v5.36.0</h2> <h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.35.1...v5.36.0">5.36.0</a> (2022-08-30)</h1> <h2>This release includes full support for TS 4.8</h2> <h3>Bug Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> revert <a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/5266">#5266</a> (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/5564">#5564</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/7a8afe29039c6c80fe584acaf5d933424a4452a9">7a8afe2</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>support TypeScript 4.8 (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/5551">#5551</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/81450ed7eaede74b384e9a91a84e9b4d34513866">81450ed</a>)</strong></li> </ul> <h2>v5.35.1</h2> <h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.33.1...v5.35.1">5.35.1</a> (2022-08-24)</h1> <h3>Features</h3> <ul> <li><strong>eslint-plugin:</strong> [explicit-member-accessibility] suggest adding explicit accessibility specifiers (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/5492">#5492</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/0edb94aee55e1ec6afa7f46f99a9b308bbb66301">0edb94a</a>)</li> <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> <h3>Bug Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> correct rule schemas to pass ajv validation (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/5531">#5531</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/dbf8b569dbada29e4a295d6c265976e55de1b2aa">dbf8b56</a>)</li> <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> <!-- 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> <h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.36.1...v5.36.2">5.36.2</a> (2022-09-05)</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.36.0...v5.36.1">5.36.1</a> (2022-08-30)</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.35.1...v5.36.0">5.36.0</a> (2022-08-30)</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.35.0...v5.35.1">5.35.1</a> (2022-08-24)</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.34.0...v5.35.0">5.35.0</a> (2022-08-24)</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.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> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/a87f2699bbfa4adb9d97bde94683ec561aa629bc"><code>a87f269</code></a> chore: publish v5.36.2</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/27b24e3dcb9b74a1a0f2a3c04b123a2da36ba034"><code>27b24e3</code></a> chore: publish v5.36.1</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/4b37b9a99b6068c756d4ba98f0f7592345c11282"><code>4b37b9a</code></a> chore: publish v5.36.0</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/39829c01906f326fec94e9b3a5fdb1730eb02002"><code>39829c0</code></a> docs: Fix links to getting started in README.md (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser/issues/5546">#5546</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/cb43b4a19dcb967c3342dc8e677e57097b76d888"><code>cb43b4a</code></a> chore: publish v5.35.1</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/96b6639c8d6c0963eaaf8d7df88057ceec44aedd"><code>96b6639</code></a> chore: publish v5.35.0</li> <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>Additional commits viewable in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v5.36.2/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.36.2)](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-09-13 09:52:21 +00:00 (Migrated from github.com)

Superseded by #410.

Superseded by #410.

Pull request closed

Sign in to join this conversation.
No description provided.