Skip to content

v0.4.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 15 Apr 05:56
· 1333 commits to main since this release

WORKSPACE snippet:

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "aspect_rules_js",
    sha256 = "3e64e87a7885f1f4ae21ffaa2dc512b9bc315ff8b6e6332c9ccd5b38d66e230b",
    strip_prefix = "rules_js-0.4.0",
    url = "https://github.com/aspect-build/rules_js/archive/refs/tags/v0.4.0.tar.gz",
)

load("@aspect_rules_js//js:repositories.bzl", "rules_js_dependencies")

rules_js_dependencies()

What's Changed

  • refactor: allow more reuse of nodejs_binary starlark lib by @alexeagle in #22
  • Allow users to reference the repositories.bzl file by @alexeagle in #23
  • chore: update to copy_directory by @alexeagle in #26
  • feat: apply patches through translate_package_lock by @kormide in #25
  • Demonstrate running ts_project with no npm install by @alexeagle in #27
  • chore: bump bazel version to 5.1.1 by @gregmagolan in #32
  • fix: workspace name references in CONTRIBUTING.md by @gregmagolan in #33
  • fix: add startup selector to --host_jvm_args=-DBAZEL_TRACK_SOURCE_DIRECTORIES=1 by @gregmagolan in #34

New Contributors

Full Changelog: v0.3.3...v0.4.0