-
Notifications
You must be signed in to change notification settings - Fork 35
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
Update sinon-chai to the latest version 🚀 #25
base: master
Are you sure you want to change the base?
Conversation
Version 2.10.0 just got published.Update to this version instead 🚀 Release Notes2.10.0Added the |
Version 2.11.0 just got published.Update to this version instead 🚀 Release Notes2.11.0Added support for Chai 4.x (@charlierudolph, #101). |
Version 2.12.0 just got published.Update to this version instead 🚀 Release Notes2.12.0Added colored diff formatting to calledWith and friends, like |
Version 3.0.0 just got published.Update to this version instead 🚀 Release Notes3.0.0
|
Version 3.1.0 just got published.Update to this version instead 🚀 Release Notes3.1.0Added support for Sinon v5.x+. (@dostu, #122) Added |
Version 3.2.0 just got published.Update to this version instead 🚀 Release Notes3.2.0Added support for Sinon v6.x. (@mattbaileyuk, #127) |
Update to this version instead 🚀 Release Notes for 3.4.0https://github.com/domenic/sinon-chai/blob/master/CHANGELOG.md#340 |
|
Version 2.9.0 of sinon-chai just got published.
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.0Added 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 🌴