gitbase-web icon indicating copy to clipboard operation
gitbase-web copied to clipboard

Bump eslint-plugin-react from 7.12.4 to 7.13.0 in /frontend

Open dependabot-preview[bot] opened this issue 6 years ago • 0 comments

Bumps eslint-plugin-react from 7.12.4 to 7.13.0.

Changelog

Sourced from eslint-plugin-react's changelog.

[7.13.0] - 2019-05-03

Added

  • Make [jsx-sort-props][] fully fixable (#2250, @​guliashvili)
  • [boolean-prop-naming][]: add validateNested option to validate shape prop names (#2234, @​pawelnvk)
  • add [static-property-placement][] rule ([#2193][], @​dmason30)
  • add "detect" for flow version (#2233, @​jedwards1211)
  • [jsx-indent][]: Add indentLogicalExpressions option ([#2227][], @​mdnsk)
  • add [jsx-props-no-spreading][] ([#2191][], @​ashbhir)
  • [no-string-refs][]: Added noTemplateLiteral option ([#2167][], @​jenil94)
  • add linkComponents setting ([#2116][], @​gbakernet)
  • [jsx-no-target-blank][]: add support for linkComponents setting ([#2116][], @​gbakernet)
  • Add [state-in-constructor][] rule ([#1945][], @​lukyth)
  • Add [prefer-read-only-props][] rule ([#2110][], @​golopot)
  • [no-unescaped-entities][]: more friendly error message; add config to adjust ([#2016][], @​stevemao)

Fixed

  • [jsx-props-no-multi-spaces][]: support generic components (ts) (#2256, @​mateuszsokola)
  • [prop-types][]: fix case with destructuring and default param (#2246, @​golopot)
  • [prefer-stateless-function][]: Ignoring pure components without props and context usage (#2238, @​pawelnvk)
  • propTypes: resolveSuperParameterPropsType: add null check (#2232, @​jedwards1211)
  • [self-closing-comp][]: stop reporting single-line spaces ([#2210][], @​golopot)
  • [require-render-return][]: more accurate report location ([#2229][], @​golopot)
  • [sort-prop-types][]: Fix sorting props with numeric keys (#2230, @​pawelnvk)
  • [display-name][]: fix false negative around nested functions ([#2225][], @​dwelle)
  • [no-unknown-property][]: fix case like <Foo.bar> ([#2207][], @​golopot)
  • [jsx-curly-brace-presence][]: accept multiline template string ([#2203][], @​golopot)
  • [jsx-one-expression-per-line][]: fix when using tabs ([#2198][], @​Ohar)
  • [prop-types][]: Fix false positive on computed member expression ([#2202][], @​golopot)
  • [jsx-sort-default-props][]: fix case with spread ([#2182][], @​VincentLanglet)
  • [no-this-in-sfc][]: Fix false positive on SFC defined as object property ([#2147][], @​yannickcr)
  • [sort-comp][]: correctly recognize instance variables declared without explicit value ([#2183][], @​yannickcr)
  • [no-unused-state][]: fix set state callback destructing & state use inside callback ([#2151][], @​barakyosi)
  • [no-multi-comp][]: correctly ignore wrapped stateless components: ([#2145][], @​yannickcr)
  • [display-name][]: avoid crash on for..of ([#2137][], @​ljharb)

Changed

  • [Docs] [no-access-state-in-setstate][]: Use syntax highlighting for examples ([#2160][], @​pReya)
  • [Docs] [jsx-fragments][]: add "fixable" note ([#2143][], @​joshunger)
  • [Docs] Added shared settings info, React version default note ([#2180][], @​samsch)
  • [Tests] [jsx-curly-spacing][]: add regression test case ([#2206][], @​ColCh)
... (truncated)
Commits
  • f39829f Update CHANGELOG and bump version
  • 9e81dde [Deps] update jsx-ast-utils, resolve
  • e73a692 Merge pull request #2256 from mateuszsokola/master
  • b5fc9bf [fix] jsx-props-no-multi-spaces: support generic components (ts)
  • 8bd3837 Fix Node 4 compatibility
  • 005dad3 Revert "Replace mocha by jest"
  • 6e4f43e Replace mocha by jest
  • 09f580c Replace typescript-eslint-parser by @​typescript-eslint/parser
  • 861fdef [fix] prop-types: fix case with destructuring and defualt param
  • 9fbd037 Fix ESLint 6 compat by providing parser as absolute path to RuleTester
  • 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 ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

dependabot-preview[bot] avatar May 04 '19 04:05 dependabot-preview[bot]