Bump eslint-plugin-react from 7.34.1 to 7.34.2 in /client #269

Merged
dependabot[bot] merged 1 commits from dependabot/npm_and_yarn/client/eslint-plugin-react-7.34.2 into main 2024-05-29 12:51:30 +00:00
dependabot[bot] commented 2024-05-29 00:49:21 +00:00 (Migrated from github.com)

Bumps eslint-plugin-react from 7.34.1 to 7.34.2.

Release notes

Sourced from eslint-plugin-react's releases.

v7.34.2

Fixed

Changed

#3759: jsx-eslint/eslint-plugin-react#3759 #3746: jsx-eslint/eslint-plugin-react#3746 #3718: jsx-eslint/eslint-plugin-react#3718

Changelog

Sourced from eslint-plugin-react's changelog.

7.34.2 - 2024.05.24

Fixed

Changed

#3759: jsx-eslint/eslint-plugin-react#3759 #3746: jsx-eslint/eslint-plugin-react#3746 #3718: jsx-eslint/eslint-plugin-react#3718

Commits
  • 417e1ca Update CHANGELOG and bump version
  • d79605a [Deps] update array-includes, array.prototype.findlast, `es-iterator-help...
  • ec86001 [Dev Deps] update @babel/core, @babel/eslint-parser, `@babel/plugin-synta...
  • 014ee05 [Fix] no-invalid-html-attribute: ensure error messages are correct
  • 23b0a49 [Fix] jsx-closing-bracket-location: message shows {{details}} when there ...
  • fbb1e0f [Tests] jsx-no-useless-fragment, jsx-fragments, `function-component-defin...
  • 3533e26 [Refactor] jsx-no-constructed-context-values: set schema: false
  • 6c4b6fb [meta] consistently indent .eslintrc with tabs
  • 8e1a94b [Refactor] create getScope util; context.getScope is deprecated
  • d6e9059 [Refactor] context.getSource -> sourceCode.getText
  • 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-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) from 7.34.1 to 7.34.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jsx-eslint/eslint-plugin-react/releases">eslint-plugin-react's releases</a>.</em></p> <blockquote> <h2>v7.34.2</h2> <h3>Fixed</h3> <ul> <li><a href="docs/rules/boolean-prop-naming.md"><code>boolean-prop-naming</code></a>: avoid a crash with a non-TSTypeReference type (<a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3718">#3718</a>[] <a href="https://github.com/developer-bandi"><code>@​developer-bandi</code></a>)</li> <li><a href="docs/rules/jsx-no-leaked-render.md"><code>jsx-no-leaked-render</code></a>: invalid report if left side is boolean (<a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3746">#3746</a>[] <a href="https://github.com/akulsr0"><code>@​akulsr0</code></a>)</li> <li><a href="docs/rules/jsx-closing-bracket-location.md"><code>jsx-closing-bracket-location</code></a>: message shows <code>{{details}}</code> when there are no details (<a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3759">#3759</a>[] <a href="https://github.com/mdjermanovic"><code>@​mdjermanovic</code></a>)</li> <li><a href="docs/rules/no-invalid-html-attribute.md"><code>no-invalid-html-attribute</code></a>: ensure error messages are correct (<a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3759">#3759</a>[] <a href="https://github.com/mdjermanovic"><code>@​mdjermanovic</code></a>, <a href="https://github.com/ljharb"><code>@​ljharb</code></a>)</li> </ul> <h3>Changed</h3> <ul> <li>[Refactor] create various eslint utils to fix eslint deprecations (<a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3759">#3759</a>[] <a href="https://github.com/mdjermanovic"><code>@​mdjermanovic</code></a>, <a href="https://github.com/ljharb"><code>@​ljharb</code></a>)</li> </ul> <p><a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3759">#3759</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/3759">jsx-eslint/eslint-plugin-react#3759</a> <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3746">#3746</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/3746">jsx-eslint/eslint-plugin-react#3746</a> <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3718">#3718</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/3718">jsx-eslint/eslint-plugin-react#3718</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md">eslint-plugin-react's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.34.1...v7.34.2">7.34.2</a> - 2024.05.24</h2> <h3>Fixed</h3> <ul> <li>[<code>boolean-prop-naming</code>]: avoid a crash with a non-TSTypeReference type (<a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3718">#3718</a>[] <a href="https://github.com/developer-bandi"><code>@​developer-bandi</code></a>)</li> <li>[<code>jsx-no-leaked-render</code>]: invalid report if left side is boolean (<a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3746">#3746</a>[] <a href="https://github.com/akulsr0"><code>@​akulsr0</code></a>)</li> <li>[<code>jsx-closing-bracket-location</code>]: message shows <code>{{details}}</code> when there are no details (<a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3759">#3759</a>[] <a href="https://github.com/mdjermanovic"><code>@​mdjermanovic</code></a>)</li> <li>[<code>no-invalid-html-attribute</code>]: ensure error messages are correct (<a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3759">#3759</a>[] <a href="https://github.com/mdjermanovic"><code>@​mdjermanovic</code></a>, <a href="https://github.com/ljharb"><code>@​ljharb</code></a>)</li> </ul> <h3>Changed</h3> <ul> <li>[Refactor] create various eslint utils to fix eslint deprecations (<a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3759">#3759</a>[] <a href="https://github.com/mdjermanovic"><code>@​mdjermanovic</code></a>, <a href="https://github.com/ljharb"><code>@​ljharb</code></a>)</li> </ul> <p><a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3759">#3759</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/3759">jsx-eslint/eslint-plugin-react#3759</a> <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3746">#3746</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/3746">jsx-eslint/eslint-plugin-react#3746</a> <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3718">#3718</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/3718">jsx-eslint/eslint-plugin-react#3718</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jsx-eslint/eslint-plugin-react/commit/417e1ca292788c75618dc994b084c3a57c483fce"><code>417e1ca</code></a> Update CHANGELOG and bump version</li> <li><a href="https://github.com/jsx-eslint/eslint-plugin-react/commit/d79605a796475e438b654f10c1c1c66ebc92886a"><code>d79605a</code></a> [Deps] update <code>array-includes</code>, <code>array.prototype.findlast</code>, `es-iterator-help...</li> <li><a href="https://github.com/jsx-eslint/eslint-plugin-react/commit/ec8600127315e8c650392eed95e8212eda445704"><code>ec86001</code></a> [Dev Deps] update <code>@babel/core</code>, <code>@babel/eslint-parser</code>, `@babel/plugin-synta...</li> <li><a href="https://github.com/jsx-eslint/eslint-plugin-react/commit/014ee05f3897689b5c7a45f4318c6902ea724c27"><code>014ee05</code></a> [Fix] <code>no-invalid-html-attribute</code>: ensure error messages are correct</li> <li><a href="https://github.com/jsx-eslint/eslint-plugin-react/commit/23b0a4986806e206f55c0448ddece005c8e55f29"><code>23b0a49</code></a> [Fix] <code>jsx-closing-bracket-location</code>: message shows <code>{{details}}</code> when there ...</li> <li><a href="https://github.com/jsx-eslint/eslint-plugin-react/commit/fbb1e0f082cc61e3dedeb5260ee58e54f9f94b14"><code>fbb1e0f</code></a> [Tests] <code>jsx-no-useless-fragment</code>, <code>jsx-fragments</code>, `function-component-defin...</li> <li><a href="https://github.com/jsx-eslint/eslint-plugin-react/commit/3533e26c4edd2b624a368fe1303aca8acd2ca095"><code>3533e26</code></a> [Refactor] <code>jsx-no-constructed-context-values</code>: set <code>schema: false</code></li> <li><a href="https://github.com/jsx-eslint/eslint-plugin-react/commit/6c4b6fbecbfc146911467eb5630ed25f9e29dab5"><code>6c4b6fb</code></a> [meta] consistently indent .eslintrc with tabs</li> <li><a href="https://github.com/jsx-eslint/eslint-plugin-react/commit/8e1a94b67d081fdc132e9a7e175db3fbf2e02956"><code>8e1a94b</code></a> [Refactor] create getScope util; <code>context.getScope</code> is deprecated</li> <li><a href="https://github.com/jsx-eslint/eslint-plugin-react/commit/d6e9059b01a5220321ddfca8506b7c19cbcbe1a7"><code>d6e9059</code></a> [Refactor] <code>context.getSource</code> -&gt; <code>sourceCode.getText</code></li> <li>Additional commits viewable in <a href="https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.34.1...v7.34.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eslint-plugin-react&package-manager=npm_and_yarn&previous-version=7.34.1&new-version=7.34.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 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 2024-05-29 00:49:23 +00:00 (Migrated from github.com)

Deploying powertools with  Cloudflare Pages  Cloudflare Pages

Latest commit: 7149f5b
Status:   Deploy successful!
Preview URL: https://5cd7da9d.powertools.pages.dev
Branch Preview URL: https://dependabot-npm-and-yarn-clie-lu7s.powertools.pages.dev

View logs

## Deploying powertools 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>7149f5b</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://5cd7da9d.powertools.pages.dev'>https://5cd7da9d.powertools.pages.dev</a> </td></tr> <tr><td><strong>Branch Preview URL:</strong></td><td> <a href='https://dependabot-npm-and-yarn-clie-lu7s.powertools.pages.dev'>https://dependabot-npm-and-yarn-clie-lu7s.powertools.pages.dev</a> </td></tr> </table> [View logs](https://dash.cloudflare.com/?to=/:account/pages/view/powertools/5cd7da9d-131d-4211-b20a-78e20cab07fe)
This repo is archived. You cannot comment on pull requests.
No description provided.