Skip to content

Bump eslint-plugin-react from 7.6.1 to 7.11.1#36

Closed
dependabot-preview[bot] wants to merge 1 commit intodevfrom
dependabot/npm_and_yarn/eslint-plugin-react-7.11.1
Closed

Bump eslint-plugin-react from 7.6.1 to 7.11.1#36
dependabot-preview[bot] wants to merge 1 commit intodevfrom
dependabot/npm_and_yarn/eslint-plugin-react-7.11.1

Conversation

@dependabot-preview
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Aug 30, 2018

Bumps eslint-plugin-react from 7.6.1 to 7.11.1.

Release notes

Sourced from eslint-plugin-react's releases.

v7.11.0

Added

  • [jsx-one-expression-per-line][]: add "allow" option (#1924, alexzherdev)
  • [sort-prop-types][]: add autofix (#1891, finnp)
  • [jsx-no-bind][]: Add ignoreDOMComponents option (#1868, alexzherdev)
  • Output a warning if React version is missing in settings ([#1857][], alexzherdev)

Fixed

  • [destructuring-assignment][]: Ignore class properties (#1909, alexzherdev)
  • [destructuring-assignment][], component detection: ignore components with confidence = 0 (#1907, alexzherdev)
  • [boolean-prop-naming][]: Handle inline Flow type (#1905, alexzherdev)
  • [jsx-props-no-multi-spaces][]: Handle member expressions (#1890, alexzherdev)
  • [sort-comp][]: Allow methods to belong to any matching group ([#1858][], nosilleg)
  • [jsx-sort-props][]: Fix reservedFirst (#1883, fleischie)
  • [prop-types][]: (flow) Stop crashing on undefined or null properties (#1860, nicholas-l)
  • [no-unknown-property][]: Make attribute "charset" valid (#1863, silvenon)
  • [no-deprecated][]: report identifier AST node instead of the class node ([#1854][], jsnajdr)
  • [button-has-type][]: Account for pragma ([#1851][], alexzherdev)
  • [button-has-type][]: improve error message when an identifier is used as the value (#1874, ljharb)
  • support JSXText nodes alongside Literal nodes (ljharb)

Changed

... (truncated)
Changelog

Sourced from eslint-plugin-react's changelog.

[7.11.1] - 2018-08-14

Fixed

Changed

[7.11.0] - 2018-08-13

Added

  • [jsx-one-expression-per-line][]: add "allow" option (#1924, alexzherdev)
  • [sort-prop-types][]: add autofix (#1891, finnp)
  • [jsx-no-bind][]: Add ignoreDOMComponents option (#1868, alexzherdev)
  • Output a warning if React version is missing in settings ([#1857][], alexzherdev)

Fixed

  • [destructuring-assignment][]: Ignore class properties (#1909, alexandernanberg)
  • [destructuring-assignment][], component detection: ignore components with confidence = 0 (#1907, alexzherdev)
  • [boolean-prop-naming][]: Handle inline Flow type (#1905, alexzherdev)
  • [jsx-props-no-multi-spaces][]: Handle member expressions (#1890, alexzherdev)
  • [sort-comp][]: Allow methods to belong to any matching group ([#1858][], nosilleg)
  • [jsx-sort-props][]: Fix reservedFirst (#1883, fleischie)
  • [prop-types][]: (flow) Stop crashing on undefined or null properties (#1860, nicholas-l)
  • [no-unknown-property][]: Make attribute "charset" valid (#1863, silvenon)
  • [no-deprecated][]: report identifier AST node instead of the class node ([#1854][], jsnajdr)
  • [button-has-type][]: Account for pragma ([#1851][], alexzherdev)
  • [button-has-type][]: improve error message when an identifier is used as the value (#1874, ljharb)
  • support JSXText nodes alongside Literal nodes (ljharb)

Changed

... (truncated)
Commits
  • fb745ab Update CHANGELOG and bump version
  • 27f9e08 Merge pull request #1932 from alexzherdev/1928-fix-assignment-handling
  • 44a3bf6 [Fix] stop crashing when assigning to propTypes
  • a33384d Merge pull request #1929 from alexzherdev/patch-1
  • d78819d Fix link in changelog
  • 8a9d938 Merge pull request #1926 from ferhatelmas/fix-changelog
  • b812416 Update changelog
  • 564107c Merge pull request #1897 from christophehurpeau/patch-1
  • 599c028 Update CHANGELOG and bump version
  • 1eccf7f Merge pull request #1924 from alexzherdev/1775-one-expression-options
  • 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 will not automatically merge this PR because it includes a minor update to a production dependency.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge
  • @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 dependabot-preview bot added the dependencies Pull requests that update a dependency file label Aug 30, 2018
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/eslint-plugin-react-7.11.1 branch from f24d980 to 19bfbae Compare September 3, 2018 05:45
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/eslint-plugin-react-7.11.1 branch 6 times, most recently from 02337b0 to 0b014b4 Compare December 12, 2018 02:17
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/eslint-plugin-react-7.11.1 branch from 0b014b4 to f452ed9 Compare December 13, 2018 06:11
@dependabot-preview
Copy link
Contributor Author

Superseded by #81.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/eslint-plugin-react-7.11.1 branch January 1, 2019 05:35
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant