Skip to content
This repository was archived by the owner on Apr 7, 2022. It is now read-only.

Bump sinon from 2.4.1 to 7.2.6#31

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

Bump sinon from 2.4.1 to 7.2.6#31
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/sinon-7.2.6

Conversation

@dependabot-preview
Copy link
Copy Markdown

Bumps sinon from 2.4.1 to 7.2.6.

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 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 #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.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

7.1.1 / 2018-10-31

  • Make the spy functions non enumerable so that printing it is more concise (#1936)
... (truncated)
Commits
  • 36b99b3 7.2.6
  • 1fc586e Update CHANGELOG.md and AUTHORS for new release
  • c8758fd Upgrade @sinonjs/formatio
  • e24daed Set fake.lastArg to last argument regardless of type
  • 8b8bddd Update docs/changelog.md and set new release id in docs/_config.yml
  • 33f0b67 Add release documentation for v7.2.5
  • 2b4bc7d 7.2.5
  • fb54e29 Update CHANGELOG.md and AUTHORS for new release
  • 8ac68f3 Upgrade mochify to latest
  • add43e3 Upgrade @sinonjs/samsam to latest
  • 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 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.

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Mar 4, 2019
@dependabot-preview
Copy link
Copy Markdown
Author

Superseded by #33.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/sinon-7.2.6 branch March 5, 2019 06:30
vincentkoc pushed a commit that referenced this pull request Jun 19, 2019
* Updating Travis CI

Disconnecting Code Coverage from Tests

* Moving Code Coverage Out of Package.json

* Updating Travis CI

Adding logical versions and failure ability on nightly builds

* Bump eslint from 4.19.1 to 5.12.1

Bumps [eslint](https://github.com/eslint/eslint) from 4.19.1 to 5.12.1.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](eslint/eslint@v4.19.1...v5.12.1)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump request from 2.87.0 to 2.88.0

Bumps [request](https://github.com/request/request) from 2.87.0 to 2.88.0.
- [Release notes](https://github.com/request/request/releases)
- [Changelog](https://github.com/request/request/blob/master/CHANGELOG.md)
- [Commits](request/request@v2.87.0...v2.88.0)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump codecov from 2.3.1 to 3.1.0

Bumps [codecov](https://github.com/codecov/codecov-node) from 2.3.1 to 3.1.0.
- [Release notes](https://github.com/codecov/codecov-node/releases)
- [Commits](codecov/codecov-node@v2.3.1...v3.1.0)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump prettier from 1.13.7 to 1.16.0

Bumps [prettier](https://github.com/prettier/prettier) from 1.13.7 to 1.16.0.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/master/CHANGELOG.md)
- [Commits](prettier/prettier@1.13.7...1.16.0)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump lint-staged from 4.3.0 to 8.1.0

Bumps [lint-staged](https://github.com/okonet/lint-staged) from 4.3.0 to 8.1.0.
- [Release notes](https://github.com/okonet/lint-staged/releases)
- [Commits](lint-staged/lint-staged@v4.3.0...v8.1.0)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump codacy-coverage from 2.1.1 to 3.4.0

Bumps [codacy-coverage](https://github.com/codacy/node-codacy-coverage) from 2.1.1 to 3.4.0.
- [Release notes](https://github.com/codacy/node-codacy-coverage/releases)
- [Commits](archived-codacy/node-codacy-coverage@v2.1.1...v3.4.0)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump husky from 0.14.3 to 1.3.1

Bumps [husky](https://github.com/typicode/husky) from 0.14.3 to 1.3.1.
- [Release notes](https://github.com/typicode/husky/releases)
- [Changelog](https://github.com/typicode/husky/blob/master/CHANGELOG.md)
- [Commits](typicode/husky@v0.14.3...v1.3.1)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump prettier from 1.16.0 to 1.16.3

Bumps [prettier](https://github.com/prettier/prettier) from 1.16.0 to 1.16.3.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/master/CHANGELOG.md)
- [Commits](prettier/prettier@1.16.0...1.16.3)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump lint-staged from 8.1.0 to 8.1.1

Bumps [lint-staged](https://github.com/okonet/lint-staged) from 8.1.0 to 8.1.1.
- [Release notes](https://github.com/okonet/lint-staged/releases)
- [Commits](lint-staged/lint-staged@v8.1.0...v8.1.1)

Signed-off-by: dependabot[bot] <[email protected]>
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.

2 participants