dropzone
dropzone copied to clipboard
chore(deps-dev): update react requirement from ~0.13.2 to ~16.8.5
Updates the requirements on react to permit the latest version.
Release notes
Sourced from react's releases.
v16.8.5
16.8.5 (March 22, 2019)
React DOM
- Don't set the first option as selected in select tag with
sizeattribute. (@kulek1 in #14242)- Improve the
useEffect(async () => ...)warning message. (@gaearon in #15118)- Improve the error message sometimes caused by duplicate React. (@jaredpalmer in #15139)
React DOM Server
React Shallow Renderer
- Fix
setStatein shallow renderer to work with Hooks. (@gaearon in #15120)- Fix shallow renderer to support
React.memo. (@aweary in #14816)- Fix shallow renderer to support Hooks inside
forwardRef. (@eps1lon in #15100)Artifacts
- react: https://unpkg.com/[email protected]/umd/
- react-art: https://unpkg.com/[email protected]/umd/
- react-dom: https://unpkg.com/[email protected]/umd/
- react-is: https://unpkg.com/[email protected]/umd/
- react-test-renderer: https://unpkg.com/[email protected]/umd/
- scheduler: https://unpkg.com/[email protected]/umd/
Changelog
Sourced from react's changelog.
16.8.5 (March 22, 2019)
React DOM
- Don't set the first option as selected in select tag with
sizeattribute. (@kulek1 in #14242)- Improve the
useEffect(async () => ...)warning message. (@gaearon in #15118)- Improve the error message sometimes caused by duplicate React. (@jaredpalmer in #15139)
React DOM Server
React Shallow Renderer
- Fix
setStatein shallow renderer to work with Hooks. (@gaearon in #15120)- Fix shallow renderer to support
React.memo. (@aweary in #14816)- Fix shallow renderer to support Hooks inside
forwardRef. (@eps1lon in #15100)16.8.4 (March 5, 2019)
React DOM and other renderers
- Fix a bug where DevTools caused a runtime error when inspecting a component that used a
useContexthook. (@bvaughn in #14940)16.8.3 (February 21, 2019)
React DOM
- Fix a bug that caused inputs to behave incorrectly in UMD builds. (@gaearon in #14914)
- Fix a bug that caused render phase updates to be discarded. (@gaearon in #14852)
React DOM Server
- Unwind the context stack when a stream is destroyed without completing, to prevent incorrect values during a subsequent render. (@overlookmotel in #14706)
ESLint Plugin for React Hooks
16.8.2 (February 14, 2019)
React DOM
- Fix
ReactDOM.renderbeing ignored insideuseEffect. (@gaearon in #14799)- Fix a crash when unmounting empty portals. (@gaearon in #14820)
- Fix
useImperativeHandleto work correctly when no deps are specified. (@gaearon in #14801)- Fix
crossOriginattribute to work in SVGimageelements. (@aweary in #14832)- Fix a false positive warning when using Suspense with Hooks. (@gaearon in #14821)
React Test Utils and React Test Renderer
... (truncated)
Commits
fb572afAdd more info to invalid hook call error message (#15139)d8a73b516.8.4 and changelog55cf14fRelease 16.8.329b7b77Fix UMD builds by re-exporting the scheduler priorities (#14914)3e55560Release 16.8.245fc46b16.8.1 packagesbc9818fScheduler.unstable_next (#14756)008a2ab16.8.0c21c41eTweak invalid Hook warning and error (#14747)66eb293Restrict effect return type to a function or nothing (#14119)- Additional commits viewable 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 squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@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.