Bump eslint from 8.50.0 to 8.51.0 in /client #103

Merged
dependabot[bot] merged 1 commits from dependabot/npm_and_yarn/client/eslint-8.51.0 into main 2023-10-09 04:10:02 +00:00
dependabot[bot] commented 2023-10-09 01:23:11 +00:00 (Migrated from github.com)

Bumps eslint from 8.50.0 to 8.51.0.

Release notes

Sourced from eslint's releases.

v8.51.0

Features

  • 0a9c433 feat: Add --no-warn-ignored CLI option for flat config (#17569) (Domantas Petrauskas)
  • 977e67e feat: logical-assignment-operators to report expressions with 3 operands (#17600) (Yosuke Ota)

Bug Fixes

  • f976b2f fix: make rule severity case-sensitive in flat config (#17619) (Milos Djermanovic)
  • 0edfe36 fix: Ensure crash error messages are not duplicated (#17584) (Nicholas C. Zakas)
  • dd79abc fix: eslint-disable to be able to parse quoted rule names (#17612) (Yosuke Ota)
  • d2f6801 fix: Ensure correct code path for && followed by ?? (#17618) (Nicholas C. Zakas)

Documentation

  • ee5be81 docs: default to sourceType: "module" in rule examples (#17615) (Francesco Trotta)
  • 1aa26df docs: Add more examples for multiline-ternary (#17610) (George Ashiotis)
  • 47d0b44 docs: Update README (GitHub Actions Bot)
  • dbf831e docs: use generated og image (#17601) (Percy Ma)
  • 1866da5 docs: Update README (GitHub Actions Bot)

Chores

  • 1ef39ea chore: upgrade @​eslint/js@​8.51.0 (#17624) (Milos Djermanovic)
  • f8c7403 chore: package.json update for @​eslint/js release (ESLint Jenkins)
  • 2665552 test: fix flat config linter tests to use Linter in flat config mode (#17616) (Milos Djermanovic)
  • 7b77bcc chore: Refactor CodePathState (#17510) (Nicholas C. Zakas)
  • bc77c9a chore: Document and refactor ForkContext (#17566) (Nicholas C. Zakas)
  • 24e1f14 chore: Refactor and document CodePath (#17558) (Nicholas C. Zakas)
Changelog

Sourced from eslint's changelog.

v8.51.0 - October 6, 2023

  • 1ef39ea chore: upgrade @​eslint/js@​8.51.0 (#17624) (Milos Djermanovic)
  • f8c7403 chore: package.json update for @​eslint/js release (ESLint Jenkins)
  • f976b2f fix: make rule severity case-sensitive in flat config (#17619) (Milos Djermanovic)
  • 0edfe36 fix: Ensure crash error messages are not duplicated (#17584) (Nicholas C. Zakas)
  • ee5be81 docs: default to sourceType: "module" in rule examples (#17615) (Francesco Trotta)
  • dd79abc fix: eslint-disable to be able to parse quoted rule names (#17612) (Yosuke Ota)
  • d2f6801 fix: Ensure correct code path for && followed by ?? (#17618) (Nicholas C. Zakas)
  • 2665552 test: fix flat config linter tests to use Linter in flat config mode (#17616) (Milos Djermanovic)
  • 1aa26df docs: Add more examples for multiline-ternary (#17610) (George Ashiotis)
  • 47d0b44 docs: Update README (GitHub Actions Bot)
  • dbf831e docs: use generated og image (#17601) (Percy Ma)
  • 0a9c433 feat: Add --no-warn-ignored CLI option for flat config (#17569) (Domantas Petrauskas)
  • 1866da5 docs: Update README (GitHub Actions Bot)
  • 7b77bcc chore: Refactor CodePathState (#17510) (Nicholas C. Zakas)
  • 977e67e feat: logical-assignment-operators to report expressions with 3 operands (#17600) (Yosuke Ota)
  • bc77c9a chore: Document and refactor ForkContext (#17566) (Nicholas C. Zakas)
  • 24e1f14 chore: Refactor and document CodePath (#17558) (Nicholas C. Zakas)
Commits
  • f079382 8.51.0
  • e8235e5 Build: changelog update for 8.51.0
  • 1ef39ea chore: upgrade @​eslint/js@​8.51.0 (#17624)
  • f8c7403 chore: package.json update for @​eslint/js release
  • f976b2f fix: make rule severity case-sensitive in flat config (#17619)
  • 0edfe36 fix: Ensure crash error messages are not duplicated (#17584)
  • ee5be81 docs: default to sourceType: "module" in rule examples (#17615)
  • dd79abc fix: eslint-disable to be able to parse quoted rule names (#17612)
  • d2f6801 fix: Ensure correct code path for && followed by ?? (#17618)
  • 2665552 test: fix flat config linter tests to use Linter in flat config mode (#17616)
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 [eslint](https://github.com/eslint/eslint) from 8.50.0 to 8.51.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/eslint/eslint/releases">eslint's releases</a>.</em></p> <blockquote> <h2>v8.51.0</h2> <h2>Features</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/0a9c43339a4adef24ef83034d0b078dd279cc977"><code>0a9c433</code></a> feat: Add <code>--no-warn-ignored</code> CLI option for flat config (<a href="https://redirect.github.com/eslint/eslint/issues/17569">#17569</a>) (Domantas Petrauskas)</li> <li><a href="https://github.com/eslint/eslint/commit/977e67ec274a05cb7391665b5e3453e7f72f72b2"><code>977e67e</code></a> feat: logical-assignment-operators to report expressions with 3 operands (<a href="https://redirect.github.com/eslint/eslint/issues/17600">#17600</a>) (Yosuke Ota)</li> </ul> <h2>Bug Fixes</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/f976b2f7bfe7cc78bb649f8b37e90fd519ff3bcc"><code>f976b2f</code></a> fix: make rule severity case-sensitive in flat config (<a href="https://redirect.github.com/eslint/eslint/issues/17619">#17619</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/0edfe369aa5bd80a98053022bb4c6b1ea0155f44"><code>0edfe36</code></a> fix: Ensure crash error messages are not duplicated (<a href="https://redirect.github.com/eslint/eslint/issues/17584">#17584</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/dd79abc0c1857b1d765acc312c0d6518e40d31c9"><code>dd79abc</code></a> fix: <code>eslint-disable</code> to be able to parse quoted rule names (<a href="https://redirect.github.com/eslint/eslint/issues/17612">#17612</a>) (Yosuke Ota)</li> <li><a href="https://github.com/eslint/eslint/commit/d2f68019b8882278877801c5ef2f74d55e2a10c1"><code>d2f6801</code></a> fix: Ensure correct code path for &amp;&amp; followed by ?? (<a href="https://redirect.github.com/eslint/eslint/issues/17618">#17618</a>) (Nicholas C. Zakas)</li> </ul> <h2>Documentation</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/ee5be81fa3c4fe801c2f653854f098ed6a84dcef"><code>ee5be81</code></a> docs: default to <code>sourceType: &quot;module&quot;</code> in rule examples (<a href="https://redirect.github.com/eslint/eslint/issues/17615">#17615</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/1aa26df9fbcfdf5b895743c6d2d3a216479544b1"><code>1aa26df</code></a> docs: Add more examples for multiline-ternary (<a href="https://redirect.github.com/eslint/eslint/issues/17610">#17610</a>) (George Ashiotis)</li> <li><a href="https://github.com/eslint/eslint/commit/47d0b446964f44d70b9457ecc368e721e1dc7c11"><code>47d0b44</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/dbf831e31f8eea0bc94df96cd33255579324b66e"><code>dbf831e</code></a> docs: use generated og image (<a href="https://redirect.github.com/eslint/eslint/issues/17601">#17601</a>) (Percy Ma)</li> <li><a href="https://github.com/eslint/eslint/commit/1866da5e1d931787256ecb825a803cac5835b71c"><code>1866da5</code></a> docs: Update README (GitHub Actions Bot)</li> </ul> <h2>Chores</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/1ef39ea5b884453be717ebc929155d7eb584dcbf"><code>1ef39ea</code></a> chore: upgrade <code>@​eslint/js</code><a href="https://github.com/8"><code>@​8</code></a>.51.0 (<a href="https://redirect.github.com/eslint/eslint/issues/17624">#17624</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/f8c7403255c11e99c402860aef3c0179f2b16628"><code>f8c7403</code></a> chore: package.json update for <code>@​eslint/js</code> release (ESLint Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/2665552ba0057e8603f9fbece0fd236f189f5cf3"><code>2665552</code></a> test: fix flat config linter tests to use Linter in flat config mode (<a href="https://redirect.github.com/eslint/eslint/issues/17616">#17616</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/7b77bccbb51bd36b2d20fea61bc782545c4029b3"><code>7b77bcc</code></a> chore: Refactor CodePathState (<a href="https://redirect.github.com/eslint/eslint/issues/17510">#17510</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/bc77c9af12539f350ef19e30611a153a5b869c6b"><code>bc77c9a</code></a> chore: Document and refactor ForkContext (<a href="https://redirect.github.com/eslint/eslint/issues/17566">#17566</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/24e1f140ec68659e55c1ace0d7500addb135a2b4"><code>24e1f14</code></a> chore: Refactor and document CodePath (<a href="https://redirect.github.com/eslint/eslint/issues/17558">#17558</a>) (Nicholas C. Zakas)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/eslint/eslint/blob/main/CHANGELOG.md">eslint's changelog</a>.</em></p> <blockquote> <p>v8.51.0 - October 6, 2023</p> <ul> <li><a href="https://github.com/eslint/eslint/commit/1ef39ea5b884453be717ebc929155d7eb584dcbf"><code>1ef39ea</code></a> chore: upgrade <code>@​eslint/js</code><a href="https://github.com/8"><code>@​8</code></a>.51.0 (<a href="https://redirect.github.com/eslint/eslint/issues/17624">#17624</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/f8c7403255c11e99c402860aef3c0179f2b16628"><code>f8c7403</code></a> chore: package.json update for <code>@​eslint/js</code> release (ESLint Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/f976b2f7bfe7cc78bb649f8b37e90fd519ff3bcc"><code>f976b2f</code></a> fix: make rule severity case-sensitive in flat config (<a href="https://redirect.github.com/eslint/eslint/issues/17619">#17619</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/0edfe369aa5bd80a98053022bb4c6b1ea0155f44"><code>0edfe36</code></a> fix: Ensure crash error messages are not duplicated (<a href="https://redirect.github.com/eslint/eslint/issues/17584">#17584</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/ee5be81fa3c4fe801c2f653854f098ed6a84dcef"><code>ee5be81</code></a> docs: default to <code>sourceType: &quot;module&quot;</code> in rule examples (<a href="https://redirect.github.com/eslint/eslint/issues/17615">#17615</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/dd79abc0c1857b1d765acc312c0d6518e40d31c9"><code>dd79abc</code></a> fix: <code>eslint-disable</code> to be able to parse quoted rule names (<a href="https://redirect.github.com/eslint/eslint/issues/17612">#17612</a>) (Yosuke Ota)</li> <li><a href="https://github.com/eslint/eslint/commit/d2f68019b8882278877801c5ef2f74d55e2a10c1"><code>d2f6801</code></a> fix: Ensure correct code path for &amp;&amp; followed by ?? (<a href="https://redirect.github.com/eslint/eslint/issues/17618">#17618</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/2665552ba0057e8603f9fbece0fd236f189f5cf3"><code>2665552</code></a> test: fix flat config linter tests to use Linter in flat config mode (<a href="https://redirect.github.com/eslint/eslint/issues/17616">#17616</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/1aa26df9fbcfdf5b895743c6d2d3a216479544b1"><code>1aa26df</code></a> docs: Add more examples for multiline-ternary (<a href="https://redirect.github.com/eslint/eslint/issues/17610">#17610</a>) (George Ashiotis)</li> <li><a href="https://github.com/eslint/eslint/commit/47d0b446964f44d70b9457ecc368e721e1dc7c11"><code>47d0b44</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/dbf831e31f8eea0bc94df96cd33255579324b66e"><code>dbf831e</code></a> docs: use generated og image (<a href="https://redirect.github.com/eslint/eslint/issues/17601">#17601</a>) (Percy Ma)</li> <li><a href="https://github.com/eslint/eslint/commit/0a9c43339a4adef24ef83034d0b078dd279cc977"><code>0a9c433</code></a> feat: Add <code>--no-warn-ignored</code> CLI option for flat config (<a href="https://redirect.github.com/eslint/eslint/issues/17569">#17569</a>) (Domantas Petrauskas)</li> <li><a href="https://github.com/eslint/eslint/commit/1866da5e1d931787256ecb825a803cac5835b71c"><code>1866da5</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/7b77bccbb51bd36b2d20fea61bc782545c4029b3"><code>7b77bcc</code></a> chore: Refactor CodePathState (<a href="https://redirect.github.com/eslint/eslint/issues/17510">#17510</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/977e67ec274a05cb7391665b5e3453e7f72f72b2"><code>977e67e</code></a> feat: logical-assignment-operators to report expressions with 3 operands (<a href="https://redirect.github.com/eslint/eslint/issues/17600">#17600</a>) (Yosuke Ota)</li> <li><a href="https://github.com/eslint/eslint/commit/bc77c9af12539f350ef19e30611a153a5b869c6b"><code>bc77c9a</code></a> chore: Document and refactor ForkContext (<a href="https://redirect.github.com/eslint/eslint/issues/17566">#17566</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/24e1f140ec68659e55c1ace0d7500addb135a2b4"><code>24e1f14</code></a> chore: Refactor and document CodePath (<a href="https://redirect.github.com/eslint/eslint/issues/17558">#17558</a>) (Nicholas C. Zakas)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/eslint/eslint/commit/f0793828fdba1f17fda78abb392f7944ab751185"><code>f079382</code></a> 8.51.0</li> <li><a href="https://github.com/eslint/eslint/commit/e8235e5366362c86c314f2b2a7a1f30e27d575c6"><code>e8235e5</code></a> Build: changelog update for 8.51.0</li> <li><a href="https://github.com/eslint/eslint/commit/1ef39ea5b884453be717ebc929155d7eb584dcbf"><code>1ef39ea</code></a> chore: upgrade <code>@​eslint/js</code><a href="https://github.com/8"><code>@​8</code></a>.51.0 (<a href="https://redirect.github.com/eslint/eslint/issues/17624">#17624</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/f8c7403255c11e99c402860aef3c0179f2b16628"><code>f8c7403</code></a> chore: package.json update for <code>@​eslint/js</code> release</li> <li><a href="https://github.com/eslint/eslint/commit/f976b2f7bfe7cc78bb649f8b37e90fd519ff3bcc"><code>f976b2f</code></a> fix: make rule severity case-sensitive in flat config (<a href="https://redirect.github.com/eslint/eslint/issues/17619">#17619</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/0edfe369aa5bd80a98053022bb4c6b1ea0155f44"><code>0edfe36</code></a> fix: Ensure crash error messages are not duplicated (<a href="https://redirect.github.com/eslint/eslint/issues/17584">#17584</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/ee5be81fa3c4fe801c2f653854f098ed6a84dcef"><code>ee5be81</code></a> docs: default to <code>sourceType: &quot;module&quot;</code> in rule examples (<a href="https://redirect.github.com/eslint/eslint/issues/17615">#17615</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/dd79abc0c1857b1d765acc312c0d6518e40d31c9"><code>dd79abc</code></a> fix: <code>eslint-disable</code> to be able to parse quoted rule names (<a href="https://redirect.github.com/eslint/eslint/issues/17612">#17612</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/d2f68019b8882278877801c5ef2f74d55e2a10c1"><code>d2f6801</code></a> fix: Ensure correct code path for &amp;&amp; followed by ?? (<a href="https://redirect.github.com/eslint/eslint/issues/17618">#17618</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/2665552ba0057e8603f9fbece0fd236f189f5cf3"><code>2665552</code></a> test: fix flat config linter tests to use Linter in flat config mode (<a href="https://redirect.github.com/eslint/eslint/issues/17616">#17616</a>)</li> <li>Additional commits viewable in <a href="https://github.com/eslint/eslint/compare/v8.50.0...v8.51.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eslint&package-manager=npm_and_yarn&previous-version=8.50.0&new-version=8.51.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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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>
cloudflare-workers-and-pages[bot] commented 2023-10-09 01:23:20 +00:00 (Migrated from github.com)

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: b1ab336
Status:   Deploy successful!
Preview URL: https://756bc072.powertools.pages.dev
Branch Preview URL: https://dependabot-npm-and-yarn-clie-0g2g.powertools.pages.dev

View logs

## Deploying with &nbsp;<a href="https://pages.dev"><img alt="Cloudflare Pages" src="https://user-images.githubusercontent.com/23264/106598434-9e719e00-654f-11eb-9e59-6167043cfa01.png" width="16"></a> &nbsp;Cloudflare Pages <table><tr><td><strong>Latest commit:</strong> </td><td> <code>b1ab336</code> </td></tr> <tr><td><strong>Status:</strong></td><td>&nbsp;✅&nbsp; Deploy successful!</td></tr> <tr><td><strong>Preview URL:</strong></td><td> <a href='https://756bc072.powertools.pages.dev'>https://756bc072.powertools.pages.dev</a> </td></tr> <tr><td><strong>Branch Preview URL:</strong></td><td> <a href='https://dependabot-npm-and-yarn-clie-0g2g.powertools.pages.dev'>https://dependabot-npm-and-yarn-clie-0g2g.powertools.pages.dev</a> </td></tr> </table> [View logs](https://dash.cloudflare.com/?to=/:account/pages/view/powertools/756bc072-5ba2-46c7-8fa8-4a91ee53788c)
This repo is archived. You cannot comment on pull requests.
No description provided.