Release notes
*Sourced from [react-dom'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) 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) 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) 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) 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) 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) in [#12939](https://github-redirect.dependabot.com/facebook/react/pull/12939))
> * Fix input validation triggering unnecessarily in Firefox. ([@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) 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) 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) in [#12985](https://github-redirect.dependabot.com/facebook/react/pull/12985), [@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) 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) in [#13030](https://github-redirect.dependabot.com/facebook/react/pull/13030))
Changelog
*Sourced from [react-dom'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) 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) 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) 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) 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) 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) in [#12939](https://github-redirect.dependabot.com/facebook/react/pull/12939))
> * Fix input validation triggering unnecessarily in Firefox. ([@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) 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) 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) in [#12985](https://github-redirect.dependabot.com/facebook/react/pull/12985), [@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) 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) in [#13030](https://github-redirect.dependabot.com/facebook/react/pull/13030))
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
- [`0b87b27`](https://github.com/facebook/react/commit/0b87b279069d21ec6308afcdc557a39dfc459536) Updating package versions for release 16.4.1
- [`036ae3c`](https://github.com/facebook/react/commit/036ae3c6e2f056adffc31dfb78d1b6f0c63272f0) Use native event dispatching instead of Simulate or SimulateNative ([#13023](https://github.com/facebook/react/tree/HEAD/packages/react-dom/issues/13023))
- [`ec60457`](https://github.com/facebook/react/commit/ec60457bcd22d06c404a44839c14beda88081ac7) Popping context is O(1) in SSR ([#13019](https://github.com/facebook/react/tree/HEAD/packages/react-dom/issues/13019))
- [`d480782`](https://github.com/facebook/react/commit/d480782c4162431d06c077ebf8fdf6b8ba7896ef) Don’t error when returning an empty Fragment ([#12966](https://github.com/facebook/react/tree/HEAD/packages/react-dom/issues/12966))
- [`4ac6f13`](https://github.com/facebook/react/commit/4ac6f133aff78e7616c7427167f0d43a18441b94) Fallback to event.srcElement for IE9 ([#12976](https://github.com/facebook/react/tree/HEAD/packages/react-dom/issues/12976))
- [`23be410`](https://github.com/facebook/react/commit/23be4102df273d6ee6d9be42c6d65885d0a914b1) Fixed an issue with nested contexts unwinding when server rendering. Issue [#1](https://github.com/facebook/react/tree/HEAD/packages/react-dom/issues/1)...
- [`d0d4280`](https://github.com/facebook/react/commit/d0d4280640967eca2faad0d96be6fca08ac846a6) Remove old reference to inst._wrapperState ([#12987](https://github.com/facebook/react/tree/HEAD/packages/react-dom/issues/12987))
- Additional commits viewable in [compare view](https://github.com/facebook/react/commits/v16.4.2/packages/react-dom)
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 recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@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
You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/DoubleO31/Civitas-Project/network/alerts).
Bumps react-dom from 16.4.0 to 16.4.2.
Release notes
*Sourced from [react-dom'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) 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) 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) 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) 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) 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) in [#12939](https://github-redirect.dependabot.com/facebook/react/pull/12939)) > * Fix input validation triggering unnecessarily in Firefox. ([@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) in [#12976](https://github-redirect.dependabot.com/facebook/react/pull/12976)) > * Fix a false positive error when returning an empty `Changelog
*Sourced from [react-dom'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) 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) 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) 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) 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) 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) in [#12939](https://github-redirect.dependabot.com/facebook/react/pull/12939)) > * Fix input validation triggering unnecessarily in Firefox. ([@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) in [#12976](https://github-redirect.dependabot.com/facebook/react/pull/12976)) > * Fix a false positive error when returning an empty `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 - [`0b87b27`](https://github.com/facebook/react/commit/0b87b279069d21ec6308afcdc557a39dfc459536) Updating package versions for release 16.4.1 - [`036ae3c`](https://github.com/facebook/react/commit/036ae3c6e2f056adffc31dfb78d1b6f0c63272f0) Use native event dispatching instead of Simulate or SimulateNative ([#13023](https://github.com/facebook/react/tree/HEAD/packages/react-dom/issues/13023)) - [`ec60457`](https://github.com/facebook/react/commit/ec60457bcd22d06c404a44839c14beda88081ac7) Popping context is O(1) in SSR ([#13019](https://github.com/facebook/react/tree/HEAD/packages/react-dom/issues/13019)) - [`d480782`](https://github.com/facebook/react/commit/d480782c4162431d06c077ebf8fdf6b8ba7896ef) Don’t error when returning an empty Fragment ([#12966](https://github.com/facebook/react/tree/HEAD/packages/react-dom/issues/12966)) - [`4ac6f13`](https://github.com/facebook/react/commit/4ac6f133aff78e7616c7427167f0d43a18441b94) Fallback to event.srcElement for IE9 ([#12976](https://github.com/facebook/react/tree/HEAD/packages/react-dom/issues/12976)) - [`23be410`](https://github.com/facebook/react/commit/23be4102df273d6ee6d9be42c6d65885d0a914b1) Fixed an issue with nested contexts unwinding when server rendering. Issue [#1](https://github.com/facebook/react/tree/HEAD/packages/react-dom/issues/1)... - [`d0d4280`](https://github.com/facebook/react/commit/d0d4280640967eca2faad0d96be6fca08ac846a6) Remove old reference to inst._wrapperState ([#12987](https://github.com/facebook/react/tree/HEAD/packages/react-dom/issues/12987)) - Additional commits viewable in [compare view](https://github.com/facebook/react/commits/v16.4.2/packages/react-dom)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 recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@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 You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/DoubleO31/Civitas-Project/network/alerts).