Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
24.18.1
24.19.0
16 changes: 8 additions & 8 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,15 @@ use_repo(rules_ts_ext, "npm_typescript")
node = use_extension("@rules_nodejs//nodejs:extensions.bzl", "node")
node.toolchain(
node_repositories = {
"24.18.1-darwin_arm64": ("node-v24.18.1-darwin-arm64.tar.gz", "node-v24.18.1-darwin-arm64", "eb02f7fab96d3d67de40c5ec8566096fcb4c2026728787683ae5a97eb612b941"),
"24.18.1-darwin_amd64": ("node-v24.18.1-darwin-x64.tar.gz", "node-v24.18.1-darwin-x64", "6fb20fceacbb157c2f95825b80df4a454a0f6d81cdcd7bb81eeae9147e0e76ec"),
"24.18.1-linux_arm64": ("node-v24.18.1-linux-arm64.tar.xz", "node-v24.18.1-linux-arm64", "7201e3a09dc825bac57867c81913e2b8f0ef87d04cb9082af4cda82f6ff3d88c"),
"24.18.1-linux_ppc64le": ("node-v24.18.1-linux-ppc64le.tar.xz", "node-v24.18.1-linux-ppc64le", "c47812c13862be7f6e71194c434c4d78a99096e72efb9c31a2627437e056d669"),
"24.18.1-linux_s390x": ("node-v24.18.1-linux-s390x.tar.xz", "node-v24.18.1-linux-s390x", "acf57bd726f35afc2ba8475194e5a8bd532c00e1a3b2436295b2fbdde199d0e9"),
"24.18.1-linux_amd64": ("node-v24.18.1-linux-x64.tar.xz", "node-v24.18.1-linux-x64", "d6c664df3f3f61458e8c277585571328522d705166723a7c7823a9253a4d15a0"),
"24.18.1-windows_amd64": ("node-v24.18.1-win-x64.zip", "node-v24.18.1-win-x64", "ec56b84a7551893ab2324ebdfdc4ab974a63b4781162600b68a1293cc3e53765"),
"24.19.0-darwin_arm64": ("node-v24.19.0-darwin-arm64.tar.gz", "node-v24.19.0-darwin-arm64", "8294b7aa9b03997481c06babf1e8b270c859358f27da57a11509afe537ac381d"),
"24.19.0-darwin_amd64": ("node-v24.19.0-darwin-x64.tar.gz", "node-v24.19.0-darwin-x64", "d1b5e999db158c62fe8f7267a4476b035d8bd93b1a605bac24a3f0dd166e3316"),
"24.19.0-linux_arm64": ("node-v24.19.0-linux-arm64.tar.xz", "node-v24.19.0-linux-arm64", "01443c1e1a29e531ccad5a46fefa6df490d2189c49f7955904aecdbb0fe86fdc"),
"24.19.0-linux_ppc64le": ("node-v24.19.0-linux-ppc64le.tar.xz", "node-v24.19.0-linux-ppc64le", "c510c6ce12f07010f771e6edb22a3fe23f4f2e6f40b1ffd4941aed0646a0d8b3"),
"24.19.0-linux_s390x": ("node-v24.19.0-linux-s390x.tar.xz", "node-v24.19.0-linux-s390x", "a4792e65962ffa0af42627aacf1122a60c3c88dbf4e4184f06820d66f9da8ba4"),
"24.19.0-linux_amd64": ("node-v24.19.0-linux-x64.tar.xz", "node-v24.19.0-linux-x64", "14b342e71204f811bde6153be8e04b62aef63c236fef92b55f9c83154b409647"),
"24.19.0-windows_amd64": ("node-v24.19.0-win-x64.zip", "node-v24.19.0-win-x64", "57f71ab3652e797d84acddc79c81cc9ff1c6ddb2a1974cdb83f00fee9bff4c73"),
},
node_version = "24.18.1",
node_version = "24.19.0",
)
use_repo(node, "nodejs_toolchains")

