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.5
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.21.0
Choose a head ref
  • 3 commits
  • 6 files changed
  • 3 contributors

Commits on Oct 28, 2025

  1. chore(deps): bump the github_actions group across 1 directory with 4 …

    …updates (#321)
    
    Bumps the github_actions group with 4 updates in the / directory: [actions/setup-node](https://github.com/actions/setup-node), [actions/upload-artifact](https://github.com/actions/upload-artifact), [actions/download-artifact](https://github.com/actions/download-artifact) and [sigstore/gh-action-sigstore-python](https://github.com/sigstore/gh-action-sigstore-python).
    
    
    Updates `actions/setup-node` from 5 to 6
    - [Release notes](https://github.com/actions/setup-node/releases)
    - [Commits](actions/setup-node@v5...v6)
    
    Updates `actions/upload-artifact` from 4 to 5
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](actions/upload-artifact@v4...v5)
    
    Updates `actions/download-artifact` from 5 to 6
    - [Release notes](https://github.com/actions/download-artifact/releases)
    - [Commits](actions/download-artifact@v5...v6)
    
    Updates `sigstore/gh-action-sigstore-python` from 3.0.1 to 3.1.0
    - [Release notes](https://github.com/sigstore/gh-action-sigstore-python/releases)
    - [Changelog](https://github.com/sigstore/gh-action-sigstore-python/blob/main/CHANGELOG.md)
    - [Commits](sigstore/gh-action-sigstore-python@v3.0.1...v3.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-node
      dependency-version: '6'
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: github_actions
    - dependency-name: actions/upload-artifact
      dependency-version: '5'
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: github_actions
    - dependency-name: actions/download-artifact
      dependency-version: '6'
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: github_actions
    - dependency-name: sigstore/gh-action-sigstore-python
      dependency-version: 3.1.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: github_actions
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 28, 2025
    Configuration menu
    Copy the full SHA
    6341ec0 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2025

  1. feat: add support for Visual Studio 2026 (#319)

    * feat: add support for Visual Studio 2026
    
    * fix(vs2026): Correct E501 line length and adjust detection for 18.0)
    
    * fix: Correct E501 syntax error using line continuation
    keelbismark authored Nov 4, 2025
    Configuration menu
    Copy the full SHA
    cb13bbc View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2025

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