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

Commits on Jun 20, 2023

  1. Configuration menu
    Copy the full SHA
    fe44ea4 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. Configuration menu
    Copy the full SHA
    de2635d View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2023

  1. Configuration menu
    Copy the full SHA
    13d45fb View commit details
    Browse the repository at this point in the history
  2. ignore vendor in root

    fatso83 committed Aug 5, 2023
    Configuration menu
    Copy the full SHA
    5a33476 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. Bump word-wrap from 1.2.3 to 1.2.4 (#2526)

    Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4.
    - [Release notes](https://github.com/jonschlinkert/word-wrap/releases)
    - [Commits](jonschlinkert/word-wrap@1.2.3...1.2.4)
    
    ---
    updated-dependencies:
    - dependency-name: word-wrap
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 9, 2023
    Configuration menu
    Copy the full SHA
    8186280 View commit details
    Browse the repository at this point in the history
  2. fix: actaully reset 'injectedKeys' (#2456)

    * refactor: Remove single-use variable
    
    * fix: actaully reset 'injectedKeys'
    
    Re-assigning the local variable `injectedKeys` would not change `sandbox.injectedKeys`, thus `restoreContext` doesn't fully restore the context.
    
    See:
    
    https://lgtm.com/projects/g/sinonjs/sinon/snapshot/9e09e7d79bac5808ca98fac4f7419a20be4fc43d/files/lib/sinon/sandbox.js?sort=name&dir=ASC&mode=heatmap#x9f770d565ef51b7d:1
    
    * Update lib/sinon/sandbox.js
    
    Co-authored-by: Phred Lane <fearphage@gmail.com>
    
    ---------
    
    Co-authored-by: Phred Lane <fearphage@gmail.com>
    mroderick and fearphage authored Aug 9, 2023
    Configuration menu
    Copy the full SHA
    305fb6c View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. Fix issue 2534: spies are not restored (#2535)

    * Document the custom property descriptor type used in Sinon
    
    * Fix issue #2534
    
    * prettify
    fatso83 authored Aug 11, 2023
    Configuration menu
    Copy the full SHA
    fe799e7 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2023

  1. Configuration menu
    Copy the full SHA
    5fc17c7 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. Bump actions/checkout from 3 to 4 (#2542)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 8, 2023
    Configuration menu
    Copy the full SHA
    2ddf7ff View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. .define method (#2539)

    * Restore sandbox after each .replace test
    
    Otherwise a failed test may not restore it.
    
    * .define method for temporarily defining new properties during the tests
    
    * better comment
    
    * detailed exception messages
    
    * properly delete the property during the cleanup
    
    * Add .define to more places
    
    * Document .define
    
    * Fix test
    
    * Code review suggestions
    
    * prettier --write
    gukoff authored Sep 11, 2023
    Configuration menu
    Copy the full SHA
    baa1aee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    67a8cea View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. Configuration menu
    Copy the full SHA
    8d1f85b View commit details
    Browse the repository at this point in the history
  2. fix(2525): ensure non empty message when error of type string is pass…

    …ed, but no message (#2544)
    
    Co-authored-by: Morgan Roderick <20321+mroderick@users.noreply.github.com>
    peanutenthusiast and mroderick authored Sep 13, 2023
    Configuration menu
    Copy the full SHA
    c339605 View commit details
    Browse the repository at this point in the history
  3. 16.0.0

    mroderick committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    062e318 View commit details
    Browse the repository at this point in the history
Loading