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: 3.2.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: 3.2.3
Choose a head ref
  • 20 commits
  • 144 files changed
  • 11 contributors

Commits on Mar 8, 2021

  1. chore: update lock files for release

    Alex Eagle committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    422e95b View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2021

  1. rebase

    Pierre Guillaume Herveou authored and alexeagle committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    7be7457 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2021

  1. Configuration menu
    Copy the full SHA
    9752e78 View commit details
    Browse the repository at this point in the history
  2. Allows TSX files to be marked as instrumented

    Otherwise, .tsx files are silently ignored from coverage output
    joeljeske authored and alexeagle committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    9d0ec93 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2021

  1. Configuration menu
    Copy the full SHA
    8f440b4 View commit details
    Browse the repository at this point in the history
  2. fix(examples): remove relativeLinkResolution (#2530)

    Relative routing is not used in the angular_bazel_architect example.
    Parameter `relativeLinkResolution` introduced by Angular migration is
    not required.
    saxicek authored Mar 14, 2021
    Configuration menu
    Copy the full SHA
    8ef60e5 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2021

  1. chore: bump rules_docker to v0.16.0

    mattem authored and alexeagle committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    e07d11a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1fd9754 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    09be982 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2021

  1. Configuration menu
    Copy the full SHA
    bfd74e5 View commit details
    Browse the repository at this point in the history
  2. fix(builtin): always install source-map-support (#2538)

    We previously did this when patch_module_resolver was the default, because it had some extra (unrelated) logic at the end to install it.
    When we flipped the default in 3.0, we accidentally dropped the feature.
    
    This just reinstates it using the source-map-support/register feature.
    Similarly to our prior implementation, we just call our own vendored source-map-support so users don't have to think about it.
    
    Also fix missing docs for npm_package_bin attrs stdout,stderr,exit_code_out
    
    Fixes #2520
    alexeagle authored Mar 17, 2021
    Configuration menu
    Copy the full SHA
    97b3886 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2021

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

Commits on Mar 22, 2021

  1. chore: upgrade to Bazel 4 (#2537)

    Also add integration testing against previous two major releases, so we don't accidentally force users to upgrade
    alexeagle authored Mar 22, 2021
    Configuration menu
    Copy the full SHA
    4859a0f View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2021

  1. Configuration menu
    Copy the full SHA
    3b3e020 View commit details
    Browse the repository at this point in the history
  2. Update jasmine-reporters to fix xmldom vulnerability (#2546)

    * Update jasmine-reporters to fix xlmdom vulnerability
    
    * Update top-level package.json too
    bduffany authored Mar 23, 2021
    Configuration menu
    Copy the full SHA
    e7950b0 View commit details
    Browse the repository at this point in the history
  3. feat(builtin): first experimental rules for npm tarballs (#2544)

    This is not fully designed yet, so it's not included in public API. May be deleted at any time.
    The newly added README explains what's going on.
    Based on design: https://hackmd.io/gu2Nj0TKS068LKAf8KanuA
    alexeagle authored Mar 23, 2021
    Configuration menu
    Copy the full SHA
    aa09b57 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2021

  1. fix(typescript): update documentation now that ts_project is recommen…

    …ded (#2548)
    
    We don't deprecated ts_library yet
    alexeagle authored Mar 24, 2021
    Configuration menu
    Copy the full SHA
    a8d8b0f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    41117fa View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2021

  1. docs: update docs for release

    Alex Eagle committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    8f6508a View commit details
    Browse the repository at this point in the history
  2. chore(release): 3.2.3

    Alex Eagle committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    b15a6c2 View commit details
    Browse the repository at this point in the history
Loading