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: nock/nock
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v14.0.9
Choose a base ref
...
head repository: nock/nock
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v14.0.10
Choose a head ref
  • 3 commits
  • 4 files changed
  • 3 contributors

Commits on Aug 8, 2025

  1. chore(deps-dev): bump tmp from 0.2.1 to 0.2.4

    Bumps [tmp](https://github.com/raszi/node-tmp) from 0.2.1 to 0.2.4.
    - [Changelog](https://github.com/raszi/node-tmp/blob/master/CHANGELOG.md)
    - [Commits](raszi/node-tmp@v0.2.1...v0.2.4)
    
    ---
    updated-dependencies:
    - dependency-name: tmp
      dependency-version: 0.2.4
      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 8, 2025
    Configuration menu
    Copy the full SHA
    316c990 View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): bump form-data from 4.0.2 to 4.0.4

    Bumps [form-data](https://github.com/form-data/form-data) from 4.0.2 to 4.0.4.
    - [Release notes](https://github.com/form-data/form-data/releases)
    - [Changelog](https://github.com/form-data/form-data/blob/master/CHANGELOG.md)
    - [Commits](form-data/form-data@v4.0.2...v4.0.4)
    
    ---
    updated-dependencies:
    - dependency-name: form-data
      dependency-version: 4.0.4
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 8, 2025
    Configuration menu
    Copy the full SHA
    721ae1a View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2025

  1. fix: Use Error objects instead of plain objects with replyWithError() (

    …#2900)
    
    * docs: replyWithError(): Use Error objects instead of plain objects when mimicking Node.js errors
    
    * types, test: Use Error objects instead of plain objects with replyWithError()
    
    * Fix style
    
    * Enable test for .replyWithError with an Error object, rephrase test descriptions
    
    ---------
    
    Co-authored-by: Michael Solomon <github@tltv.co.il>
    okko and mikicho authored Aug 12, 2025
    Configuration menu
    Copy the full SHA
    f2a3389 View commit details
    Browse the repository at this point in the history
Loading