sinonjs / sinon

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

Mysterious undocumented v18 #2604

Closed Offirmo closed 1 month ago

Offirmo commented 1 month ago

Hi team, thank you for this amazing lib!

yarn is prompting me to upgrade to sinon v18

Screenshot 2024-06-01 at 16 30 12

However this v18 is undocumented:

In those day and ages of supply chain attacks, I was wondering if something was wrong?

Thanks!

fatso83 commented 1 month ago

Thanks for bringing this to our attention. Something must have gone wrong when doing the release that I did not notice. I'll re-run the release bits.

fatso83 commented 1 month ago

v18 is now out on sinonjs.org. Thanks!

"fix":

DRY_RUN=1 scripts/postversion.sh 
git push origin releases 
Offirmo commented 1 month ago

Thanks @fatso83 for your hard work!