@@ -69,15 +69,15 @@ load("@rules_nodejs//nodejs:repositories.bzl", "nodejs_register_toolchains")
69
69
nodejs_register_toolchains (
70
70
name = "nodejs" ,
71
71
node_repositories = {
72
- "18.19.1 -darwin_arm64" : ("node-v18.19.1 -darwin-arm64.tar.gz" , "node-v18.19.1 -darwin-arm64" , "0c7249318868877032ed21cc0ed450015ee44b31b9b281955521cd3fc39fbfa3 " ),
73
- "18.19.1 -darwin_amd64" : ("node-v18.19.1 -darwin-x64.tar.gz" , "node-v18.19.1 -darwin-x64" , "ab67c52c0d215d6890197c951e1bd479b6140ab630212b96867395e21d813016 " ),
74
- "18.19.1 -linux_arm64" : ("node-v18.19.1 -linux-arm64.tar.xz" , "node-v18.19.1 -linux-arm64" , "228ad1eee660fba3f9fd2cccf02f05b8ebccc294d27f22c155d20b233a9d76b3 " ),
75
- "18.19.1 -linux_ppc64le" : ("node-v18.19.1 -linux-ppc64le.tar.xz" , "node-v18.19.1 -linux-ppc64le" , "2e5812b8fc00548e2e8ab9daa88ace13974c16b6ba5595a7a50c35f848f7d432 " ),
76
- "18.19.1 -linux_s390x" : ("node-v18.19.1 -linux-s390x.tar.xz" , "node-v18.19.1 -linux-s390x" , "15106acf4c9e3aca02416dd89fb5c71af77097042455a73f9caa064c1988ead5 " ),
77
- "18.19.1 -linux_amd64" : ("node-v18.19.1 -linux-x64.tar.xz" , "node-v18.19.1 -linux-x64" , "f35f24edd4415cd609a2ebc03be03ed2cfe211d7333d55c752d831754fb849f0 " ),
78
- "18.19.1 -windows_amd64" : ("node-v18.19.1 -win-x64.zip" , "node-v18.19.1 -win-x64" , "ff08f8fe253fba9274992d7052e9d9a70141342d7b36ddbd6e84cbe823e312c6 " ),
72
+ "22.0.0 -darwin_arm64" : ("node-v22.0.0 -darwin-arm64.tar.gz" , "node-v22.0.0 -darwin-arm64" , "ea96d349cfaa67aa87ceeaa3e5b52c9167f7ac302fd8d1ff162d0785e9dc0785 " ),
73
+ "22.0.0 -darwin_amd64" : ("node-v22.0.0 -darwin-x64.tar.gz" , "node-v22.0.0 -darwin-x64" , "422a3887ff5418f0a4552d89cf99346ab8ab51bb5d384660baa88b8444d2c111 " ),
74
+ "22.0.0 -linux_arm64" : ("node-v22.0.0 -linux-arm64.tar.xz" , "node-v22.0.0 -linux-arm64" , "83711d29cbe46375bdffab5419f3d831892e24294169272f6c39edc364556241 " ),
75
+ "22.0.0 -linux_ppc64le" : ("node-v22.0.0 -linux-ppc64le.tar.xz" , "node-v22.0.0 -linux-ppc64le" , "2b3fb8707a79243bfb3131312b86716ddc3855bce21bb168095b6b916798e5e9 " ),
76
+ "22.0.0 -linux_s390x" : ("node-v22.0.0 -linux-s390x.tar.xz" , "node-v22.0.0 -linux-s390x" , "89a8efeeb9f94ce9ea251b8109e079c14919f4c0dc2cbc9f545ec47ef0886737 " ),
77
+ "22.0.0 -linux_amd64" : ("node-v22.0.0 -linux-x64.tar.xz" , "node-v22.0.0 -linux-x64" , "9122e50f2642afd5f6078cafd1f52ede60fc464284384f05c18a04d13d07ae5a " ),
78
+ "22.0.0 -windows_amd64" : ("node-v22.0.0 -win-x64.zip" , "node-v22.0.0 -win-x64" , "32d639b47d4c0a651ff8f8d7d41a454168a3d4045be37985f9a810cf8cef6174 " ),
79
79
},
80
- node_version = "18.19.1 " ,
80
+ node_version = "22.0.0 " ,
81
81
)
82
82
83
83
load ("@build_bazel_rules_nodejs//:index.bzl" , "yarn_install" )
@@ -93,6 +93,7 @@ yarn_install(
93
93
"//:tools/postinstall/apply-patches.js" ,
94
94
"//:tools/postinstall/patches/@angular+bazel+16.0.0-next.6.patch" ,
95
95
"//:tools/postinstall/patches/@bazel+concatjs+5.8.1.patch" ,
96
+ "//:tools/postinstall/patches/@angular+build-tooling+0.0.0-1ebf18a3a60b182a3dbad12e9a149fd93af5c29b.patch" ,
96
97
],
97
98
# Currently disabled due to:
98
99
# 1. Missing Windows support currently.
0 commit comments