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: v19.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: v19.0.3
Choose a head ref
  • 20 commits
  • 19 files changed
  • 4 contributors

Commits on Oct 13, 2024

  1. Bump webrick from 1.8.1 to 1.8.2 (#2623)

    Bumps [webrick](https://github.com/ruby/webrick) from 1.8.1 to 1.8.2.
    - [Release notes](https://github.com/ruby/webrick/releases)
    - [Commits](ruby/webrick@v1.8.1...v1.8.2)
    
    ---
    updated-dependencies:
    - dependency-name: webrick
      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 Oct 13, 2024
    Configuration menu
    Copy the full SHA
    ed02972 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. Bump rexml from 3.3.7 to 3.3.9 (#2626)

    Bumps [rexml](https://github.com/ruby/rexml) from 3.3.7 to 3.3.9.
    - [Release notes](https://github.com/ruby/rexml/releases)
    - [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md)
    - [Commits](ruby/rexml@v3.3.7...v3.3.9)
    
    ---
    updated-dependencies:
    - dependency-name: rexml
      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 Oct 29, 2024
    Configuration menu
    Copy the full SHA
    527568c View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. Fix out-of-date fake-timers docs (#2628)

    * Fix documentation issue for fake-timers mentioned in #2625
    
    The docs were out of sync with the fake-timers docs.
    
    * Update dependencies before new patch version
    fatso83 authored Oct 31, 2024
    Configuration menu
    Copy the full SHA
    80bc1d9 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2025

  1. chore: remove RunKit

    This service is dead.
    
    > Sometime in November 2023, I observed that new packages and package versions uploaded to NPM stopped being updated on RunKit. > I don’t believe this project is being actively maintained anymore, though it would be delightful if that changed.
    
    https://discuss.runkit.com/t/cant-run-on-runkit-unavaible/4976
    
    If we decide to re-introduce something like runkit, let's make it in a way that will
    continue to work, despite aquisitions and so on.
    
    See https://howtomarketagame.com/2021/11/01/dont-build-your-castle-in-other-peoples-kingdoms/
    
    Let's remove it for now, so at least the JS console won't have errors.
    mroderick committed Feb 10, 2025
    Configuration menu
    Copy the full SHA
    a74301c View commit details
    Browse the repository at this point in the history
  2. npm audit

    mroderick committed Feb 10, 2025
    Configuration menu
    Copy the full SHA
    9e30835 View commit details
    Browse the repository at this point in the history
  3. chore: remove unimported

    The repository has been archived. See https://github.com/smeijer/unimported
    mroderick committed Feb 10, 2025
    Configuration menu
    Copy the full SHA
    278e667 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2025

  1. chore: remove unused unused job

    This crucial part of this workflow was removed in
    278e667, we should have removed the entire job.
    mroderick committed Feb 18, 2025
    Configuration menu
    Copy the full SHA
    e9eb2eb View commit details
    Browse the repository at this point in the history
  2. fix: browser-test job fails in ubuntu-latest

    When running `browser-test` job on `ubunty-latest` the following error is emitted:
    
    ```
    Error: Failed to launch the browser process!
    [1999:1999:0210/184211.279511:FATAL:zygote_host_impl_linux.cc(128)] No usable sandbox! If you are running on Ubuntu 23.10+ or another Linux distro that has disabled unprivileged user namespaces with AppArmor, see https://chromium.googlesource.com/chromium/src/+/main/docs/security/apparmor-userns-restrictions.md. Otherwise see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the (older) SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using --no-sandbox.
    [0210/184211.290099:ERROR:file_io_posix.cc(145)] open /sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq: No such file or directory (2)
    [0210/184211.290150:ERROR:file_io_posix.cc(145)] open /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq: No such file or directory (2)
    ```
    
    The root cause of the error is described at https://chromium.googlesource.com/chromium/src/+/main/docs/security/apparmor-userns-restrictions.md
    
    By locking `browser-test` to `ubuntu-22.04`, we can avoid this error, while a more
    elegant solution is found.
    mroderick committed Feb 18, 2025
    Configuration menu
    Copy the full SHA
    0ca2e49 View commit details
    Browse the repository at this point in the history
  3. chore: fix codecov upload

    We are seeing errors uploading coverage reports to codecov:
    
    ```
    Rate limit reached. Please upload with the Codecov repository upload token to resolve issue
    ```
    
    I've added a repository token, as instructed in https://docs.codecov.com/docs/adding-the-codecov-token.
    
    This changeset should fix the upload issue.
    mroderick committed Feb 18, 2025
    Configuration menu
    Copy the full SHA
    dfcad71 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7af1d23 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2025

  1. Configuration menu
    Copy the full SHA
    ef582e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb10e53 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    108fbca View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0be4082 View commit details
    Browse the repository at this point in the history
  5. Fix external link

    fatso83 committed Mar 19, 2025
    Configuration menu
    Copy the full SHA
    e3950d9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fba6f87 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2404a45 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    37623ef View commit details
    Browse the repository at this point in the history
  9. Verifying links procedure

    fatso83 committed Mar 19, 2025
    Configuration menu
    Copy the full SHA
    1f1d370 View commit details
    Browse the repository at this point in the history
  10. 19.0.3

    fatso83 committed Mar 19, 2025
    Configuration menu
    Copy the full SHA
    632e016 View commit details
    Browse the repository at this point in the history
Loading