RedTn / TruthOrDare

0 stars 0 forks source link

chore(deps-dev): bump eslint-plugin-react from 7.32.2 to 7.33.0 #155

Closed dependabot[bot] closed 11 months ago

dependabot[bot] commented 11 months ago

Bumps eslint-plugin-react from 7.32.2 to 7.33.0.

Release notes

Sourced from eslint-plugin-react's releases.

v7.33.0

Added

Fixed

  • [no-array-index-key]: consider flatMap (#3530[] @​k-yle)
  • [jsx-curly-brace-presence]: handle single and only expression template literals (#3538[] @​taozhou-glean)
  • [no-unknown-property]: allow onLoad on source (@​ljharb)
  • [jsx-first-prop-new-line]: ensure autofix preserves generics in component name (#3546[] @​ljharb)
  • [no-unknown-property]: allow fill prop on <symbol> (#3555[] @​stefanprobst)
  • [display-name], [prop-types]: when checking for a capitalized name, ignore underscores entirely (#3560[] @​ljharb)
  • [no-unused-state]: avoid crashing on a class field function with destructured state (#3568[] @​ljharb)
  • [no-unused-prop-types]: allow using spread with object expression in jsx (#3570[] @​akulsr0)
  • Revert "[destructuring-assignment]: Handle destructuring of useContext in SFC" (#3583[] #2797[] @​102)
  • [prefer-read-only-props]: add TS support (#3593[] @​HenryBrown0)

Changed

  • [Docs] [jsx-first-prop-new-line]: add missing multiprop value (#3598[] @​dzek69)

#1000: jsx-eslint/eslint-plugin-react#1000 #1002: jsx-eslint/eslint-plugin-react#1002 #1005: jsx-eslint/eslint-plugin-react#1005 #100: jsx-eslint/eslint-plugin-react#100 #1010: jsx-eslint/eslint-plugin-react#1010 #1013: jsx-eslint/eslint-plugin-react#1013 #1022: jsx-eslint/eslint-plugin-react#1022 #1029: jsx-eslint/eslint-plugin-react#1029 #102: jsx-eslint/eslint-plugin-react#102 #1034: jsx-eslint/eslint-plugin-react#1034 #1038: jsx-eslint/eslint-plugin-react#1038 #1041: jsx-eslint/eslint-plugin-react#1041 #1043: jsx-eslint/eslint-plugin-react#1043 #1046: jsx-eslint/eslint-plugin-react#1046 #1047: jsx-eslint/eslint-plugin-react#1047 #1050: jsx-eslint/eslint-plugin-react#1050 #1053: jsx-eslint/eslint-plugin-react#1053 #1057: jsx-eslint/eslint-plugin-react#1057 #105: jsx-eslint/eslint-plugin-react#105 #1061: jsx-eslint/eslint-plugin-react#1061 #1062: jsx-eslint/eslint-plugin-react#1062 #1070: jsx-eslint/eslint-plugin-react#1070 #1071: jsx-eslint/eslint-plugin-react#1071 #1073: jsx-eslint/eslint-plugin-react#1073 #1076: jsx-eslint/eslint-plugin-react#1076

... (truncated)

Changelog

Sourced from eslint-plugin-react's changelog.

7.33.0 - 2023.07.19

Added

Fixed

  • [no-array-index-key]: consider flatMap (#3530[] @​k-yle)
  • [jsx-curly-brace-presence]: handle single and only expression template literals (#3538[] @​taozhou-glean)
  • [no-unknown-property]: allow onLoad on source (@​ljharb)
  • [jsx-first-prop-new-line]: ensure autofix preserves generics in component name (#3546[] @​ljharb)
  • [no-unknown-property]: allow fill prop on <symbol> (#3555[] @​stefanprobst)
  • [display-name], [prop-types]: when checking for a capitalized name, ignore underscores entirely (#3560[] @​ljharb)
  • [no-unused-state]: avoid crashing on a class field function with destructured state (#3568[] @​ljharb)
  • [no-unused-prop-types]: allow using spread with object expression in jsx (#3570[] @​akulsr0)
  • Revert "[destructuring-assignment]: Handle destructuring of useContext in SFC" (#3583[] #2797[] @​102)
  • [prefer-read-only-props]: add TS support (#3593[] @​HenryBrown0)

Changed

  • [Docs] [jsx-first-prop-new-line]: add missing multiprop value (#3598[] @​dzek69)

#3598: jsx-eslint/eslint-plugin-react#3598 #3593: jsx-eslint/eslint-plugin-react#3593 #3583: jsx-eslint/eslint-plugin-react#3583 #3582: jsx-eslint/eslint-plugin-react#3582 #3581: jsx-eslint/eslint-plugin-react#3581 #3570: jsx-eslint/eslint-plugin-react#3570 #3568: jsx-eslint/eslint-plugin-react#3568 #3563: jsx-eslint/eslint-plugin-react#3563 #3560: jsx-eslint/eslint-plugin-react#3560 #3555: jsx-eslint/eslint-plugin-react#3555 #3548: jsx-eslint/eslint-plugin-react#3548 #3546: jsx-eslint/eslint-plugin-react#3546 #3538: jsx-eslint/eslint-plugin-react#3538 #3533: jsx-eslint/eslint-plugin-react#3533 #3530: jsx-eslint/eslint-plugin-react#3530 #3529: jsx-eslint/eslint-plugin-react#3529 #3417: jsx-eslint/eslint-plugin-react#3417

Commits
  • 31282dd Update CHANGELOG and bump version
  • 4e72b82 [Docs] jsx-first-prop-new-line: add missing multiprop value
  • 9c5ac98 [Fix] prefer-read-only-props: add TS support
  • fa1c277 [Deps] update semver
  • bf1fc74 [Dev Deps] update @babel/core, @babel/eslint-parser, aud
  • 9fdcba7 [Dev Deps] update @babel/core, @babel/eslint-parser, `@babel/plugin-synta...
  • ae64aa8 [Docs] jsx-no-bind: reword performance rationale
  • 7f655f8 Revert "[Fix] destructuring-assignment: Handle destructuring of useContext ...
  • 693860f [readme] resore configuration URL
  • 747fad0 [Fix] no-unused-prop-types: allow using spread with object expression in jsx
  • 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)
dependabot[bot] commented 11 months ago

Superseded by #156.