Skip to content
This repository has been archived by the owner on Jun 24, 2022. It is now read-only.

Update sinon requirement from ~1.7.3 to ~2.4.1 #74

Merged
merged 1 commit into from
Aug 9, 2019

Conversation

dependabot-preview[bot]
Copy link
Contributor

Updates the requirements on sinon to permit the latest version.

Changelog

Sourced from sinon's changelog.

2.4.1 / 2017-07-26

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

2.4.0 / 2017-07-26

  • Allow anonymous mock functions to be named

2.3.8 / 2017-07-13

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

2.3.7 / 2017-07-10

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

2.3.6 / 2017-06-28

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

2.3.5 / 2017-06-20

  • Check configurable on a prop before creating (fixes #1456) (#1462)

2.3.4 / 2017-06-10

  • Fix #1372: make sandbox.resetHistory also reset spies (#1424)

2.3.3 / 2017-06-10

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

2.3.2 / 2017-05-26

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

2.3.1 / 2017-05-23

... (truncated)
Commits
  • dfef160 2.4.1
  • 92e005f Update Changelog.txt and AUTHORS for new release
  • d5e4f04 stub#withArgs: set promiseLibrary correctly (#1497)
  • 20eb865 Update docs/changelog.md and set new release id in docs/_config.yml
  • e333e75 Add release documentation for v2.4.0
  • fde7911 2.4.0
  • 9afdcfc Update Changelog.txt and AUTHORS for new release
  • 57bb8b3 Merge pull request #1489 from Rowno/named-anonymous-mocks
  • c9a35ef Update fake-xhr-and-server.md
  • 837ec0c Allow anonymous mock functions to be named
  • Additional commits viewable in compare view

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 recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor 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 use this milestone will set the current milestone 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:

  • Update frequency (including time of day and day of week)
  • 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.

Updates the requirements on [sinon](https://github.com/sinonjs/sinon) to permit the latest version.
- [Release notes](https://github.com/sinonjs/sinon/releases)
- [Changelog](https://github.com/sinonjs/sinon/blob/master/CHANGELOG.md)
- [Commits](sinonjs/sinon@v1.7.3...v2.4.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Aug 9, 2019
@meliaj meliaj merged commit 68741e1 into master Aug 9, 2019
@meliaj meliaj deleted the dependabot/npm_and_yarn/sinon-approx-2.4.1 branch August 9, 2019 18:14
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant