Bump @typescript-eslint/eslint-plugin from 5.23.0 to 5.37.0 in /frontend #411

Closed
dependabot[bot] wants to merge 1 commits from dependabot/npm_and_yarn/frontend/typescript-eslint/eslint-plugin-5.37.0 into main
dependabot[bot] commented 2022-09-13 09:53:03 +00:00 (Migrated from github.com)

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

Release notes

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

v5.37.0

5.37.0 (2022-09-12)

Bug Fixes

  • eslint-plugin: [strict-boolean-expressions] check all conditions in a logical operator chain (#5539) (77d76e2)
  • website: Use extended base rule name from file's meta (#5621) (7fd2f89)

Features

  • docs: always expanding collapsible sidebar menus under docs (#5608) (8176fb1)

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

... (truncated)

Changelog

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

5.37.0 (2022-09-12)

Bug Fixes

  • eslint-plugin: [strict-boolean-expressions] check all conditions in a logical operator chain (#5539) (77d76e2)

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)

5.36.1 (2022-08-30)

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

5.36.0 (2022-08-30)

Bug Fixes

Features

5.35.1 (2022-08-24)

... (truncated)

Commits
  • 1139728 chore: publish v5.37.0
  • 3918e08 docs: [no-parameter-properties] fix broken link (#5611)
  • 77d76e2 fix(eslint-plugin): [strict-boolean-expressions] check all conditions in a lo...
  • a87f269 chore: publish v5.36.2
  • 0d6a190 fix(eslint-plugin): [no-extra-parens] handle generic ts array type. (#5550)
  • 6634e86 docs(eslint-plugin): fix no-throw-literal options type (#5591)
  • 35bb8dd fix(scope-manager): correct handling for class static blocks (#5580)
  • 27b24e3 chore: publish v5.36.1
  • 4b37b9a chore: publish v5.36.0
  • 7a8afe2 fix(eslint-plugin): revert #5266 (#5564)
  • 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.37.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.37.0</h2> <h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.36.2...v5.37.0">5.37.0</a> (2022-09-12)</h1> <h3>Bug Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> [strict-boolean-expressions] check all conditions in a logical operator chain (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/5539">#5539</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/77d76e21cdc2e100c729c839c292e82ab7c554c5">77d76e2</a>)</li> <li><strong>website:</strong> Use extended base rule name from file's meta (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/5621">#5621</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/7fd2f89ae732ca12ec83fad278362032473ff3ca">7fd2f89</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>docs:</strong> always expanding collapsible sidebar menus under docs (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/5608">#5608</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/8176fb15299943cbf20385eb0ea7ba877e193285">8176fb1</a>)</li> </ul> <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> <!-- 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.36.2...v5.37.0">5.37.0</a> (2022-09-12)</h1> <h3>Bug Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> [strict-boolean-expressions] check all conditions in a logical operator chain (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/5539">#5539</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/77d76e21cdc2e100c729c839c292e82ab7c554c5">77d76e2</a>)</li> </ul> <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> </ul> <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/eslint-plugin</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> <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>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>)</li> </ul> <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> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/1139728db17cf70a5e830e7dbf98bcd58cb1cd95"><code>1139728</code></a> chore: publish v5.37.0</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/3918e08d846791ddeabe53a80fa4c62dee96b6c2"><code>3918e08</code></a> docs: [no-parameter-properties] fix broken link (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/5611">#5611</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/77d76e21cdc2e100c729c839c292e82ab7c554c5"><code>77d76e2</code></a> fix(eslint-plugin): [strict-boolean-expressions] check all conditions in a lo...</li> <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/0d6a190c56fb3489f9f554b9035a008e29cc08ec"><code>0d6a190</code></a> fix(eslint-plugin): [no-extra-parens] handle generic ts array type. (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/5550">#5550</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/6634e86c5696e08a93b164d34cf7d281f0496491"><code>6634e86</code></a> docs(eslint-plugin): fix no-throw-literal options type (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/5591">#5591</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/35bb8ddac1b46397f6447c1a6e1e4e1774dd7957"><code>35bb8dd</code></a> fix(scope-manager): correct handling for class static blocks (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/5580">#5580</a>)</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/7a8afe29039c6c80fe584acaf5d933424a4452a9"><code>7a8afe2</code></a> fix(eslint-plugin): revert <a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/5266">#5266</a> (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/5564">#5564</a>)</li> <li>Additional commits viewable in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v5.37.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.37.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>
administrator closed this pull request 2022-09-17 22:44:36 +00:00

Pull request closed

Sign in to join this conversation.
No description provided.