Expand Down
16 changes: 8 additions & 8 deletions bazel/rules/rules_angular/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@ use_repo(rules_ts_ext, npm_typescript = "rules_angular_npm_typescript")
node = use_extension("@rules_nodejs//nodejs:extensions.bzl", "node")
node.toolchain(
node_repositories = {
"24.18.1-darwin_arm64": ("node-v24.18.1-darwin-arm64.tar.gz", "node-v24.18.1-darwin-arm64", "eb02f7fab96d3d67de40c5ec8566096fcb4c2026728787683ae5a97eb612b941"),
"24.18.1-darwin_amd64": ("node-v24.18.1-darwin-x64.tar.gz", "node-v24.18.1-darwin-x64", "6fb20fceacbb157c2f95825b80df4a454a0f6d81cdcd7bb81eeae9147e0e76ec"),
"24.18.1-linux_arm64": ("node-v24.18.1-linux-arm64.tar.xz", "node-v24.18.1-linux-arm64", "7201e3a09dc825bac57867c81913e2b8f0ef87d04cb9082af4cda82f6ff3d88c"),
"24.18.1-linux_ppc64le": ("node-v24.18.1-linux-ppc64le.tar.xz", "node-v24.18.1-linux-ppc64le", "c47812c13862be7f6e71194c434c4d78a99096e72efb9c31a2627437e056d669"),
"24.18.1-linux_s390x": ("node-v24.18.1-linux-s390x.tar.xz", "node-v24.18.1-linux-s390x", "acf57bd726f35afc2ba8475194e5a8bd532c00e1a3b2436295b2fbdde199d0e9"),
"24.18.1-linux_amd64": ("node-v24.18.1-linux-x64.tar.xz", "node-v24.18.1-linux-x64", "d6c664df3f3f61458e8c277585571328522d705166723a7c7823a9253a4d15a0"),
"24.18.1-windows_amd64": ("node-v24.18.1-win-x64.zip", "node-v24.18.1-win-x64", "ec56b84a7551893ab2324ebdfdc4ab974a63b4781162600b68a1293cc3e53765"),
"24.19.0-darwin_arm64": ("node-v24.19.0-darwin-arm64.tar.gz", "node-v24.19.0-darwin-arm64", "8294b7aa9b03997481c06babf1e8b270c859358f27da57a11509afe537ac381d"),
"24.19.0-darwin_amd64": ("node-v24.19.0-darwin-x64.tar.gz", "node-v24.19.0-darwin-x64", "d1b5e999db158c62fe8f7267a4476b035d8bd93b1a605bac24a3f0dd166e3316"),
"24.19.0-linux_arm64": ("node-v24.19.0-linux-arm64.tar.xz", "node-v24.19.0-linux-arm64", "01443c1e1a29e531ccad5a46fefa6df490d2189c49f7955904aecdbb0fe86fdc"),
"24.19.0-linux_ppc64le": ("node-v24.19.0-linux-ppc64le.tar.xz", "node-v24.19.0-linux-ppc64le", "c510c6ce12f07010f771e6edb22a3fe23f4f2e6f40b1ffd4941aed0646a0d8b3"),
"24.19.0-linux_s390x": ("node-v24.19.0-linux-s390x.tar.xz", "node-v24.19.0-linux-s390x", "a4792e65962ffa0af42627aacf1122a60c3c88dbf4e4184f06820d66f9da8ba4"),
"24.19.0-linux_amd64": ("node-v24.19.0-linux-x64.tar.xz", "node-v24.19.0-linux-x64", "14b342e71204f811bde6153be8e04b62aef63c236fef92b55f9c83154b409647"),
"24.19.0-windows_amd64": ("node-v24.19.0-win-x64.zip", "node-v24.19.0-win-x64", "57f71ab3652e797d84acddc79c81cc9ff1c6ddb2a1974cdb83f00fee9bff4c73"),
},
node_version = "24.18.1",
node_version = "24.19.0",
)

