m-input-number icon indicating copy to clipboard operation
m-input-number copied to clipboard

chore(deps-dev): update react-dom requirement from ^15.5.x to ^15.4.x

Open dependabot-preview[bot] opened this issue 6 years ago • 1 comments

Updates the requirements on react-dom to permit the latest version.

Release notes

Sourced from react-dom's releases.

v15.4.2

15.4.2 (January 6, 2017)

React

  • Fixed build issues with the Brunch bundler. ([gaearon](https://github.com/gaearon) in #8686)
  • Improved error messages for invalid element types. ([spicyj](https://github.com/spicyj) in #8612)
  • Removed a warning about getInitialState when this.state is set. ([bvaughn](https://github.com/bvaughn) in #8594)
  • Removed some dead code. ([diegomura](https://github.com/diegomura) in #8050, [dfrownfelter](https://github.com/dfrownfelter) in #8597)

React DOM

  • Fixed a decimal point issue on uncontrolled number inputs. ([nhunzaker](https://github.com/nhunzaker) in #7750)
  • Fixed rendering of textarea placeholder in IE11. ([aweary](https://github.com/aweary) in #8020)
  • Worked around a script engine bug in IE9. ([eoin](https://github.com/eoin) in #8018)

React Addons

  • Fixed build issues in RequireJS and SystemJS environments. ([gaearon](https://github.com/gaearon) in #8686)
  • Added missing package dependencies. ([kweiberth](https://github.com/kweiberth) in #8467)
Changelog

Sourced from react-dom's changelog.

15.4.2 (January 6, 2017)

React

  • Fixed build issues with the Brunch bundler. ([gaearon](https://github.com/gaearon) in #8686)
  • Improved error messages for invalid element types. ([sophiebits](https://github.com/sophiebits) in #8612)
  • Removed a warning about getInitialState when this.state is set. ([bvaughn](https://github.com/bvaughn) in #8594)
  • Removed some dead code. ([diegomura](https://github.com/diegomura) in #8050, [dfrownfelter](https://github.com/dfrownfelter) in #8597)

React DOM

  • Fixed a decimal point issue on uncontrolled number inputs. ([nhunzaker](https://github.com/nhunzaker) in #7750)
  • Fixed rendering of textarea placeholder in IE11. ([aweary](https://github.com/aweary) in #8020)
  • Worked around a script engine bug in IE9. ([eoin](https://github.com/eoin) in #8018)

React Addons

  • Fixed build issues in RequireJS and SystemJS environments. ([gaearon](https://github.com/gaearon) in #8686)
  • Added missing package dependencies. ([kweiberth](https://github.com/kweiberth) in #8467)

15.4.1 (November 22, 2016)

React

  • Restructure variable assignment to work around a Rollup bug ([gaearon](https://github.com/gaearon) in #8384)

React DOM

  • Fixed event handling on disabled button elements ([sophiebits](https://github.com/sophiebits) in #8387)
  • Fixed compatibility of browser build with AMD environments ([zpao](https://github.com/zpao) in #8374)

15.4.0 (November 16, 2016)

React

  • React package and browser build no longer "secretly" includes React DOM. ([sebmarkbage](https://github.com/sebmarkbage) in #7164 and #7168)
  • Required PropTypes now fail with specific messages for null and undefined. ([chenglou](https://github.com/chenglou) in #7291)
  • Improved development performance by freezing children instead of copying. ([keyanzhang](https://github.com/keyanzhang) in #7455)

React DOM

  • Fixed occasional test failures when React DOM is used together with shallow renderer. ([goatslacker](https://github.com/goatslacker) in #8097)
  • Added a warning for invalid aria- attributes. ([jessebeach](https://github.com/jessebeach) in #7744)
  • Added a warning for using autofocus rather than autoFocus. ([hkal](https://github.com/hkal) in #7694)
  • Removed an unnecessary warning about polyfilling String.prototype.split. ([nhunzaker](https://github.com/nhunzaker) in #7629)
  • Clarified the warning about not calling PropTypes manually. ([jedwards1211](https://github.com/jedwards1211) in #7777)
  • The unstable batchedUpdates API now passes the wrapped function's return value through. ([bgnorlov](https://github.com/bgnorlov) in #7444)
  • Fixed a bug with updating text in IE 8. ([mnpenner](https://github.com/mnpenner) in #7832)

React Perf

  • When ReactPerf is started, you can now view the relative time spent in components as a chart in Chrome Timeline. ([gaearon](https://github.com/gaearon) in #7549)

React Test Utils

  • If you call Simulate.click() on a <input disabled onClick={foo} /> then foo will get called whereas it didn't before. ([nhunzaker](https://github.com/nhunzaker) in #7642)

React Test Renderer

  • Due to packaging changes, it no longer crashes when imported together with React DOM in the same file. ([sebmarkbage](https://github.com/sebmarkbage) in #7164 and #7168)
... (truncated)
Commits

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 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 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:

  • 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] avatar Dec 20 '18 06:12 dependabot-preview[bot]

Coverage Status

Coverage remained the same at 28.092% when pulling dc6361c7d7fef2dfccda28a7fc2d9dd0ed9827ae on dependabot/npm_and_yarn/react-dom-tw-15.4.x into 71e3f9cffb25d75cbf12c17c144ba8cc87e25f8c on master.

coveralls avatar Dec 20 '18 06:12 coveralls