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/gyp-next
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.20.4
Choose a base ref
...
head repository: nodejs/gyp-next
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.20.5
Choose a head ref
  • 6 commits
  • 17 files changed
  • 4 contributors

Commits on Sep 1, 2025

  1. fix: handle None case in xcode_emulation regexes (#311)

    Co-authored-by: Christian Clauss <[email protected]>
    aduh95 and cclauss authored Sep 1, 2025
    Configuration menu
    Copy the full SHA
    b21ee31 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2025

  1. chore(deps): bump the github_actions group with 2 updates (#314)

    Bumps the github_actions group with 2 updates: [actions/setup-node](https://github.com/actions/setup-node) and [actions/setup-python](https://github.com/actions/setup-python).
    
    
    Updates `actions/setup-node` from 4 to 5
    - [Release notes](https://github.com/actions/setup-node/releases)
    - [Commits](actions/setup-node@v4...v5)
    
    Updates `actions/setup-python` from 5 to 6
    - [Release notes](https://github.com/actions/setup-python/releases)
    - [Commits](actions/setup-python@v5...v6)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-node
      dependency-version: '5'
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: github_actions
    - dependency-name: actions/setup-python
      dependency-version: '6'
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: github_actions
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 8, 2025
    Configuration menu
    Copy the full SHA
    b80180b View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2025

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

Commits on Sep 14, 2025

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

Commits on Sep 25, 2025

  1. chore(ci): Test on Python 3.14 release candidate 3 (#317)

    Python v3.14 -- October 7th
    * https://www.python.org/download/pre-releases
    * https://www.python.org/downloads/release/python-3140rc3
    
    Also, upgrade from deprecated `macos-13` to `macos-15-intel`.
    
    The currently available GitHub Actions macOS runners are:
    | macOS Version | runner.arch |
    |---------------|-------------|
    | macos-13 | X64 |
    | macos-14 | ARM64 |
    | macos-15 | ARM64 |
    | macos-15-intel | X64 |
    | macos-26 | ARM64 |
    | macos-latest | ARM64 |
    * Let's prepare for actions/runner-images#13046
    cclauss authored Sep 25, 2025
    Configuration menu
    Copy the full SHA
    7d6189b View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2025

  1. chore(main): release 0.20.5 (#312)

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