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

Bump sinon from 1.17.7 to 7.2.3 #111

Closed

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Jan 21, 2019

Bumps sinon from 1.17.7 to 7.2.3.

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)

Add stub#resolvesThis

  • Fix #1521 by caching references to Array.prototype.filter (#1523)
  • Fix #1368 by adding stub#resolvesThis (#1517)

v3.1.0

  • Add factory functions for sandbox and fake server (#1515)
  • Add support for passing a function to stub.throws(...). (#1511)
  • Lots of documentation updates
  • Fix regression on sandbox.stub(obj,protoMethod) (#1512)

v3.0.0

  • Remove deprecated exports see migration guide
  • Fix #1432: add details around expectations.withArgs behavior to docs (#1501)
  • Fix #1487: incorrect withArgs().returnValue
  • add format.setFormatter
  • Upgrade lolex to 2.1.2
  • Extract fakeXhr, fakeServer and fakeServerWithClock into own module nise and re-import it to keep api the same

Fix #1474: stub#usingPromise and stub#onNthCall have unexpected interactions

This release fixes #1474

Fix #1476

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

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

Fix: Check configurable on a prop before creating

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

Sourced from sinon's changelog.

7.2.3 / 2019-01-19

  • Update @sinonjs/nise
  • Fix stubbing function objects (#1968)

7.2.2 / 2018-12-12

  • Fix mock.withArgs using matchers (#1961)

7.2.1 / 2018-12-12

  • #1957: check for truthiness before checking whether optional override is a stub
  • Upgrade @sinonjs/samsam
  • Upgrade @sinonjs/referee to v3

7.2.0 / 2018-12-10

  • Upgrade to samsam 3 (#1955)
  • Rename History.md to CHANGELOG.md

7.1.1 / 2018-10-31

  • Make the spy functions non enumerable so that printing it is more concise (#1936)

7.1.0 / 2018-10-25

  • Issue #1852: Add a way to pass a global context to lolex when calling useFakeTimers
  • Get latest 'nise' patch

7.0.0 / 2018-10-14

  • Update to Lolex 3: no negative ticks allowed

6.3.5 / 2018-10-03

  • Upgrade lolex
  • Upgrade @sinonjs/samsam - fixes minor issue with IE11 introduced in 6.3.4

6.3.4 / 2018-09-18

  • Update samsam, puppeteer and rollup
... (truncated)
Commits
  • b11e0d0 7.2.3
  • e599637 Update CHANGELOG.md and AUTHORS for new release
  • 8c93e5c Update dependencies
  • 62f4e26 Fix stubbing function objects (#1968)
  • 97a1217 Update docs/changelog.md and set new release id in docs/_config.yml
  • f0909bd Add release documentation for v7.2.2
  • 05cebac 7.2.2
  • 4dafa77 Update CHANGELOG.md and AUTHORS for new release
  • 011018c Fix mock.withArgs using matchers (#1961)
  • 737a32e Update docs/changelog.md and set new release id in docs/_config.yml
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by mantoni, a new releaser for sinon since your current version.


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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 100 PRs for your first few update runs. Once an update run creates fewer than 100 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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 cancel merge will cancel a previously requested merge
  • @dependabot reopen will reopen this PR if it is closed
  • @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 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)
  • 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.

@dependabot-preview dependabot-preview bot added the dependabot Generated by Dependabot label Jan 21, 2019
@parity-cla-bot
Copy link

It looks like @dependabot[bot] hasn't signed our Contributor License Agreement, yet.

The purpose of a CLA is to ensure that the guardian of a project's outputs has the necessary ownership or grants of rights over all contributions to allow them to distribute under the chosen licence.
Wikipedia

You can read and sign our full Contributor License Agreement at the following URL: https://cla.parity.io

Once you've signed, please reply to this thread with [clabot:check] to prove it.

Many thanks,

Parity Technologies CLA Bot

1 similar comment
@parity-cla-bot
Copy link

It looks like @dependabot[bot] hasn't signed our Contributor License Agreement, yet.

The purpose of a CLA is to ensure that the guardian of a project's outputs has the necessary ownership or grants of rights over all contributions to allow them to distribute under the chosen licence.
Wikipedia

You can read and sign our full Contributor License Agreement at the following URL: https://cla.parity.io

Once you've signed, please reply to this thread with [clabot:check] to prove it.

Many thanks,

Parity Technologies CLA Bot

@coveralls
Copy link

Pull Request Test Coverage Report for Build 484

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 74.702%

Totals Coverage Status
Change from base Build 462: 0.0%
Covered Lines: 1359
Relevant Lines: 1827

💛 - Coveralls

@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/sinon-7.2.3 branch from 0d3580d to bc15d56 Compare January 23, 2019 16:49
Bumps [sinon](https://github.com/sinonjs/sinon) from 1.17.7 to 7.2.3.
- [Release notes](https://github.com/sinonjs/sinon/releases)
- [Changelog](https://github.com/sinonjs/sinon/blob/master/CHANGELOG.md)
- [Commits](sinonjs/sinon@v1.17.7...v7.2.3)

Signed-off-by: dependabot[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/sinon-7.2.3 branch from bc15d56 to e3a1eee Compare January 23, 2019 16:53
@amaury1093 amaury1093 closed this Jan 23, 2019
@dependabot-preview
Copy link
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@amaury1093 amaury1093 deleted the dependabot/npm_and_yarn/sinon-7.2.3 branch January 23, 2019 17:19
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependabot Generated by Dependabot
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants