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: nodejs/undici
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.24.5
Choose a base ref
...
head repository: nodejs/undici
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.24.6
Choose a head ref
  • 13 commits
  • 25 files changed
  • 8 contributors

Commits on Mar 20, 2026

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

Commits on Mar 21, 2026

  1. fix(mock): improve error message when intercepts are exhausted (#4912)

    When all mock intercepts for a request have been consumed, the error
    message now includes how many interceptors remain and how many were
    originally defined. This helps users understand that their intercepts
    were used up rather than misconfigured.
    
    Example: "Mock dispatch not matched for path '/foo': subsequent request
    to origin https://api.example.com was not allowed (net.connect disabled),
    0 interceptor(s) remaining out of 3 defined"
    
    Fixes #2219
    
    Co-authored-by: Claude Opus 4.6 (1M context) <[email protected]>
    travisbreaks and claude authored Mar 21, 2026
    Configuration menu
    Copy the full SHA
    330f4e4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9766c6d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2b2afbc View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2026

  1. Configuration menu
    Copy the full SHA
    a7398c0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ba99a3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a613d9a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    feef62b View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2026

  1. Configuration menu
    Copy the full SHA
    deba679 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b64e7e4 View commit details
    Browse the repository at this point in the history
  3. build(deps-dev): bump typescript from 5.9.3 to 6.0.2 (#4926)

    Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.9.3 to 6.0.2.
    - [Release notes](https://github.com/microsoft/TypeScript/releases)
    - [Commits](microsoft/TypeScript@v5.9.3...v6.0.2)
    
    ---
    updated-dependencies:
    - dependency-name: typescript
      dependency-version: 6.0.2
      dependency-type: direct:development
      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 Mar 23, 2026
    Configuration menu
    Copy the full SHA
    1eacc49 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2026

  1. Configuration menu
    Copy the full SHA
    993609d View commit details
    Browse the repository at this point in the history
  2. Bumped v7.24.6 (#4931)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Mar 24, 2026
    Configuration menu
    Copy the full SHA
    38eab36 View commit details
    Browse the repository at this point in the history
Loading