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: v14.0.2
Choose a base ref
...
head repository: sinonjs/sinon
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v15.0.1
Choose a head ref
  • 9 commits
  • 17 files changed
  • 4 contributors

Commits on Nov 28, 2022

  1. docs: Fix a few typos

    There are small typos in:
    - docs/_howto/stub-dependency.md
    - docs/index.md
    
    Fixes:
    - Should read `laborious` rather than `laborous`.
    - Should read `environment` rather than `enviroment`.
    
    Signed-off-by: Tim Gates <tim.gates@iress.com>
    timgates42 authored and mroderick committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    49ef930 View commit details
    Browse the repository at this point in the history
  2. Fix 2448: remove custom formatter

    Remove option to pass a custom formatter.
    
    The sub libraries of Sinon has long moved on to use `util.inspect` from
    Node. By using that in Sinon itself, we align all the libraries.
    mroderick committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    b75fbfa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0fdb05f View commit details
    Browse the repository at this point in the history
  4. 15.0.0

    mroderick committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    35652f3 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2022

  1. Bump nokogiri from 1.13.9 to 1.13.10

    Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.13.9 to 1.13.10.
    - [Release notes](https://github.com/sparklemotion/nokogiri/releases)
    - [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md)
    - [Commits](sparklemotion/nokogiri@v1.13.9...v1.13.10)
    
    ---
    updated-dependencies:
    - dependency-name: nokogiri
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and mroderick committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    62caa67 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2022

  1. Configuration menu
    Copy the full SHA
    b3ee0aa View commit details
    Browse the repository at this point in the history
  2. Upgrade to fake-timers v10.0.2

    Contains several fixes
    fatso83 committed Dec 15, 2022
    1 Configuration menu
    Copy the full SHA
    aa493da View commit details
    Browse the repository at this point in the history
  3. Missing lock file update

    fatso83 committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    bfa9216 View commit details
    Browse the repository at this point in the history
  4. 15.0.1

    fatso83 committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    ef76b5b View commit details
    Browse the repository at this point in the history
Loading