Bump @typescript-eslint/eslint-plugin from 5.23.0 to 5.34.0 in /frontend #366

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

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

Release notes

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

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)

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)

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)

5.32.0 (2022-08-01)

Features

... (truncated)

Commits
  • e41bc94 chore: publish v5.34.0
  • aca935c feat(eslint-plugin): [prefer-optional-chain] support suggesting `!foo || !foo...
  • 81f3ffc chore(website): generate rule docs options automatically (#5386)
  • faaac27 chore: bump Prettier to 2.7 (#5491)
  • 68c937e chore: update eslint-plugin-eslint-plugin to 5.0.5 (#5493)
  • a28e0ef chore(eslint-plugin): stop linting rule output formatting in tests (#5379)
  • 864dbcf fix(eslint-plugin): [no-useless-constructor] handle parameter decorator (#5450)
  • a767224 chore: publish v5.33.1
  • dc54196 docs: no-duplicate-enum-values missing comma (#5466)
  • d023910 fix: missing placeholders in violation messages for `no-unnecessary-type-cons...
  • 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.34.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.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/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.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> <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> <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> <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> <!-- 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/aca935c9696712d4aff18144c4690db4d6ba9bf9"><code>aca935c</code></a> feat(eslint-plugin): [prefer-optional-chain] support suggesting `!foo || !foo...</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/81f3ffca5a784795197bbd2623b3558edc24ac9b"><code>81f3ffc</code></a> chore(website): generate rule docs options automatically (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/5386">#5386</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/faaac273edeb644557f1f5892ef7e94b6a14857c"><code>faaac27</code></a> chore: bump Prettier to 2.7 (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/5491">#5491</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/68c937ede8b520cfdc7c953ce83a8a98d7cd6d20"><code>68c937e</code></a> chore: update eslint-plugin-eslint-plugin to 5.0.5 (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/5493">#5493</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/a28e0ef179f15602ac6ae9bdcdbf0086b27f3b7a"><code>a28e0ef</code></a> chore(eslint-plugin): stop linting rule output formatting in tests (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/5379">#5379</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/864dbcfccba274fe1b26eac8aeeaf2a2355b5969"><code>864dbcf</code></a> fix(eslint-plugin): [no-useless-constructor] handle parameter decorator (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/5450">#5450</a>)</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/dc5419674ed1b8d2dceef40bb061f7a84cacc866"><code>dc54196</code></a> docs: no-duplicate-enum-values missing comma (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/5466">#5466</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/d0239104f4dbffd2b5ecdb19e520c7d4b71962e0"><code>d023910</code></a> fix: missing placeholders in violation messages for `no-unnecessary-type-cons...</li> <li>Additional commits viewable in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v5.34.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.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:28:15 +00:00 (Migrated from github.com)

Superseded by #371.

Superseded by #371.

Pull request closed

Sign in to join this conversation.
No description provided.