Skip to content

chore(deps): update dependency sinon to v2.4.1

Renovate requested to merge renovate/sinon-2.x into v4.0-dev

This MR contains the following updates:

Package Type Update Change
sinon (source) devDependencies minor 2.2.0 -> 2.4.1

Release Notes

sinonjs/sinon (sinon)

v2.4.1

Compare Source

  • stub#withArgs: set promiseLibrary correctly (#​1497)

v2.4.0

Compare Source

  • Allow anonymous mock functions to be named

v2.3.8

Compare Source

  • Fix 1474: propagates promiseLibrary to new stub behaviors (#​1484)

v2.3.7

Compare Source

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

v2.3.6

Compare Source

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

v2.3.5

Compare Source

v2.3.4

Compare Source

v2.3.3

Compare Source

  • Fix #​1445: make stubbing of static function properties possible

v2.3.2

Compare Source

  • Fix failing sandbox.resetBehavior() (#​1428)
  • Fix restoring getters/setters/values for previously unexisting props (#​1419)
  • Called in order takes callCount into account. Closes #​1398.

v2.3.1

Compare Source

  • Make calledAfter symmetric with calledBefore (#​1407)

v2.3.0

Compare Source

  • Allow stubbing of accessors with and without sandbox (#​1416)
  • add throwsArg(index) to stubs (#​1319)
  • Fix: forEach() requires 'this' argument (#​1356)
  • Only reset history when calling resetHistory()

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Edited by Renovate

Merge request reports