openfisca / legislation-explorer

Explore legislation formulas and parameters.
https://legislation.demo.openfisca.org
GNU Affero General Public License v3.0
26 stars 12 forks source link

Bump react from 15.6.2 to 16.4.2 #177

Closed dependabot-preview[bot] closed 6 years ago

dependabot-preview[bot] commented 6 years ago

Bumps react from 15.6.2 to 16.4.2.

Release notes *Sourced from [react's releases](https://github.com/facebook/react/releases).* > ## v16.4.2 > ## 16.4.2 (August 1, 2018) > > ### React DOM Server > > * Fix a [potential XSS vulnerability when the attacker controls an attribute name](https://reactjs.org/blog/2018/08/01/react-v-16-4-2.html) (`CVE-2018-6341`). This fix is available in the latest `react-dom@16.4.2`, as well as in previous affected minor versions: `react-dom@16.0.1`, `react-dom@16.1.2`, `react-dom@16.2.1`, and `react-dom@16.3.3`. ([[**gaearon**](https://github.com/gaearon)](https://github.com/gaearon) in [#13302](https://github-redirect.dependabot.com/facebook/react/pull/13302)) > > * Fix a crash in the server renderer when an attribute is called `hasOwnProperty`. This fix is only available in `react-dom@16.4.2`. ([[**gaearon**](https://github.com/gaearon)](https://github.com/gaearon) in [#13303](https://github-redirect.dependabot.com/facebook/react/pull/13303)) > > ## v16.4.1 > ## 16.4.1 (June 13, 2018) > > ### React > > * You can now assign `propTypes` to components returned by `React.ForwardRef`. ([[**bvaughn**](https://github.com/bvaughn)](https://github.com/bvaughn) in [#12911](https://github-redirect.dependabot.com/facebook/react/pull/12911)) > > ### React DOM > > * Fix a crash when the input `type` changes from some other types to `text`. ([[**spirosikmd**](https://github.com/spirosikmd)](https://github.com/spirosikmd) in [#12135](https://github-redirect.dependabot.com/facebook/react/pull/12135)) > * Fix a crash in IE11 when restoring focus to an SVG element. ([[**ThaddeusJiang**](https://github.com/ThaddeusJiang)](https://github.com/ThaddeusJiang) in [#12996](https://github-redirect.dependabot.com/facebook/react/pull/12996)) > * Fix a range input not updating in some cases. ([[**Illu**](https://github.com/Illu)](https://github.com/Illu) in [#12939](https://github-redirect.dependabot.com/facebook/react/pull/12939)) > * Fix input validation triggering unnecessarily in Firefox. ([[**nhunzaker**](https://github.com/nhunzaker)](https://github.com/nhunzaker) in [#12925](https://github-redirect.dependabot.com/facebook/react/pull/12925)) > * Fix an incorrect `event.target` value for the `onChange` event in IE9. ([[**nhunzaker**](https://github.com/nhunzaker)](https://github.com/nhunzaker) in [#12976](https://github-redirect.dependabot.com/facebook/react/pull/12976)) > * Fix a false positive error when returning an empty `` from a component. ([[**philipp-spiess**](https://github.com/philipp-spiess)](https://github.com/philipp-spiess) in [#12966](https://github-redirect.dependabot.com/facebook/react/pull/12966)) > > ### React DOM Server > > * Fix an incorrect value being provided by new context API. ([[**ericsoderberghp**](https://github.com/ericsoderberghp)](https://github.com/ericsoderberghp) in [#12985](https://github-redirect.dependabot.com/facebook/react/pull/12985), [[**gaearon**](https://github.com/gaearon)](https://github.com/gaearon) in [#13019](https://github-redirect.dependabot.com/facebook/react/pull/13019)) > > ### React Test Renderer > > * Allow multiple root children in test renderer traversal API. ([[**gaearon**](https://github.com/gaearon)](https://github.com/gaearon) in [#13017](https://github-redirect.dependabot.com/facebook/react/pull/13017)) > * Fix `getDerivedStateFromProps()` in the shallow renderer to not discard the pending state. ([[**fatfisz**](https://github.com/fatfisz)](https://github.com/fatfisz) in [#13030](https://github-redirect.dependabot.com/facebook/react/pull/13030)) > > ## v16.4.0 > ### React > > * Add a new [experimental](https://github-redirect.dependabot.com/reactjs/rfcs/pull/51) `React.unstable_Profiler` component for measuring performance. ([[**bvaughn**](https://github.com/bvaughn)](https://github.com/bvaughn) in [#12745](https://github-redirect.dependabot.com/facebook/react/pull/12745)) > > ### React DOM > > * Add support for the Pointer Events specification. ([[**philipp-spiess**](https://github.com/philipp-spiess)](https://github.com/philipp-spiess) in [#12507](https://github-redirect.dependabot.com/facebook/react/pull/12507)) > * Properly call `getDerivedStateFromProps()` regardless of the reason for re-rendering. ([[**acdlite**](https://github.com/acdlite)](https://github.com/acdlite) in [#12600](https://github-redirect.dependabot.com/facebook/react/pull/12600) and [#12802](https://github-redirect.dependabot.com/facebook/react/pull/12802)) > * Fix a bug that prevented context propagation in some cases. ([[**gaearon**](https://github.com/gaearon)](https://github.com/gaearon) in [#12708](https://github-redirect.dependabot.com/facebook/react/pull/12708)) > * Fix re-rendering of components using `forwardRef()` on a deeper `setState()`. ([[**gaearon**](https://github.com/gaearon)](https://github.com/gaearon) in [#12690](https://github-redirect.dependabot.com/facebook/react/pull/12690)) > * Fix some attributes incorrectly getting removed from custom element nodes. ([[**airamrguez**](https://github.com/airamrguez)](https://github.com/airamrguez) in [#12702](https://github-redirect.dependabot.com/facebook/react/pull/12702)) > * Fix context providers to not bail out on children if there's a legacy context provider above. ([[**gaearon**](https://github.com/gaearon)](https://github.com/gaearon) in [#12586](https://github-redirect.dependabot.com/facebook/react/pull/12586)) > * Add the ability to specify `propTypes` on a context provider component. ([[**nicolevy**](https://github.com/nicolevy)](https://github.com/nicolevy) in [#12658](https://github-redirect.dependabot.com/facebook/react/pull/12658)) > * Fix a false positive warning when using `react-lifecycles-compat` in ``. ([[**bvaughn**](https://github.com/bvaughn)](https://github.com/bvaughn) in [#12644](https://github-redirect.dependabot.com/facebook/react/pull/12644)) > * Warn when the `forwardRef()` render function has `propTypes` or `defaultProps`. ([[**bvaughn**](https://github.com/bvaughn)](https://github.com/bvaughn) in [#12644](https://github-redirect.dependabot.com/facebook/react/pull/12644)) > ... (truncated)
Changelog *Sourced from [react's changelog](https://github.com/facebook/react/blob/master/CHANGELOG.md).* > ## 16.4.2 (August 1, 2018) > > ### React DOM Server > > * Fix a [potential XSS vulnerability when the attacker controls an attribute name](https://reactjs.org/blog/2018/08/01/react-v-16-4-2.html) (`CVE-2018-6341`). This fix is available in the latest `react-dom@16.4.2`, as well as in previous affected minor versions: `react-dom@16.0.1`, `react-dom@16.1.2`, `react-dom@16.2.1`, and `react-dom@16.3.3`. ([[**gaearon**](https://github.com/gaearon)](https://github.com/gaearon) in [#13302](https://github-redirect.dependabot.com/facebook/react/pull/13302)) > > * Fix a crash in the server renderer when an attribute is called `hasOwnProperty`. This fix is only available in `react-dom@16.4.2`. ([[**gaearon**](https://github.com/gaearon)](https://github.com/gaearon) in [#13303](https://github-redirect.dependabot.com/facebook/react/pull/13303)) > > ## 16.4.1 (June 13, 2018) > > ### React > > * You can now assign `propTypes` to components returned by `React.ForwardRef`. ([[**bvaughn**](https://github.com/bvaughn)](https://github.com/bvaughn) in [#12911](https://github-redirect.dependabot.com/facebook/react/pull/12911)) > > ### React DOM > > * Fix a crash when the input `type` changes from some other types to `text`. ([[**spirosikmd**](https://github.com/spirosikmd)](https://github.com/spirosikmd) in [#12135](https://github-redirect.dependabot.com/facebook/react/pull/12135)) > * Fix a crash in IE11 when restoring focus to an SVG element. ([[**ThaddeusJiang**](https://github.com/ThaddeusJiang)](https://github.com/ThaddeusJiang) in [#12996](https://github-redirect.dependabot.com/facebook/react/pull/12996)) > * Fix a range input not updating in some cases. ([[**Illu**](https://github.com/Illu)](https://github.com/Illu) in [#12939](https://github-redirect.dependabot.com/facebook/react/pull/12939)) > * Fix input validation triggering unnecessarily in Firefox. ([[**nhunzaker**](https://github.com/nhunzaker)](https://github.com/nhunzaker) in [#12925](https://github-redirect.dependabot.com/facebook/react/pull/12925)) > * Fix an incorrect `event.target` value for the `onChange` event in IE9. ([[**nhunzaker**](https://github.com/nhunzaker)](https://github.com/nhunzaker) in [#12976](https://github-redirect.dependabot.com/facebook/react/pull/12976)) > * Fix a false positive error when returning an empty `` from a component. ([[**philipp-spiess**](https://github.com/philipp-spiess)](https://github.com/philipp-spiess) in [#12966](https://github-redirect.dependabot.com/facebook/react/pull/12966)) > > ### React DOM Server > > * Fix an incorrect value being provided by new context API. ([[**ericsoderberghp**](https://github.com/ericsoderberghp)](https://github.com/ericsoderberghp) in [#12985](https://github-redirect.dependabot.com/facebook/react/pull/12985), [[**gaearon**](https://github.com/gaearon)](https://github.com/gaearon) in [#13019](https://github-redirect.dependabot.com/facebook/react/pull/13019)) > > ### React Test Renderer > > * Allow multiple root children in test renderer traversal API. ([[**gaearon**](https://github.com/gaearon)](https://github.com/gaearon) in [#13017](https://github-redirect.dependabot.com/facebook/react/pull/13017)) > * Fix `getDerivedStateFromProps()` in the shallow renderer to not discard the pending state. ([[**fatfisz**](https://github.com/fatfisz)](https://github.com/fatfisz) in [#13030](https://github-redirect.dependabot.com/facebook/react/pull/13030)) > > ## 16.4.0 (May 23, 2018) > > ### React > > * Add a new [experimental](https://github-redirect.dependabot.com/reactjs/rfcs/pull/51) `React.unstable_Profiler` component for measuring performance. ([[**bvaughn**](https://github.com/bvaughn)](https://github.com/bvaughn) in [#12745](https://github-redirect.dependabot.com/facebook/react/pull/12745)) > > ### React DOM > > * Add support for the Pointer Events specification. ([[**philipp-spiess**](https://github.com/philipp-spiess)](https://github.com/philipp-spiess) in [#12507](https://github-redirect.dependabot.com/facebook/react/pull/12507)) > * Properly call `getDerivedStateFromProps()` regardless of the reason for re-rendering. ([[**acdlite**](https://github.com/acdlite)](https://github.com/acdlite) in [#12600](https://github-redirect.dependabot.com/facebook/react/pull/12600) and [#12802](https://github-redirect.dependabot.com/facebook/react/pull/12802)) > * Fix a bug that prevented context propagation in some cases. ([[**gaearon**](https://github.com/gaearon)](https://github.com/gaearon) in [#12708](https://github-redirect.dependabot.com/facebook/react/pull/12708)) > * Fix re-rendering of components using `forwardRef()` on a deeper `setState()`. ([[**gaearon**](https://github.com/gaearon)](https://github.com/gaearon) in [#12690](https://github-redirect.dependabot.com/facebook/react/pull/12690)) > * Fix some attributes incorrectly getting removed from custom element nodes. ([[**airamrguez**](https://github.com/airamrguez)](https://github.com/airamrguez) in [#12702](https://github-redirect.dependabot.com/facebook/react/pull/12702)) > * Fix context providers to not bail out on children if there's a legacy context provider above. ([[**gaearon**](https://github.com/gaearon)](https://github.com/gaearon) in [#12586](https://github-redirect.dependabot.com/facebook/react/pull/12586)) > * Add the ability to specify `propTypes` on a context provider component. ([[**nicolevy**](https://github.com/nicolevy)](https://github.com/nicolevy) in [#12658](https://github-redirect.dependabot.com/facebook/react/pull/12658)) > * Fix a false positive warning when using `react-lifecycles-compat` in ``. ([[**bvaughn**](https://github.com/bvaughn)](https://github.com/bvaughn) in [#12644](https://github-redirect.dependabot.com/facebook/react/pull/12644)) > * Warn when the `forwardRef()` render function has `propTypes` or `defaultProps`. ([[**bvaughn**](https://github.com/bvaughn)](https://github.com/bvaughn) in [#12644](https://github-redirect.dependabot.com/facebook/react/pull/12644)) > * Improve how `forwardRef()` and context consumers are displayed in the component stack. ([[**sophiebits**](https://github.com/sophiebits)](https://github.com/sophiebits) in [#12777](https://github-redirect.dependabot.com/facebook/react/pull/12777)) > ... (truncated)
Commits - [`54adb26`](https://github.com/facebook/react/commit/54adb2674afe16ec603e0c54bf46ccf1afa42308) 16.4.2 - [`d922ed2`](https://github.com/facebook/react/commit/d922ed2cf2fadf2578a1379be3bb89430e7ceb0c) Fix SSR crash on a hasOwnProperty attribute - [`5b19684`](https://github.com/facebook/react/commit/5b19684fc3eddb44a790f31804707de9234147c7) Sanitize unknown attribute names for SSR - [`9725065`](https://github.com/facebook/react/commit/9725065eb4054be5a223b16d28de0aeda91f4464) Update bundle sizes for 16.4.1 release - [`a5957bf`](https://github.com/facebook/react/commit/a5957bf296d894fd2d5a67dd8d6712d5bf8eb845) Update error codes for 16.4.1 release - [`0b87b27`](https://github.com/facebook/react/commit/0b87b279069d21ec6308afcdc557a39dfc459536) Updating package versions for release 16.4.1 - [`65eb6b9`](https://github.com/facebook/react/commit/65eb6b94ac3d0def59b2fc3a09aa03f63c25f909) Updating yarn.lock file for 16.4.1 release - [`c469e3b`](https://github.com/facebook/react/commit/c469e3b422fcb833ad28fcc32cd88f48b660a06a) Add unreleased changelog - [`036ae3c`](https://github.com/facebook/react/commit/036ae3c6e2f056adffc31dfb78d1b6f0c63272f0) Use native event dispatching instead of Simulate or SimulateNative ([#13023](https://github-redirect.dependabot.com/facebook/react/issues/13023)) - [`945fc1b`](https://github.com/facebook/react/commit/945fc1bfce5f2a93ac6ff0c53da3fd57e81b5a63) Call gDSFP with the right state in react-test-render ([#13030](https://github-redirect.dependabot.com/facebook/react/issues/13030)) - Additional commits viewable in [compare view](https://github.com/facebook/react/compare/v15.6.2...v16.4.2)


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.


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 rebase` will rebase this PR - `@dependabot merge` will merge this PR after your CI passes on it - `@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.
Br3nda commented 6 years ago

@maukoquiroga can you reconfigure dependabot to only give us security patches?

Br3nda commented 6 years ago

Oh, nvm - i do have permission to re-configure the bot now

dependabot-preview[bot] commented 6 years ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.