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/node-gyp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v12.2.0
Choose a base ref
...
head repository: nodejs/node-gyp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v12.3.0
Choose a head ref
  • 6 commits
  • 24 files changed
  • 5 contributors

Commits on Jan 29, 2026

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

Commits on Feb 27, 2026

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

Commits on Mar 23, 2026

  1. build(deps-dev): bump neostandard from 0.12.2 to 0.13.0 (#3289)

    Bumps [neostandard](https://github.com/neostandard/neostandard) from 0.12.2 to 0.13.0.
    - [Release notes](https://github.com/neostandard/neostandard/releases)
    - [Changelog](https://github.com/neostandard/neostandard/blob/main/CHANGELOG.md)
    - [Commits](neostandard/neostandard@v0.12.2...v0.13.0)
    
    ---
    updated-dependencies:
    - dependency-name: neostandard
      dependency-version: 0.13.0
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    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
    19da158 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2026

  1. feat: replace make-fetch-happen with built-in fetch (#3302)

    * feat: replace make-fetch-happen with built-in fetch
    
    Use Node's built-in fetch for downloading headers/tarballs, with undici's
    EnvHttpProxyAgent providing --proxy, --noproxy and --cafile support (plus
    http_proxy/https_proxy/no_proxy env var handling). Drops 36 transitive
    dependencies.
    
    * fixup: address review feedback
    
    - Guard Readable.fromWeb against null body (204/304 responses)
    - Add socket error handlers to CONNECT tunnel in proxy test
    - Destroy socket in noproxy test's CONNECT handler so a regression
      fails fast instead of hanging
    
    * ci: fix Python lint and npm install in tests workflow
    
    Apply f-string fix from gyp-next#337 to resolve ruff F507 in
    simple_copy.py, and add npm@~11.10.0 pre-install step from #3300
    to work around npm/cli#9151.
    
    * fix: apply cafile to proxied TLS connections
    
    EnvHttpProxyAgent forwards opts to an internal ProxyAgent for proxied
    requests, which reads origin TLS config from requestTls rather than
    connect. Set connect/requestTls/proxyTls so the custom CA is honored
    on both direct and proxied paths. Adds a test covering https origin
    behind an HTTP CONNECT proxy with a custom CA.
    MarshallOfSound authored Apr 21, 2026
    Configuration menu
    Copy the full SHA
    393ec2b View commit details
    Browse the repository at this point in the history
  2. feat: update gyp-next to v0.22.1 (#3295)

    * feat: update gyp-next to v0.22.0
    
    * feat: update gyp-next to v0.22.1
    nodejs-github-bot authored Apr 21, 2026
    Configuration menu
    Copy the full SHA
    f4242fb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    154a27e View commit details
    Browse the repository at this point in the history
Loading