Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[stable10] Bump sinon from 7.1.1 to 7.2.7 in /build #34674

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Mar 4, 2019

Bumps sinon from 7.1.1 to 7.2.7.

Release notes

Sourced from sinon's releases.

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.7 / 2019-03-04

  • Retain spy function names and fix spy.named(name) (#1987)
  • Document spying on accessors (#1976)

7.2.6 / 2019-03-01

  • Upgrade @sinonjs/formatio
  • Set fake.lastArg to last argument regardless of type

7.2.5 / 2019-02-27

  • don't call extends.nonEnum in spy.resetHistory (#1984)

7.2.4 / 2019-02-18

  • minor package updates
  • Update eslint-plugin-mocha
  • Fix high prio audit warnings
  • Update nise to use @sinonjs/text-encoding
  • Make all properties non-enumerable in spies, stubs, mocks and fakes
  • docs(sandbox): add example for default sandbox

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
... (truncated)
Commits
  • 33ca39b 7.2.7
  • e8b997f Update CHANGELOG.md and AUTHORS for new release
  • 7913865 Update @sinonjs/commons @sinonjs/formatio
  • 19b3fc7 Retain spy function names and fix spy.named(name) (#1987)
  • 3275d18 Document spying on accessors (#1976)
  • 0468cd4 Update docs/changelog.md and set new release id in docs/_config.yml
  • 7f2c8c2 Add release documentation for v7.2.6
  • 36b99b3 7.2.6
  • 1fc586e Update CHANGELOG.md and AUTHORS for new release
  • c8758fd Upgrade @sinonjs/formatio
  • 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 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 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.

@codecov
Copy link

codecov bot commented Mar 4, 2019

Codecov Report

Merging #34674 into stable10 will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##             stable10   #34674   +/-   ##
===========================================
  Coverage          64%      64%           
  Complexity      19247    19247           
===========================================
  Files            1276     1276           
  Lines           75801    75801           
  Branches         1291     1291           
===========================================
  Hits            48515    48515           
  Misses          26907    26907           
  Partials          379      379
Flag Coverage Δ Complexity Δ
#javascript 53.22% <ø> (ø) 0 <ø> (ø) ⬇️
#phpunit 65.15% <ø> (ø) 19247 <ø> (ø) ⬇️

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 d3231d7...520758d. Read the comment docs.

@codecov
Copy link

codecov bot commented Mar 4, 2019

Codecov Report

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

Impacted file tree graph

@@             Coverage Diff             @@
##             stable10   #34674   +/-   ##
===========================================
  Coverage            ?      64%           
  Complexity          ?    19247           
===========================================
  Files               ?     1276           
  Lines               ?    75801           
  Branches            ?     1291           
===========================================
  Hits                ?    48515           
  Misses              ?    26907           
  Partials            ?      379
Flag Coverage Δ Complexity Δ
#javascript 53.22% <ø> (?) 0 <ø> (?)
#phpunit 65.15% <ø> (?) 19247 <ø> (?)

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 ec00999...9365ef7. Read the comment docs.

@phil-davis phil-davis changed the title Bump sinon from 7.1.1 to 7.2.7 in /build [stable10] Bump sinon from 7.1.1 to 7.2.7 in /build Mar 5, 2019
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/build/stable10/sinon-7.2.7 branch from 520758d to 9365ef7 Compare March 18, 2019 14:28
@phil-davis phil-davis self-assigned this Mar 20, 2019
@phil-davis
Copy link
Contributor

@PVince81 OK to merge?
Gets master and stable10 closer

@dependabot-preview
Copy link
Contributor Author

Superseded by #34881.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/build/stable10/sinon-7.2.7 branch March 24, 2019 02:10
@lock lock bot locked as resolved and limited conversation to collaborators Mar 27, 2020
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