Skip to content
This repository was archived by the owner on Jul 16, 2019. It is now read-only.

Comments

Bump sinon from 4.1.3 to 7.2.3#114

Closed
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/sinon-7.2.3
Closed

Bump sinon from 4.1.3 to 7.2.3#114
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/sinon-7.2.3

Conversation

@dependabot-preview
Copy link

Bumps sinon from 4.1.3 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)

Fix #1476

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

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

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.


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.

Bumps [sinon](https://github.com/sinonjs/sinon) from 4.1.3 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@v4.1.3...v7.2.3)

Signed-off-by: dependabot[bot] <support@dependabot.com>
@holvonix-bot
Copy link
Contributor

[task] 📙 👉 @holvonixAdvay please review

@codecov
Copy link

codecov bot commented Feb 12, 2019

Codecov Report

❗ No coverage uploaded for pull request base (master@4b5520d). Click here to learn what that means.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##             master    #114   +/-   ##
========================================
  Coverage          ?   63.6%           
========================================
  Files             ?       1           
  Lines             ?     261           
  Branches          ?       0           
========================================
  Hits              ?     166           
  Misses            ?      95           
  Partials          ?       0

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4b5520d...141635f. Read the comment docs.

@dependabot-preview
Copy link
Author

Superseded by #119.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/sinon-7.2.3 branch February 19, 2019 09:14
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants