GroceriStar / react-only-intern-22

GNU General Public License v3.0
0 stars 0 forks source link

Bump react from 16.4.2 to 16.5.1 #66

Closed dependabot-preview[bot] closed 6 years ago

dependabot-preview[bot] commented 6 years ago

Bumps react from 16.4.2 to 16.5.1.

Release notes *Sourced from [react's releases](https://github.com/facebook/react/releases).* > ## v16.5.1 > ## 16.5.1 (September 13, 2018) > > ### React > > * Improve the warning when `React.forwardRef` receives an unexpected number of arguments. ([[**andresroberto**](https://github.com/andresroberto)](https://github.com/andresroberto) in [#13636](https://github-redirect.dependabot.com/facebook/react/issues/13636)) > > ### React DOM > > * Fix a regression in unstable exports used by React Native Web. ([[**aweary**](https://github.com/aweary)](https://github.com/aweary) in [#13598](https://github-redirect.dependabot.com/facebook/react/issues/13598)) > * Fix a crash when component defines a method called `isReactComponent`. ([[**gaearon**](https://github.com/gaearon)](https://github.com/gaearon) in [#13608](https://github-redirect.dependabot.com/facebook/react/issues/13608)) > * Fix a crash in development mode in IE9 when printing a warning. ([[**link-alex**](https://github.com/link-alex)](https://github.com/link-alex) in [#13620](https://github-redirect.dependabot.com/facebook/react/issues/13620)) > * Provide a better error message when running `react-dom/profiling` with `schedule/tracking`. ([[**bvaughn**](https://github.com/bvaughn)](https://github.com/bvaughn) in [#13605](https://github-redirect.dependabot.com/facebook/react/issues/13605)) > * If a `ForwardRef` component defines a `displayName`, use it in warnings. ([[**probablyup**](https://github.com/probablyup)](https://github.com/probablyup) in [#13615](https://github-redirect.dependabot.com/facebook/react/issues/13615)) > > ### Schedule (Experimental) > > * Add a separate profiling entry point at `schedule/tracking-profiling`. ([[**bvaughn**](https://github.com/bvaughn)](https://github.com/bvaughn) in [#13605](https://github-redirect.dependabot.com/facebook/react/issues/13605)) > > ## v16.5.0 > ## 16.5.0 (September 5, 2018) > > ### React > > * Add a warning if `React.forwardRef` render function doesn't take exactly two arguments ([[**bvaughn**](https://github.com/bvaughn)](https://github.com/bvaughn) in [#13168](https://github-redirect.dependabot.com/facebook/react/issues/13168)) > * Improve the error message when passing an element to `createElement` by mistake ([[**DCtheTall**](https://github.com/DCtheTall)](https://github.com/DCtheTall) in [#13131](https://github-redirect.dependabot.com/facebook/react/issues/13131)) > * Don't call profiler `onRender` until after mutations ([[**bvaughn**](https://github.com/bvaughn)](https://github.com/bvaughn) in [#13572](https://github-redirect.dependabot.com/facebook/react/issues/13572)) > > ### React DOM > > * Add support for React DevTools Profiler ([[**bvaughn**](https://github.com/bvaughn)](https://github.com/bvaughn) in [#13058](https://github-redirect.dependabot.com/facebook/react/issues/13058)) > * Add `react-dom/profiling` entry point alias for profiling in production ([[**bvaughn**](https://github.com/bvaughn)](https://github.com/bvaughn) in [#13570](https://github-redirect.dependabot.com/facebook/react/issues/13570)) > * Add `onAuxClick` event for browsers that support it ([[**jquense**](https://github.com/jquense)](https://github.com/jquense) in [#11571](https://github-redirect.dependabot.com/facebook/react/issues/11571)) > * Add `movementX` and `movementY` fields to mouse events ([[**jasonwilliams**](https://github.com/jasonwilliams)](https://github.com/jasonwilliams) in [#9018](https://github-redirect.dependabot.com/facebook/react/issues/9018)) > * Add `tangentialPressure` and `twist` fields to pointer events ([[**motiz88**](https://github.com/motiz88)](https://github.com/motiz88) in [#13374](https://github-redirect.dependabot.com/facebook/react/issues/13374)) > * Minimally support iframes (nested browsing contexts) in selection event handling ([[**acusti**](https://github.com/acusti)](https://github.com/acusti) in [#12037](https://github-redirect.dependabot.com/facebook/react/issues/12037)) > * Support passing booleans to the `focusable` SVG attribute ([[**gaearon**](https://github.com/gaearon)](https://github.com/gaearon) in [#13339](https://github-redirect.dependabot.com/facebook/react/issues/13339)) > * Ignore `
Changelog *Sourced from [react's changelog](https://github.com/facebook/react/blob/master/CHANGELOG.md).* > ## 16.5.1 (September 13, 2018) > > ### React > > * Improve the warning when `React.forwardRef` receives an unexpected number of arguments. ([[**andresroberto**](https://github.com/andresroberto)](https://github.com/andresroberto) in [#13636](https://github-redirect.dependabot.com/facebook/react/issues/13636)) > > ### React DOM > > * Fix a regression in unstable exports used by React Native Web. ([[**aweary**](https://github.com/aweary)](https://github.com/aweary) in [#13598](https://github-redirect.dependabot.com/facebook/react/issues/13598)) > * Fix a crash when component defines a method called `isReactComponent`. ([[**gaearon**](https://github.com/gaearon)](https://github.com/gaearon) in [#13608](https://github-redirect.dependabot.com/facebook/react/issues/13608)) > * Fix a crash in development mode in IE9 when printing a warning. ([[**link-alex**](https://github.com/link-alex)](https://github.com/link-alex) in [#13620](https://github-redirect.dependabot.com/facebook/react/issues/13620)) > * Provide a better error message when running `react-dom/profiling` with `schedule/tracking`. ([[**bvaughn**](https://github.com/bvaughn)](https://github.com/bvaughn) in [#13605](https://github-redirect.dependabot.com/facebook/react/issues/13605)) > * If a `ForwardRef` component defines a `displayName`, use it in warnings. ([[**probablyup**](https://github.com/probablyup)](https://github.com/probablyup) in [#13615](https://github-redirect.dependabot.com/facebook/react/issues/13615)) > > ### Schedule (Experimental) > > * Add a separate profiling entry point at `schedule/tracking-profiling`. ([[**bvaughn**](https://github.com/bvaughn)](https://github.com/bvaughn) in [#13605](https://github-redirect.dependabot.com/facebook/react/issues/13605)) > > ## 16.5.0 (September 5, 2018) > > ### React > > * Add a warning if `React.forwardRef` render function doesn't take exactly two arguments ([[**bvaughn**](https://github.com/bvaughn)](https://github.com/bvaughn) in [#13168](https://github-redirect.dependabot.com/facebook/react/issues/13168)) > * Improve the error message when passing an element to `createElement` by mistake ([[**DCtheTall**](https://github.com/DCtheTall)](https://github.com/DCtheTall) in [#13131](https://github-redirect.dependabot.com/facebook/react/issues/13131)) > * Don't call profiler `onRender` until after mutations ([[**bvaughn**](https://github.com/bvaughn)](https://github.com/bvaughn) in [#13572](https://github-redirect.dependabot.com/facebook/react/issues/13572)) > > ### React DOM > > * Add support for React DevTools Profiler ([[**bvaughn**](https://github.com/bvaughn)](https://github.com/bvaughn) in [#13058](https://github-redirect.dependabot.com/facebook/react/issues/13058)) > * Add `react-dom/profiling` entry point alias for profiling in production ([[**bvaughn**](https://github.com/bvaughn)](https://github.com/bvaughn) in [#13570](https://github-redirect.dependabot.com/facebook/react/issues/13570)) > * Add `onAuxClick` event for browsers that support it ([[**jquense**](https://github.com/jquense)](https://github.com/jquense) in [#11571](https://github-redirect.dependabot.com/facebook/react/issues/11571)) > * Add `movementX` and `movementY` fields to mouse events ([[**jasonwilliams**](https://github.com/jasonwilliams)](https://github.com/jasonwilliams) in [#9018](https://github-redirect.dependabot.com/facebook/react/issues/9018)) > * Add `tangentialPressure` and `twist` fields to pointer events ([[**motiz88**](https://github.com/motiz88)](https://github.com/motiz88) in [#13374](https://github-redirect.dependabot.com/facebook/react/issues/13374)) > * Minimally support iframes (nested browsing contexts) in selection event handling ([[**acusti**](https://github.com/acusti)](https://github.com/acusti) in [#12037](https://github-redirect.dependabot.com/facebook/react/issues/12037)) > * Support passing booleans to the `focusable` SVG attribute ([[**gaearon**](https://github.com/gaearon)](https://github.com/gaearon) in [#13339](https://github-redirect.dependabot.com/facebook/react/issues/13339)) > * Ignore `
Commits - [`0a65b94`](https://github.com/facebook/react/commit/0a65b94024bb5d990a5abe33ef2aa47aaa238fbd) Update bundle sizes for 16.5.1 release - [`0dd19ce`](https://github.com/facebook/react/commit/0dd19ce3e6d882524956cf7a7c578ae1ea3cddad) Update error codes for 16.5.1 release - [`8998f38`](https://github.com/facebook/react/commit/8998f38789f24f43a5398fdac04fcf12461aa9af) Updating package versions for release 16.5.1 - [`ecbf7af`](https://github.com/facebook/react/commit/ecbf7af40b72b90c007416132eb5e941542d4cca) Enhance dev warnings for forwardRef render function ([#13627](https://github-redirect.dependabot.com/facebook/react/issues/13627)) ([#13636](https://github-redirect.dependabot.com/facebook/react/issues/13636)) - [`2282400`](https://github.com/facebook/react/commit/2282400850ff51892d581da782fdbc98047b8fc3) Delete TapEventPlugin ([#13630](https://github-redirect.dependabot.com/facebook/react/issues/13630)) - [`a079011`](https://github.com/facebook/react/commit/a079011f95033758c17f1d7c2ee44d9cc80623f2) 🔥 Stop syncing the value attribute on inputs (behind a feature flag) ([#13526](https://github-redirect.dependabot.com/facebook/react/issues/13526)) - [`a7bd7c3`](https://github.com/facebook/react/commit/a7bd7c3c0480c96e32d9518bb707172dfc72db58) Allow reading default feature flags from bundle tests ([#13629](https://github-redirect.dependabot.com/facebook/react/issues/13629)) - [`7204b63`](https://github.com/facebook/react/commit/7204b636ee2b46608811b11111a6cb4e544a8276) Run tests for Fire feature flags ([#13628](https://github-redirect.dependabot.com/facebook/react/issues/13628)) - [`d3bbfe0`](https://github.com/facebook/react/commit/d3bbfe09cc47e2c5e34c3f5d0373e726981f0919) Fix IE version in comment - [`1b2646a`](https://github.com/facebook/react/commit/1b2646a403a23556084189f055d75d68da2a6cd4) Fix warning without stack for ie9 ([#13620](https://github-redirect.dependabot.com/facebook/react/issues/13620)) - Additional commits viewable in [compare view](https://github.com/facebook/react/compare/v16.4.2...v16.5.1)


Dependabot compatibility score

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 rebase` will rebase this PR - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will 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 dependency` will 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 labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will 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](https://app.dependabot.com): - 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.
dependabot-preview[bot] commented 6 years ago

Superseded by #71.