Bump react-dom from 16.4.0 to 16.4.2 in /gui
Bumps react-dom from 16.4.0 to 16.4.2.
Release notes
Sourced from react-dom's 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 (
CVE-2018-6341). This fix is available in the latest[email protected], as well as in previous affected minor versions:[email protected],[email protected],[email protected], and[email protected]. (@gaearon in #13302)Fix a crash in the server renderer when an attribute is called
hasOwnProperty. This fix is only available in[email protected]. (@gaearon in #13303)v16.4.1
16.4.1 (June 13, 2018)
React
React DOM
- Fix a crash when the input
typechanges from some other types totext. (@spirosikmd in #12135)- Fix a crash in IE11 when restoring focus to an SVG element. (@ThaddeusJiang in #12996)
- Fix a range input not updating in some cases. (@Illu in #12939)
- Fix input validation triggering unnecessarily in Firefox. (@nhunzaker in #12925)
- Fix an incorrect
event.targetvalue for theonChangeevent in IE9. (@nhunzaker in #12976)- Fix a false positive error when returning an empty
<React.Fragment />from a component. (@philipp-spiess in #12966)React DOM Server
- Fix an incorrect value being provided by new context API. (@ericsoderberghp in #12985, @gaearon in #13019)
React Test Renderer
Changelog
Sourced from react-dom's changelog.
16.4.2 (August 1, 2018)
React DOM Server
Fix a potential XSS vulnerability when the attacker controls an attribute name (
CVE-2018-6341). This fix is available in the latest[email protected], as well as in previous affected minor versions:[email protected],[email protected],[email protected], and[email protected]. (@gaearon in #13302)Fix a crash in the server renderer when an attribute is called
hasOwnProperty. This fix is only available in[email protected]. (@gaearon in #13303)16.4.1 (June 13, 2018)
React
React DOM
- Fix a crash when the input
typechanges from some other types totext. (@spirosikmd in #12135)- Fix a crash in IE11 when restoring focus to an SVG element. (@ThaddeusJiang in #12996)
- Fix a range input not updating in some cases. (@Illu in #12939)
- Fix input validation triggering unnecessarily in Firefox. (@nhunzaker in #12925)
- Fix an incorrect
event.targetvalue for theonChangeevent in IE9. (@nhunzaker in #12976)- Fix a false positive error when returning an empty
<React.Fragment />from a component. (@philipp-spiess in #12966)React DOM Server
- Fix an incorrect value being provided by new context API. (@ericsoderberghp in #12985, @gaearon in #13019)
React Test Renderer
Commits
-
54adb2616.4.2 -
d922ed2Fix SSR crash on a hasOwnProperty attribute -
5b19684Sanitize unknown attribute names for SSR -
0b87b27Updating package versions for release 16.4.1 -
036ae3cUse native event dispatching instead of Simulate or SimulateNative (#13023) -
ec60457Popping context is O(1) in SSR (#13019) -
d480782Don’t error when returning an empty Fragment (#12966) -
4ac6f13Fallback to event.srcElement for IE9 (#12976) -
23be410Fixed an issue with nested contexts unwinding when server rendering. Issue #1... -
d0d4280Remove old reference to inst._wrapperState (#12987) - 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
You can disable automated security fix PRs for this repo from the Security Alerts page.