-
-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
Update 5 dependencies from npm #2844
Merged
Merged
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
Codecov Report
@@ Coverage Diff @@
## master #2844 +/- ##
==========================================
+ Coverage 35.81% 35.82% +<.01%
==========================================
Files 429 428 -1
Lines 9425 9423 -2
Branches 987 970 -17
==========================================
Hits 3376 3376
- Misses 5401 5406 +5
+ Partials 648 641 -7
Continue to review full report at Codecov.
|
Hypnosphi
approved these changes
Jan 26, 2018
This was referenced Jan 12, 2022
This was referenced Feb 10, 2022
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.
Overview
The following dependencies have been updated:
eslint-plugin-react
in/
from "7.5.1" to "7.6.0"lint-staged
in/
from "6.0.1" to "6.1.0"react-native
inapp/react-native
from "0.52.1" to "0.52.2"@angular/cli
inexamples/angular-cli
from "1.6.5" to "1.6.6"protractor
inexamples/angular-cli
from "5.2.2" to "5.3.0"Details
Dependencies.io has updated
eslint-plugin-react
(a npm dependency in/
) from "7.5.1" to "7.6.0".7.6.0
Added
forbid-dom-props
rule (#1562 davazp)jsx-child-element-spacing
rule (#1515 pfhayes)no-this-in-sfc
rule (#1435 jomasti)jsx-sort-default-props
rule (#281 b0gok)message
option toboolean-prop-naming
(#1588 louisscruz)beforeClosing
option tojsx-tag-spacing
(#1396 cjskillingstad)instance-methods
andinstance-variables
tosort-comp
(#599 RDGthree)propWrapperFunctions
support forboolean-prop-naming
(#1478 jomasti)React.addons.TestUtils
inno-deprecated
(#1644 nirnaor)Fixed
no-access-state-in-setstate
(#1559 jomasti, #1611 pfhayes)require-optimization
when encountering arrays with empty items as values in object (#1621 kamataryo)no-unused-prop-types
when passing an empty function as a PropType (#1542 #1581 kevinzwhuang)no-typos
when usingPropType.shape
without arguments (#1471 mrichmond)jsx-tag-spacing
(#1650 flyerhzm)no-unused-state
to detect usage ofthis.state
as an object (#1572)no-access-state-in-setstate
to detect when thestate
variable is destructured fromthis.state
(#1597 jaaberg)jsx-no-literals
to correctly find string literals part of BinaryExpressions (#1511 jaaberg)no-typos
false positive on custom propTypes with isRequired (#1607 lfades)prop-types
to check fornextProps
incomponentWillReceiveProps
(#1636 xjmdoo)no-unknown-property
to not pascal-casingcrossorigin
attribute and only allow it on script/img/video (#1642 ljharb)Changed
jsx-wrap-multilines
auto fix (#1576 sharmilajesupaul)defaultConfig
fromsort-comp
rule for programmatic use (#1578 Andarist)Dependencies.io has updated
lint-staged
(a npm dependency in/
) from "6.0.1" to "6.1.0".6.1.0
6.1.0 (2018-01-26)
Features
ignore
config option (#385) (5b7bc67)Dependencies.io has updated
react-native
(a npm dependency inapp/react-native
) from "0.52.1" to "0.52.2".0.52.2
No content found. Please open an issue at https://github.com/dependencies-io/support if you think this content could have been found.
Dependencies.io has updated
@angular/cli
(a npm dependency inexamples/angular-cli
) from "1.6.5" to "1.6.6".1.6.6
No content found. Please open an issue at https://github.com/dependencies-io/support if you think this content could have been found.
Dependencies.io has updated
protractor
(a npm dependency inexamples/angular-cli
) from "5.2.2" to "5.3.0".5.3.0
No content found. Please open an issue at https://github.com/dependencies-io/support if you think this content could have been found.
This change is