Skip to content

4.6.2

Compare
Choose a tag to compare
@alexeagle alexeagle released this 15 Feb 18:34
· 403 commits to stable since this release
http_archive(
    name = "build_bazel_rules_nodejs",
    sha256 = "2644a66772938db8d8c760334a252f1687455daa7e188073f2d46283f2f6fbb7",
    urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/4.6.2/rules_nodejs-4.6.2.tar.gz"],
)

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

note, npm packages are tagged lts rather than latest

What's Changed

  • chore: renovate stop sending PRs for examples by @alexeagle in #3246
  • fix(cypress): use depsets for runfiles and data by @mrmeku in #3240
  • fix(builtin): npm_package_bin include runfiles in DefaultInfo by @alexeagle in #3261
  • fix(typescript): propagate tags to validate_options by @djmarcin in #3260
  • Update NodeJS Versions by @mattem in #3265

New Contributors

Full Changelog: 4.6.1...4.6.2