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: bazel-contrib/rules_nodejs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.5.2
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: v6.6.0
Choose a head ref
  • 9 commits
  • 12 files changed
  • 4 contributors

Commits on Oct 9, 2025

  1. Update Node.js Versions (#3872)

    - 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 <[email protected]>
    mattem and alexeagle authored Oct 9, 2025
    Configuration menu
    Copy the full SHA
    ae23eb0 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2025

  1. Update Node.js Versions (#3873)

    - 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 <[email protected]>
    mattem and alexeagle authored Oct 12, 2025
    Configuration menu
    Copy the full SHA
    dc23325 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2025

  1. Update README.md

    alexeagle authored Oct 14, 2025
    Configuration menu
    Copy the full SHA
    eb63843 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2025

  1. Update Node.js Versions (#3874)

    - 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 <[email protected]>
    mattem and alexeagle authored Oct 21, 2025
    Configuration menu
    Copy the full SHA
    3fdfd02 View commit details
    Browse the repository at this point in the history
  2. Introduce runtime_toolchain_type (#3859)

    According to discussions in #3854 having two toolchains of the same type
    for different things is troublesome. It's better to have separate
    runtime as well as compile toolchains.
    
    This commit creates a new runtime_toolchain_type and registers
    toolchains without execution constraints for this type. Once merged,
    rules_ts can start consuming the new toolchain type in its js_binary
    rule to ensure the correct Node for the correct target environment is
    selected.
    
    Fixed [Bug]: Execution toolchain defined without
    `target_compatible_with` makes it a candidate to selection
    
    Fixes #3854
    Work towards #3795
    
    ## PR Checklist
    
    Please check if your PR fulfills the following requirements:
    
    - [x] Tests for the changes have been added (for bug fixes / features)
    - [x] Docs have been added / updated (for bug fixes / features)
    
    
    ## PR Type
    
    What kind of change does this PR introduce?
    
    <!-- Please check the one that applies to this PR using "x". -->
    
    - [x] Bugfix
    - [x] Feature (please, look at the "Scope of the project" section in the
    README.md file)
    - [x] Documentation content changes
    
    
    ## Does this PR introduce a breaking change?
    
    - [ ] Yes
    - [x] No
    
    It tries to remain compatible and support existing consumers.
    
    ## Other information
    
    This is an alternative to #3800.
    guw authored Oct 21, 2025
    2 Configuration menu
    Copy the full SHA
    82738bd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4b4e2ec View commit details
    Browse the repository at this point in the history
  4. fix: update Bazel documentation links to version 7.5.0

    Updated Bazel documentation links from version 7.3.1 to 7.5.0 for various flags.
    alexeagle authored Oct 21, 2025
    Configuration menu
    Copy the full SHA
    c89808d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7b9277f View commit details
    Browse the repository at this point in the history
  6. Revert "chore: bazelrc presets (#3865)"

    This reverts commit 4b4e2ec.
    alexeagle committed Oct 21, 2025
    Configuration menu
    Copy the full SHA
    2d3b73e View commit details
    Browse the repository at this point in the history
Loading