-
Notifications
You must be signed in to change notification settings - Fork 155
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
[Doppins] Upgrade dependency sinon to ^2.3.6 #203
Conversation
An additional new version was just released of Hope that's alright! |
An additional new version was just released of Hope that's alright! |
An additional new version was just released of Hope that's alright! |
Hi!
A new version was just released of
sinon
, so Doppinshas upgraded your project's dependency ranges.
Make sure that it doesn't break anything, and happy merging!
Upgraded sinon from
^1.17.5
to^2.3.3
Changelog:
Version 2.3.2
#1428
)#1419
)#1398
.Version 2.3.1
#1407
)Version 2.3.0
#1416
)#1319
)#1356
)Version 2.0.0
Changes in this release, compared to
v2.0.0-pre.3
#1061
add configurable unsafe header checks#1173
Expose readyState constants on XHR instances#1175
Fire .onprogress event handler in fake XHR#1176
Implement XHR.overrideMimeType#1183
Use last defined withArgs match when multiple conditions are metFull comparison (
https://github.com/sinonjs/sinon/compare/f19ae7f16ae383a77f6a696dc2d975ff0b75bd62...9622a73b060cc817bafafe8b4fe2c18486477dd0
)Version 2.0.0
sinon.assert
on sandbox instances. (#1076
)#1072
)#1054
)#1059
)#1052
)#1041
)sinon.test()
andsinon.testCase
(now insinon-test
module.)sinon.log
andsinon.logError
Version 2.0.0
#875
Proper support UTF8 payloads#867
: Walk properties only once#863
#851
: Do not attempt to re-stub constructors#847
: Ensure walk invokes accessors directly on target