pnpm = use_extension("@aspect_rules_js//npm:extensions.bzl", "pnpm")
Expand Down
16 changes: 8 additions & 8 deletions bazel/rules/rules_browsers/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,15 @@ bazel_dep(name = "rules_nodejs", version = "6.7.5")
node = use_extension("@rules_nodejs//nodejs:extensions.bzl", "node")
node.toolchain(
node_repositories = {
"24.18.1-darwin_arm64": ("node-v24.18.1-darwin-arm64.tar.gz", "node-v24.18.1-darwin-arm64", "eb02f7fab96d3d67de40c5ec8566096fcb4c2026728787683ae5a97eb612b941"),
"24.18.1-darwin_amd64": ("node-v24.18.1-darwin-x64.tar.gz", "node-v24.18.1-darwin-x64", "6fb20fceacbb157c2f95825b80df4a454a0f6d81cdcd7bb81eeae9147e0e76ec"),
"24.18.1-linux_arm64": ("node-v24.18.1-linux-arm64.tar.xz", "node-v24.18.1-linux-arm64", "7201e3a09dc825bac57867c81913e2b8f0ef87d04cb9082af4cda82f6ff3d88c"),
"24.18.1-linux_ppc64le": ("node-v24.18.1-linux-ppc64le.tar.xz", "node-v24.18.1-linux-ppc64le", "c47812c13862be7f6e71194c434c4d78a99096e72efb9c31a2627437e056d669"),
"24.18.1-linux_s390x": ("node-v24.18.1-linux-s390x.tar.xz", "node-v24.18.1-linux-s390x", "acf57bd726f35afc2ba8475194e5a8bd532c00e1a3b2436295b2fbdde199d0e9"),
"24.18.1-linux_amd64": ("node-v24.18.1-linux-x64.tar.xz", "node-v24.18.1-linux-x64", "d6c664df3f3f61458e8c277585571328522d705166723a7c7823a9253a4d15a0"),
"24.18.1-windows_amd64": ("node-v24.18.1-win-x64.zip", "node-v24.18.1-win-x64", "ec56b84a7551893ab2324ebdfdc4ab974a63b4781162600b68a1293cc3e53765"),
"24.19.0-darwin_arm64": ("node-v24.19.0-darwin-arm64.tar.gz", "node-v24.19.0-darwin-arm64", "8294b7aa9b03997481c06babf1e8b270c859358f27da57a11509afe537ac381d"),
"24.19.0-darwin_amd64": ("node-v24.19.0-darwin-x64.tar.gz", "node-v24.19.0-darwin-x64", "d1b5e999db158c62fe8f7267a4476b035d8bd93b1a605bac24a3f0dd166e3316"),
"24.19.0-linux_arm64": ("node-v24.19.0-linux-arm64.tar.xz", "node-v24.19.0-linux-arm64", "01443c1e1a29e531ccad5a46fefa6df490d2189c49f7955904aecdbb0fe86fdc"),
"24.19.0-linux_ppc64le": ("node-v24.19.0-linux-ppc64le.tar.xz", "node-v24.19.0-linux-ppc64le", "c510c6ce12f07010f771e6edb22a3fe23f4f2e6f40b1ffd4941aed0646a0d8b3"),
"24.19.0-linux_s390x": ("node-v24.19.0-linux-s390x.tar.xz", "node-v24.19.0-linux-s390x", "a4792e65962ffa0af42627aacf1122a60c3c88dbf4e4184f06820d66f9da8ba4"),
"24.19.0-linux_amd64": ("node-v24.19.0-linux-x64.tar.xz", "node-v24.19.0-linux-x64", "14b342e71204f811bde6153be8e04b62aef63c236fef92b55f9c83154b409647"),
"24.19.0-windows_amd64": ("node-v24.19.0-win-x64.zip", "node-v24.19.0-win-x64", "57f71ab3652e797d84acddc79c81cc9ff1c6ddb2a1974cdb83f00fee9bff4c73"),
},
node_version = "24.18.1",
node_version = "24.19.0",
)
use_repo(node, "nodejs_toolchains")

Expand Down