Skip to content

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps sinon from 4.5.0 to 5.0.1.

Release notes

Sourced from sinon's releases.

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.1 / 2018-04-27

  • Add .lastArg and .callback to fake and call
  • Allow replacing non-own object properties (#1705)
  • Change yields semantics to match stub behaviour
  • Add a failing test for #1695
  • Return the replacement argument in .replace* methods (#1701)
  • Remove deprecated spy.reset method
  • Add replace methods
  • Extract isPropertyConfigurable to own file
  • Extract nextTick to own file
  • Extract isRestorable to own file
  • Extract isNonExistentOwnProperty to own function
  • Docs: Added example for how to use restore
  • Add documentation for fake
  • Add fake
  • Export enhanced sandbox as sinon api
  • Refactor sandbox to assimilate and remove collection
  • Fix incorrect usage of referee's assert.exception (#1766)
  • Add another external howto
  • Add .lastArg and .callback to fake and call
  • Allow replacing non-own object properties (#1705, #1695)
  • Change yields semantics to match stub behaviour (#1703, #1697)
  • Add a failing test for #1695
  • Return the replacement argument in .replace* methods (#1701, #1698)
  • Simplify hasFunctionNameSupport
  • Fix broken test in IE11
  • Improve language of fake documentation
  • Add yields and yieldsTo to fake
  • Extract nextTick to own file
  • Improve input validation of sandbox.replace* methods
  • Rename third argument to replacement
  • Add replaceGetter and replaceSetter
  • Extract isPropertyConfigurable to own file
  • Extract isRestorable to own file
  • Extract isNonExistentOwnProperty to own function
  • Remove undesirable methods before returning fake
  • Add fake
  • Export enhanced sandbox as sinon api
  • Refactor sandbox to assimilate collection and remove collection
Commits
  • ac71bfd Fix invalid documentation for fake.yields, fake.yieldsAsync
  • beb4c6b Add release documentation for v5.0.1
  • d707712 Update docs/changelog.md and set new release id in docs/_config.yml
  • bb062a3 5.0.1
  • 5d885b2 Update History.md and AUTHORS for new release
  • c794709 Add documentation for fake().callback and fake().lastArg
  • d5cd20f Add .lastArg and .callback to fake and call
  • 01cbe61 Allow replacing non-own object properties (#1705)
  • 7e2f05a Change yields semantics to match stub behaviour
  • cf99c5a Add a failing test for #1695
  • 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.5.0 to 5.0.1.
- [Release notes](https://github.com/sinonjs/sinon/releases)
- [Changelog](https://github.com/sinonjs/sinon/blob/master/docs/changelog.md)
- [Commits](sinonjs/sinon@v4.5.0...v5.0.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
@ChristophWurst ChristophWurst merged commit bdb28db into master May 4, 2018
@ChristophWurst ChristophWurst deleted the dependabot/npm_and_yarn/sinon-5.0.1 branch May 4, 2018 16:36
@ChristophWurst ChristophWurst added this to the 0.8.0 milestone May 4, 2018
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.

2 participants