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

chore(deps): Update dependency sinon to version ^2.0.0 #15

Merged
1 commit merged into from
Jul 11, 2017

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 7, 2017

This Pull Request updates dependency sinon from version ^1.17.3 to ^2.0.0

Commits


sinonjs/sinon

2.3.7

  • 9365d49 Update docs/changelog.md and set new release id in docs/_config.yml
  • 7399b99 Add release documentation for v2.3.7
  • 21b4588 2.3.7
  • 169ac9d Update Changelog.txt and AUTHORS for new release
  • 1108117 Merge pull request #1480 from fearphage/lint-staged
  • 9ecd56a moved from dependencies to dev dependencies [ci skip]
  • 0a85f21 improved linting for staged files [ci skip]
  • 079925b Merge pull request #1478 from takasmiley/issues/#1476
  • 40efa6f Cleanup a few test codes
  • 1ff2b9b Add spy.getCall tests with combination of withArgs arguments
  • c280916 Fix #1476: spy.withArgs(args...).firstCall is broken
  • 8ad2ed7 Merge pull request #1477 from mroderick/add-documentation-for-getcalls
  • fea23b0 Add missing documentation for spy.getCalls()

2.3.6

  • 496f6b0 Update docs/changelog.md and set new release id in docs/_config.yml
  • 60a3284 Add release documentation for v2.3.6
  • 98119bf 2.3.6
  • 4f07053 Update Changelog.txt and AUTHORS for new release
  • 1fc4d59 Experiment over
  • 13e11c8 Experiment: Object.defineProperty(winodw, 'innerHeight'), Safari 10 - part 3
  • 76dd323 Experiment: Object.defineProperty(winodw, 'innerHeight'), Safari 10 - part 2
  • 83e84a9 Experiment: Object.defineProperty(winodw, 'innerHeight'), Safari 10
  • 6adba15 Merge pull request #1473 from fearphage/eslint-yaml
  • e1d188c fixed capitalization
  • d22eda3 Merge pull request #1313 from takasmiley/issues/#1274
  • 1661a0f Add test code of spy.matchingFakes
  • cf3a34e Move #1274 test code to respective test files
  • 833ff2c Replace for loop with Array.prototype.forEach
  • e72fee4 Update matchingFakes, always returns array
  • f012fff Fix stub.withArgs(args...) is incorrect
  • 76ac773 Add test for #1274 case3
  • 0e77b31 Fix #1274: spy.withArgs(args...).callCount is incorrect
  • 62ee2e0 Add test for issue #1274
  • 4793392 simplified eslint config (js -> yaml)
  • d8f005b Merge pull request #1426 from mroderick/use-eslint-plugin-mocha
  • 8c63ce6 Allow existing lint violations
  • 68ffc07 Make better use of eslint-plugin-mocha
  • 8f7d973 Rename test/.eslintrc to test/.eslintrc.js
  • 8adc724 Delete commented out tests
  • 917366d Merge pull request #1466 from fatso83/contribute-update
  • b9ef6eb Merge pull request #1468 from fatso83/issue-template-improvement
  • e534f0e Add comment on usage questions
  • f044e5e Remove unneeded section
  • a52f367 Fix links and add note on issues

