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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update sinon-chai to the latest version 馃殌 #64

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

greenkeeper[bot]
Copy link

@greenkeeper greenkeeper bot commented Mar 21, 2017

Version 2.9.0 of sinon-chai just got published.

Dependency sinon-chai
Current Version 2.8.0
Type devDependency

The version 2.9.0 is not covered by your current version range.

Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.

I recommend you look into these changes and try to get onto the latest version of sinon-chai.
Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.


Release Notes 2.9.0

Added support for Sinon ^2.1.0 (but not 2.0.0 due to sinonjs/sinon#1332).

Commits

The new version differs by 7 commits .

  • 8f8c5a0 Version 2.9.0
  • 46d2685 Add support and testing for Sinon ^2.1.0 (#89)
  • 837d4c9 Add a test for objects in calledWith
  • 66f4cee Fix link to Mocha
  • 4397aa1 Add a test for undefined spy
  • 05ab682 Update package.json keywords
  • e2934a7 Make message tests more lenient for recent Sinon versions

See the full diff.

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 馃尨

@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling d0bb7b3 on greenkeeper/sinon-chai-2.9.0 into 8b0e62d on master.

@greenkeeper
Copy link
Author

greenkeeper bot commented May 1, 2017

Version 2.10.0 just got published.

Update to this version instead 馃殌

Release Notes 2.10.0

Added the calledImmediatelyBefore() and calledImmediatelyAfter() asserters.

Commits

The new version differs by 3 commits0.

  • 9aa5a73 Version 2.10.0
  • 4d32c50 Add a test showing that #94 is not a problem
  • f0628a1 Add calledImmediatelyBefore/calledImmediatelyAfter

false

See the full diff

greenkeeper bot added a commit that referenced this pull request Jun 11, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 11, 2017

Version 2.11.0 just got published.

Update to this version instead 馃殌

Release Notes 2.11.0

Added support for Chai 4.x (@charlierudolph, #101).

Commits

The new version differs by 5 commits.

  • 1513007 Version 2.11.0
  • 63ac40f Convert the tests away from CoffeeScript
  • 40b35f3 Add support for, and test against, Chai v4
  • 5ff1468 Various cleanups and updates
  • 10dd944 Only test "immediately" call order variants when they exist

See the full diff

greenkeeper bot added a commit that referenced this pull request Jul 18, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 18, 2017

Version 2.12.0 just got published.

Update to this version instead 馃殌

Release Notes 2.12.0

Added colored diff formatting to calledWith and friends, like sinon.assert() got (in Sinon 2.0).

Commits

The new version differs by 2 commits.

  • d5d47c6 2.12.0
  • 48d2408 Add improved diffing for calledWith and friends

See the full diff

greenkeeper bot added a commit that referenced this pull request Aug 14, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 14, 2017

Version 2.13.0 just got published.

Update to this version instead 馃殌

Release Notes 2.13.0

Added support for Sinon v3.x. (@daffl, #108)

Commits

The new version differs by 2 commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request Sep 28, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 28, 2017

Version 2.14.0 just got published.

Update to this version instead 馃殌

Release Notes 2.14.0

Added support for Sinon v4.x. (@Yeti-or, #111)

Commits

The new version differs by 2 commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request Mar 6, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 6, 2018

Version 3.0.0 just got published.

Update to this version instead 馃殌

Release Notes 3.0.0
  • Required Node.js version 4 or later
  • Required Sinon version 4 or later
  • Required Chai version 4 or later
Commits

The new version differs by 3 commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request May 23, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented May 23, 2018

Version 3.1.0 just got published.

Update to this version instead 馃殌

Release Notes 3.1.0

Added support for Sinon v5.x+. (@dostu, #122)

Added calledOnceWith and calledOnceWithExactly matchers. (@JayAndCatchFire, #117)

Commits

The new version differs by 4 commits.

  • 7e6bdae 3.1.0
  • 7a54718 Go back to testing Node v4 + stable
  • 9fa3b07 Add calledOnceWith and calledOnceWithExactly
  • 293401a Add support for sinon v5

See the full diff

greenkeeper bot added a commit that referenced this pull request Jun 12, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 12, 2018

Version 3.2.0 just got published.

Update to this version instead 馃殌

Release Notes 3.2.0

Added support for Sinon v6.x. (@mattbaileyuk, #127)

Commits

The new version differs by 2 commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request Dec 24, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 24, 2019

  • The devDependency sinon-chai was updated from 2.8.0 to 3.4.0.

Update to this version instead 馃殌

Release Notes for 3.4.0

https://github.com/domenic/sinon-chai/blob/master/CHANGELOG.md#340

Commits

The new version differs by 6 commits.

  • 942504a Fix trailing comma in package.json
  • d990858 3.4.0
  • 60df918 chore(infra): upgrade all deps (#144)
  • fb4f82a Docs: install sinon-chai as a dev dependency (#135)
  • fc33f68 3.3.0
  • 3dff3b4 Add support for Sinon v7 (#131)

See the full diff

greenkeeper bot added a commit that referenced this pull request Feb 20, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 20, 2020

  • The devDependency sinon-chai was updated from 2.8.0 to 3.5.0.

Update to this version instead 馃殌

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant