sinonjs/sinon
### [`v9.2.1`](https://togithub.com/sinonjs/sinon/blob/master/CHANGELOG.md#921--2020-10-28)
[Compare Source](https://togithub.com/sinonjs/sinon/compare/v9.2.0...23aff495ba6177db922af852f2679412878f93d5)
==================
- Fix [#2203](https://togithub.com/sinonjs/sinon/issues/2203): skip writing 'name' property if not writable ([#2304](https://togithub.com/sinonjs/sinon/issues/2304))
- Update error message on assert when representation of expected and actual value is equal, fixing issue [#2084](https://togithub.com/sinonjs/sinon/issues/2084) ([#2303](https://togithub.com/sinonjs/sinon/issues/2303))
- Make sandboxes each use their own assert object ([#2302](https://togithub.com/sinonjs/sinon/issues/2302))
- Add usingPromise() method on fakes to fix issue [#2293](https://togithub.com/sinonjs/sinon/issues/2293) ([#2301](https://togithub.com/sinonjs/sinon/issues/2301))
### [`v9.2.0`](https://togithub.com/sinonjs/sinon/blob/master/CHANGELOG.md#920--2020-10-06)
[Compare Source](https://togithub.com/sinonjs/sinon/compare/v9.1.0...v9.2.0)
==================
- Update dependencies ([#2299](https://togithub.com/sinonjs/sinon/issues/2299))
- Update sandbox docs with missing comma
- Add minor markdown formatting to release docs for sandbox
- Minor formatting improvements to legacy sandbox documentation
### [`v9.1.0`](https://togithub.com/sinonjs/sinon/blob/master/CHANGELOG.md#910--2020-09-29)
[Compare Source](https://togithub.com/sinonjs/sinon/compare/v9.0.3...v9.1.0)
==================
- Add a calledOnceWithMatch assertion ([#2294](https://togithub.com/sinonjs/sinon/issues/2294))
### [`v9.0.3`](https://togithub.com/sinonjs/sinon/blob/master/CHANGELOG.md#903--2020-08-11)
[Compare Source](https://togithub.com/sinonjs/sinon/compare/v9.0.2...v9.0.3)
==================
- Upgrade nise to latest
- Upgrade [@sinonjs/samsam](https://togithub.com/sinonjs/samsam) to latest
### [`v9.0.2`](https://togithub.com/sinonjs/sinon/blob/master/CHANGELOG.md#902--2020-04-08)
[Compare Source](https://togithub.com/sinonjs/sinon/compare/v9.0.1...v9.0.2)
==================
- Bump [@sinonjs/fake-timers](https://togithub.com/sinonjs/fake-timers) (fix error when using Node's util/promisify with setTimeout)
- Upgrade [@sinonjs/commons](https://togithub.com/sinonjs/commons) (fix error when trying to calculate function name from generators)
### [`v9.0.1`](https://togithub.com/sinonjs/sinon/blob/master/CHANGELOG.md#901--2020-03-10)
[Compare Source](https://togithub.com/sinonjs/sinon/compare/v9.0.0...v9.0.1)
==================
- Fix [#2226](https://togithub.com/sinonjs/sinon/issues/2226): restore props defined on prototype chain by deleting
### [`v9.0.0`](https://togithub.com/sinonjs/sinon/blob/master/CHANGELOG.md#900--2020-02-19)
[Compare Source](https://togithub.com/sinonjs/sinon/compare/c13dd54d9c07fc9d10b5706dfc2af49456e3acd1...fc1179bb8bf6172dcfc4dec8ca082903b06064c5)
==================
- Ignore errors on thisValue property accesses ([#2216](https://togithub.com/sinonjs/sinon/issues/2216))
- Add firstArg to spy calls and fakes. ([#2150](https://togithub.com/sinonjs/sinon/issues/2150))
- Drop Node 8 support
### [`v8.1.1`](https://togithub.com/sinonjs/sinon/blob/master/CHANGELOG.md#811--2020-01-22)
[Compare Source](https://togithub.com/sinonjs/sinon/compare/384732e1570929afc677c15dbbdaf76ff8924544...c13dd54d9c07fc9d10b5706dfc2af49456e3acd1)
==================
- Fundraiser for better docs:
### [`v8.1.0`](https://togithub.com/sinonjs/sinon/blob/master/CHANGELOG.md#810--2020-01-16)
[Compare Source](https://togithub.com/sinonjs/sinon/compare/2369139d9213d872c3c68d2d62a5d97aa988ce0f...384732e1570929afc677c15dbbdaf76ff8924544)
==================
- Support negative indices in getCall ([#2199](https://togithub.com/sinonjs/sinon/issues/2199))
### [`v8.0.4`](https://togithub.com/sinonjs/sinon/blob/master/CHANGELOG.md#804--2020-01-06)
[Compare Source](https://togithub.com/sinonjs/sinon/compare/999e148ac5bbd2f0c16277520124843873fc05b6...2369139d9213d872c3c68d2d62a5d97aa988ce0f)
==================
- Remove misleading 'own' from exception message
### [`v8.0.3`](https://togithub.com/sinonjs/sinon/blob/master/CHANGELOG.md#803--2020-01-06)
[Compare Source](https://togithub.com/sinonjs/sinon/compare/03d536e06039af39a6b6ad1713a912cc5d4f271b...999e148ac5bbd2f0c16277520124843873fc05b6)
==================
- Move .printf to proxy
### [`v8.0.2`](https://togithub.com/sinonjs/sinon/blob/master/CHANGELOG.md#802--2019-12-30)
[Compare Source](https://togithub.com/sinonjs/sinon/compare/20782ee2982018b4034e4b7c757f5102e2bfc733...03d536e06039af39a6b6ad1713a912cc5d4f271b)
==================
- Upgrade [@sinonjs/samsam](https://togithub.com/sinonjs/samsam) to latest
- Upgrade nise to 3.0.1
### [`v8.0.1`](https://togithub.com/sinonjs/sinon/blob/master/CHANGELOG.md#801--2019-12-23)
[Compare Source](https://togithub.com/sinonjs/sinon/compare/012cdd08f310d39d3045fc5cd86aa393e4bbaf39...20782ee2982018b4034e4b7c757f5102e2bfc733)
==================
- Force upgrade [@sinonjs/commons](https://togithub.com/sinonjs/commons) ([#2181](https://togithub.com/sinonjs/sinon/issues/2181))
- Update `docs/changelog.md` and set new release id in `docs/_config.yml`
- Add release documentation for v8.0.0
### [`v8.0.0`](https://togithub.com/sinonjs/sinon/blob/master/CHANGELOG.md#800--2019-12-22)
[Compare Source](https://togithub.com/sinonjs/sinon/compare/7835301641cfecb619533be874ade6e903b49120...012cdd08f310d39d3045fc5cd86aa393e4bbaf39)
==================
The major release is caused by removing old mistakes and upgrading dependencies that themselves have had new major releases.
- Upgrade nise, [@sinonjs/formatio](https://togithub.com/sinonjs/formatio), [@sinonjs/samsam](https://togithub.com/sinonjs/samsam) and [@sinonjs/referee](https://togithub.com/sinonjs/referee)
- Update lolex and nise to get new async timer methods (see )
- Remove `sinon.spyCall`
- Remove `sinon.sandbox.create`
- Remove obsolete `deprecated.printWarning` stubbing from test
Renovate configuration
:date: Schedule: At any time (no schedule defined).
:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.
:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
:no_bell: Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
7.5.0
->9.2.1
Release Notes
sinonjs/sinon
### [`v9.2.1`](https://togithub.com/sinonjs/sinon/blob/master/CHANGELOG.md#921--2020-10-28) [Compare Source](https://togithub.com/sinonjs/sinon/compare/v9.2.0...23aff495ba6177db922af852f2679412878f93d5) ================== - Fix [#2203](https://togithub.com/sinonjs/sinon/issues/2203): skip writing 'name' property if not writable ([#2304](https://togithub.com/sinonjs/sinon/issues/2304)) - Update error message on assert when representation of expected and actual value is equal, fixing issue [#2084](https://togithub.com/sinonjs/sinon/issues/2084) ([#2303](https://togithub.com/sinonjs/sinon/issues/2303)) - Make sandboxes each use their own assert object ([#2302](https://togithub.com/sinonjs/sinon/issues/2302)) - Add usingPromise() method on fakes to fix issue [#2293](https://togithub.com/sinonjs/sinon/issues/2293) ([#2301](https://togithub.com/sinonjs/sinon/issues/2301)) ### [`v9.2.0`](https://togithub.com/sinonjs/sinon/blob/master/CHANGELOG.md#920--2020-10-06) [Compare Source](https://togithub.com/sinonjs/sinon/compare/v9.1.0...v9.2.0) ================== - Update dependencies ([#2299](https://togithub.com/sinonjs/sinon/issues/2299)) - Update sandbox docs with missing comma - Add minor markdown formatting to release docs for sandbox - Minor formatting improvements to legacy sandbox documentation ### [`v9.1.0`](https://togithub.com/sinonjs/sinon/blob/master/CHANGELOG.md#910--2020-09-29) [Compare Source](https://togithub.com/sinonjs/sinon/compare/v9.0.3...v9.1.0) ================== - Add a calledOnceWithMatch assertion ([#2294](https://togithub.com/sinonjs/sinon/issues/2294)) ### [`v9.0.3`](https://togithub.com/sinonjs/sinon/blob/master/CHANGELOG.md#903--2020-08-11) [Compare Source](https://togithub.com/sinonjs/sinon/compare/v9.0.2...v9.0.3) ================== - Upgrade nise to latest - Upgrade [@sinonjs/samsam](https://togithub.com/sinonjs/samsam) to latest ### [`v9.0.2`](https://togithub.com/sinonjs/sinon/blob/master/CHANGELOG.md#902--2020-04-08) [Compare Source](https://togithub.com/sinonjs/sinon/compare/v9.0.1...v9.0.2) ================== - Bump [@sinonjs/fake-timers](https://togithub.com/sinonjs/fake-timers) (fix error when using Node's util/promisify with setTimeout) - Upgrade [@sinonjs/commons](https://togithub.com/sinonjs/commons) (fix error when trying to calculate function name from generators) ### [`v9.0.1`](https://togithub.com/sinonjs/sinon/blob/master/CHANGELOG.md#901--2020-03-10) [Compare Source](https://togithub.com/sinonjs/sinon/compare/v9.0.0...v9.0.1) ================== - Fix [#2226](https://togithub.com/sinonjs/sinon/issues/2226): restore props defined on prototype chain by deleting ### [`v9.0.0`](https://togithub.com/sinonjs/sinon/blob/master/CHANGELOG.md#900--2020-02-19) [Compare Source](https://togithub.com/sinonjs/sinon/compare/c13dd54d9c07fc9d10b5706dfc2af49456e3acd1...fc1179bb8bf6172dcfc4dec8ca082903b06064c5) ================== - Ignore errors on thisValue property accesses ([#2216](https://togithub.com/sinonjs/sinon/issues/2216)) - Add firstArg to spy calls and fakes. ([#2150](https://togithub.com/sinonjs/sinon/issues/2150)) - Drop Node 8 support ### [`v8.1.1`](https://togithub.com/sinonjs/sinon/blob/master/CHANGELOG.md#811--2020-01-22) [Compare Source](https://togithub.com/sinonjs/sinon/compare/384732e1570929afc677c15dbbdaf76ff8924544...c13dd54d9c07fc9d10b5706dfc2af49456e3acd1) ================== - Fundraiser for better docs:Renovate configuration
:date: Schedule: At any time (no schedule defined).
:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.
:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
:no_bell: Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.