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: SimpleSoftwareOrg/rules_nodejs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: bazel-contrib/rules_nodejs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 6 commits
  • 4 files changed
  • 5 contributors

Commits on Aug 19, 2025

  1. fix: update update-nodejs-versions.js to include Node.js 24

    Node.js is currently the latest version of Node.js.
    alan-agius4 authored and alexeagle committed Aug 19, 2025
    Configuration menu
    Copy the full SHA
    a67ee9e View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2025

  1. Update Node.js Versions (bazel-contrib#3857)

    Co-authored-by: alexeagle <alexeagle@users.noreply.github.com>
    mattem and alexeagle authored Aug 20, 2025
    Configuration menu
    Copy the full SHA
    7b57c07 View commit details
    Browse the repository at this point in the history
  2. fix: add missing windows arm64 in os_arch_names (bazel-contrib#3856)

    A previous commit added support for Windows arm64, but I forgot to add it to OS_ARCH_NAMES, so it's not _actually_ working yet. This commit adds it.
    
    Ref: bazel-contrib@12d90ec
    dennisameling authored Aug 20, 2025
    Configuration menu
    Copy the full SHA
    343bc48 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d6dd68c View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2025

  1. Update Node.js Versions

    alexeagle committed Aug 28, 2025
    Configuration menu
    Copy the full SHA
    4870ccb View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2025

  1. Update Node.js Versions (bazel-contrib#3863)

    - Updated Node.js Versions using `npm run update-nodejs-versions`
    
    Auto-generated by [create-pull-request][1]
    
    [1]: https://github.com/peter-evans/create-pull-request
    
    Co-authored-by: alexeagle <alexeagle@users.noreply.github.com>
    mattem and alexeagle authored Aug 29, 2025
    Configuration menu
    Copy the full SHA
    25ec7c2 View commit details
    Browse the repository at this point in the history
Loading