chore(deps): update dependency rules_nodejs to v6
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| rules_nodejs | bazel_dep | major | 5.8.3 -> 6.0.2 |
| rules_nodejs | http_archive | major | 5.8.4 -> v6.0.2 |
[!WARNING] Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
bazelbuild/rules_nodejs (rules_nodejs)
v6.0.2
Using Bzlmod with Bazel 6
- Enable with
common --enable_bzlmodin.bazelrc. - Add to your
MODULE.bazelfile:
bazel_dep(name = "rules_nodejs", version = "6.0.2")
Using WORKSPACE
Paste this snippet into your file:
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_repositoriesload path in docs/install.md (index.bzl no longer exists) by @jankeromnes in https://github.com/bazelbuild/rules_nodejs/pull/3690 - Add current_node_cc_headers by @dzbarsky in https://github.com/bazelbuild/rules_nodejs/pull/3694
- Update NodeJS Versions by @mattem in https://github.com/bazelbuild/rules_nodejs/pull/3692
New Contributors
- @jankeromnes made their first contribution in https://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
Using Bzlmod with Bazel 6
- Enable with
common --enable_bzlmodin.bazelrc. - Add to your
MODULE.bazelfile:
bazel_dep(name = "rules_nodejs", version = "6.0.1")
Using WORKSPACE
Paste this snippet into your file:
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 in https://github.com/bazelbuild/rules_nodejs/pull/3672
- chore: update stale issue message by @jbedard in https://github.com/bazelbuild/rules_nodejs/pull/3673
- Update NodeJS Versions by @mattem in https://github.com/bazelbuild/rules_nodejs/pull/3674
- Expose node headers as a cc_library by @dzbarsky in https://github.com/bazelbuild/rules_nodejs/pull/3679
- Update NodeJS Versions by @mattem in https://github.com/bazelbuild/rules_nodejs/pull/3680
- Build with incompatible_disallow_empty_glob by @limdor in https://github.com/bazelbuild/rules_nodejs/pull/3621
- Add "npx" target to node repo by @matthewjh in https://github.com/bazelbuild/rules_nodejs/pull/3429
- fix(windows): unbreak CI with allow_empty by @alexeagle in https://github.com/bazelbuild/rules_nodejs/pull/3681
- Update release.yml by @alexeagle in https://github.com/bazelbuild/rules_nodejs/pull/3682
New Contributors
- @dzbarsky made their first contribution in https://github.com/bazelbuild/rules_nodejs/pull/3679
- @limdor made their first contribution in https://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
Using Bzlmod with Bazel 6
- Enable with
common --enable_bzlmodin.bazelrc. - Add to your
MODULE.bazelfile:
bazel_dep(name = "rules_nodejs", version = "6.0.0")
Using WORKSPACE
Paste this snippet into your file:
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 in https://github.com/bazelbuild/rules_nodejs/pull/3622
- Update NodeJS Versions by @mattem in https://github.com/bazelbuild/rules_nodejs/pull/3628
- chore: update release instructions by @alexeagle in https://github.com/bazelbuild/rules_nodejs/pull/3632
- chore(6.0): remove concatjs package by @jbedard in https://github.com/bazelbuild/rules_nodejs/pull/3637
- chore(6.0): remove packages by @jbedard in https://github.com/bazelbuild/rules_nodejs/pull/3638
- chore(6.0): remove @bazel/esbuild package by @alexeagle in https://github.com/bazelbuild/rules_nodejs/pull/3640
- chore(6.x): remove cypress package by @jbedard in https://github.com/bazelbuild/rules_nodejs/pull/3641
- chore(6.0): remove terser package by @jbedard in https://github.com/bazelbuild/rules_nodejs/pull/3642
- chore(6.0): remove jasmine package by @jbedard in https://github.com/bazelbuild/rules_nodejs/pull/3643
- chore(6.0): remove rollup package by @jbedard in https://github.com/bazelbuild/rules_nodejs/pull/3644
- chore(6.0): remove typescript package by @jbedard in https://github.com/bazelbuild/rules_nodejs/pull/3645
- chore: update release automation by @alexeagle in https://github.com/bazelbuild/rules_nodejs/pull/3646
- chore: bzlmod by @alexeagle in https://github.com/bazelbuild/rules_nodejs/pull/3647
- chore(6.x): cleanup examples by @alexeagle in https://github.com/bazelbuild/rules_nodejs/pull/3648
- chore(6.0): remove internal typescript tools by @jbedard in https://github.com/bazelbuild/rules_nodejs/pull/3649
- chore(6.0): remove pkg_web by @jbedard in https://github.com/bazelbuild/rules_nodejs/pull/3651
- chore(6.0): remove @bazel/create by @jbedard in https://github.com/bazelbuild/rules_nodejs/pull/3650
- chore(6.0): move providers to build_bazel_rules_nodejs by @jbedard in https://github.com/bazelbuild/rules_nodejs/pull/3652
- ci: add github actions testing by @alexeagle in https://github.com/bazelbuild/rules_nodejs/pull/3654
- chore: bump to node 18 LTS as default by @alexeagle in https://github.com/bazelbuild/rules_nodejs/pull/3656
- refactor: remove rules_nodejs dependency on bazel_skylib by @jbedard in https://github.com/bazelbuild/rules_nodejs/pull/3659
- chore(6.0): remove all unsupported rules and packages by @jbedard in https://github.com/bazelbuild/rules_nodejs/pull/3655
- chore: restore GHA CI just for main branch by @alexeagle in https://github.com/bazelbuild/rules_nodejs/pull/3660
- chore: disable a failing test on windows by @alexeagle in https://github.com/bazelbuild/rules_nodejs/pull/3661
- Update NodeJS Versions by @mattem in https://github.com/bazelbuild/rules_nodejs/pull/3662
- chore: update bcr metadata by @alexeagle in https://github.com/bazelbuild/rules_nodejs/pull/3663
- chore(6.0): cleanup unused files, remove references to deleted files by @jbedard in https://github.com/bazelbuild/rules_nodejs/pull/3664
- docs: restore accidentally deleted toolchains docs by @jbedard in https://github.com/bazelbuild/rules_nodejs/pull/3667
- Update NodeJS versions by @paullewis in https://github.com/bazelbuild/rules_nodejs/pull/3666
- fix typo in README.md by @troycarlson in https://github.com/bazelbuild/rules_nodejs/pull/3670
- Update NodeJS Versions by @mattem in https://github.com/bazelbuild/rules_nodejs/pull/3668
New Contributors
- @paullewis made their first contribution in https://github.com/bazelbuild/rules_nodejs/pull/3666
- @troycarlson made their first contribution in https://github.com/bazelbuild/rules_nodejs/pull/3670
Full Changelog: https://github.com/bazelbuild/rules_nodejs/compare/5.8.2...v6.0.0
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 these updates again.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Renovate Bot.