-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
chore(deps): update dependency enzyme to v3.11.0 #159
base: master
Are you sure you want to change the base?
Conversation
Codecov Report
@@ Coverage Diff @@
## master #159 +/- ##
==========================================
- Coverage 38.77% 35.71% -3.07%
==========================================
Files 9 9
Lines 49 56 +7
Branches 7 13 +6
==========================================
+ Hits 19 20 +1
- Misses 30 36 +6
Continue to review full report at Codecov.
|
4397a05
to
5d8c6c7
Compare
5d8c6c7
to
090fb4f
Compare
090fb4f
to
faf435c
Compare
faf435c
to
4ab2b90
Compare
4ab2b90
to
c5e124e
Compare
c5e124e
to
ecc1c33
Compare
ecc1c33
to
95191d1
Compare
95191d1
to
d986efe
Compare
d986efe
to
3f7461a
Compare
3f7461a
to
36dd28b
Compare
36dd28b
to
912c201
Compare
912c201
to
5fc957a
Compare
5fc957a
to
fb4d719
Compare
fb4d719
to
1d03b04
Compare
1d03b04
to
1968cd1
Compare
1968cd1
to
610d83b
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
This PR contains the following updates:
3.6.0
->3.11.0
3.1.14
->3.10.12
Release Notes
airbnb/enzyme
v3.11.0
Compare Source
New Stuff
render
: handle Fiber strings and numbers (#2221)Fixes
shallow
: Share child context logic betweenshallow
anddive
(#2296)mount
:children
: include text nodes ($2269)mount
:invoke
: use adapter’swrapInvoke
if 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
funding
fieldis-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.trim
eslint
,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-a11y
v3.10.0
Compare Source
New Stuff
shallow
addsuspenseFallback
option; 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
: addstub
argument tospyMethod
EnzymeAdapter
: addmatchesElementType
(#2146)RSTTraversal
: addgetHTMLFromHostNodes
Fixes
selectors
: unwrapmemo
elements - in both directions (#2146)shallow
: properly determine "should render" forPureComponent
s (#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
: usegetHTMLFromHostNodes
Docs
shallow
: fix childAt (#2134)debug
: Added documentation forverbose
flag (#2104)reduce
/reduceRight
: fix example code (#2066, #2065, #2064)simulateError
withgetDerivedStateFromError
(#2036)shallow
:.hasClass
: fix use ofmount
jest
: Update deprecated jest config key (#2024)v3.9.0
Compare Source
New Stuff
shallow
:isEmptyRender
: allow on multiple elements (#1924)mount
: support:focus
selector (#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
: ensurefindWhere
doesn‘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
setupTestFrameworkScriptFile
tosetupFilesAfterEnv
(#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.0
Compare 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 re
displayName` (#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.0
Compare Source
New Stuff
mount
:.state()
/.setState()
: allow calling on children (#1802, @ljharb)configuration
: addreset
(commit)Fixes
makeOptions
: ensure that config-levelattachTo
/hydrateIn
are inherited into wrapper options (#1836, @ljharb)shallow
/Utils
: call into adapter’sisCustomComponentElement
if present (#1832, @SinHouse)shallow
/mount
: throw an explicit error when state is null/undefined (commit)ROOT_NODES
for child wrappers (#1811, @jgzuke)shallow
:.parents
: ensure that one.find
call does not affect another (#1781, @ljharb)mount
: update aftersimulateError
(#1812, @jgzuke)Refactors
mount
/shallow
:getElement
: usethis.single
(commit)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR has been generated by Mend Renovate. View repository job log here.