Bump node-fetch, prop-types, enzyme-adapter-react-16, react, react-dom and react-test-renderer #16
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.
Removes node-fetch. It's no longer used after updating ancestor dependencies node-fetch, prop-types, enzyme-adapter-react-16, react, react-dom and react-test-renderer. These dependencies need to be updated together.
Removes
node-fetchUpdates
prop-typesfrom 15.6.1 to 15.8.1Changelog
Sourced from prop-types's changelog.
Commits
70330a4v15.8.1044efd7[Dev Deps] updateeslint90c8c47[Fix] fix crash when a custom propType return lacks.data; call `hasOwnProp...b93deca[Tests] add missing test coverage88e1b3d[Tests] convert normalitfunctions to arrow functionsbdc31fa[meta] Fix formatting in CHANGELOG.mdf9d2c19[Tests] do not fail fast; add react 17307a0f5v15.8.0aa90f53[New] addPropTypes.biginta921554[Dev Deps] updateeslintMaintainer changes
This version was pushed to npm by ljharb, a new releaser for prop-types since your current version.
Updates
enzyme-adapter-react-16from 1.1.1 to 1.15.8Changelog
Sourced from enzyme-adapter-react-16's changelog.
... (truncated)
Commits
146467c[enzyme-adapter-react-16] v1.15.8795e52c[enzyme, enzyme-adapter-react-{14,16.1,16.2,16.3,16}] [deps] update `enzyme-s...9a59ec5[*] [deps] updateenzyme-adapter-utilsf2401cc[*] [refactor] usehasowninstead ofhas9ddc423[*] [deps] update in-range depsf937614[*] [dev deps] update everything in-range246d323[*] [dev deps] updateeslint-plugin-import,eslint-plugin-react9bb92eb[meta] run build/files steps in prepack, not prepublish25773d7[enzyme-adapter-react-16] v1.15.7625b018[*] [dev deps] update@babel/coreUpdates
reactfrom 16.3.1 to 16.14.0Release notes
Sourced from react's releases.
... (truncated)
Changelog
Sourced from react's changelog.
... (truncated)
Commits
c63741foffscreen double invoke effects (#19523)c691734Fixed broken Profiler test (#19894)87c023bProfiler onRender only called when we do work (#19885)81aaee5Don't call onCommit et al if there are no effects (#19863)bc6b7b6Don't trigger lazy in DEV during element creation (#19871)781212aRemove double space in test name (#19762)d17086cDecouple public, internal act implementation (#19745)1f38dcfRemove withSuspenseConfig (#19724)ddd1faaRemove config argument from useTransition (#19719)92fcd46Replace SuspenseConfig object with an integer (#19706)Updates
react-domfrom 16.3.1 to 16.14.0Release notes
Sourced from react-dom's releases.
... (truncated)
Changelog
Sourced from react-dom's changelog.
... (truncated)
Commits
993ca53Enable eager listeners statically (#19983)4ead6b5Treat <time> tag as a normal HTML tag. (#19951)480626aCreate Synthetic Events Lazily (#19909)0a00804Remove Array.from() from hot path (#19908)1890159Separate SyntheticEvent constructors to prevent deopts (#19907)6fddca2Remove passive intervention flag (#19849)b93f3e7Fixactbundle size regression (#19832)11ee82d[Events] Make passiveness and priority non-configurable (#19807)a08ae9fListen to onScroll during hydration (#19803)e7b2553Internalact: Flush timers at end of scope (#19788)Updates
react-test-rendererfrom 16.2.0 to 16.14.0Release notes
Sourced from react-test-renderer's releases.
... (truncated)
Changelog
Sourced from react-test-renderer's changelog.
... (truncated)
Commits
f46a80aUpdate outdated links and fix two broken links (#19985)e7b2553Internalact: Flush timers at end of scope (#19788)d17086cDecouple public, internal act implementation (#19745)ce37bfaRemove resolutions from test renderer package.json (#19577)b61174fRemove the deprecated React Flare event system (#19520)a89854bFix Suspense-wrapping heuristic (and bump version numbers) (#19373)4eb9b1dRefactor createEventHandle signature (