Skip to content

5.0.2

Compare
Choose a tag to compare
@alexeagle alexeagle released this 27 Jan 23:30
· 220 commits to stable since this release

Upgrade with:

http_archive(
    name = "build_bazel_rules_nodejs",
    sha256 = "a09edc4ba3931a856a5ac6836f248c302d55055d35d36e390a0549799c33145b",
    urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/5.0.2/rules_nodejs-5.0.2.tar.gz"],
)

# or

http_archive(
    name = "rules_nodejs",
    sha256 = "cc747e23225cde1811ca7a001b765011e9f84598fd8f0d7dfaeb61dec6b5bc1a",
    urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/5.0.2/rules_nodejs-core-5.0.2.tar.gz"],
)

What's Changed

  • fix(builtin): pass kwargs from node_repositories helper by @alexeagle in #3287
  • Update esbuild versions by @mattem in #3288
  • fix(jasmine): replace deprecated Jasmine APIs that have been removed in version 4 by @alan-agius4 in #3283
  • fix: use robocopy in copy_file#is_directory so we don't hit file path length limit of xcopy by @gregmagolan in #3295
  • fix(jasmine): can not reference runner when exports_directories_only=… by @thesayyn in #3293

Full Changelog: 5.0.1...5.0.2