Skip to content

Commit c584c35

Browse files
angular-robotjosephperrott
authored andcommitted
build: update dependency node to v22.21.0 (#3165)
See associated pull request for more information. Closes #3164 as a pr takeover PR Close #3165
1 parent 3b5acc2 commit c584c35

File tree

4 files changed

+243
-243
lines changed

4 files changed

+243
-243
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22.20.0
1+
22.21.0

MODULE.bazel

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -56,15 +56,15 @@ use_repo(rules_ts_ext, "npm_typescript")
5656
node = use_extension("@rules_nodejs//nodejs:extensions.bzl", "node")
5757
node.toolchain(
5858
node_repositories = {
59-
"20.19.0-darwin_arm64": ("node-v20.19.0-darwin-arm64.tar.gz", "node-v20.19.0-darwin-arm64", "c016cd1975a264a29dc1b07c6fbe60d5df0a0c2beb4113c0450e3d998d1a0d9c"),
60-
"20.19.0-darwin_amd64": ("node-v20.19.0-darwin-x64.tar.gz", "node-v20.19.0-darwin-x64", "a8554af97d6491fdbdabe63d3a1cfb9571228d25a3ad9aed2df856facb131b20"),
61-
"20.19.0-linux_arm64": ("node-v20.19.0-linux-arm64.tar.xz", "node-v20.19.0-linux-arm64", "dbe339e55eb393955a213e6b872066880bb9feceaa494f4d44c7aac205ec2ab9"),
62-
"20.19.0-linux_ppc64le": ("node-v20.19.0-linux-ppc64le.tar.xz", "node-v20.19.0-linux-ppc64le", "84937108f005679e60b486ed8e801cebfe923f02b76d8e710463d32f82181f65"),
63-
"20.19.0-linux_s390x": ("node-v20.19.0-linux-s390x.tar.xz", "node-v20.19.0-linux-s390x", "11f8ee99d792a83bba7b29911e0229dd6cd5e88987d7416346067db1cc76d89a"),
64-
"20.19.0-linux_amd64": ("node-v20.19.0-linux-x64.tar.xz", "node-v20.19.0-linux-x64", "b4e336584d62abefad31baecff7af167268be9bb7dd11f1297112e6eed3ca0d5"),
65-
"20.19.0-windows_amd64": ("node-v20.19.0-win-x64.zip", "node-v20.19.0-win-x64", "be72284c7bc62de07d5a9fd0ae196879842c085f11f7f2b60bf8864c0c9d6a4f"),
59+
"22.21.0-darwin_arm64": ("node-v22.21.0-darwin-arm64.tar.gz", "node-v22.21.0-darwin-arm64", "dbc1a17024a32827adb23b5b11ce98cefcd783145a30fe41bb2845be711e9742"),
60+
"22.21.0-darwin_amd64": ("node-v22.21.0-darwin-x64.tar.gz", "node-v22.21.0-darwin-x64", "756674542a28207515cdd22ca290e53a9c1fb7b903603047278d339164eb376f"),
61+
"22.21.0-linux_arm64": ("node-v22.21.0-linux-arm64.tar.xz", "node-v22.21.0-linux-arm64", "fe3e371f6f72d07a3f75a94a54c97d652ace6bfcc48f82cc0867f0c0722b84bd"),
62+
"22.21.0-linux_ppc64le": ("node-v22.21.0-linux-ppc64le.tar.xz", "node-v22.21.0-linux-ppc64le", "7faab4f786f79c886555d86520502db68df0c1a0fae47a8cf9237e4bac505a4e"),
63+
"22.21.0-linux_s390x": ("node-v22.21.0-linux-s390x.tar.xz", "node-v22.21.0-linux-s390x", "18110873863cc2f56eacb20f8da59adc3b53f5a7070f7d97501bd3d00003d236"),
64+
"22.21.0-linux_amd64": ("node-v22.21.0-linux-x64.tar.xz", "node-v22.21.0-linux-x64", "71a04f4b9144870c9407b8019fe912514229e50246bc706862eded3ac8e9025d"),
65+
"22.21.0-windows_amd64": ("node-v22.21.0-win-x64.zip", "node-v22.21.0-win-x64", "84d31df6571c3c7156707265bf51e2a021656fa1584bf6f4486b792dcde54d7d"),
6666
},
67-
node_version = "20.19.0",
67+
node_version = "22.21.0",
6868
)
6969
use_repo(node, "nodejs_toolchains")
7070

0 commit comments

Comments
 (0)