-
Notifications
You must be signed in to change notification settings - Fork 73
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
chore(deps): update enzyme #996
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 @@
## develop #996 +/- ##
========================================
Coverage 50.79% 50.79%
========================================
Files 240 240
Lines 2063 2063
Branches 276 276
========================================
Hits 1048 1048
Misses 843 843
Partials 172 172 |
renovate
bot
force-pushed
the
renovate/enzyme
branch
from
June 4, 2019 00:57
b4713f0
to
2d24469
Compare
renovate
bot
changed the title
chore(deps): update dependency enzyme-adapter-react-16 to v1.14.0
chore(deps): update enzyme
Jun 4, 2019
renovate
bot
force-pushed
the
renovate/enzyme
branch
7 times, most recently
from
June 17, 2019 13:52
fe33b86
to
e5da46c
Compare
renovate
bot
force-pushed
the
renovate/enzyme
branch
2 times, most recently
from
June 30, 2019 17:13
319e087
to
97bb879
Compare
renovate
bot
force-pushed
the
renovate/enzyme
branch
from
June 30, 2019 17:31
97bb879
to
b4c2d36
Compare
renovate
bot
force-pushed
the
renovate/enzyme
branch
5 times, most recently
from
July 2, 2019 13:29
ecc4558
to
050f439
Compare
renovate
bot
force-pushed
the
renovate/enzyme
branch
4 times, most recently
from
July 11, 2019 11:41
48be61d
to
a9046cb
Compare
renovate
bot
force-pushed
the
renovate/enzyme
branch
5 times, most recently
from
July 20, 2019 19:35
bd2faa7
to
6d2ceda
Compare
renovate
bot
force-pushed
the
renovate/enzyme
branch
12 times, most recently
from
August 19, 2019 13:34
48b1264
to
593ae6c
Compare
renovate
bot
force-pushed
the
renovate/enzyme
branch
11 times, most recently
from
August 27, 2019 16:46
ac01534
to
e574043
Compare
renovate
bot
force-pushed
the
renovate/enzyme
branch
from
August 27, 2019 18:28
e574043
to
14b9880
Compare
PR has been edited👷 This PR has received other commits, so Renovate will stop updating it to avoid conflicts or other problems. If you wish to abandon your changes and have Renovate start over you may click the "rebase" checkbox in the PR body/description. |
DalderupMaurice
approved these changes
Aug 27, 2019
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:
3.9.0
->3.10.0
1.13.2
->1.14.0
Release Notes
airbnb/enzyme
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)Renovate configuration
📅 Schedule: "on monday" (UTC).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻️ Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "
rebase!
".👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Renovate Bot. View repository job log here.