Bump @typescript-eslint/eslint-plugin from 5.23.0 to 5.36.0 in /frontend #382

Closed
dependabot[bot] wants to merge 1 commits from dependabot/npm_and_yarn/frontend/typescript-eslint/eslint-plugin-5.36.0 into main
dependabot[bot] commented 2022-08-30 10:04:38 +00:00 (Migrated from github.com)

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

Release notes

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

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)

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

... (truncated)

Changelog

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

5.36.0 (2022-08-30)

Bug Fixes

Features

5.35.1 (2022-08-24)

Bug Fixes

  • eslint-plugin: correct rule schemas to pass ajv validation (#5531) (dbf8b56)

5.35.0 (2022-08-24)

Features

  • eslint-plugin: [explicit-member-accessibility] suggest adding explicit accessibility specifiers (#5492) (0edb94a)

5.34.0 (2022-08-22)

Bug Fixes

  • eslint-plugin: [no-useless-constructor] handle parameter decorator (#5450) (864dbcf)

Features

  • eslint-plugin: [prefer-optional-chain] support suggesting !foo || !foo.bar as a valid match for the rule (#5266) (aca935c)

... (truncated)

Commits
  • 4b37b9a chore: publish v5.36.0
  • 7a8afe2 fix(eslint-plugin): revert #5266 (#5564)
  • 81450ed feat: support TypeScript 4.8 (#5551)
  • 39829c0 docs: Fix links to getting started in README.md (#5546)
  • 4483a4b chore(utils): use Extract generic for ast-utils' predicates' helper fun...
  • cb43b4a chore: publish v5.35.1
  • dbf8b56 fix(eslint-plugin): correct rule schemas to pass ajv validation (#5531)
  • 96b6639 chore: publish v5.35.0
  • 0edb94a feat(eslint-plugin): [explicit-member-accessibility] suggest adding explicit ...
  • 4a805d5 chore(eslint-plugin): use defs, not definitions, in rule schemas (#5534)
  • 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.36.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.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> <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> <!-- 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.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> <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> </ul> <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> <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> </ul> <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>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> </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> </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/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><a href="https://github.com/typescript-eslint/typescript-eslint/commit/81450ed7eaede74b384e9a91a84e9b4d34513866"><code>81450ed</code></a> feat: support TypeScript 4.8 (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/5551">#5551</a>)</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/eslint-plugin/issues/5546">#5546</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/4483a4be714605d2290b7b175f7c7377376c2a66"><code>4483a4b</code></a> chore(utils): use <code>Extract</code> generic for <code>ast-utils</code>' <code>predicates</code>' helper fun...</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/dbf8b569dbada29e4a295d6c265976e55de1b2aa"><code>dbf8b56</code></a> fix(eslint-plugin): correct rule schemas to pass ajv validation (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/5531">#5531</a>)</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/0edb94aee55e1ec6afa7f46f99a9b308bbb66301"><code>0edb94a</code></a> feat(eslint-plugin): [explicit-member-accessibility] suggest adding explicit ...</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/4a805d594e1c82255427b5e4b96ccc72bfdcdd68"><code>4a805d5</code></a> chore(eslint-plugin): use defs, not definitions, in rule schemas (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/5534">#5534</a>)</li> <li>Additional commits viewable in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v5.36.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.36.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-31 09:38:30 +00:00 (Migrated from github.com)

Superseded by #384.

Superseded by #384.

Pull request closed

Sign in to join this conversation.
No description provided.