mozilla / ensemble

The platform that powers the Firefox Public Data Report :violin: :trumpet: :musical_keyboard:
https://data.firefox.com/
Mozilla Public License 2.0
20 stars 14 forks source link

Bump eslint-plugin-react from 7.20.3 to 7.20.4 #390

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps eslint-plugin-react from 7.20.3 to 7.20.4.

Changelog

Sourced from eslint-plugin-react's changelog.

7.20.4 - 2020.07.26

Fixed

  • improve algorithm to check if a variable is coming from the pragma (#2706[] @jzabala)
  • [prop-types]: handle component returning null (#2696[] @hank121314)
  • [prop-types]/[function-component-definition]: Add check for first letter capitalization in functional component detection (#2699[] @jzabala)
  • [prop-types]: use variable value in prop type fields defined by variables (#2704[] @jzabala)
  • [no-typos]: warn on a bindingless react import

Changed

  • [Tests] boolean-prop-naming: Added test for function invocation of bool (#2697[] @ajkovar)
  • [Tests] jsx-curly-brace-presence, jsx-no-comment-textnodes: add passing tests
  • [Refactor] no-unused-state: avoid a loop

#2704: yannickcr/eslint-plugin-react#2704 #2699: yannickcr/eslint-plugin-react#2699 #2697: yannickcr/eslint-plugin-react#2697 #2696: yannickcr/eslint-plugin-react#2696

Commits
  • e20522c Update CHANGELOG and bump version
  • bb2b8db [Tests] jsx-curly-brace-presence, jsx-no-comment-textnodes: add passing t...
  • e3e767b [Fix]: improve algorithm to check if a variable is coming from the pragma
  • c57cc31 [Fix] prop-types: handle component returning null
  • ee4bad3 [Fix] prop-types/function-component-definition: Add check for first lette...
  • 5bab611 [Fix] prop-types: use variable value in prop type fields defined by variables
  • c8915b1 [Tests] boolean-prop-naming: Added test for function invocation of bool
  • 66d9604 [Refactor] no-unused-state: avoid a loop
  • 87a6b36 [eslint] disable some rules
  • 5bf1f0f [Fix] no-typos: warn on a bindingless react import
  • 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 3 years ago

Superseded by #394.