Bump eslint-plugin-react from 7.33.0 to 7.33.1 in /client #60

Merged
dependabot[bot] merged 1 commits from dependabot/npm_and_yarn/client/eslint-plugin-react-7.33.1 into main 2023-07-31 14:05:29 +00:00
dependabot[bot] commented 2023-07-31 01:14:51 +00:00 (Migrated from github.com)

Bumps eslint-plugin-react from 7.33.0 to 7.33.1.

Changelog

Sourced from eslint-plugin-react's changelog.

7.33.1 - 2023.07.29

Fixed

#3611: jsx-eslint/eslint-plugin-react#3611 #3610: jsx-eslint/eslint-plugin-react#3610 #3605: jsx-eslint/eslint-plugin-react#3605

Commits
  • 354cb62 Update CHANGELOG and bump version
  • 26e9578 [Refactor] use slice instead of substring
  • 1629d44 [eslint] fix import ordering
  • 3c11201 [Fix] sort-prop-types: ensure sort-prop-types respects noSortAlphabetically
  • 302925b [Tests] remove or make explicit trailing whitespace
  • f818096 Revert "[Fix] jsx-curly-brace-presence: handle single and only expression t...
  • 1a3a17a [Fix] require-default-props: fix config schema
  • See full diff 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 [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) from 7.33.0 to 7.33.1. <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.33.0...v7.33.1">7.33.1</a> - 2023.07.29</h2> <h3>Fixed</h3> <ul> <li>[<code>require-default-props</code>]: fix config schema (<a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3605">#3605</a>[] <a href="https://github.com/controversial"><code>@​controversial</code></a>)</li> <li>[<code>jsx-curly-brace-presence</code>]: Revert <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3538">#3538</a>[] due to issues with intended string type casting usage (<a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3611">#3611</a>[] <a href="https://github.com/taozhou-glean"><code>@​taozhou-glean</code></a>)</li> <li>[<code>sort-prop-types</code>]: ensure sort-prop-types respects noSortAlphabetically (<a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3610">#3610</a>[] <a href="https://github.com/caesar1030"><code>@​caesar1030</code></a>)</li> </ul> <p><a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3611">#3611</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/3611">jsx-eslint/eslint-plugin-react#3611</a> <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3610">#3610</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/3610">jsx-eslint/eslint-plugin-react#3610</a> <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3605">#3605</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/3605">jsx-eslint/eslint-plugin-react#3605</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jsx-eslint/eslint-plugin-react/commit/354cb629996709f815ed6343f6a345b70f6398c7"><code>354cb62</code></a> Update CHANGELOG and bump version</li> <li><a href="https://github.com/jsx-eslint/eslint-plugin-react/commit/26e95785277cf96c9dc4df6576b3e30243976b79"><code>26e9578</code></a> [Refactor] use <code>slice</code> instead of <code>substring</code></li> <li><a href="https://github.com/jsx-eslint/eslint-plugin-react/commit/1629d449147a0387a7568810ebbd4a460a30c313"><code>1629d44</code></a> [eslint] fix import ordering</li> <li><a href="https://github.com/jsx-eslint/eslint-plugin-react/commit/3c11201f5bf0954b822986105ef17c922acf6036"><code>3c11201</code></a> [Fix] <code>sort-prop-types</code>: ensure sort-prop-types respects noSortAlphabetically</li> <li><a href="https://github.com/jsx-eslint/eslint-plugin-react/commit/302925bf3b19676cdcfbbbdb440ca177c25c92a8"><code>302925b</code></a> [Tests] remove or make explicit trailing whitespace</li> <li><a href="https://github.com/jsx-eslint/eslint-plugin-react/commit/f818096fafe672280110666b2825c1f7ca7c482e"><code>f818096</code></a> Revert &quot;[Fix] <code>jsx-curly-brace-presence</code>: handle single and only expression t...</li> <li><a href="https://github.com/jsx-eslint/eslint-plugin-react/commit/1a3a17a9d4308aa1f4e6ab598d59af806c5834f4"><code>1a3a17a</code></a> [Fix] <code>require-default-props</code>: fix config schema</li> <li>See full diff in <a href="https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.33.0...v7.33.1">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.33.0&new-version=7.33.1)](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>
cloudflare-workers-and-pages[bot] commented 2023-07-31 01:14:53 +00:00 (Migrated from github.com)

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: c19d0e0
Status:   Deploy successful!
Preview URL: https://2c213857.powertools.pages.dev
Branch Preview URL: https://dependabot-npm-and-yarn-clie-dpw0.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>c19d0e0</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://2c213857.powertools.pages.dev'>https://2c213857.powertools.pages.dev</a> </td></tr> <tr><td><strong>Branch Preview URL:</strong></td><td> <a href='https://dependabot-npm-and-yarn-clie-dpw0.powertools.pages.dev'>https://dependabot-npm-and-yarn-clie-dpw0.powertools.pages.dev</a> </td></tr> </table> [View logs](https://dash.cloudflare.com/?to=/:account/pages/view/powertools/2c213857-4c72-4e57-bb0a-f2aff08fb92b)
This repo is archived. You cannot comment on pull requests.
No description provided.