@@ -54,7 +54,18 @@ rules_ts_ext.deps(
5454use_repo (rules_ts_ext , "npm_typescript" )
5555
5656node = use_extension ("@rules_nodejs//nodejs:extensions.bzl" , "node" )
57- node .toolchain (node_version_from_nvmrc = "//:.nvmrc" )
57+ node .toolchain (
58+ node_repositories = {
59+ "24.11.0-darwin_arm64" : ("node-v24.11.0-darwin-arm64.tar.gz" , "node-v24.11.0-darwin-arm64" , "0be2ab2816a4fa02d1acff014a434f29f56d8d956f5af6a98b70ced6c5f4d201" ),
60+ "24.11.0-darwin_amd64" : ("node-v24.11.0-darwin-x64.tar.gz" , "node-v24.11.0-darwin-x64" , "3884671e87f46f773832d98a0a6cabcc5ec4f637084f0f3515b69e66ea27f2f1" ),
61+ "24.11.0-linux_arm64" : ("node-v24.11.0-linux-arm64.tar.xz" , "node-v24.11.0-linux-arm64" , "33a6673b2c7bffeae9deec7f9f8b31aad9119b08f13d49b2ca3ee3bebfe8260f" ),
62+ "24.11.0-linux_ppc64le" : ("node-v24.11.0-linux-ppc64le.tar.xz" , "node-v24.11.0-linux-ppc64le" , "5e9fd1936c08ad6bf0cc69266af3f9815b598ff63419640da8379f7bd9afe9f5" ),
63+ "24.11.0-linux_s390x" : ("node-v24.11.0-linux-s390x.tar.xz" , "node-v24.11.0-linux-s390x" , "8c7eca962686b98c0c5eaf46d96f24cd6d0e2f950954051027899c6b57bc7680" ),
64+ "24.11.0-linux_amd64" : ("node-v24.11.0-linux-x64.tar.xz" , "node-v24.11.0-linux-x64" , "46da9a098973ab7ba4fca76945581ecb2eaf468de347173897044382f10e0a0a" ),
65+ "24.11.0-windows_amd64" : ("node-v24.11.0-win-x64.zip" , "node-v24.11.0-win-x64" , "1054540bce22b54ec7e50ebc078ec5d090700a77657607a58f6a64df21f49fdd" ),
66+ },
67+ node_version = "24.11.0" ,
68+ )
5869use_repo (node , "nodejs_toolchains" )
5970
6071rules_angular = use_extension ("@rules_angular//setup:extensions.bzl" , "rules_angular" )
@@ -68,8 +79,8 @@ use_repo(rules_angular, rules_angular_configurable_deps = "dev_infra_rules_angul
6879pnpm = use_extension ("@aspect_rules_js//npm:extensions.bzl" , "pnpm" )
6980pnpm .pnpm (
7081 name = "pnpm" ,
71- pnpm_version = "10.26 .0" ,
72- pnpm_version_integrity = "sha512-Oz9scl6+cSUGwKsa1BM8+GsfS2h+/85iqbOLTXLjlUJC5kMZD8UfoWQpScc19APevUT1yw7dZXq+Y6i2p+HkAg ==" ,
82+ pnpm_version = "10.27 .0" ,
83+ pnpm_version_integrity = "sha512-ctaZ2haxF5wUup5k3HHJpAmIy9xlwmTLDkidt96RfyDc9NZNhyNiXylpulLUt+KhFwaC2awqXcrqq3MrfhbwSg ==" ,
7384)
7485use_repo (pnpm , "pnpm" )
7586
0 commit comments