Release notes
*Sourced from [sinon's releases](https://github.com/sinonjs/sinon/releases).*
> ## Fix [#1476](https://github-redirect.dependabot.com/sinonjs/sinon/issues/1476)
> * Fix [#1476](https://github-redirect.dependabot.com/sinonjs/sinon/issues/1476): spy.withArgs(args...).firstCall is broken
>
> Fix [#1274](https://github-redirect.dependabot.com/sinonjs/sinon/issues/1274): spy.withArgs(args...).callCount is incorrect
Changelog
*Sourced from [sinon's changelog](https://github.com/sinonjs/sinon/blob/master/docs/changelog.md).*
> 6.1.4 / 2018-07-21
> ==================
>
> * Update lolex and nise dependencies to latest versions
>
> 6.1.3 / 2018-07-07
> ==================
>
> * Fix issue with matchers and cyclic references ([#1709](https://github-redirect.dependabot.com/sinonjs/sinon/issues/1709))
>
> 6.1.2 / 2018-07-06
> ==================
>
> * Made callsArg, returnsArg, and throwsArg more strict ([#1848](https://github-redirect.dependabot.com/sinonjs/sinon/issues/1848))
>
> 6.1.1 / 2018-07-06
> ==================
>
> * Restore useFakeXMLHttpRequest correctly in default sandbox ([#1840](https://github-redirect.dependabot.com/sinonjs/sinon/issues/1840))
>
> 6.1.0 / 2018-07-03
> ==================
>
> * Syntax sugar for resolvesArg ([#1846](https://github-redirect.dependabot.com/sinonjs/sinon/issues/1846))
>
> 6.0.1 / 2018-06-24
> ==================
>
> * Add fake behaviors to sandbox ([#1815](https://github-redirect.dependabot.com/sinonjs/sinon/issues/1815))
Commits
- [`5fc1893`](https://github.com/sinonjs/sinon/commit/5fc1893cace53e791f2efe8b745d5aecd1708b61) 6.1.4
- [`af476ad`](https://github.com/sinonjs/sinon/commit/af476adb634ddfaaaf5f9dd5164e583087f73a9d) Update History.md and AUTHORS for new release
- [`eeea472`](https://github.com/sinonjs/sinon/commit/eeea472fe0a6add63319325ee9b72c7c33116738) Update lolex and nise dependencies to latest versions
- [`bfe869b`](https://github.com/sinonjs/sinon/commit/bfe869b1355db4d5b6eab31827351374d339f811) Ensure that we always use loose versioning
- [`691bf9d`](https://github.com/sinonjs/sinon/commit/691bf9dab3216ea7243e90421aa10d83e88df8c7) Add dependency version warnings to preversion.sh ([#1862](https://github-redirect.dependabot.com/sinonjs/sinon/issues/1862))
- [`cb6c231`](https://github.com/sinonjs/sinon/commit/cb6c231849047b7520527b72ae822a86061c5fbd) document update for (calls|resolves|returns|throws)Arg [#1854](https://github-redirect.dependabot.com/sinonjs/sinon/issues/1854)
- [`0be170c`](https://github.com/sinonjs/sinon/commit/0be170c85ef9595bb0e66993ccd635beafc04143) Improve test coverage ([#1856](https://github-redirect.dependabot.com/sinonjs/sinon/issues/1856))
- [`a25ac43`](https://github.com/sinonjs/sinon/commit/a25ac433eec1c30e4503063aaf2dfec012f2ba63) Fix matchers link in spy-call.md / spies.md docs
- [`368c0bf`](https://github.com/sinonjs/sinon/commit/368c0bfd6966f2a5b2402f0f0c8d628f6e368dd9) Fix typo in docs/CONTRIBUTING.md title
- [`b227110`](https://github.com/sinonjs/sinon/commit/b2271108e7772e9c4fb4a6da840e64ef89eecc2f) Update docs/changelog.md and set new release id in docs/_config.yml
- Additional commits viewable in [compare view](https://github.com/sinonjs/sinon/compare/v6.0.0...v6.1.4)
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 merge` will merge this PR after your CI passes on it
- `@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 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](https://app.dependabot.com):
- 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.
Bumps sinon from 6.0.0 to 6.1.4.
Release notes
*Sourced from [sinon's releases](https://github.com/sinonjs/sinon/releases).* > ## Fix [#1476](https://github-redirect.dependabot.com/sinonjs/sinon/issues/1476) > * Fix [#1476](https://github-redirect.dependabot.com/sinonjs/sinon/issues/1476): spy.withArgs(args...).firstCall is broken > > Fix [#1274](https://github-redirect.dependabot.com/sinonjs/sinon/issues/1274): spy.withArgs(args...).callCount is incorrectChangelog
*Sourced from [sinon's changelog](https://github.com/sinonjs/sinon/blob/master/docs/changelog.md).* > 6.1.4 / 2018-07-21 > ================== > > * Update lolex and nise dependencies to latest versions > > 6.1.3 / 2018-07-07 > ================== > > * Fix issue with matchers and cyclic references ([#1709](https://github-redirect.dependabot.com/sinonjs/sinon/issues/1709)) > > 6.1.2 / 2018-07-06 > ================== > > * Made callsArg, returnsArg, and throwsArg more strict ([#1848](https://github-redirect.dependabot.com/sinonjs/sinon/issues/1848)) > > 6.1.1 / 2018-07-06 > ================== > > * Restore useFakeXMLHttpRequest correctly in default sandbox ([#1840](https://github-redirect.dependabot.com/sinonjs/sinon/issues/1840)) > > 6.1.0 / 2018-07-03 > ================== > > * Syntax sugar for resolvesArg ([#1846](https://github-redirect.dependabot.com/sinonjs/sinon/issues/1846)) > > 6.0.1 / 2018-06-24 > ================== > > * Add fake behaviors to sandbox ([#1815](https://github-redirect.dependabot.com/sinonjs/sinon/issues/1815))Commits
- [`5fc1893`](https://github.com/sinonjs/sinon/commit/5fc1893cace53e791f2efe8b745d5aecd1708b61) 6.1.4 - [`af476ad`](https://github.com/sinonjs/sinon/commit/af476adb634ddfaaaf5f9dd5164e583087f73a9d) Update History.md and AUTHORS for new release - [`eeea472`](https://github.com/sinonjs/sinon/commit/eeea472fe0a6add63319325ee9b72c7c33116738) Update lolex and nise dependencies to latest versions - [`bfe869b`](https://github.com/sinonjs/sinon/commit/bfe869b1355db4d5b6eab31827351374d339f811) Ensure that we always use loose versioning - [`691bf9d`](https://github.com/sinonjs/sinon/commit/691bf9dab3216ea7243e90421aa10d83e88df8c7) Add dependency version warnings to preversion.sh ([#1862](https://github-redirect.dependabot.com/sinonjs/sinon/issues/1862)) - [`cb6c231`](https://github.com/sinonjs/sinon/commit/cb6c231849047b7520527b72ae822a86061c5fbd) document update for (calls|resolves|returns|throws)Arg [#1854](https://github-redirect.dependabot.com/sinonjs/sinon/issues/1854) - [`0be170c`](https://github.com/sinonjs/sinon/commit/0be170c85ef9595bb0e66993ccd635beafc04143) Improve test coverage ([#1856](https://github-redirect.dependabot.com/sinonjs/sinon/issues/1856)) - [`a25ac43`](https://github.com/sinonjs/sinon/commit/a25ac433eec1c30e4503063aaf2dfec012f2ba63) Fix matchers link in spy-call.md / spies.md docs - [`368c0bf`](https://github.com/sinonjs/sinon/commit/368c0bfd6966f2a5b2402f0f0c8d628f6e368dd9) Fix typo in docs/CONTRIBUTING.md title - [`b227110`](https://github.com/sinonjs/sinon/commit/b2271108e7772e9c4fb4a6da840e64ef89eecc2f) Update docs/changelog.md and set new release id in docs/_config.yml - Additional commits viewable in [compare view](https://github.com/sinonjs/sinon/compare/v6.0.0...v6.1.4)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 merge` will merge this PR after your CI passes on it - `@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 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](https://app.dependabot.com): - 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.