2.3.5

  • 33f32ac Update docs/changelog.md and set new release id in docs/_config.yml
  • d00ab2b Add release documentation for v2.3.5
  • 1c690aa 2.3.5
  • cc0a3fb Update Changelog.txt and AUTHORS for new release
  • ef2ecec Check configurable on a prop before creating (fixes #1456) (#1462)
  • e7dbfd7 Merge pull request #1460 from gj/patch-1
  • 512018f Fix minor typos
  • d60d4a2 Fix apostrophe typos (#1454)

2.3.4

  • 72ae300 Update docs/changelog.md and set new release id in docs/_config.yml
  • 769d770 Add release documentation for v2.3.4
  • c8d2ec0 2.3.4
  • d27976a Update Changelog.txt and AUTHORS for new release
  • 330101a Fix #1372: make sandbox.resetHistory also reset spies (#1424)

2.3.3

  • bade318 Update docs/changelog.md and set new release id in docs/_config.yml
  • 65d4e88 Add release documentation for v2.3.3
  • 2204e72 2.3.3
  • 64034ee Update Changelog.txt and AUTHORS for new release
  • 1ece07c Merge pull request #1450 from raulmatei/fix-1445-sandbox-stubbing-static-function-property-throws-error
  • 452981c Fix 1445: make stubbing of static function properties possible
  • 25f3eeb Update sandbox configuration docs. (#1443)
  • c76fa2e Merge pull request #1444 from piperchester/patch-1
  • 6539d94 Update README.md
  • c6d01d8 Add missing function name (#1440)
  • 5f989a8 Remove confusing .withArgs from spy documentation (#1438)
  • 9ca272e Remove superfluous calls in example (#1437)
  • 9e3eac3 Merge pull request #1436 from sinonjs/feature-detect-name-property
  • 65d3d7b Feature detect function name property in issue 950
  • e0c75bd Add test for #950, show that it has been fixed (#1435)
  • 1f64b7f Merge pull request #1434 from mroderick/fix-1346-add-missing-callsfake-migration
  • 3cf33b8 Fix #1346: Add missing callsFake section to migration guide(s)
  • 350ba0a Merge pull request #1425 from mroderick/allow-ES6-globals
  • 57f0677 Merge pull request #1433 from mroderick/add-fetch-mock-to-related-libraries
  • 31bac40 Add fake-fetch to related libraries
  • 514d3d5 Add fetch-mock to related libraries
  • 4bab2e0 Merge pull request #1431 from mroderick/fix-link-in-mock-docs
  • d4cd0a2 Fix invalid link in mock documentation

2.3.2

  • 2463d10 Update docs/changelog.md and set new release id in docs/_config.yml
  • 2e6bb45 Add release documentation for v2.3.2
  • 87abc01 2.3.2
  • 96e8abe Update Changelog.txt and AUTHORS for new release
  • 2f941e2 Merge pull request #1406 from lucasfcosta/called-in-order-considers-callcount
  • 3af985a Merge pull request #1427 from fearphage/remove-try-from-tests
  • c81d76b Merge pull request #1428 from fatso83/failing-sandbox-reset
  • 0bf0a79 Fix failing sandbox.resetBehavior()
  • be4e53b Add failing tests for sandbox.reset()
  • fe049aa Add code snippet for createStubInstance (#1423)
  • 9e23c4a added rule to prevent try-catch usage in tests
  • 528a7dc switched from try-catch to assert.exception()
  • d8dac84 Add downloads per month banner to README.md
  • a03f68f Allow some ES6 globals
  • e933add Add site/_docs/ to .eslintignore
  • ebe37da Add documentation for "has" matcher on embedded objects (#1422)
  • 15871b2 Fix restoring getters/setters/values for previously unexisting props (#1419)

2.3.1

  • 94f422c Update docs/changelog.md and set new release id in docs/_config.yml
  • 69bf8f2 Add release documentation for v2.3.1
  • eee4564 2.3.1
  • 0dc2505 Update Changelog.txt and AUTHORS for new release

2.3.0

2.2.0

2.1.0

2.0.0


This PR has been generated by Renovate Bot.

@renovate renovate bot added the Refactor label Jul 7, 2017
@codecov-io
Copy link

codecov-io commented Jul 7, 2017

Codecov Report

Merging #15 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #15   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           1      1           
  Lines         136    136           
  Branches       20     20           
=====================================
  Hits          136    136

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 08fe86e...69ffc1a. Read the comment docs.

@renovate renovate bot force-pushed the renovate/sinon-2.x branch from 93febc6 to 69ffc1a Compare July 11, 2017 16:01
@ghost ghost merged commit a3173a4 into master Jul 11, 2017
@renovate renovate bot deleted the renovate/sinon-2.x branch July 11, 2017 17:01
@ghost
Copy link

ghost commented Jan 19, 2018

Version 2.0.0 has been released.

This pull request was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant