angular / dev-infra

Angular Development Infrastructure
MIT License
65 stars 54 forks source link

build: update dependency build_bazel_rules_nodejs to v6 #2213

Open angular-robot opened 2 months ago

angular-robot commented 2 months ago

This PR contains the following updates:

Package Type Update Change
build_bazel_rules_nodejs http_archive major 5.8.4 -> v6.3.1

[!WARNING] Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

bazelbuild/rules_nodejs (build_bazel_rules_nodejs) ### [`v6.3.1`](https://redirect.github.com/bazel-contrib/rules_nodejs/releases/tag/v6.3.1) [Compare Source](https://redirect.github.com/bazelbuild/rules_nodejs/compare/v6.3.0...v6.3.1) #### Using Bzlmod with Bazel 6 1. Enable with `common --enable_bzlmod` in `.bazelrc`. 2. Add to your `MODULE.bazel` file: ```starlark bazel_dep(name = "rules_nodejs", version = "6.3.1") ``` #### Using WORKSPACE Paste this snippet into your `WORKSPACE.bazel` file: ```starlark load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name = "rules_nodejs", sha256 = "0514c6530feb7abf94c9e3aeb4e33c89a21e2e9c9d9ed44cc217393bbf05ca9c", strip_prefix = "rules_nodejs-6.3.1", url = "https://github.com/bazel-contrib/rules_nodejs/releases/download/v6.3.1/rules_nodejs-v6.3.1.tar.gz", ) ``` #### What's Changed - chore: update dependency io_bazel_stardoc to v0.7.1 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/bazel-contrib/rules_nodejs/pull/3788](https://redirect.github.com/bazel-contrib/rules_nodejs/pull/3788) - chore: update dependency aspect_bazel_lib to v2.9.0 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/bazel-contrib/rules_nodejs/pull/3787](https://redirect.github.com/bazel-contrib/rules_nodejs/pull/3787) - Update Node.js Versions by [@​mattem](https://redirect.github.com/mattem) in [https://github.com/bazel-contrib/rules_nodejs/pull/3790](https://redirect.github.com/bazel-contrib/rules_nodejs/pull/3790) - chore: update dependency aspect_bazel_lib to v2.9.1 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/bazel-contrib/rules_nodejs/pull/3789](https://redirect.github.com/bazel-contrib/rules_nodejs/pull/3789) - fix(runfiles): [@​bazel/runfiles](https://redirect.github.com/bazel/runfiles) usage with non-bzlmod repos by [@​jbedard](https://redirect.github.com/jbedard) in [https://github.com/bazel-contrib/rules_nodejs/pull/3794](https://redirect.github.com/bazel-contrib/rules_nodejs/pull/3794) **Full Changelog**: https://github.com/bazel-contrib/rules_nodejs/compare/v6.3.0...v6.3.1 ### [`v6.3.0`](https://redirect.github.com/bazel-contrib/rules_nodejs/releases/tag/v6.3.0) [Compare Source](https://redirect.github.com/bazelbuild/rules_nodejs/compare/v6.2.0...v6.3.0) #### Using Bzlmod with Bazel 6 1. Enable with `common --enable_bzlmod` in `.bazelrc`. 2. Add to your `MODULE.bazel` file: ```starlark bazel_dep(name = "rules_nodejs", version = "6.3.0") ``` #### Using WORKSPACE Paste this snippet into your `WORKSPACE.bazel` file: ```starlark load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name = "rules_nodejs", sha256 = "83d2bb029c2a9a06a474c8748d1221a92a7ca02222dcf49a0b567825c4e3f1ce", strip_prefix = "rules_nodejs-6.3.0", url = "https://github.com/bazel-contrib/rules_nodejs/releases/download/v6.3.0/rules_nodejs-v6.3.0.tar.gz", ) ``` #### What's Changed - Update Node.js Versions by [@​mattem](https://redirect.github.com/mattem) in [https://github.com/bazel-contrib/rules_nodejs/pull/3762](https://redirect.github.com/bazel-contrib/rules_nodejs/pull/3762) - Update Node.js Versions by [@​mattem](https://redirect.github.com/mattem) in [https://github.com/bazel-contrib/rules_nodejs/pull/3766](https://redirect.github.com/bazel-contrib/rules_nodejs/pull/3766) - feat: expose latest known node version by [@​gzm0](https://redirect.github.com/gzm0) in [https://github.com/bazel-contrib/rules_nodejs/pull/3767](https://redirect.github.com/bazel-contrib/rules_nodejs/pull/3767) - Update Node.js Versions by [@​mattem](https://redirect.github.com/mattem) in [https://github.com/bazel-contrib/rules_nodejs/pull/3768](https://redirect.github.com/bazel-contrib/rules_nodejs/pull/3768) - Delete .github/workflows/stale.yml by [@​alexeagle](https://redirect.github.com/alexeagle) in [https://github.com/bazel-contrib/rules_nodejs/pull/3769](https://redirect.github.com/bazel-contrib/rules_nodejs/pull/3769) - Update .bazelversion by [@​meteorcloudy](https://redirect.github.com/meteorcloudy) in [https://github.com/bazel-contrib/rules_nodejs/pull/3776](https://redirect.github.com/bazel-contrib/rules_nodejs/pull/3776) - chore: update dependency io_bazel_stardoc to v0.7.0 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/bazel-contrib/rules_nodejs/pull/3777](https://redirect.github.com/bazel-contrib/rules_nodejs/pull/3777) - fix link to documentation in README.md by [@​kopp](https://redirect.github.com/kopp) in [https://github.com/bazel-contrib/rules_nodejs/pull/3780](https://redirect.github.com/bazel-contrib/rules_nodejs/pull/3780) - chore: update dependency aspect_bazel_lib to v2.8.1 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/bazel-contrib/rules_nodejs/pull/3774](https://redirect.github.com/bazel-contrib/rules_nodejs/pull/3774) - chore: update dependency buildifier_prebuilt to v7 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/bazel-contrib/rules_nodejs/pull/3778](https://redirect.github.com/bazel-contrib/rules_nodejs/pull/3778) - chore: update rules_codeowners digest to [`4f44c38`](https://redirect.github.com/bazelbuild/rules_nodejs/commit/4f44c38) by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/bazel-contrib/rules_nodejs/pull/3773](https://redirect.github.com/bazel-contrib/rules_nodejs/pull/3773) - Update Node.js Versions by [@​mattem](https://redirect.github.com/mattem) in [https://github.com/bazel-contrib/rules_nodejs/pull/3784](https://redirect.github.com/bazel-contrib/rules_nodejs/pull/3784) - fix(runfiles): support bzlmod repo mappings by [@​jbedard](https://redirect.github.com/jbedard) in [https://github.com/bazel-contrib/rules_nodejs/pull/3771](https://redirect.github.com/bazel-contrib/rules_nodejs/pull/3771) - refactor(runfiles): do not export private BAZEL_OUT_REGEX by [@​jbedard](https://redirect.github.com/jbedard) in [https://github.com/bazel-contrib/rules_nodejs/pull/3786](https://redirect.github.com/bazel-contrib/rules_nodejs/pull/3786) - Explicitly enable workspace by [@​Wyverald](https://redirect.github.com/Wyverald) in [https://github.com/bazel-contrib/rules_nodejs/pull/3785](https://redirect.github.com/bazel-contrib/rules_nodejs/pull/3785) - chore: remove mention of yarn by [@​alexeagle](https://redirect.github.com/alexeagle) in [https://github.com/bazel-contrib/rules_nodejs/pull/3783](https://redirect.github.com/bazel-contrib/rules_nodejs/pull/3783) - feat: add `node_urls` parameter to bzlmod `toolchain` in the `node` extension by [@​redsun82](https://redirect.github.com/redsun82) in [https://github.com/bazel-contrib/rules_nodejs/pull/3763](https://redirect.github.com/bazel-contrib/rules_nodejs/pull/3763) #### New Contributors - [@​gzm0](https://redirect.github.com/gzm0) made their first contribution in [https://github.com/bazel-contrib/rules_nodejs/pull/3767](https://redirect.github.com/bazel-contrib/rules_nodejs/pull/3767) - [@​kopp](https://redirect.github.com/kopp) made their first contribution in [https://github.com/bazel-contrib/rules_nodejs/pull/3780](https://redirect.github.com/bazel-contrib/rules_nodejs/pull/3780) - [@​redsun82](https://redirect.github.com/redsun82) made their first contribution in [https://github.com/bazel-contrib/rules_nodejs/pull/3763](https://redirect.github.com/bazel-contrib/rules_nodejs/pull/3763) **Full Changelog**: https://github.com/bazel-contrib/rules_nodejs/compare/v6.2.0...v6.3.0 ### [`v6.2.0`](https://redirect.github.com/bazel-contrib/rules_nodejs/releases/tag/v6.2.0) [Compare Source](https://redirect.github.com/bazelbuild/rules_nodejs/compare/v6.1.3...v6.2.0) #### Using Bzlmod with Bazel 6 1. Enable with `common --enable_bzlmod` in `.bazelrc`. 2. Add to your `MODULE.bazel` file: ```starlark bazel_dep(name = "rules_nodejs", version = "6.2.0") ``` #### Using WORKSPACE Paste this snippet into your `WORKSPACE.bazel` file: ```starlark load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name = "rules_nodejs", sha256 = "87c6171c5be7b69538d4695d9ded29ae2626c5ed76a9adeedce37b63c73bef67", strip_prefix = "rules_nodejs-6.2.0", url = "https://github.com/bazelbuild/rules_nodejs/releases/download/v6.2.0/rules_nodejs-v6.2.0.tar.gz", ) ``` #### What's Changed - chore: add --check_direct_dependencies to .bazelrc by [@​gregmagolan](https://redirect.github.com/gregmagolan) in [https://github.com/bazelbuild/rules_nodejs/pull/3757](https://redirect.github.com/bazelbuild/rules_nodejs/pull/3757) - chore: in rules_js MODULE.bazel use default value for name of node.toolchain() by [@​gregmagolan](https://redirect.github.com/gregmagolan) in [https://github.com/bazelbuild/rules_nodejs/pull/3759](https://redirect.github.com/bazelbuild/rules_nodejs/pull/3759) - fix: make CcInfo/cc dep in nodejs toolchain opt-in via include_headers attribute by [@​gregmagolan](https://redirect.github.com/gregmagolan) in [https://github.com/bazelbuild/rules_nodejs/pull/3760](https://redirect.github.com/bazelbuild/rules_nodejs/pull/3760) **Full Changelog**: https://github.com/bazelbuild/rules_nodejs/compare/v6.1.3...v6.2.0 ### [`v6.1.3`](https://redirect.github.com/bazel-contrib/rules_nodejs/releases/tag/v6.1.3) [Compare Source](https://redirect.github.com/bazelbuild/rules_nodejs/compare/v6.1.2...v6.1.3) #### Using Bzlmod with Bazel 6 1. Enable with `common --enable_bzlmod` in `.bazelrc`. 2. Add to your `MODULE.bazel` file: ```starlark bazel_dep(name = "rules_nodejs", version = "6.1.3") ``` #### Using WORKSPACE Paste this snippet into your `WORKSPACE.bazel` file: ```starlark load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name = "rules_nodejs", sha256 = "0c060a1ee1fb131775064011273b4bcdc5d82a499f199da9f04d700013c2433b", strip_prefix = "rules_nodejs-6.1.3", url = "https://github.com/bazelbuild/rules_nodejs/releases/download/v6.1.3/rules_nodejs-v6.1.3.tar.gz", ) ``` #### What's Changed - chore: re-enable GitHub Actions CI for PRs and green up main by [@​gregmagolan](https://redirect.github.com/gregmagolan) in [https://github.com/bazelbuild/rules_nodejs/pull/3751](https://redirect.github.com/bazelbuild/rules_nodejs/pull/3751) - chore: enable and green up e2e/smoke and e2e/nodejs_host tests on GitHub Actions by [@​gregmagolan](https://redirect.github.com/gregmagolan) in [https://github.com/bazelbuild/rules_nodejs/pull/3752](https://redirect.github.com/bazelbuild/rules_nodejs/pull/3752) - fix: remove unused bad symlink in nodejs_repo_host_os_alias by [@​gregmagolan](https://redirect.github.com/gregmagolan) in [https://github.com/bazelbuild/rules_nodejs/pull/3753](https://redirect.github.com/bazelbuild/rules_nodejs/pull/3753) - chore: cleanup test targets by [@​gregmagolan](https://redirect.github.com/gregmagolan) in [https://github.com/bazelbuild/rules_nodejs/pull/3754](https://redirect.github.com/bazelbuild/rules_nodejs/pull/3754) - chore: misc cleanup by [@​gregmagolan](https://redirect.github.com/gregmagolan) in [https://github.com/bazelbuild/rules_nodejs/pull/3755](https://redirect.github.com/bazelbuild/rules_nodejs/pull/3755) - chore: green up macos & windows CI by [@​gregmagolan](https://redirect.github.com/gregmagolan) in [https://github.com/bazelbuild/rules_nodejs/pull/3756](https://redirect.github.com/bazelbuild/rules_nodejs/pull/3756) **Full Changelog**: https://github.com/bazelbuild/rules_nodejs/compare/v6.1.2...v6.1.3 ### [`v6.1.2`](https://redirect.github.com/bazel-contrib/rules_nodejs/releases/tag/v6.1.2) [Compare Source](https://redirect.github.com/bazelbuild/rules_nodejs/compare/v6.1.1...v6.1.2) #### Using Bzlmod with Bazel 6 1. Enable with `common --enable_bzlmod` in `.bazelrc`. 2. Add to your `MODULE.bazel` file: ```starlark bazel_dep(name = "rules_nodejs", version = "6.1.2") ``` #### Using WORKSPACE Paste this snippet into your file: ```starlark load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name = "rules_nodejs", sha256 = "b6016a89a12a3d339ece93f2b3988f5e812f452ad497bc963634646ff4aa100b", strip_prefix = "rules_nodejs-6.1.2", url = "https://github.com/bazelbuild/rules_nodejs/releases/download/v6.1.2/rules_nodejs-v6.1.2.tar.gz", ) ``` #### What's Changed - Update Node.js Versions by [@​mattem](https://redirect.github.com/mattem) in [https://github.com/bazelbuild/rules_nodejs/pull/3747](https://redirect.github.com/bazelbuild/rules_nodejs/pull/3747) - Update Node.js Versions by [@​mattem](https://redirect.github.com/mattem) in [https://github.com/bazelbuild/rules_nodejs/pull/3748](https://redirect.github.com/bazelbuild/rules_nodejs/pull/3748) - fix: register Node.js toolchains in correct order by [@​gregmagolan](https://redirect.github.com/gregmagolan) in [https://github.com/bazelbuild/rules_nodejs/pull/3750](https://redirect.github.com/bazelbuild/rules_nodejs/pull/3750) **Full Changelog**: https://github.com/bazelbuild/rules_nodejs/compare/v6.1.1...v6.1.2 ### [`v6.1.1`](https://redirect.github.com/bazel-contrib/rules_nodejs/releases/tag/v6.1.1) [Compare Source](https://redirect.github.com/bazelbuild/rules_nodejs/compare/v6.1.0...v6.1.1) #### Using Bzlmod with Bazel 6 1. Enable with `common --enable_bzlmod` in `.bazelrc`. 2. Add to your `MODULE.bazel` file: ```starlark bazel_dep(name = "rules_nodejs", version = "6.1.1") ``` #### Using WORKSPACE Paste this snippet into your file: ```starlark load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name = "rules_nodejs", sha256 = "3e8369256ad63197959d2253c473a9dcc57c2841d176190e59b91d25d4fe9e67", strip_prefix = "rules_nodejs-6.1.1", url = "https://github.com/bazelbuild/rules_nodejs/releases/download/v6.1.1/rules_nodejs-v6.1.1.tar.gz", ) ``` #### What's Changed - Update Node.js Versions by [@​mattem](https://redirect.github.com/mattem) in [https://github.com/bazelbuild/rules_nodejs/pull/3743](https://redirect.github.com/bazelbuild/rules_nodejs/pull/3743) - chore: bump to bazel-lib 2.7.1 (dev dep) by [@​gregmagolan](https://redirect.github.com/gregmagolan) in [https://github.com/bazelbuild/rules_nodejs/pull/3744](https://redirect.github.com/bazelbuild/rules_nodejs/pull/3744) - chore: don't cancel concurrent main builds by [@​gregmagolan](https://redirect.github.com/gregmagolan) in [https://github.com/bazelbuild/rules_nodejs/pull/3746](https://redirect.github.com/bazelbuild/rules_nodejs/pull/3746) - Update Node.js Versions by [@​mattem](https://redirect.github.com/mattem) in [https://github.com/bazelbuild/rules_nodejs/pull/3745](https://redirect.github.com/bazelbuild/rules_nodejs/pull/3745) **Full Changelog**: https://github.com/bazelbuild/rules_nodejs/compare/v6.1.0...v6.1.1 ### [`v6.1.0`](https://redirect.github.com/bazel-contrib/rules_nodejs/releases/tag/v6.1.0) [Compare Source](https://redirect.github.com/bazelbuild/rules_nodejs/compare/v6.0.5...v6.1.0) #### Using Bzlmod with Bazel 6 1. Enable with `common --enable_bzlmod` in `.bazelrc`. 2. Add to your `MODULE.bazel` file: ```starlark bazel_dep(name = "rules_nodejs", version = "6.1.0") ``` #### Using WORKSPACE Paste this snippet into your file: ```starlark load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name = "rules_nodejs", sha256 = "dddd60acc3f2f30359bef502c9d788f67e33814b0ddd99aa27c5a15eb7a41b8c", strip_prefix = "rules_nodejs-6.1.0", url = "https://github.com/bazelbuild/rules_nodejs/releases/download/v6.1.0/rules_nodejs-v6.1.0.tar.gz", ) ``` #### What's Changed - Update presubmit.yml by [@​alexeagle](https://redirect.github.com/alexeagle) in [https://github.com/bazelbuild/rules_nodejs/pull/3719](https://redirect.github.com/bazelbuild/rules_nodejs/pull/3719) - chore: disable RBE on CI to work-around cc toolchain failures at HEAD by [@​gregmagolan](https://redirect.github.com/gregmagolan) in [https://github.com/bazelbuild/rules_nodejs/pull/3726](https://redirect.github.com/bazelbuild/rules_nodejs/pull/3726) - refactor: remove unused run_npm from NodeInfo provider by [@​gregmagolan](https://redirect.github.com/gregmagolan) in [https://github.com/bazelbuild/rules_nodejs/pull/3725](https://redirect.github.com/bazelbuild/rules_nodejs/pull/3725) - Update NodeJS Versions by [@​mattem](https://redirect.github.com/mattem) in [https://github.com/bazelbuild/rules_nodejs/pull/3723](https://redirect.github.com/bazelbuild/rules_nodejs/pull/3723) - chore: misc cleanup by [@​gregmagolan](https://redirect.github.com/gregmagolan) in [https://github.com/bazelbuild/rules_nodejs/pull/3729](https://redirect.github.com/bazelbuild/rules_nodejs/pull/3729) - chore: upgrade to Bazel 7.1.1 by [@​gregmagolan](https://redirect.github.com/gregmagolan) in [https://github.com/bazelbuild/rules_nodejs/pull/3728](https://redirect.github.com/bazelbuild/rules_nodejs/pull/3728) - chore: re-enable macos on Bazel CI by [@​gregmagolan](https://redirect.github.com/gregmagolan) in [https://github.com/bazelbuild/rules_nodejs/pull/3732](https://redirect.github.com/bazelbuild/rules_nodejs/pull/3732) - fix: support node_version_from_nvmrc with bzlmod by [@​gregmagolan](https://redirect.github.com/gregmagolan) in [https://github.com/bazelbuild/rules_nodejs/pull/3730](https://redirect.github.com/bazelbuild/rules_nodejs/pull/3730) - fix: use default node url if the user happens to explicitly set \[] by [@​gregmagolan](https://redirect.github.com/gregmagolan) in [https://github.com/bazelbuild/rules_nodejs/pull/3731](https://redirect.github.com/bazelbuild/rules_nodejs/pull/3731) - chore: add .bazelversion to e2e/smoke by [@​gregmagolan](https://redirect.github.com/gregmagolan) in [https://github.com/bazelbuild/rules_nodejs/pull/3733](https://redirect.github.com/bazelbuild/rules_nodejs/pull/3733) - chore: correct NodeJS spelling to Node.js by [@​gregmagolan](https://redirect.github.com/gregmagolan) in [https://github.com/bazelbuild/rules_nodejs/pull/3734](https://redirect.github.com/bazelbuild/rules_nodejs/pull/3734) - chore: support local development on MacOS ARM by [@​gregmagolan](https://redirect.github.com/gregmagolan) in [https://github.com/bazelbuild/rules_nodejs/pull/3735](https://redirect.github.com/bazelbuild/rules_nodejs/pull/3735) - feat: update node toolchain to provide File objects by [@​gregmagolan](https://redirect.github.com/gregmagolan) in [https://github.com/bazelbuild/rules_nodejs/pull/3736](https://redirect.github.com/bazelbuild/rules_nodejs/pull/3736) - chore: upgrade GHA CI to bazel-contrib/.github/.github/workflows/bazel.yaml@v6 by [@​gregmagolan](https://redirect.github.com/gregmagolan) in [https://github.com/bazelbuild/rules_nodejs/pull/3737](https://redirect.github.com/bazelbuild/rules_nodejs/pull/3737) - refactor: deprecate npm_files list attribute in favor of npm_srcs depset by [@​gregmagolan](https://redirect.github.com/gregmagolan) in [https://github.com/bazelbuild/rules_nodejs/pull/3738](https://redirect.github.com/bazelbuild/rules_nodejs/pull/3738) - refactor: all public rules and macros should be prefixed with 'nodejs\_' to match convention by [@​gregmagolan](https://redirect.github.com/gregmagolan) in [https://github.com/bazelbuild/rules_nodejs/pull/3739](https://redirect.github.com/bazelbuild/rules_nodejs/pull/3739) - refactor: rename NodeInfo npm_srcs to npm_sources by [@​gregmagolan](https://redirect.github.com/gregmagolan) in [https://github.com/bazelbuild/rules_nodejs/pull/3740](https://redirect.github.com/bazelbuild/rules_nodejs/pull/3740) - fix: fixup backward compat on npm_path by [@​gregmagolan](https://redirect.github.com/gregmagolan) in [https://github.com/bazelbuild/rules_nodejs/pull/3741](https://redirect.github.com/bazelbuild/rules_nodejs/pull/3741) - Update Node.js Versions by [@​mattem](https://redirect.github.com/mattem) in [https://github.com/bazelbuild/rules_nodejs/pull/3742](https://redirect.github.com/bazelbuild/rules_nodejs/pull/3742) **Full Changelog**: https://github.com/bazelbuild/rules_nodejs/compare/v6.0.5...v6.1.0 ### [`v6.0.5`](https://redirect.github.com/bazel-contrib/rules_nodejs/releases/tag/v6.0.5) [Compare Source](https://redirect.github.com/bazelbuild/rules_nodejs/compare/v6.0.4...v6.0.5) #### Using Bzlmod with Bazel 6 1. Enable with `common --enable_bzlmod` in `.bazelrc`. 2. Add to your `MODULE.bazel` file: ```starlark bazel_dep(name = "rules_nodejs", version = "6.0.5") ``` #### Using WORKSPACE Paste this snippet into your file: ```starlark load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name = "rules_nodejs", sha256 = "a50986c7d2f2dc43a5b9b81a6245fd89bdc4866f1d5e316d9cef2782dd859292", strip_prefix = "rules_nodejs-6.0.5", url = "https://github.com/bazelbuild/rules_nodejs/releases/download/v6.0.5/rules_nodejs-v6.0.5.tar.gz", ) ``` #### What's Changed - Update NodeJS Versions by [@​mattem](https://redirect.github.com/mattem) in [https://github.com/bazelbuild/rules_nodejs/pull/3712](https://redirect.github.com/bazelbuild/rules_nodejs/pull/3712) - chore: cancel previous GHA from the same PR by [@​gregmagolan](https://redirect.github.com/gregmagolan) in [https://github.com/bazelbuild/rules_nodejs/pull/3715](https://redirect.github.com/bazelbuild/rules_nodejs/pull/3715) - Update NodeJS Versions by [@​mattem](https://redirect.github.com/mattem) in [https://github.com/bazelbuild/rules_nodejs/pull/3717](https://redirect.github.com/bazelbuild/rules_nodejs/pull/3717) **Full Changelog**: https://github.com/bazelbuild/rules_nodejs/compare/v6.0.3...v6.0.5 ### [`v6.0.4`](https://redirect.github.com/bazel-contrib/rules_nodejs/releases/tag/v6.0.4) [Compare Source](https://redirect.github.com/bazelbuild/rules_nodejs/compare/v6.0.3...v6.0.4) #### Using Bzlmod with Bazel 6 1. Enable with `common --enable_bzlmod` in `.bazelrc`. 2. Add to your `MODULE.bazel` file: ```starlark bazel_dep(name = "rules_nodejs", version = "6.0.4") ``` #### Using WORKSPACE Paste this snippet into your file: ```starlark load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name = "rules_nodejs", sha256 = "1acabd60b174a75436a78f921bbf4b03614cb892629f0f8ed0ee2ee3e48baf99", strip_prefix = "rules_nodejs-6.0.4", url = "https://github.com/bazelbuild/rules_nodejs/releases/download/v6.0.4/rules_nodejs-v6.0.4.tar.gz", ) ``` #### What's Changed - Update NodeJS Versions by [@​mattem](https://redirect.github.com/mattem) in [https://github.com/bazelbuild/rules_nodejs/pull/3712](https://redirect.github.com/bazelbuild/rules_nodejs/pull/3712) - chore: cancel previous GHA from the same PR by [@​gregmagolan](https://redirect.github.com/gregmagolan) in [https://github.com/bazelbuild/rules_nodejs/pull/3715](https://redirect.github.com/bazelbuild/rules_nodejs/pull/3715) - Update NodeJS Versions by [@​mattem](https://redirect.github.com/mattem) in [https://github.com/bazelbuild/rules_nodejs/pull/3717](https://redirect.github.com/bazelbuild/rules_nodejs/pull/3717) **Full Changelog**: https://github.com/bazelbuild/rules_nodejs/compare/v6.0.3...v6.0.4 ### [`v6.0.3`](https://redirect.github.com/bazel-contrib/rules_nodejs/releases/tag/v6.0.3) [Compare Source](https://redirect.github.com/bazelbuild/rules_nodejs/compare/v6.0.2...v6.0.3) #### Using Bzlmod with Bazel 6 1. Enable with `common --enable_bzlmod` in `.bazelrc`. 2. Add to your `MODULE.bazel` file: ```starlark bazel_dep(name = "rules_nodejs", version = "6.0.3") ``` #### Using WORKSPACE Paste this snippet into your file: ```starlark load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name = "rules_nodejs", sha256 = "f36e4a4747210331767033dc30728ae3df0856e88ecfdc48a0077ba874db16c3", strip_prefix = "rules_nodejs-6.0.3", url = "https://github.com/bazelbuild/rules_nodejs/releases/download/v6.0.3/rules_nodejs-v6.0.3.tar.gz", ) ``` #### What's Changed - Disable Bzlmod explicitly in .bazelrc by [@​meteorcloudy](https://redirect.github.com/meteorcloudy) in [https://github.com/bazelbuild/rules_nodejs/pull/3696](https://redirect.github.com/bazelbuild/rules_nodejs/pull/3696) - Fix issue link by [@​meteorcloudy](https://redirect.github.com/meteorcloudy) in [https://github.com/bazelbuild/rules_nodejs/pull/3697](https://redirect.github.com/bazelbuild/rules_nodejs/pull/3697) - Avoid usage of uname and cleanup os_name logic by [@​dzbarsky](https://redirect.github.com/dzbarsky) in [https://github.com/bazelbuild/rules_nodejs/pull/3698](https://redirect.github.com/bazelbuild/rules_nodejs/pull/3698) - Update NodeJS Versions by [@​mattem](https://redirect.github.com/mattem) in [https://github.com/bazelbuild/rules_nodejs/pull/3699](https://redirect.github.com/bazelbuild/rules_nodejs/pull/3699) - Update NodeJS Versions by [@​mattem](https://redirect.github.com/mattem) in [https://github.com/bazelbuild/rules_nodejs/pull/3700](https://redirect.github.com/bazelbuild/rules_nodejs/pull/3700) - Update NodeJS Versions by [@​mattem](https://redirect.github.com/mattem) in [https://github.com/bazelbuild/rules_nodejs/pull/3701](https://redirect.github.com/bazelbuild/rules_nodejs/pull/3701) - Use `headers` attribute for toolchains only if it is set by [@​avdv](https://redirect.github.com/avdv) in [https://github.com/bazelbuild/rules_nodejs/pull/3704](https://redirect.github.com/bazelbuild/rules_nodejs/pull/3704) - Update MODULE.bazel by [@​alexeagle](https://redirect.github.com/alexeagle) in [https://github.com/bazelbuild/rules_nodejs/pull/3706](https://redirect.github.com/bazelbuild/rules_nodejs/pull/3706) - Work properly on intel CPUs on macos. Normalize x86\_64->amd64 naming in `osname()` method by [@​sfc-gh-ptabor](https://redirect.github.com/sfc-gh-ptabor) in [https://github.com/bazelbuild/rules_nodejs/pull/3707](https://redirect.github.com/bazelbuild/rules_nodejs/pull/3707) - Update NodeJS Versions by [@​mattem](https://redirect.github.com/mattem) in [https://github.com/bazelbuild/rules_nodejs/pull/3708](https://redirect.github.com/bazelbuild/rules_nodejs/pull/3708) - Update update-nodejs-versions.yml by [@​alexeagle](https://redirect.github.com/alexeagle) in [https://github.com/bazelbuild/rules_nodejs/pull/3710](https://redirect.github.com/bazelbuild/rules_nodejs/pull/3710) - Update NodeJS Versions by [@​mattem](https://redirect.github.com/mattem) in [https://github.com/bazelbuild/rules_nodejs/pull/3709](https://redirect.github.com/bazelbuild/rules_nodejs/pull/3709) #### New Contributors - [@​avdv](https://redirect.github.com/avdv) made their first contribution in [https://github.com/bazelbuild/rules_nodejs/pull/3704](https://redirect.github.com/bazelbuild/rules_nodejs/pull/3704) - [@​sfc-gh-ptabor](https://redirect.github.com/sfc-gh-ptabor) made their first contribution in [https://github.com/bazelbuild/rules_nodejs/pull/3707](https://redirect.github.com/bazelbuild/rules_nodejs/pull/3707) **Full Changelog**: https://github.com/bazelbuild/rules_nodejs/compare/v6.0.2...v6.0.3 ### [`v6.0.2`](https://redirect.github.com/bazel-contrib/rules_nodejs/releases/tag/v6.0.2) [Compare Source](https://redirect.github.com/bazelbuild/rules_nodejs/compare/v6.0.1...v6.0.2) #### Using Bzlmod with Bazel 6 1. Enable with `common --enable_bzlmod` in `.bazelrc`. 2. Add to your `MODULE.bazel` file: ```starlark bazel_dep(name = "rules_nodejs", version = "6.0.2") ``` #### Using WORKSPACE Paste this snippet into your file: ```starlark load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name = "rules_nodejs", sha256 = "162f4adfd719ba42b8a6f16030a20f434dc110c65dc608660ef7b3411c9873f9", strip_prefix = "rules_nodejs-6.0.2", url = "https://github.com/bazelbuild/rules_nodejs/releases/download/v6.0.2/rules_nodejs-v6.0.2.tar.gz", ) ``` #### What's Changed - Fix `node_repositories` load path in docs/install.md (index.bzl no longer exists) by [@​jankeromnes](https://redirect.github.com/jankeromnes) in [https://github.com/bazelbuild/rules_nodejs/pull/3690](https://redirect.github.com/bazelbuild/rules_nodejs/pull/3690) - Add current_node_cc_headers by [@​dzbarsky](https://redirect.github.com/dzbarsky) in [https://github.com/bazelbuild/rules_nodejs/pull/3694](https://redirect.github.com/bazelbuild/rules_nodejs/pull/3694) - Update NodeJS Versions by [@​mattem](https://redirect.github.com/mattem) in [https://github.com/bazelbuild/rules_nodejs/pull/3692](https://redirect.github.com/bazelbuild/rules_nodejs/pull/3692) #### New Contributors - [@​jankeromnes](https://redirect.github.com/jankeromnes) made their first contribution in [https://github.com/bazelbuild/rules_nodejs/pull/3690](https://redirect.github.com/bazelbuild/rules_nodejs/pull/3690) **Full Changelog**: https://github.com/bazelbuild/rules_nodejs/compare/v6.0.1...v6.0.2 ### [`v6.0.1`](https://redirect.github.com/bazel-contrib/rules_nodejs/releases/tag/v6.0.1) [Compare Source](https://redirect.github.com/bazelbuild/rules_nodejs/compare/v6.0.0...v6.0.1) #### Using Bzlmod with Bazel 6 1. Enable with `common --enable_bzlmod` in `.bazelrc`. 2. Add to your `MODULE.bazel` file: ```starlark bazel_dep(name = "rules_nodejs", version = "6.0.1") ``` #### Using WORKSPACE Paste this snippet into your file: ```starlark load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name = "rules_nodejs", sha256 = "5ad078287b5f3069735652e1fc933cb2e2189b15d2c9fc826c889dc466c32a07", strip_prefix = "rules_nodejs-6.0.1", url = "https://github.com/bazelbuild/rules_nodejs/releases/download/v6.0.1/rules_nodejs-v6.0.1.tar.gz", ) ``` #### What's Changed - Update release.yml by [@​alexeagle](https://redirect.github.com/alexeagle) in [https://github.com/bazelbuild/rules_nodejs/pull/3672](https://redirect.github.com/bazelbuild/rules_nodejs/pull/3672) - chore: update stale issue message by [@​jbedard](https://redirect.github.com/jbedard) in [https://github.com/bazelbuild/rules_nodejs/pull/3673](https://redirect.github.com/bazelbuild/rules_nodejs/pull/3673) - Update NodeJS Versions by [@​mattem](https://redirect.github.com/mattem) in [https://github.com/bazelbuild/rules_nodejs/pull/3674](https://redirect.github.com/bazelbuild/rules_nodejs/pull/3674) - Expose node headers as a cc_library by [@​dzbarsky](https://redirect.github.com/dzbarsky) in [https://github.com/bazelbuild/rules_nodejs/pull/3679](https://redirect.github.com/bazelbuild/rules_nodejs/pull/3679) - Update NodeJS Versions by [@​mattem](https://redirect.github.com/mattem) in [https://github.com/bazelbuild/rules_nodejs/pull/3680](https://redirect.github.com/bazelbuild/rules_nodejs/pull/3680) - Build with incompatible_disallow_empty_glob by [@​limdor](https://redirect.github.com/limdor) in [https://github.com/bazelbuild/rules_nodejs/pull/3621](https://redirect.github.com/bazelbuild/rules_nodejs/pull/3621) - Add "npx" target to node repo by [@​matthewjh](https://redirect.github.com/matthewjh) in [https://github.com/bazelbuild/rules_nodejs/pull/3429](https://redirect.github.com/bazelbuild/rules_nodejs/pull/3429) - fix(windows): unbreak CI with allow_empty by [@​alexeagle](https://redirect.github.com/alexeagle) in [https://github.com/bazelbuild/rules_nodejs/pull/3681](https://redirect.github.com/bazelbuild/rules_nodejs/pull/3681) - Update release.yml by [@​alexeagle](https://redirect.github.com/alexeagle) in [https://github.com/bazelbuild/rules_nodejs/pull/3682](https://redirect.github.com/bazelbuild/rules_nodejs/pull/3682) #### New Contributors - [@​dzbarsky](https://redirect.github.com/dzbarsky) made their first contribution in [https://github.com/bazelbuild/rules_nodejs/pull/3679](https://redirect.github.com/bazelbuild/rules_nodejs/pull/3679) - [@​limdor](https://redirect.github.com/limdor) made their first contribution in [https://github.com/bazelbuild/rules_nodejs/pull/3621](https://redirect.github.com/bazelbuild/rules_nodejs/pull/3621) **Full Changelog**: https://github.com/bazelbuild/rules_nodejs/compare/v6.0.0...v6.0.1 ### [`v6.0.0`](https://redirect.github.com/bazel-contrib/rules_nodejs/releases/tag/v6.0.0) [Compare Source](https://redirect.github.com/bazelbuild/rules_nodejs/compare/5.8.5...v6.0.0) #### Using Bzlmod with Bazel 6 1. Enable with `common --enable_bzlmod` in `.bazelrc`. 2. Add to your `MODULE.bazel` file: ```starlark bazel_dep(name = "rules_nodejs", version = "6.0.0") ``` #### Using WORKSPACE Paste this snippet into your file: ```starlark load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name = "rules_nodejs", sha256 = "a833b08fc846e27a73ac2b7062e4f48cace0e72a072c6c3fa756847dc44246dd", strip_prefix = "rules_nodejs-6.0.0", url = "https://github.com/bazelbuild/rules_nodejs/releases/download/v6.0.0/rules_nodejs-v6.0.0.tar.gz", ) ``` #### What's Changed - Update NodeJS Versions by [@​mattem](https://redirect.github.com/mattem) in [https://github.com/bazelbuild/rules_nodejs/pull/3622](https://redirect.github.com/bazelbuild/rules_nodejs/pull/3622) - Update NodeJS Versions by [@​mattem](https://redirect.github.com/mattem) in [https://github.com/bazelbuild/rules_nodejs/pull/3628](https://redirect.github.com/bazelbuild/rules_nodejs/pull/3628) - chore: update release instructions by [@​alexeagle](https://redirect.github.com/alexeagle) in [https://github.com/bazelbuild/rules_nodejs/pull/3632](https://redirect.github.com/bazelbuild/rules_nodejs/pull/3632) - chore(6.0): remove concatjs package by [@​jbedard](https://redirect.github.com/jbedard) in [https://github.com/bazelbuild/rules_nodejs/pull/3637](https://redirect.github.com/bazelbuild/rules_nodejs/pull/3637) - chore(6.0): remove packages by [@​jbedard](https://redirect.github.com/jbedard) in [https://github.com/bazelbuild/rules_nodejs/pull/3638](https://redirect.github.com/bazelbuild/rules_nodejs/pull/3638) - chore(6.0): remove [@​bazel/esbuild](https://redirect.github.com/bazel/esbuild) package by [@​alexeagle](https://redirect.github.com/alexeagle) in [https://github.com/bazelbuild/rules_nodejs/pull/3640](https://redirect.github.com/bazelbuild/rules_nodejs/pull/3640) - chore(6.x): remove cypress package by [@​jbedard](https://redirect.github.com/jbedard) in [https://github.com/bazelbuild/rules_nodejs/pull/3641](https://redirect.github.com/bazelbuild/rules_nodejs/pull/3641) - chore(6.0): remove terser package by [@​jbedard](https://redirect.github.com/jbedard) in [https://github.com/bazelbuild/rules_nodejs/pull/3642](https://redirect.github.com/bazelbuild/rules_nodejs/pull/3642) - chore(6.0): remove jasmine package by [@​jbedard](https://redirect.github.com/jbedard) in [https://github.com/bazelbuild/rules_nodejs/pull/3643](https://redirect.github.com/bazelbuild/rules_nodejs/pull/3643) - chore(6.0): remove rollup package by [@​jbedard](https://redirect.github.com/jbedard) in [https://github.com/bazelbuild/rules_nodejs/pull/3644](https://redirect.github.com/bazelbuild/rules_nodejs/pull/3644) - chore(6.0): remove typescript package by [@​jbedard](https://redirect.github.com/jbedard) in [https://github.com/bazelbuild/rules_nodejs/pull/3645](https://redirect.github.com/bazelbuild/rules_nodejs/pull/3645) - chore: update release automation by [@​alexeagle](https://redirect.github.com/alexeagle) in [https://github.com/bazelbuild/rules_nodejs/pull/3646](https://redirect.github.com/bazelbuild/rules_nodejs/pull/3646) - chore: bzlmod by [@​alexeagle](https://redirect.github.com/alexeagle) in [https://github.com/bazelbuild/rules_nodejs/pull/3647](https://redirect.github.com/bazelbuild/rules_nodejs/pull/3647) - chore(6.x): cleanup examples by [@​alexeagle](https://redirect.github.com/alexeagle) in [https://github.com/bazelbuild/rules_nodejs/pull/3648](https://redirect.github.com/bazelbuild/rules_nodejs/pull/3648) - chore(6.0): remove internal typescript tools by [@​jbedard](https://redirect.github.com/jbedard) in [https://github.com/bazelbuild/rules_nodejs/pull/3649](https://redirect.github.com/bazelbuild/rules_nodejs/pull/3649) - chore(6.0): remove pkg_web by [@​jbedard](https://redirect.github.com/jbedard) in [https://github.com/bazelbuild/rules_nodejs/pull/3651](https://redirect.github.com/bazelbuild/rules_nodejs/pull/3651) - chore(6.0): remove [@​bazel/create](https://redirect.github.com/bazel/create) by [@​jbedard](https://redirect.github.com/jbedard) in [https://github.com/bazelbuild/rules_nodejs/pull/3650](https://redirect.github.com/bazelbuild/rules_nodejs/pull/3650) - chore(6.0): move providers to build_bazel_rules_nodejs by [@​jbedard](https://redirect.github.com/jbedard) in [https://github.com/bazelbuild/rules_nodejs/pull/3652](https://redirect.github.com/bazelbuild/rules_nodejs/pull/3652) - ci: add github actions testing by [@​alexeagle](https://redirect.github.com/alexeagle) in [https://github.com/bazelbuild/rules_nodejs/pull/3654](https://redirect.github.com/bazelbuild/rules_nodejs/pull/3654) - chore: bump to node 18 LTS as default by [@​alexeagle](https://redirect.github.com/alexeagle) in [https://github.com/bazelbuild/rules_nodejs/pull/3656](https://redirect.github.com/bazelbuild/rules_nodejs/pull/3656) - refactor: remove rules_nodejs dependency on bazel_skylib by [@​jbedard](https://redirect.github.com/jbedard) in [https://github.com/bazelbuild/rules_nodejs/pull/3659](https://redirect.github.com/bazelbuild/rules_nodejs/pull/3659) - chore(6.0): remove all unsupported rules and packages by [@​jbedard](https://redirect.github.com/jbedard) in [https://github.com/bazelbuild/rules_nodejs/pull/3655](https://redirect.github.com/bazelbuild/rules_nodejs/pull/3655) - chore: restore GHA CI just for main branch by [@​alexeagle](https://redirect.github.com/alexeagle) in [https://github.com/bazelbuild/rules_nodejs/pull/3660](https://redirect.github.com/bazelbuild/rules_nodejs/pull/3660) - chore: disable a failing test on windows by [@​alexeagle](https://redirect.github.com/alexeagle) in [https://github.com/bazelbuild/rules_nodejs/pull/3661](https://redirect.github.com/bazelbuild/rules_nodejs/pull/3661) - Update NodeJS Versions by [@​mattem](https://redirect.github.com/mattem) in [https://github.com/bazelbuild/rules_nodejs/pull/3662](https://redirect.github.com/bazelbuild/rules_nodejs/pull/3662) - chore: update bcr metadata by [@​alexeagle](https://redirect.github.com/alexeagle) in [https://github.com/bazelbuild/rules_nodejs/pull/3663](https://redirect.github.com/bazelbuild/rules_nodejs/pull/3663) - chore(6.0): cleanup unused files, remove references to deleted files by [@​jbedard](https://redirect.github.com/jbedard) in [https://github.com/bazelbuild/rules_nodejs/pull/3664](https://redirect.github.com/bazelbuild/rules_nodejs/pull/3664) - docs: restore accidentally deleted toolchains docs by [@​jbedard](https://redirect.github.com/jbedard) in [https://github.com/bazelbuild/rules_nodejs/pull/3667](https://redirect.github.com/bazelbuild/rules_nodejs/pull/3667) - Update NodeJS versions by [@​paullewis](https://redirect.github.com/paullewis) in [https://github.com/bazelbuild/rules_nodejs/pull/3666](https://redirect.github.com/bazelbuild/rules_nodejs/pull/3666) - fix typo in README.md by [@​troycarlson](https://redirect.github.com/troycarlson) in [https://github.com/bazelbuild/rules_nodejs/pull/3670](https://redirect.github.com/bazelbuild/rules_nodejs/pull/3670) - Update NodeJS Versions by [@​mattem](https://redirect.github.com/mattem) in [https://github.com/bazelbuild/rules_nodejs/pull/3668](https://redirect.github.com/bazelbuild/rules_nodejs/pull/3668) #### New Contributors - [@​paullewis](https://redirect.github.com/paullewis) made their first contribution in [https://github.com/bazelbuild/rules_nodejs/pull/3666](https://redirect.github.com/bazelbuild/rules_nodejs/pull/3666) - [@​troycarlson](https://redirect.github.com/troycarlson) made their first contribution in [https://github.com/bazelbuild/rules_nodejs/pull/3670](https://redirect.github.com/bazelbuild/rules_nodejs/pull/3670) **Full Changelog**: https://github.com/bazelbuild/rules_nodejs/compare/5.8.2...v6.0.0 ### [`v5.8.5`](https://redirect.github.com/bazel-contrib/rules_nodejs/releases/tag/5.8.5) [Compare Source](https://redirect.github.com/bazelbuild/rules_nodejs/compare/5.8.4...5.8.5) upgrade with: ```starlark http_archive( name = "rules_nodejs", sha256 = "0c2277164b1752bb71ecfba3107f01c6a8fb02e4835a790914c71dfadcf646ba", urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/5.8.5/rules_nodejs-core-5.8.5.tar.gz"], ) ### OR http_archive( name = "build_bazel_rules_nodejs", sha256 = "a1295b168f183218bc88117cf00674bcd102498f294086ff58318f830dd9d9d1", urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/5.8.5/rules_nodejs-5.8.5.tar.gz"], ) ``` **Full Changelog**: https://github.com/bazelbuild/rules_nodejs/compare/5.8.4...5.8.5

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Renovate Bot.

