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: 8dbfd02
Choose a base ref
...
head repository: sinonjs/sinon
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 30e9e37
Choose a head ref
  • 10 commits
  • 24 files changed
  • 5 contributors

Commits on Oct 21, 2023

  1. Refactoring: move logic into separate file and rename

    This is basically a small cleanup of the work
    done to get rid of Proxyquire before the release
    of version 17.
    
    - Pull out Sinon extraction to own file to avoid
      needless export on the root Sinon object
    - Rename file to match Colorizer class
    fatso83 committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    21d47f2 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. Fix mochify breaking on node:assert (#2559)

    * Fix mochify borking on node:assert
    
    * refactor: Make 'nise' the default dependency of the constructor
    fatso83 authored Oct 24, 2023
    Configuration menu
    Copy the full SHA
    4f538e3 View commit details
    Browse the repository at this point in the history
  2. Bump actions/setup-node from 3 to 4 (#2558)

    Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3 to 4.
    - [Release notes](https://github.com/actions/setup-node/releases)
    - [Commits](actions/setup-node@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-node
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 24, 2023
    Configuration menu
    Copy the full SHA
    cd94da3 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

  1. Configuration menu
    Copy the full SHA
    40caf21 View commit details
    Browse the repository at this point in the history
  2. fix: assertion log limit (#2485)

    * Cleanup unimported setup & include test files
    
    * Remove redundant assign
    
    The 'assert' object is already present on the sandbox
    
    * fix(#2484): add assertion log limit
    
    * Document the existing sandbox and create-sandbox
    
    * Expose opts.assertOptions on createSandbox(opts)
    
    * Verify options are passed down
    
    * Remove needless accessors
    
    * Make test behavior oriented rather than implementation specific.
    
    ---------
    
    Co-authored-by: Spencer Goossens <[email protected]>
    Co-authored-by: Carl-Erik Kopseng <[email protected]>
    3 people authored Oct 27, 2023
    Configuration menu
    Copy the full SHA
    f7d180c View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2023

  1. Documentation for assertion options for the sandbox (#2564)

    * doc: improve JSDocs
    
    * docs: improve public docs for sandbox
    
    - move some important info up where it is more visible
    - remove some bits no longer relevant (sinon.config)
      and replace with its modern (post Sinon 1) equivalent
    
    * Add example on adding assertOptions to the sandbox
    fatso83 authored Oct 28, 2023
    Configuration menu
    Copy the full SHA
    b5fc367 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. fix broken link

    fatso83 committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    1eb070a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    08d0696 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. fix returns does not override call through (#2567)

    * fix returns does not override call through
    rluvaton authored Nov 1, 2023
    Configuration menu
    Copy the full SHA
    5fde5ae View commit details
    Browse the repository at this point in the history
  2. 17.0.1

    fatso83 committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    30e9e37 View commit details
    Browse the repository at this point in the history
Loading