m-feedback
m-feedback copied to clipboard
build(deps-dev): update react-dom requirement from ^15.0.0 to ^16.7.0
Updates the requirements on react-dom to permit the latest version.
Release notes
Sourced from react-dom's releases.
v16.7.0
React DOM
- Fix performance of
React.lazyfor large numbers of lazily-loaded components. ([acdlite](http://github.com/acdlite) in #14429)- Clear fields on unmount to avoid memory leaks. ([trueadm](http://github.com/trueadm) in #14276)
- Fix bug with SSR and context when mixing
react-dom/[email protected]andreact@<16.6. ([gaearon](http://github.com/gaearon) in #14291)- Fix a performance regression in profiling mode. ([bvaughn](http://github.com/bvaughn) in #14383)
Scheduler (Experimental)
- Post to MessageChannel instead of window. ([acdlite](http://github.com/acdlite) in #14234)
- Reduce serialization overhead. ([developit](http://github.com/developit) in #14249)
- Fix fallback to
setTimeoutin testing environments. ([bvaughn](http://github.com/bvaughn) in #14358)- Add methods for debugging. ([mrkev](http://github.com/mrkev) in #14053)
Changelog
Sourced from react-dom's changelog.
16.7.0 (December 19, 2018)
React DOM
- Fix performance of
React.lazyfor large numbers of lazily-loaded components. ([acdlite](http://github.com/acdlite) in #14429)- Clear fields on unmount to avoid memory leaks. ([trueadm](http://github.com/trueadm) in #14276)
- Fix bug with SSR and context when mixing
react-dom/[email protected]andreact@<16.6. ([gaearon](http://github.com/gaearon) in #14291)- Fix a performance regression in profiling mode. ([bvaughn](http://github.com/bvaughn) in #14383)
Scheduler (Experimental)
- Post to MessageChannel instead of window. ([acdlite](http://github.com/acdlite) in #14234)
- Reduce serialization overhead. ([developit](http://github.com/developit) in #14249)
- Fix fallback to
setTimeoutin testing environments. ([bvaughn](http://github.com/bvaughn) in #14358)- Add methods for debugging. ([mrkev](http://github.com/mrkev) in #14053)
16.6.3 (November 12, 2018)
React DOM
- Fix bugs in
Suspenseandlazy. ([acdlite](https://github.com/acdlite) in #14133, #14157, and #14164)- Fix highlighting of
React.memoupdates in React DevTools. ([bvaughn](https://github.com/bvaughn) in #14141)- Fix interaction of Suspense with the React Profiler. ([bvaughn](https://github.com/bvaughn) in #14065)
- Fix a false positive warning when using Suspense. ([acdlite](https://github.com/acdlite) in #14158)
React DOM Server
- Fix incorrect sharing of context state between
renderToNodeStream()calls. ([sebmarkbage](https://github.com/sebmarkbage) in #14182)- Add a warning about incorrect usage of the context API. ([trueadm](https://github.com/trueadm) in #14033)
16.6.2 (November 12, 2018)
This release was published in a broken state and should be skipped.
16.6.1 (November 6, 2018)
React DOM
- Fallback should not remount every time a promise resolves. ([acdlite](https://github.com/acdlite) in #14083)
- Fix bug where Suspense keeps showing fallback even after everything finishes loading. ([acdlite](https://github.com/acdlite) in #14083)
- Fix unresolved default props in lifecycle methods of a lazy component. ([gaearon](https://github.com/gaearon) in #14112)
- Fix bug when recovering from an error thrown during complete phase. ([gaearon](https://github.com/gaearon) in #14104)
Scheduler (Experimental)
16.6.0 (October 23, 2018)
... (truncated)
Commits
- See full diff in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot ignore this [patch|minor|major] versionwill close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) -
@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language -
@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language -
@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language -
@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language -
@dependabot badge mewill comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot dashboard:
- Update frequency (including time of day and day of week)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Finally, you can contact us by mentioning @dependabot.