Skip to content

v0.6.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 11 May 18:32
· 1269 commits to main since this release
95868fc

WORKSPACE snippet:

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

http_archive(
    name = "aspect_rules_js",
    sha256 = "b4c6ccffcead2be8f952ab2b9c3528d1cb1794c1866b412e606c212bbab68327",
    strip_prefix = "rules_js-0.6.1",
    url = "https://github.com/aspect-build/rules_js/archive/refs/tags/v0.6.1.tar.gz",
)

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

rules_js_dependencies()

What's Changed

  • fix: set 755 folder permissions on extract npm packages by @gregmagolan in #95
  • refactor: drop node dependency from translate_pnpm_lock repo rule by @alexeagle in #94
  • fix: issues with pnpm workspaces with ../ importers by @gregmagolan in #97

Full Changelog: v0.6.0...v0.6.1