Update react requirement from 15.3.0 to 15.6.2
Updates the requirements on react to permit the latest version.
Release notes
Sourced from react's releases.
v15.6.2
15.6.2 (September 25, 2017)
All Packages
- Switch from BSD + Patents to MIT license
React DOM
- Fix a bug where modifying
document.documentModewould trigger IE detection in other browsers, breaking change events. (@​aweary in #10032)- CSS Columns are treated as unitless numbers. (@​aweary in #10115)
- Fix bug in QtWebKit when wrapping synthetic events in proxies. (@​walrusfruitcake in #10115)
- Prevent event handlers from receiving extra argument in development. (@​aweary in #10115)
- Fix cases where
onChangewould not fire withdefaultCheckedon radio inputs. (@​jquense in #10156)- Add support for
controlListattribute to DOM property whitelist (@​nhunzaker in #9940)- Fix a bug where creating an element with a ref in a constructor did not throw an error in development. (@​iansu in #10025)
Changelog
Sourced from react's changelog.
15.6.2 (September 25, 2017)
All Packages
- Switch from BSD + Patents to MIT license
React DOM
- Fix a bug where modifying
document.documentModewould trigger IE detection in other browsers, breaking change events. (@​aweary in #10032)- CSS Columns are treated as unitless numbers. (@​aweary in #10115)
- Fix bug in QtWebKit when wrapping synthetic events in proxies. (@​walrusfruitcake in #10115)
- Prevent event handlers from receiving extra argument in development. (@​aweary in #10115)
- Fix cases where
onChangewould not fire withdefaultCheckedon radio inputs. (@​jquense in #10156)- Add support for
controlListattribute to DOM property whitelist (@​nhunzaker in #9940)- Fix a bug where creating an element with a ref in a constructor did not throw an error in development. (@​iansu in #10025)
15.6.1 (June 14, 2017)
React DOM
- Fix a crash on iOS Safari. (@​jquense in #9960)
- Don't add
pxto custom CSS property values. (@​TrySound in #9966)15.6.0 (June 13, 2017)
React
- Downgrade deprecation warnings to use
console.warninstead ofconsole.error. (@​flarnie in #9753)- Add a deprecation warning for
React.createClass. Points users tocreate-react-classinstead. (@​flarnie in #9771)- Add deprecation warnings and separate module for
React.DOMfactory helpers. (@​nhunzaker in #8356)- Warn for deprecation of
React.createMixinhelper, which was never used. (@​aweary in #8853)React DOM
- Add support for CSS variables in
styleattribute. (@​aweary in #9302)- Add support for CSS Grid style properties. (@​ericsakmar in #9185)
- Fix bug where inputs mutated value on type conversion. (@​nhunzaker in #9806)
- Fix issues with
onChangenot firing properly for some inputs. (@​jquense in #8575)- Fix bug where controlled number input mistakenly allowed period. (@​nhunzaker in #9584)
- Fix bug where performance entries were being cleared. (@​chrisui in #9451)
React Addons
- Fix AMD support for addons depending on
react. (@​flarnie in #9919)- Fix
isMounted()to returntrueincomponentWillUnmount. (@​mridgway in #9638)- Fix
react-addons-updateto not depend on nativeObject.assign. (@​gaearon in #9937)- Remove broken Google Closure Compiler annotation from
create-react-class. (@​gaearon in #9933)- Remove unnecessary dependency from
react-linked-input. (@​gaearon in #9766)- Point
react-addons-(css-)transition-groupto the new package. (@​gaearon in #9937)15.5.4 (April 11, 2017)
... (truncated)
Commits
-
5634f0d15.6.2 -
8c3cece15.x: BSD+Patents -> MIT -
0c102ac15.6.1 -
9ba0c80Merge branch '15.6-dev' into 15-stable -
240874dBump dependencies -
501cb4515.6.0 -
e5b3554Add 'create-react-class' to react dependencies for build (#9847) -
fe031caHello 15.6 Release Candidate (#9828) -
cef396d15.5.4 -
53a3b46Update prop-types version - 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.
Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.
You can always request more updates by clicking Bump now in your Dependabot dashboard.
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.
