sinonjs / sinon

Test spies, stubs and mocks for JavaScript.
https://sinonjs.org/
Other
9.66k stars 772 forks source link

Upgrade packages #2431

Closed fatso83 closed 2 years ago

fatso83 commented 2 years ago

Purpose (TL;DR) - mandatory

Upgrades most relevant packages, including fake-timers. Even though we are already explicitly not running tests on Node 10 in sinon, meaning the fake-timers upgrade is not breaking for us, I will probably release a new major version following this as there are so many small changes that might be risky (like package.json exports).

codecov[bot] commented 2 years ago

Codecov Report

Merging #2431 (8aced9e) into master (2c68dbc) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #2431   +/-   ##
=======================================
  Coverage   96.01%   96.01%           
=======================================
  Files          41       41           
  Lines        1906     1906           
=======================================
  Hits         1830     1830           
  Misses         76       76           
Flag Coverage Δ
unit 96.01% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


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 2c68dbc...8aced9e. Read the comment docs.