angular-robot commented 4 days ago

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

The artifact failure details are included below:

File name: WORKSPACE
Command failed: yarn update-generated-files
2024/10/12 01:32:52 Downloading https://releases.bazel.build/5.4.0/release/bazel-5.4.0-linux-x86_64...
Extracting Bazel installation...
Starting local Bazel server and connecting to it...
Loading: 
Loading: 0 packages loaded
INFO: Repository build_bazel_rules_nodejs instantiated at:
  /tmp/renovate/repos/github/angular/dev-infra/WORKSPACE:29:13: in <toplevel>
Repository rule http_archive defined at:
  /home/runner/.cache/bazel/_bazel_runner/5d5a7feccad26433ec06445e3849315a/external/bazel_tools/tools/build_defs/repo/http.bzl:355:31: in <toplevel>
WARNING: Download from https://github.com/bazelbuild/rules_nodejs/releases/download/v6.3.1/rules_nodejs-5.8.4.tar.gz failed: class java.io.FileNotFoundException GET returned 404 Not Found
ERROR: An error occurred during the fetch of repository 'build_bazel_rules_nodejs':
   Traceback (most recent call last):
    File "/home/runner/.cache/bazel/_bazel_runner/5d5a7feccad26433ec06445e3849315a/external/bazel_tools/tools/build_defs/repo/http.bzl", line 125, column 45, in _http_archive_impl
        download_info = ctx.download_and_extract(
Error in download_and_extract: java.io.IOException: Error downloading [https://github.com/bazelbuild/rules_nodejs/releases/download/v6.3.1/rules_nodejs-5.8.4.tar.gz] to /home/runner/.cache/bazel/_bazel_runner/5d5a7feccad26433ec06445e3849315a/external/build_bazel_rules_nodejs/temp493317634232260951/rules_nodejs-5.8.4.tar.gz: GET returned 404 Not Found
ERROR: /tmp/renovate/repos/github/angular/dev-infra/WORKSPACE:29:13: fetching http_archive rule //external:build_bazel_rules_nodejs: Traceback (most recent call last):
    File "/home/runner/.cache/bazel/_bazel_runner/5d5a7feccad26433ec06445e3849315a/external/bazel_tools/tools/build_defs/repo/http.bzl", line 125, column 45, in _http_archive_impl
        download_info = ctx.download_and_extract(
Error in download_and_extract: java.io.IOException: Error downloading [https://github.com/bazelbuild/rules_nodejs/releases/download/v6.3.1/rules_nodejs-5.8.4.tar.gz] to /home/runner/.cache/bazel/_bazel_runner/5d5a7feccad26433ec06445e3849315a/external/build_bazel_rules_nodejs/temp493317634232260951/rules_nodejs-5.8.4.tar.gz: GET returned 404 Not Found
ERROR: no such package '@build_bazel_rules_nodejs//': java.io.IOException: Error downloading [https://github.com/bazelbuild/rules_nodejs/releases/download/v6.3.1/rules_nodejs-5.8.4.tar.gz] to /home/runner/.cache/bazel/_bazel_runner/5d5a7feccad26433ec06445e3849315a/external/build_bazel_rules_nodejs/temp493317634232260951/rules_nodejs-5.8.4.tar.gz: GET returned 404 Not Found
INFO: Elapsed time: 2.933s
INFO: 0 processes.
FAILED: Build did NOT complete successfully (0 packages loaded)
FAILED: Build did NOT complete successfully (0 packages loaded)