-
Notifications
You must be signed in to change notification settings - Fork 1
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
chore(deps): update dependency eslint-plugin-react to v7.11.1 - autoclosed #17
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Netlify BOT Built with commit 55840a1 |
Codecov Report
@@ Coverage Diff @@
## master #17 +/- ##
=======================================
Coverage 57.14% 57.14%
=======================================
Files 1 1
Lines 7 7
Branches 1 1
=======================================
Hits 4 4
Misses 2 2
Partials 1 1 Continue to review full report at Codecov.
|
renovate
bot
changed the title
chore(deps): update dependency eslint-plugin-react to v7.7.0
Update dependency eslint-plugin-react to v7.7.0
May 9, 2018
renovate
bot
changed the title
Update dependency eslint-plugin-react to v7.7.0
chore(deps): update dependency eslint-plugin-react to v7.7.0
May 9, 2018
renovate
bot
force-pushed
the
renovate/eslint-plugin-react-7.x
branch
from
May 11, 2018 21:13
08a764d
to
b31b1a9
Compare
renovate
bot
changed the title
chore(deps): update dependency eslint-plugin-react to v7.7.0
chore(deps): update dependency eslint-plugin-react to v7.8.0
May 11, 2018
renovate
bot
force-pushed
the
renovate/eslint-plugin-react-7.x
branch
from
May 12, 2018 00:22
b31b1a9
to
4ab404d
Compare
renovate
bot
changed the title
chore(deps): update dependency eslint-plugin-react to v7.8.0
chore(deps): update dependency eslint-plugin-react to v7.8.1
May 12, 2018
renovate
bot
force-pushed
the
renovate/eslint-plugin-react-7.x
branch
from
May 13, 2018 14:00
4ab404d
to
229d284
Compare
renovate
bot
changed the title
chore(deps): update dependency eslint-plugin-react to v7.8.1
chore(deps): update dependency eslint-plugin-react to v7.8.2
May 13, 2018
renovate
bot
force-pushed
the
renovate/eslint-plugin-react-7.x
branch
from
June 3, 2018 21:47
229d284
to
ec69263
Compare
renovate
bot
changed the title
chore(deps): update dependency eslint-plugin-react to v7.8.2
chore(deps): update dependency eslint-plugin-react to v7.9.0
Jun 3, 2018
renovate
bot
force-pushed
the
renovate/eslint-plugin-react-7.x
branch
from
June 4, 2018 04:39
ec69263
to
d37eae8
Compare
renovate
bot
changed the title
chore(deps): update dependency eslint-plugin-react to v7.9.0
chore(deps): update dependency eslint-plugin-react to v7.9.1
Jun 4, 2018
renovate
bot
force-pushed
the
renovate/eslint-plugin-react-7.x
branch
from
June 25, 2018 06:01
d37eae8
to
0cd14d0
Compare
renovate
bot
changed the title
chore(deps): update dependency eslint-plugin-react to v7.9.1
chore(deps): update dependency eslint-plugin-react to v7.10.0
Jun 25, 2018
renovate
bot
force-pushed
the
renovate/eslint-plugin-react-7.x
branch
from
August 13, 2018 20:27
0cd14d0
to
ef5a671
Compare
renovate
bot
changed the title
chore(deps): update dependency eslint-plugin-react to v7.10.0
chore(deps): update dependency eslint-plugin-react to v7.11.0
Aug 13, 2018
renovate
bot
force-pushed
the
renovate/eslint-plugin-react-7.x
branch
from
August 14, 2018 20:36
ef5a671
to
55840a1
Compare
renovate
bot
changed the title
chore(deps): update dependency eslint-plugin-react to v7.11.0
chore(deps): update dependency eslint-plugin-react to v7.11.1
Aug 14, 2018
renovate
bot
changed the title
chore(deps): update dependency eslint-plugin-react to v7.11.1
chore(deps): update dependency eslint-plugin-react to v7.11.1 - autoclosed
Dec 10, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
7.6.1
->7.11.1
Release Notes
yannickcr/eslint-plugin-react
v7.11.1
Compare Source
Fixed
Changed
v7.11.0
Compare Source
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)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
][]: FixreservedFirst
(#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)Changed
no-unused-state
][]: combine spread visitors (@ljharb)jsx-one-expression-per-line
][]: Fix JSX Syntax in docs (#1867, @peter-mouland)jsx-max-depth
][], [jsx-sort-default-props
][]: add missing docs urls (#1880, @flyerhzm)jsx-indent
][]: add test cases (#1892, @alexzherdev)prop-types
][]: add test cases (#1898, @alexzherdev)jsx-props-no-multi-spaces
][]: update docs (#1918, @BenRichter)v7.10.0
Compare Source
Added
no-unsafe
][] rule (#1831, #1830 @sergei-startsev)no-will-update-set-state
][]: Account forUNSAFE_
methods (#1845, #1844 @alexzherdev)Fixed
no-typos
][]: Fix static propTypes handling (#1827, #1677 @alexzherdev)destructuring-assignment
][]: Allow LHS (#1825, #1728 @alexzherdev)no-unused-prop-types
][]: Fix crash when encountering mixed union and intersection flow types (#1806 @yannickcr)Changed
jsx-no-target-blank
][] (#1805 @ferhatelmas))v7.9.1
Compare Source
v7.8.2
Compare Source
Fixed
boolean-prop-naming
][] when encountering a required shape prop type (#1791 @pcorpet)v7.8.1
Compare Source
Fixed
no-deprecated
][] when encountering a class constructor (#1785 @taddei)v7.8.0
Compare Source
Added
react-in-jsx-scope
][] (#1758)require-default-props
][] (#1724 @Miziak)forbid-component-props
][] (#1732 @ThiefMaster)no-unused-prop-types
][] (#1681 @bvaughn)sort-comp
][] (#1767 @joe-denea)no-typos
][]prevState
andnextState
to [no-unused-state
][] (#1759)componentWillMount
,componentWillReceiveProps
andcomponentWillUpdate
lifecycle methods in [no-deprecated
][] (#1750 @sergei-startsev)Fixed
no-typos
][] false positive on customPropType
classes (#1389 @brettdh)boolean-prop-naming
][] to handle required props (#1389 @louisscruz)jsx-curly-brace-presence
][] to allow whitespace JSX container (#1717 @sharmilajesupaul)jsx-no-bind
][] to handle ternary conditions (#1722 @gwenaellarmet)Changed
v7.7.0
Compare Source
Added
forbid-foreign-prop-types
][]: addallowInPropTypes
option (#1655 @iansu)jsx-max-depth
][] rule (#1260 @chriswong)Fixed
no-access-state-in-setstate
][]: Exclude references to this.state in setState callback (#1610 @pfhayes)no-danger-with-children
][]: prevent infinite loop (#1571 @ljharb)sort-prop-types
][]: Fix sortShapeProp when shape is not an object literal (#1669 @justinanastos)jsx-child-element-spacing
][]: fix error location (#1666 @pfhayes)no-unused-prop-types
][]: fix for createClass (#1675 @yuri-sakharov)prop-types
][]: include nextProps checking in shouldComponentUpdate (#1690 @amerryma)jsx-curly-spacing
][]: refactor to fix start and end-braces in a single pass (#1414 @s-h-a-d-o-w)Changed
jsx-child-element-spacing
][]: add missing docs (#1665 @pfhayes); fix docs (#1670 @SammyM)Renovate configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻️ Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "
rebase!
".🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot. View repository job log here.