This repository was archived by the owner on May 17, 2019. It is now read-only.
Update dependency enzyme to v3.6.0 #162
Merged
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:
3.4.1
->3.6.0
Release Notes
airbnb/enzyme
v3.6.0
New Stuff
shallow
/mount
: addsimulateError
(#1797)v3.5.1
Fixes
shallow
/mount
:containsMatchingElement
: trim whitespace (commit, #636)debug
: inspect objects instead of showing them as<Component />
(commit)Documentation
mount
:ref
: Update docs to be consistent with v3 (#1242)Refactors
shallow
/mount
: make tests and method ordering more consistent (commit)adapter
truthiness check (commit)v3.5.0
New Stuff
Fixes
shallow
: prevent rerenders with PureComponents (#1786, @koba04)shallow
: skip updates when nextState isnull
orundefined
(#1785, @koba04)shallow
:setState
aftersetProps
callscomponentWillReceiveProps
(#1779, @peanutenthusiast)mount
/shallow
: be stricter on the wrapper’s setState/setProps callback (commit)shallow
/mount
: improve error message when wrapping invalid elements (#1759, @jgzuke)Refactors
Meta Stuff
v3.4.4
Fixes
shallow
: fix unexpected call to componentDidMount (#1768)v3.4.3
Fixes
shallow
:.setState()
: stub outsetState
on non-root code paths as well (#1763)shallow
/mount
: restore fallback when adapter lacksinvokeSetStateCallback
(commit)mount
:setState
: invoke callback with the proper receiver (commit)mount
:state
andsetState
should throw an explicit error message when called on an SFC (commit)v3.4.2
Fixes
shallow
: call cDU when an instance calls setState (#1742)selectors
: fix descendant selector (#1680)Renovate configuration
📅 Schedule: No schedule defined.
🚦 Automerge: Enabled.
♻️ 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.