Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: sinonjs/sinon
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v18.0.1
Choose a base ref
...
head repository: sinonjs/sinon
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v19.0.2
Choose a head ref
  • 14 commits
  • 31 files changed
  • 3 contributors

Commits on Sep 10, 2024

  1. Use newer @mochify/* packages (#2609)

    * Try to use newer mochify packages
    
    * working esbuild
    
    * Fix mochify setup
    
    * Hacky coverage
    
    ---------
    
    Co-authored-by: Maximilian Antoni <[email protected]>
    fatso83 and mantoni authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    9715798 View commit details
    Browse the repository at this point in the history
  2. feat(docs): overview of previously supported Node.js (#2602)

    * feat(docs): overview of previously supported Node.js
    * minor edits
    ---------
    
    Co-authored-by: Carl-Erik Kopseng <[email protected]>
    Rotzbua and fatso83 authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    c9fd3a9 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. upgrade fake timers and others (#2612)

    * Upgrade dependencies (includes breaking API in Fake Timers)
    
    * fake-timers: no longer creating dates using the original Date class, but a subclass (proxy)
    
    * Clarify intent and fix breaking test on global restore
    
    This was originally added (really rectified) in commit ac17669 (2013) when Sinon's fake-timers code allowed installing non-standard/unknown timers.
    
    Since the latest fake-timers no longer allows this, we have to do the test against a real/existing timer that the library knows about. We supply a custom global to avoid any of the mentioned side effects of trying to delete built-ins in some environments.
    
    * Clarify intent and fix breaking test concerning non-inherited timer
    
    * fix test: fake-timers now installs all timers by default (including nextTick)
    
    * Various micro-fixes in the tests
    
    * Exclude Node timers and timers/promises modules from bundle
    fatso83 authored Sep 11, 2024
    Configuration menu
    Copy the full SHA
    912c568 View commit details
    Browse the repository at this point in the history
  2. fix cloud tests (#2613)

    * Supply correct config for Sauce Labs tests
    
    * Inelegant (but working) Sauce Labs testing of browsers
    fatso83 authored Sep 11, 2024
    Configuration menu
    Copy the full SHA
    17e5ec0 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Configuration menu
    Copy the full SHA
    c9964eb View commit details
    Browse the repository at this point in the history
  2. Bump samsam and nise to latest versions (#2617)

    Ensures consistency and less breakage when there are "circular" dependencies.
    fatso83 authored Sep 12, 2024
    Configuration menu
    Copy the full SHA
    3534ab4 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Update lock file

    fatso83 committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    dda95c2 View commit details
    Browse the repository at this point in the history
  2. 19.0.0

    fatso83 committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    62724bb View commit details
    Browse the repository at this point in the history
  3. Update migration docs

    fatso83 committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    037ec2d View commit details
    Browse the repository at this point in the history
  4. 19.0.1

    fatso83 committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    43e9dd1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a5b03db View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    968f403 View commit details
    Browse the repository at this point in the history
  7. Use fixed 13.0.2 version

    fatso83 committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    4eb4c4b View commit details
    Browse the repository at this point in the history
  8. 19.0.2

    fatso83 committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    372593f View commit details
    Browse the repository at this point in the history
Loading