Skip to content

Releases: bazelbuild/rules_nodejs

5.7.3

09 Dec 01:11
Compare
Choose a tag to compare

Update with

http_archive(
    name = "build_bazel_rules_nodejs",
    sha256 = "c2ad51299792d5af3b258f1dd71b3b57eff9424c2e1797d9c1d65717d95da03a",
    urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/5.7.3/rules_nodejs-5.7.3.tar.gz"],
)
# Or for the "core" module
http_archive(
    name = "rules_nodejs",
    sha256 = "323c780aeb0dd8e27673389362b5c67cf5fd7fde6a6d5b09a94ea9af761fc29e",
    urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/5.7.3/rules_nodejs-core-5.7.3.tar.gz"],
)

What's Changed

  • Update esbuild versions by @mattem in #3604
  • Update esbuild versions by @mattem in #3606
  • fix(builtin): entry point from sources incorrectly used when binary is leveraged as tool, breaking resolution by @devversion in #3605

Full Changelog: 5.7.2...5.7.3

5.7.2

27 Nov 03:24
Compare
Choose a tag to compare

Update with:

http_archive(
    name = "build_bazel_rules_nodejs",
    sha256 = "0e8a818724c0d5dcc10c31f9452ebd54b2ab94c452d4dcbb0d45a6636d2d5a44",
    urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/5.7.2/rules_nodejs-5.7.2.tar.gz"],
)
# or for the "core" module
http_archive(
    name = "rules_nodejs",
    sha256 = "40b56e18c38295425381644f4d4efebccb5c704ac313f8baf88d047a3a6b4ab3",
    urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/5.7.2/rules_nodejs-core-5.7.2.tar.gz"],
)

What's Changed

Full Changelog: 5.7.1...5.7.2

5.7.1

26 Oct 22:41
Compare
Choose a tag to compare

Update with WORKSPACE:

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

# or for "core" module
http_archive(
    name = "rules_nodejs",
    sha256 = "50adf0b0ff6fc77d6909a790df02eefbbb3bc2b154ece3406361dda49607a7bd",
    urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/5.7.1/rules_nodejs-core-5.7.1.tar.gz"],
)

What's Changed

New Contributors

Full Changelog: 5.7.0...5.7.1

5.7.0

06 Oct 20:57
Compare
Choose a tag to compare

Update WORKSPACE:

http_archive(
    name = "build_bazel_rules_nodejs",
    sha256 = "c29944ba9b0b430aadcaf3bf2570fece6fc5ebfb76df145c6cdad40d65c20811",
    urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/5.7.0/rules_nodejs-5.7.0.tar.gz"],
)
# or for the "core" module
http_archive(
    name = "rules_nodejs",
    sha256 = "33e309ba281fc73626a356a839bf5e5279360e7a2caea419c45c8017b5b3f7e2",
    urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/5.7.0/rules_nodejs-core-5.7.0.tar.gz"],
)

What's Changed

  • fix(builtin): use updated rules_js launcher logic to source RUNFILES by @kormide in #3557
  • fix(builtin): fix a bug where the launcher produces incorrect runfiles path on windows by @kormide in #3562
  • chore: remove fasterci which is often red when buildkite is green by @gregmagolan in #3571
  • chore: update dependency io_bazel to v5 by @renovate-bot in #3561
  • Update NodeJS Versions by @mattem in #3563
  • Update esbuild versions by @mattem in #3567
  • feat: add npm binary & files to toolchain provider by @gregmagolan in #3570

Full Changelog: 5.6.0...5.7.0

5.6.0

27 Sep 04:27
Compare
Choose a tag to compare

Upgrade with

http_archive(
    name = "build_bazel_rules_nodejs",
    sha256 = "b011d6206e4e76696eda8287618a2b6375ff862317847cdbe38f8d0cd206e9ce",
    urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/5.6.0/rules_nodejs-5.6.0.tar.gz"],
)
# or for "core" module

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

What's Changed

  • fix: canonicalize @platforms//cpu:aarch64 by @alexeagle in #3555
  • fix(typescript): include all .json in js_library DeclarationInfo by @jbedard in #3556
  • feat: add support for darwin arm for concatjs by @josephperrott in #3554
  • Update NodeJS Versions by @mattem in #3546
  • fix(builtin): properly quote env vars passed to nodejs_binary by @kormide in #3553
  • refactor: replace protobufjs with protobufjs-cli in examples/protobufjs by @Katee in #3543
  • Update esbuild versions by @mattem in #3529
  • feat(create): introduce --workspaceDir flag by @mgred in #3499

New Contributors

Full Changelog: 5.5.4...5.6.0

5.5.4

10 Sep 00:34
Compare
Choose a tag to compare

Upgrade with

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

# or for the "core" module

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

5.5.3

01 Aug 02:34
Compare
Choose a tag to compare

Upgrade with:

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

# or for the "core" module

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

and update @bazel-scoped npm packages.

What's Changed

  • fix: limit concurrency when generating BUILD files in npm_install and yarn_install by @gregmagolan in #3509
  • fix(concatjs): sync with internal change to ensure it works with tsickle host by @devversion in #3510
  • Update NodeJS Versions by @mattem in #3504
  • Update esbuild versions by @mattem in #3501
  • fix: delete ngrx from README. Currently not used by @stdll00 in #3513

New Contributors

Full Changelog: 5.5.2...5.5.3

5.5.2

10 Jul 22:56
Compare
Choose a tag to compare

Upgrade with:

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

# or for the "core" module
http_archive(
    name = "rules_nodejs",
    sha256 = "017e2348bb8431156d5cf89b6f502c2e7fcffc568729f74f89e4a12bd8279e90",
    urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/5.5.2/rules_nodejs-core-5.5.2.tar.gz"],
)

What's Changed

Full Changelog: 5.5.1...5.5.2

5.5.1

24 Jun 21:46
Compare
Choose a tag to compare

Upgrade with WORKSPACE:

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

# or for core module

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

What's Changed

New Contributors

Full Changelog: 5.5.0...5.5.1

5.5.0

18 May 03:26
Compare
Choose a tag to compare

Upgrade with:

http_archive(
    name = "build_bazel_rules_nodejs",
    sha256 = "0fad45a9bda7dc1990c47b002fd64f55041ea751fafc00cd34efb96107675778",
    urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/5.5.0/rules_nodejs-5.5.0.tar.gz"],
)
# OR for the core module
http_archive(
    name = "rules_nodejs",
    sha256 = "4d48998e3fa1e03c684e6bdf7ac98051232c7486bfa412e5b5475bbaec7bb257",
    urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/5.5.0/rules_nodejs-core-5.5.0.tar.gz"],
)

and upgrade @bazel-scoped npm packages to latest.

What's Changed

New Contributors

Full Changelog: 5.4.1...5.5.0