This Pull Request updates dependency sinon from v4.4.8 to v4.5.0
Note: This PR was created on a configured schedule ("before 5am on monday") and will not receive updates outside those times.
Release Notes
### [`v4.4.9`](https://github.com/sinonjs/sinon/blob/master/CHANGELOG.md#449--2018-03-27)
==================
* Fix #1746: Remove dependency on ES2015 code from post-install script
---
### [`v4.5.0`](https://github.com/sinonjs/sinon/blob/master/CHANGELOG.md#450--2018-03-30)
==================
* Add .lastArg and .callback to spy call
---
Commits
#### v4.4.9
- [`8f7a966`](https://github.com/sinonjs/sinon/commit/8f7a966970220bedd1f08c3cdff3d9a579d7ed30) Fix #1746: Remove dependency on ES2015 code from post-install script
- [`b1e2c47`](https://github.com/sinonjs/sinon/commit/b1e2c474e61edf8c53f8e18240108e83a6dbf97e) Update History.md and AUTHORS for new release
- [`c4c4279`](https://github.com/sinonjs/sinon/commit/c4c42794b3f35965a2a00a6ba67c934726760133) 4.4.9
- [`f547ef8`](https://github.com/sinonjs/sinon/commit/f547ef8c963fd2579b46ac6ae37990e7c5a0c868) Add release documentation for v4.4.9
- [`48b9262`](https://github.com/sinonjs/sinon/commit/48b92621119fd93b786c5e23e5c365bf664a3a3a) Update docs/changelog.md and set new release id in docs/_config.yml
#### v4.4.10
- [`f2696bd`](https://github.com/sinonjs/sinon/commit/f2696bd149309011b0f8167b76868e30c650bf58) fix extra space typo
- [`cee8156`](https://github.com/sinonjs/sinon/commit/cee81561f967ea6b1f29c844c58e76182a0eb93c) Merge pull request #1738 from nfriedly/issue-1736
- [`3d50435`](https://github.com/sinonjs/sinon/commit/3d50435d304c3d39da98cb61f8d20e57b9e2f7f7) Update docs of stub.throws
- [`1069f15`](https://github.com/sinonjs/sinon/commit/1069f159dadf52b4053bd0a5fd9a37a6db47b8a0) Update documentation for older releases
- [`3d18f04`](https://github.com/sinonjs/sinon/commit/3d18f040bb80eaf092acd5c334df6b7f4cb88a36) Merge customized version of pull request #1730
- [`d333180`](https://github.com/sinonjs/sinon/commit/d333180e1b9b90054eec3a27646c6dd0e7763644) Update History.md and AUTHORS for new release
- [`4ba4de7`](https://github.com/sinonjs/sinon/commit/4ba4de7b779df8e236eb27988f5303ce6b190db5) 4.4.10
- [`3f391a1`](https://github.com/sinonjs/sinon/commit/3f391a1d50bc55617461a552731acce5c4680413) Add release documentation for v4.4.10
- [`4a7d56a`](https://github.com/sinonjs/sinon/commit/4a7d56a808fb28c153c552b7d32ffa4cf6f1ef99) Update docs/changelog.md and set new release id in docs/_config.yml
#### v4.5.0
- [`8635826`](https://github.com/sinonjs/sinon/commit/8635826393f34d80fab366f1b49f65d9bcb428e8) Fix inconsist use of semicolon in spy docs
- [`f5e03eb`](https://github.com/sinonjs/sinon/commit/f5e03ebcf902e19d87dd665c5fcee79008a76377) Extract spy call documentation to own page
- [`dc6b605`](https://github.com/sinonjs/sinon/commit/dc6b605bc3e59fd4903f4898f92600e0d1b13899) Add .lastArg and .callback to spy call
- [`ba05b5a`](https://github.com/sinonjs/sinon/commit/ba05b5a3d5b745e6c4213f7ec95935690ab5ec43) Revert "Merge pull request #1738 from nfriedly/issue-1736"
- [`1abc699`](https://github.com/sinonjs/sinon/commit/1abc699bbcb07f687ef58ad8326b6bebae97f765) Update History.md and AUTHORS for new release
- [`1a67742`](https://github.com/sinonjs/sinon/commit/1a677421dee2692793b9b5710eeaf4a9b53df58f) 4.5.0
- [`0665b20`](https://github.com/sinonjs/sinon/commit/0665b20a60fa9ad4808a8a1f0ec125419cd875bd) Add release documentation for v4.5.0
- [`c742969`](https://github.com/sinonjs/sinon/commit/c742969fdb770ee19212140d3969890b092a52af) Update docs/changelog.md and set new release id in docs/_config.yml
This Pull Request updates dependency sinon from
v4.4.8
tov4.5.0
Note: This PR was created on a configured schedule ("before 5am on monday") and will not receive updates outside those times.
Release Notes
### [`v4.4.9`](https://github.com/sinonjs/sinon/blob/master/CHANGELOG.md#449--2018-03-27) ================== * Fix #1746: Remove dependency on ES2015 code from post-install script --- ### [`v4.5.0`](https://github.com/sinonjs/sinon/blob/master/CHANGELOG.md#450--2018-03-30) ================== * Add .lastArg and .callback to spy call ---Commits
#### v4.4.9 - [`8f7a966`](https://github.com/sinonjs/sinon/commit/8f7a966970220bedd1f08c3cdff3d9a579d7ed30) Fix #1746: Remove dependency on ES2015 code from post-install script - [`b1e2c47`](https://github.com/sinonjs/sinon/commit/b1e2c474e61edf8c53f8e18240108e83a6dbf97e) Update History.md and AUTHORS for new release - [`c4c4279`](https://github.com/sinonjs/sinon/commit/c4c42794b3f35965a2a00a6ba67c934726760133) 4.4.9 - [`f547ef8`](https://github.com/sinonjs/sinon/commit/f547ef8c963fd2579b46ac6ae37990e7c5a0c868) Add release documentation for v4.4.9 - [`48b9262`](https://github.com/sinonjs/sinon/commit/48b92621119fd93b786c5e23e5c365bf664a3a3a) Update docs/changelog.md and set new release id in docs/_config.yml #### v4.4.10 - [`f2696bd`](https://github.com/sinonjs/sinon/commit/f2696bd149309011b0f8167b76868e30c650bf58) fix extra space typo - [`cee8156`](https://github.com/sinonjs/sinon/commit/cee81561f967ea6b1f29c844c58e76182a0eb93c) Merge pull request #1738 from nfriedly/issue-1736 - [`3d50435`](https://github.com/sinonjs/sinon/commit/3d50435d304c3d39da98cb61f8d20e57b9e2f7f7) Update docs of stub.throws - [`1069f15`](https://github.com/sinonjs/sinon/commit/1069f159dadf52b4053bd0a5fd9a37a6db47b8a0) Update documentation for older releases - [`3d18f04`](https://github.com/sinonjs/sinon/commit/3d18f040bb80eaf092acd5c334df6b7f4cb88a36) Merge customized version of pull request #1730 - [`d333180`](https://github.com/sinonjs/sinon/commit/d333180e1b9b90054eec3a27646c6dd0e7763644) Update History.md and AUTHORS for new release - [`4ba4de7`](https://github.com/sinonjs/sinon/commit/4ba4de7b779df8e236eb27988f5303ce6b190db5) 4.4.10 - [`3f391a1`](https://github.com/sinonjs/sinon/commit/3f391a1d50bc55617461a552731acce5c4680413) Add release documentation for v4.4.10 - [`4a7d56a`](https://github.com/sinonjs/sinon/commit/4a7d56a808fb28c153c552b7d32ffa4cf6f1ef99) Update docs/changelog.md and set new release id in docs/_config.yml #### v4.5.0 - [`8635826`](https://github.com/sinonjs/sinon/commit/8635826393f34d80fab366f1b49f65d9bcb428e8) Fix inconsist use of semicolon in spy docs - [`f5e03eb`](https://github.com/sinonjs/sinon/commit/f5e03ebcf902e19d87dd665c5fcee79008a76377) Extract spy call documentation to own page - [`dc6b605`](https://github.com/sinonjs/sinon/commit/dc6b605bc3e59fd4903f4898f92600e0d1b13899) Add .lastArg and .callback to spy call - [`ba05b5a`](https://github.com/sinonjs/sinon/commit/ba05b5a3d5b745e6c4213f7ec95935690ab5ec43) Revert "Merge pull request #1738 from nfriedly/issue-1736" - [`1abc699`](https://github.com/sinonjs/sinon/commit/1abc699bbcb07f687ef58ad8326b6bebae97f765) Update History.md and AUTHORS for new release - [`1a67742`](https://github.com/sinonjs/sinon/commit/1a677421dee2692793b9b5710eeaf4a9b53df58f) 4.5.0 - [`0665b20`](https://github.com/sinonjs/sinon/commit/0665b20a60fa9ad4808a8a1f0ec125419cd875bd) Add release documentation for v4.5.0 - [`c742969`](https://github.com/sinonjs/sinon/commit/c742969fdb770ee19212140d3969890b092a52af) Update docs/changelog.md and set new release id in docs/_config.ymlThis PR has been generated by Renovate Bot.