Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump sinon from 4.0.1 to 5.0.7 #680

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot-preview[bot]
Copy link

Bumps sinon from 4.0.1 to 5.0.7.

Release notes

Sourced from sinon's releases.

Make resetHistory work for props

  • Fix #1638: Make resetHistory work for props

Speed up stub creation

  • Performance: spend less time stubbing methods (#1627)

Add match.every and match.some

Replace 4.1.5, which was a bad build

  • Fix bad build, missing nise@1.2.0 (#1656)
  • Upgrade dependency supports-color

Fix issue with useFakeServer

This release fixes an issue, where the server type from useFakeServer is unexpected (#1534)

Minor fix for Symbol names and deprecation of spy.reset

  • Fix: assertion error messages did not handle Symbol names (#1640)
  • Deprecate spy.reset(), use spy.resetHistory() instead (#1446)

Fix #1476

  • Fix #1476: spy.withArgs(args...).firstCall is broken

Fix #1274

Fix #1274: spy.withArgs(args...).callCount is incorrect

Changelog

Sourced from sinon's changelog.

5.0.7 / 2018-05-07

  • Fix stub id prefix (#1786)

5.0.6 / 2018-05-07

  • Remove support-sinon.js as postinstall banner

5.0.5 / 2018-05-07

  • Refuse to replace already replaced values (#1779)

5.0.4 / 2018-05-05

  • Fix #1781: Reject non-function values a f argument to fake

5.0.3 / 2018-05-02

  • Fix #1775: Default sandbox does not restore stubs, spies, mocks

5.0.2 / 2018-05-01

  • Reset history on sandbox reset (#1770)

5.0.1 / 2018-04-27

  • Remove deprecated spy.reset method
  • Add sinon.replace, sinon.replaceGetter and sinon.replaceSetter
  • Add fake
  • Use sinon as a default sandbox

4.5.0 / 2018-03-30

  • Add .lastArg and .callback to spy call

4.4.9 / 2018-03-27

  • Fix #1746: Remove dependency on ES2015 code from post-install script

4.4.8 / 2018-03-21

... (truncated)
Commits
  • e4d1899 5.0.7
  • 7690ff7 Update History.md and AUTHORS for new release
  • c13bea3 Fix stub id prefix
  • c0eb019 Update docs/changelog.md and set new release id in docs/_config.yml
  • 4b33872 Add release documentation for v5.0.6
  • 2d6900d 5.0.6
  • a22c3f0 Update History.md and AUTHORS for new release
  • 8f34417 Remove support-sinon.js as postinstall
  • 374f593 Update docs/changelog.md and set new release id in docs/_config.yml
  • f298d51 Add release documentation for v5.0.5
  • Additional commits viewable in compare view

Dependabot compatibility score

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 ignore this [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 [this|these] label[s] will set the current labels as the default for future PRs for this repo and language

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)
  • 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](https://github.com/sinonjs/sinon) from 4.0.1 to 5.0.7.
- [Release notes](https://github.com/sinonjs/sinon/releases)
- [Changelog](https://github.com/sinonjs/sinon/blob/master/docs/changelog.md)
- [Commits](sinonjs/sinon@v4.0.1...v5.0.7)

Signed-off-by: dependabot[bot] <support@dependabot.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant