Update 2 dependencies from npm #344
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.
Overview
The following dependencies have been updated:
enzyme-adapter-react-16in/packages/generator/app/templatesfrom "1.1.1" to "1.2.0"enzymein/packages/generator/app/templatesfrom "3.3.0" to "3.4.0"Details
Dependencies.io has updated
enzyme-adapter-react-16(a npm dependency in/packages/generator/app/templates) from "1.1.1" to "1.2.0".1.2.0
Minor Changes
Patches
nodeHasIdfix for some 0.14 corner cases (#65)Dependencies.io has updated
enzyme(a npm dependency in/packages/generator/app/templates) from "3.3.0" to "3.4.0".3.4.0
New Stuff
shallow/mount: account for React.Fragment nodes (#1733)debugNodenow returns[function]for function children (commit)mount: addhydrateInoption (#1707)shallow: add “lifecycles” adapter option (#1696)shallow/mount: allow.exists()to take an optional selector (#1695)shallow: Add getSnapshotBeforeUpdate support (#1657)shallow/mount: Add support for some pseudo selectors (#1537)debug: Implement verbose debug output (#1547)Debug:typeNamenow calls the adapter’sdisplayNameOfNodeif available (#1701)mount/shallow:.name(): call into adapter’sdisplayNameOfNode, if present (#1701)Utils:nodeHasType: call into adapter’sdisplayNameOfNode, if present (#1701)selectors:buildPredicate: call into adapter’sisValidElementType, if present (#1701)shallow:setProps(): Add callback argument (#1721)mount: add.equals()(commit)getAdapterfromUtilsinto its own file (#1732)Fixes
shallow/mount:matchesElement/containsMatchingElement: get adapter with options (commit)RSTTraversal: removenodeHasPropertyexport; broken since Bump webpack from 4.39.1 to 4.39.2 #1157 (commit)shallow:.at(): return an empty wrapper when an index does not exist (#1478)shallow:.equals(): flatten children when comparing (commit)mount/shallow: do not dedupe in flatMap (commit)shallow:.closest(): ensure an empty wrapper is returned for no match (commit)selectors: make general sibling not throw on root (#1698)mount:text(): null nodes return null (#1582)shallow:simulate: ensure it returns itself (commit)shallow: ShallowWrapper calls update() automatically (#1499)mount/shallow: return null for missing keys (#1536)setStatecallback after finishing the render (#1453)shallow/mount: default iterator should be iterable (commit)Refactors
selectors: fix typos; avoid reusing variable unnecessarily (#1681)shallow: UsespyMethodto inspect the result ofshouldComponentUpdate/getSnapshotBeforeUpdate(#1192)Utils:configuration: change to named exports. (commit)array.prototype.flat(commit)Docs
ref(refName)(#1470)shallow/mount: Add callback arg to setProps header (#1361)mount: Updated docs for ReactWrapper.instance(); remove docs for v2'sgetNode()/getNodes()(#1714)Meta Stuff