Sourced from sinon's changelog.
15.0.2
19bd99f3Use no-op for every function when restoring instances (https://github.com/facebook/flipper/issues/2499) (Carl-Erik Kopseng)8663ffa0Upgrade deps (https://github.com/facebook/flipper/issues/2498) (Carl-Erik Kopseng)Browserify, supports-color, husky had to be held back.
e01275bbUn-pin@sinonjs/fake-timers(https://github.com/facebook/flipper/issues/2495) (Jordan Hawker)The commit upgrading from v9 to v10 appears to have accidentally dropped the caret from the version range
6cbde9b0fix throws().callsFake() precedence (https://github.com/facebook/flipper/issues/2497) (Eduardo Diaz)This makes sure an unconditional
callsFake()invoked on the same stub that was previously setup to throw will overwrite the previous behavior. This aligns it with the other behaviors.45be60f3Replace probot/stale with official stale action (Morgan Roderick)Released by Carl-Erik Kopseng on 2023-03-12.
7838b57 15.0.219bd99f Use no-op for every function when restoring instances (https://github.com/facebook/flipper/issues/2499)8663ffa Upgrade deps (https://github.com/facebook/flipper/issues/2498)e01275b Un-pin @sinonjs/fake-timers (https://github.com/facebook/flipper/issues/2495)6cbde9b fix throws().callsFake() precedence (https://github.com/facebook/flipper/issues/2497)45be60f Replace probot/stale with official stale action