Releases: aspect-build/rules_js
Releases · aspect-build/rules_js
v0.3.1
WORKSPACE snippet:
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "aspect_rules_js",
sha256 = "dd78b4911b7c2e6c6e919b85cd31572cc15e5baa62b9e7354d8a1065c67136e3",
strip_prefix = "rules_js-0.3.1",
url = "https://github.com/aspect-build/rules_js/archive/v0.3.1.tar.gz",
)
load("@aspect_rules_js//js:repositories.bzl", "rules_js_dependencies")
rules_js_dependencies()
What's Changed
- fix: account for repository mapping by @alexeagle in #11
Full Changelog: v0.3.0...v0.3.1
v0.3.0
WORKSPACE snippet:
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "aspect_rules_js",
sha256 = "e8576a74a7e80b873179514cf1ad48b62b18ae024e74200ecd40ae6dc00c515a",
strip_prefix = "rules_js-0.3.0",
url = "https://github.com/aspect-build/rules_js/archive/v0.3.0.tar.gz",
)
load("@aspect_rules_js//js:repositories.bzl", "rules_js_dependencies")
rules_js_dependencies()
What's Changed
- refactor: use aspect_bazel_lib to reduce duplication by @alexeagle in #6
- refactor: rename test to example by @alexeagle in #7
- fix: translate_package_lock handles semver ranges by @alexeagle in #8
- chore: simplify distribution and release by @alexeagle in #9
Full Changelog: v0.2.0...v0.3.0
v0.2.0
http_archive(
name = "aspect_rules_js",
sha256 = "fcdb34c2ef3427097564914c514fbc512c1a5fe7410f447b083eaf8cdf7f31ca",
url = "https://github.com/aspect-dev/rules_js/releases/download/v0.2.0/rules_js-0.2.0.tar.gz",
)
What's Changed
- feat: add translate_package_lock rule by @alexeagle in #3
- fix merge conflict on npm_import rule by @mattem in #4
- feat: add alias targets for unversioned reference to direct deps by @alexeagle in #5
New Contributors
Full Changelog: v0.1.0...v0.2.0
v0.1.0
First working release
http_archive(
name = "aspect_rules_js",
sha256 = "29ede06bb95ec0216bc917aa4b49c3340a448a05bfdd1fbc68a82bbbb21a193d",
url = "https://github.com/aspect-dev/rules_js/releases/download/v0.1.0/rules_js-0.1.0.tar.gz",
)