Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump eslint-plugin-react from 7.32.2 to 7.33.0 in /ui #809

Merged
merged 1 commit into from
Jul 24, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 24, 2023

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 dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 24, 2023
Bumps [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) from 7.32.2 to 7.33.0.
- [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases)
- [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md)
- [Commits](jsx-eslint/eslint-plugin-react@v7.32.2...v7.33.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-react
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/ui/eslint-plugin-react-7.33.0 branch from 1acb0b4 to 0c553eb Compare July 24, 2023 18:07
@rra rra enabled auto-merge July 24, 2023 18:09
@rra rra merged commit 8359ef6 into main Jul 24, 2023
5 of 6 checks passed
@rra rra deleted the dependabot/npm_and_yarn/ui/eslint-plugin-react-7.33.0 branch July 24, 2023 18:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant