Skip to content

Releases: bazelbuild/rules_nodejs

5.4.2

29 Apr 01:18
Compare
Choose a tag to compare
http_archive(
    name = "build_bazel_rules_nodejs",
    sha256 = "e328cb2c9401be495fa7d79c306f5ee3040e8a03b2ebb79b022e15ca03770096",
    urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/5.4.2/rules_nodejs-5.4.2.tar.gz"],
)

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

What's Changed

New Contributors

Full Changelog: 5.4.1...5.4.2

5.4.1

25 Apr 19:24
Compare
Choose a tag to compare

Upgrade:

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

# Or for "core" module
http_archive(
    name = "rules_nodejs",
    sha256 = "2f8e1d44d7fc0aa34c499e0b284f257552f42a1e403ee41cedbed5e40434d9b9",
    urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/5.4.1/rules_nodejs-core-5.4.1.tar.gz"],
)

and upgrade @bazel-scoped npm packages.

What's Changed

New Contributors

Full Changelog: 5.4.0...5.4.1

4.7.1

25 Apr 18:55
Compare
Choose a tag to compare

This release doesn't include any npm packages, as they are identical to a previous release.

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

# OR
http_archive(
    name = "rules_nodejs",
    sha256 = "2b66bad65cb67a10413be4e3e1660eae580758ea18ac42d46372391dbb4d003c",
    urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/4.7.1/rules_nodejs-core-4.7.1.tar.gz"],
)

5.4.0

06 Apr 06:44
Compare
Choose a tag to compare

Upgrade with

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

# or for the "core" package
http_archive(
    name = "rules_nodejs",
    sha256 = "1f9fca05f4643d15323c2dee12bd5581351873d45457f679f84d0fe0da6839b7",
    urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/5.4.0/rules_nodejs-core-5.4.0.tar.gz"],
)

and update @bazel-scoped npm packages.

What's Changed

Full Changelog: 5.3.1...5.4.0

5.3.1

29 Mar 21:42
Compare
Choose a tag to compare

Upgrade with:

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

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

What's Changed

  • Update NodeJS Versions by @mattem in #3372
  • fix(builtin): require correct runfiles path to chdir script by @kormide in #3374
  • fix(builtin): allow static files to be specified in pkg_npm create_package helper by @devversion in #3379
  • fix: condition on target instead of exec by @thesayyn in #3373

Full Changelog: 5.3.0...5.3.1

5.3.0

20 Mar 17:05
Compare
Choose a tag to compare

Upgrade with:

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

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

and update @bazel-scoped npm packages to latest

What's Changed

New Contributors

Full Changelog: 5.2.0...5.3.0

5.2.0

01 Mar 15:54
Compare
Choose a tag to compare

Upgrade:

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

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

And update @bazel-scoped npm packages.

What's Changed

  • Update doc for executing the Bazel fetched yarn by @cgrindel in #3313
  • Update esbuild versions by @mattem in #3310
  • test: add test for use_nvmrc in toolchain creation by @jstuder-gh in #3325
  • Update NodeJS Versions by @mattem in #3319
  • esbuild - switch sourcemap test to ts_project, add sources_content test by @jbedard in #3300
  • Update esbuild versions by @mattem in #3320
  • fix(builtin): avoid unnecessary chdir to prevent worker threads from failing by @kormide in #3322
  • feat(typescript): warn the user when rootDirs looks wrong in ts_proje… by @alexeagle in #3126
  • write captured exit code into the right directory by @ptarjan in #3334
  • Update esbuild versions by @mattem in #3332
  • ci: disable a build step on Windows by @alexeagle in #3335
  • feat(examples): example jest add junit reporter by @joeljeske in #3338
  • Update NodeJS Versions by @mattem in #3337
  • fix(builtin): take custom node_repositories value into account when checking if Node version exists for the platform by @mattem in #3339
  • feat(builtin): perform make variable substitution in npm_package_bin env vars by @kormide in #3343
  • docs: add data attribute to ts_project macro by @alexeagle in #3346
  • fix(builtin): use srcs on genrule to not build tool for host by @mattem in #3344
  • chore: followup to #3335 by @alexeagle in #3347
  • fix(typescript): account for rootDir when predicting json output paths by @alexeagle in #3348

New Contributors

Full Changelog: 5.1.0...5.2.0

4.7.0

01 Mar 00:41
Compare
Choose a tag to compare

There are no npm packages published for this release, since they are the same as 4.6.x

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

# or for core package
http_archive(
    name = "rules_nodejs",
    sha256 = "028a98df48fd33c9932b3a442a3f55fee5f169d5e3670b3bc48b801f94e012a0",
    urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/4.7.0/rules_nodejs-core-4.7.0.tar.gz"],
)

4.6.3

25 Feb 19:42
Compare
Choose a tag to compare

Note, no npm packages were published for this release, as there were no changes since 4.6.2

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

# Or for core package
http_archive(
    name = "rules_nodejs",
    sha256 = "5107baea6eb4ca5ea114bd027e6cc7c92df33922d8af891e4a00c29a0183d267",
    urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/4.6.3/rules_nodejs-core-4.6.3.tar.gz"],
)

What's Changed

  • fix(builtin): take custom node_repositories value into account when checking if Node version exists for the platform by @mattem in #3342

Full Changelog: 4.6.2...4.6.3

4.6.2

15 Feb 18:34
Compare
Choose a tag to compare
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