Skip to content
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 2 commits into from
Aug 27, 2019
Merged

chore(deps): update enzyme #996

merged 2 commits into from
Aug 27, 2019

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 3, 2019

This PR contains the following updates:

Package Type Update Change
enzyme (source) devDependencies minor 3.9.0 -> 3.10.0
enzyme-adapter-react-16 (source) devDependencies minor 1.13.2 -> 1.14.0

Release Notes

airbnb/enzyme

v3.10.0

Compare Source

New Stuff
  • shallow add suspenseFallback option; support Suspense/Lazy (#​1975)
  • shallow/mount: add invoke(propName)(...args) (#​1856, #​945)
  • shallow: Support rendering and dive()ing createContext() providers and consumers (#​1966)
  • mount/shallow: add getWrappingComponent (#​1960)
  • Utils: add isCustomComponent (#​1960)
  • Utils: add stub argument to spyMethod
  • EnzymeAdapter: add matchesElementType (#​2146)
  • RSTTraversal: add getHTMLFromHostNodes
Fixes
  • selectors: unwrap memo elements - in both directions (#​2146)
  • shallow: properly determine "should render" for PureComponents (#​2096)
  • mount/shallow: renderProp: improve error messages (#​2070)
  • mount: setContext: use proper wrapper name in error message
  • shallow: .contains(): clean up error message
  • shallow/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 receiver
  • mount: use getHTMLFromHostNodes
Docs
  • explain why need to re-call .find() after update (#​2140)
  • shallow: fix childAt (#​2134)
  • Update v2 -> v3 migration guide re props after a stage change (#​1300)
  • debug: Added documentation for verbose flag (#​2104)
  • Add on the fly JSDOM include example (#​2072)
  • reduce/reduceRight: fix example code (#​2066, #​2065, #​2064)
  • update simulateError with getDerivedStateFromError (#​2036)
  • shallow: .hasClass: fix use of mount
  • add link to Cheerio API and another example (#​756)
  • 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot. View repository job log here.

@renovate renovate bot added the Renovate 🌴 Dependency update label Jun 3, 2019
@codecov
Copy link

codecov bot commented Jun 3, 2019

Codecov Report

Merging #996 into develop will not change coverage.
The diff coverage is n/a.

@@           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 renovate bot force-pushed the renovate/enzyme branch from b4713f0 to 2d24469 Compare June 4, 2019 00:57
@renovate 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 renovate bot force-pushed the renovate/enzyme branch 7 times, most recently from fe33b86 to e5da46c Compare June 17, 2019 13:52
@renovate renovate bot force-pushed the renovate/enzyme branch 2 times, most recently from 319e087 to 97bb879 Compare June 30, 2019 17:13
@renovate renovate bot changed the title chore(deps): update enzyme Update enzyme Jun 30, 2019
@renovate renovate bot force-pushed the renovate/enzyme branch from 97bb879 to b4c2d36 Compare June 30, 2019 17:31
@renovate renovate bot changed the title Update enzyme chore(deps): update enzyme Jun 30, 2019
@renovate renovate bot force-pushed the renovate/enzyme branch 5 times, most recently from ecc4558 to 050f439 Compare July 2, 2019 13:29
@renovate renovate bot force-pushed the renovate/enzyme branch 4 times, most recently from 48be61d to a9046cb Compare July 11, 2019 11:41
@renovate renovate bot force-pushed the renovate/enzyme branch 5 times, most recently from bd2faa7 to 6d2ceda Compare July 20, 2019 19:35
@renovate renovate bot force-pushed the renovate/enzyme branch 12 times, most recently from 48b1264 to 593ae6c Compare August 19, 2019 13:34
@renovate renovate bot force-pushed the renovate/enzyme branch 11 times, most recently from ac01534 to e574043 Compare August 27, 2019 16:46
@renovate renovate bot force-pushed the renovate/enzyme branch from e574043 to 14b9880 Compare August 27, 2019 18:28
@renovate
Copy link
Contributor Author

renovate bot commented Aug 27, 2019

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 DalderupMaurice merged commit 7ce476c into develop Aug 27, 2019
@DalderupMaurice DalderupMaurice deleted the renovate/enzyme branch August 27, 2019 19:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Renovate 🌴 Dependency update
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants