-
-
Notifications
You must be signed in to change notification settings - Fork 787
Comparing changes
Open a pull request
base repository: sinonjs/sinon
base: v15.0.1
head repository: sinonjs/sinon
compare: v15.0.3
- 10 commits
- 22 files changed
- 4 contributors
Commits on Mar 9, 2023
-
Replace probot/stale with official stale action
The probot action is no longer listed in their catalog, clearly hasn't been working for awhile and isn't maintained anymore. Let's hope the official one will be working for awhile 🤞. See: - probot/probot.github.io#376 - https://probot.github.io/apps/stale/ - https://github.com/probot/stale
Configuration menu - View commit details
-
Copy full SHA for 45be60f - Browse repository at this point
Copy the full SHA 45be60fView commit details
Commits on Mar 12, 2023
-
fix throws().callsFake() precedence (#2497)
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.
Configuration menu - View commit details
-
Copy full SHA for 6cbde9b - Browse repository at this point
Copy the full SHA 6cbde9bView commit details -
Un-pin @sinonjs/fake-timers (#2495)
The commit upgrading from v9 to v10 appears to have accidentally dropped the caret from the version range, pinning it to a single version: aa493da Un-pinning the version will allow sinon and its consumers to automatically pick up new in-range versions of @sinonjs/fake-timers as they're released in the future.
Configuration menu - View commit details
-
Copy full SHA for e01275b - Browse repository at this point
Copy the full SHA e01275bView commit details -
* Update minor versions * Upgrade Puppeteer * commons 3.0 * Upgrade remaining Browserify, supports-color, husky had to be held back. Browserify seems to change bundling so that Puppeteer tests are failing for some reason
Configuration menu - View commit details
-
Copy full SHA for 8663ffa - Browse repository at this point
Copy the full SHA 8663ffaView commit details -
Use no-op for every function when restoring instances (#2499)
* issue-2477 Use no-op for every function when restoring instances * Change wording to not depend on mutator type in tests
Configuration menu - View commit details
-
Copy full SHA for 19bd99f - Browse repository at this point
Copy the full SHA 19bd99fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7838b57 - Browse repository at this point
Copy the full SHA 7838b57View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e19746 - Browse repository at this point
Copy the full SHA 6e19746View commit details
Commits on Mar 26, 2023
-
fix: make it possible to call through to underlying stub in stub inst…
Configuration menu - View commit details
-
Copy full SHA for 477064b - Browse repository at this point
Copy the full SHA 477064bView commit details -
Avoid tampering with globals and other modules' exports in tests (#2504)
* fix: do not modify the Function prototype when running tests Made a single test fail as the Function prototype had been mutated by a later test in the test suite. refs #2502 * fix: do not mutate matcher object message This made 3 of the assertion tests fail when re-running as Sinon's spy formatter changed the exports of the samsam module * Use latest version of samsam to get immutable messages Ensure we cannot do the same mistake again
Configuration menu - View commit details
-
Copy full SHA for b775f1b - Browse repository at this point
Copy the full SHA b775f1bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a1d5c6 - Browse repository at this point
Copy the full SHA 8a1d5c6View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v15.0.1...v15.0.3