8000 Comparing v2.2.0...v2.3.0 · aspect-build/rules_js · GitHub
[go: up one dir, main page]

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: aspect-build/rules_js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.2.0 10000
Choose a base ref
...
head repository: aspect-build/rules_js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.3.0
Choose a head ref
  • 14 commits
  • 89 files changed
  • 8 contributors

Commits on Feb 27, 2025

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

Commits on Mar 4, 2025

  1. chore: remove non-bzlmod unit testing (#2116)

    Co-authored-by: Alex Eagle <alex@aspect.build>
    jbedard and alexeagle authored Mar 4, 2025
    Configuration menu
    Copy the full SHA
    6a9c4c1 View commit details
    Browse the repository at this point in the history
  2. fix: extract tar with correct environment (#2117)

    * fix: extract tar with correct environment
    
    Fixes #2114
    Updates the minimum version of bazel-lib. Users who don't update will see #2079 effectively reverted.
    
    * chore: accept new bazelrc presets
    alexeagle authored Mar 4, 2025
    Configuration menu
    Copy the full SHA
    5522ff8 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2025

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

Commits on Mar 12, 2025

  1. 1 Configuration menu
    Copy the full SHA
    2fec7bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ffdf899 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    beb6d7f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    adafa56 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2025

  1. Configuration menu
    Copy the full SHA
    fbb2456 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ebadf5 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2025

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

Commits on Mar 18, 2025

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

Commits on Mar 20, 2025

  1. fix: js_run_binary doesn't accept select() (#2137)

    I have a situation internally where I need to pass a different environment variable based on CI or remote development. Right now, `select` is not a `dict` so this fails. This is not an issue with skylibs `run_binary` or `bazel-lib`'s `run_binary`. By flipping this to a `|` merger, the issue goes away.
    
    ---------
    
    Co-authored-by: Jason Bedard <jason+github@jbedard.ca>
    Aghassi and jbedard authored Mar 20, 2025
    Configuration menu
    Copy the full SHA
    fff00b6 View commit details
    Browse the repository at this point in the history
  2. feat: implement layer_groups (#2130)

    Co-authored-by: Jason Bedard <jason+github@jbedard.ca>
    thesayyn and jbedard authored Mar 20, 2025
    Configuration menu
    Copy the full SHA
    1c1823d View commit details
    Browse the repository at this point in the history
Loading
0