Update dependency enzyme to v3#43
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
f9316c2 to
a632194
Compare
a632194 to
bc41e8e
Compare
bc41e8e to
c9f5951
Compare
c9f5951 to
115692e
Compare
115692e to
c5d6a1e
Compare
c5d6a1e to
068ff99
Compare
068ff99 to
f81322a
Compare
9a3e1e5 to
ca9b770
Compare
ca9b770 to
e001320
Compare
e001320 to
05908d6
Compare
90d4c07 to
1fb2c9c
Compare
1fb2c9c to
976d676
Compare
976d676 to
d9d4015
Compare
This file contains hidden or 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
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:
^2.7.1→^3.0.0Release Notes
airbnb/enzyme (enzyme)
v3.11.0Compare Source
New Stuff
render: handle Fiber strings and numbers (#2221)Fixes
shallow: Share child context logic betweenshallowanddive(#2296)mount:children: include text nodes ($2269)mount:invoke: use adapter’swrapInvokeif present (#2158)Docs
mount/shallow:closest/parent: Add missing arguments description (#2264)mount/shallow: fix pluralization of “exist” (#2262)shallow/mount:simulate: added functional component example to simulate doc (#2248)mount:debug: add missing verbose option flag (#2184)mount/shallow:update: fix semantics description (#2194)invoke: Add missing backticks to end of codeblock (#2160)invoke: Fix typo (#2167)Meta Stuff
fundingfieldis-boolean-object,is-callable,is-number-object,is-string,enzyme-shallow-equal,array.prototype.flat,function.prototype.name,html-element-map,is-regex,object-inspect,object-is,object.entries,object.vales,raf,string.prototype.trimeslint,eslint-plugin-import,eslint-plugin-markdown,eslint-plugin-react,safe-publish-latest,eslint-config-airbnb,rimraf,safe-publish-latest,karma-firefox-launcher,babel-preset-airbnb,glob-gitignore,semver,eslint-plugin-jsx-a11yv3.10.0Compare Source
New Stuff
shallowaddsuspenseFallbackoption; supportSuspense/Lazy(#1975)shallow/mount: addinvoke(propName)(...args)(#1856, #945)shallow: Support rendering anddive()ingcreateContext()providers and consumers (#1966)mount/shallow: addgetWrappingComponent(#1960)Utils: addisCustomComponent(#1960)Utils: addstubargument tospyMethodEnzymeAdapter: addmatchesElementType(#2146)RSTTraversal: addgetHTMLFromHostNodesFixes
selectors: unwrapmemoelements - in both directions (#2146)shallow: properly determine "should render" forPureComponents (#2096)mount/shallow:renderProp: improve error messages (#2070)mount:setContext: use proper wrapper name in error messageshallow:.contains(): clean up error messageshallow/mount:hasClass: avoid a crash with a non-string argument (#2057)mount: properly handle HTML of multiple nodes (#2052)shallow: ensure that if gDSFP exists, cDU is called. (#2027)shallow: Mock sCU if gDSFP defined in shallow renderer rerender (#1981)mount:.state(): allow getting state from stateful children of a stateless root (#2043)mount:.text(): properly recurse through fragments and arrays (#2028)Refactors
ReactWrapper/ShallowWrapper: ensure calling an adapter‘s nodeToElement preserves the receivermount: usegetHTMLFromHostNodesDocs
shallow: fix childAt (#2134)debug: Added documentation forverboseflag (#2104)reduce/reduceRight: fix example code (#2066, #2065, #2064)simulateErrorwithgetDerivedStateFromError(#2036)shallow:.hasClass: fix use ofmountjest: Update deprecated jest config key (#2024)v3.9.0Compare Source
New Stuff
shallow:isEmptyRender: allow on multiple elements (#1924)mount: support:focusselector (#1965)shallow: SupportgetChildContext()(#1971)shallow/mount:.find: find HTML elements by their constructor (#1933)shallow/mount:selectors: support universal selector (#1945)mount/shallow: add regex support to.hasClass(#1987)Fixes
mount/shallow:.text/.html: handle an array of nodes properly (#2001)shallow:.setProps(): only call cDU once (#2007)mount: ensurefindWheredoesn‘t abort early on an empty string (#1995)mount:findWhere: avoid passing empty wrappers to predicatemount:text()viafindWhere: return the string for a wrapper around a stringmount/shallow: Fix .exists not accepting any EnzymeSelector (#1934)mount: RecursiveisEmptyRender(#1924)mount:setState: allow setting state on a class child of an SFC rootDocumentation
setupTestFrameworkScriptFiletosetupFilesAfterEnv(#2013)mount:setState: note that you can now call it on "not the root" (#2010)isEmptyRender,renderProp,equals, SystemJS guide (#1984, #1985)Meta Stuff
v3.8.0Compare Source
New Stuff
shallow/mount: addrenderProp(#1863, #1891)Fixes
shallow/mount: improve error message for "single node" assertion (#1904)shallow: shallow compare, not deep compare, state and props to determine rerendering (#1915)Documentation
shallow:dive: add a note about throwing an error (#1905)selectors: update redisplayName` (#1932)shallow:get: fixed wrongprops()usage (#1921)shallow:html: shallow renders full tree (#1912)prop: fix typo (#1883)mount:ref: use correct type (#1865)v3.7.0Compare Source
New Stuff
mount:.state()/.setState(): allow calling on children (#1802, @ljharb)configuration: addreset(commit)Fixes
makeOptions: ensure that config-levelattachTo/hydrateInare inherited into wrapper options (#1836, @ljharb)shallow/Utils: call into adapter’sisCustomComponentElementif present (#1832, @SinHouse)shallow/mount: throw an explicit error when state is null/undefined (commit)ROOT_NODESfor child wrappers (#1811, @jgzuke)shallow:.parents: ensure that one.findcall does not affect another (#1781, @ljharb)mount: update aftersimulateError(#1812, @jgzuke)Refactors
mount/shallow:getElement: usethis.single(commit)v3.6.0Compare Source
New Stuff
shallow/mount: addsimulateError(#1797, @ljharb)v3.5.1Compare Source
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, @adam-golab)Refactors
shallow/mount: make tests and method ordering more consistent (commit)adaptertruthiness check (commit)v3.5.0Compare Source
New Stuff
Fixes
shallow: prevent rerenders with PureComponents (#1786, @koba04)shallow: skip updates when nextState isnullorundefined(#1785, @koba04)shallow:setStateaftersetPropscallscomponentWillReceiveProps(#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.4Compare Source
Fixes
shallow: fix unexpected call to componentDidMount (#1768)v3.4.3Compare Source
Fixes
shallow:.setState(): stub outsetStateon 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:stateandsetStateshould throw an explicit error message when called on an SFC (commit)v3.4.2Compare Source
Fixes
shallow: call cDU when an instance calls setState (#1742)selectors: fix descendant selector (#1680)v3.4.1Compare Source
Fixes
shallow:setProps: merge instead of replace props (commit)Documentation
v3.4.0Compare Source
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 #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)Documentation
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
v3.3.0Compare Source
New Stuff
debug: handle boxed primitives (#1450)Refactors
Fixes
v3.2.0Compare Source
New Stuff
Fixes
v3.1.1Compare Source
Fixes
v3.1.0Compare Source
New Stuff
Fixes
@lelandrichardson: Add an npmignore file to all packages (#1204)
@neoziro: Fix node resolving in React 16 adapter (#100)
@graingert: upgrade to rst-selector-parser@^2.2.2 (#1146)
Documentation
@lelandrichardson: Symlink readme to all packages (#1205)
@AndersDJohnson: fix some typos (#1165)
@dubbha: ES5 setup file correction (#1194)
@morrowr08: updated component name being used in example (#1180)
@apandichi: Fixing a few typos... (#1171)
@nuc: Fix typo (#1142)
v3.0.0Compare Source
Breaking Changes
Enzyme has several breaking changes from v2 to v3. Please check out our migration guide for more info. Since there was a rewrite of the core
library from v2 to v3, it is hard to categorize changes in terms of sem
@lelandrichardson: Refactor enzyme to use Adapters, initial React 16 support (#1007)
@lelandrichardson: Make private properties more private and harder to use (#1083)
@ljharb: [breaking] update
cheerioto v1 (#1093)@aweary: Integrate with a CSS parser for selector parsing (#1086)
@vadimdemedes: Skip undefined props when comparing nodes (#662)
@koba04: Breaking: lifecycleExperimental by default (#1140)
New Stuff
@lelandrichardson: Move to lerna repo structure, multiple modules (#1074)
@lelandrichardson: Remove all React dependencies from enzyme (#1084)
@lelandrichardson: Add public root method (#1127)
Fixes
@aweary: Remove isFunctionalComponent, use nodeType instead (#1076)
@LarsHassler: props not merged when shallow rendering in lifecycleExperimental (#1088)
@ljharb: [Fix]
mount: do not mutateComponent.contextTypes(#1099)@ljharb: [Fix]
reduce/reduceRight: followArray#reducewhen omitting initialValue (#673)@koba04: Fix componentDidUpdate when updating by setState on v16 (#1133)
@koba04: Fix componentDidUpdate no longer receives prevContext on React v16 (#1139)
Documentation
@ghost: added sinon to mocha guide (#1075)
@samit4me: Update to GitBook 3 (#1039)
@therewillbecode: Removed extraneous brackets from example in readme (#1117)
@silvenon: Add note that mount() requires cleanup (#1043)
@lelandrichardson: Add docs reflecting v3 (#1121)
v2.9.1Compare Source
Fixes
v2.9.0Compare Source
New Stuff
mount/shallow:debug: addignorePropsoption (#960)Fixes
shallow: debug: fix indentation (#926)Documentation
nvminstall instructions (never install it with homebrew) (#988)Refactors
shallow/mount: Make all references to the wrapperclasscall intothis.wrapuuidfrom v2 to v3 (#998)v2.8.2Compare Source
Fixes
Documentation
prop-types(#894, #890)v2.8.1Compare Source
Fixes
React.createClass(#877)v2.8.0Compare Source
New Stuff
Fixes
falseandlifecycleExperimentalis on (#807)dive(#771)Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.