diff --git a/MODULE.bazel.lock b/MODULE.bazel.lock index 8017efcf5..a7ec5d546 100644 --- a/MODULE.bazel.lock +++ b/MODULE.bazel.lock @@ -346,7 +346,7 @@ }, "//private/extensions:node.bzl%node": { "general": { - "bzlTransitiveDigest": "bmeM51D9ppTOWCsHk2ivZ9uLbugu3fDQZJRXds88WxY=", + "bzlTransitiveDigest": "eETFm4mN1Le26F5tOhC2xrH9Zvsfr/1Z6z11QIeccqI=", "usagesDigest": "oo4hnOxowfXXa21Wd8roJmpRdyG7Fy97FBO9vJoyK/M=", "recordedFileInputs": {}, "recordedDirentsInputs": {}, @@ -426,12 +426,12 @@ "bzlFile": "@@//private/extensions:node.bzl", "ruleClassName": "node_archive", "attributes": { - "sha256": "44836872d9aec49f1e6b52a9a922872db9a2b02d235a616a5681b6a85fec8d89", - "strip_prefix": "node-v24.15.0-linux-x64/", + "sha256": "2faf6a387e9b62b888e21c54f01249fb27537ffecf1842f29f4c919d0a59a0ff", + "strip_prefix": "node-v24.16.0-linux-x64/", "urls": [ - "https://nodejs.org/dist/v24.15.0/node-v24.15.0-linux-x64.tar.gz" + "https://nodejs.org/dist/v24.16.0/node-v24.16.0-linux-x64.tar.gz" ], - "version": "24.15.0", + "version": "24.16.0", "architecture": "amd64", "control": "@@//nodejs:control" } @@ -440,12 +440,12 @@ "bzlFile": "@@//private/extensions:node.bzl", "ruleClassName": "node_archive", "attributes": { - "sha256": "73afc234d558c24919875f51c2d1ea002a2ada4ea6f83601a383869fefa64eed", - "strip_prefix": "node-v24.15.0-linux-arm64/", + "sha256": "589f5b6dd4fcfee4dfda73013903c966abaa8abd93dbc9d436544e472b4f0e74", + "strip_prefix": "node-v24.16.0-linux-arm64/", "urls": [ - "https://nodejs.org/dist/v24.15.0/node-v24.15.0-linux-arm64.tar.gz" + "https://nodejs.org/dist/v24.16.0/node-v24.16.0-linux-arm64.tar.gz" ], - "version": "24.15.0", + "version": "24.16.0", "architecture": "arm64", "control": "@@//nodejs:control" } @@ -454,12 +454,12 @@ "bzlFile": "@@//private/extensions:node.bzl", "ruleClassName": "node_archive", "attributes": { - "sha256": "b1f88900a4b16365eaba56269304fc11da7581dbf03552d4495f9ace1fc05f6d", - "strip_prefix": "node-v24.15.0-linux-ppc64le/", + "sha256": "252b5820534dc0304a28541c9a44437cfa7202e7f20225d28d493932c58e97aa", + "strip_prefix": "node-v24.16.0-linux-ppc64le/", "urls": [ - "https://nodejs.org/dist/v24.15.0/node-v24.15.0-linux-ppc64le.tar.gz" + "https://nodejs.org/dist/v24.16.0/node-v24.16.0-linux-ppc64le.tar.gz" ], - "version": "24.15.0", + "version": "24.16.0", "architecture": "ppc64le", "control": "@@//nodejs:control" } @@ -468,12 +468,12 @@ "bzlFile": "@@//private/extensions:node.bzl", "ruleClassName": "node_archive", "attributes": { - "sha256": "f985455439d52fe9b8de6a8f6d07bfeccc736dea527e87eacafe5a8d7516a380", - "strip_prefix": "node-v24.15.0-linux-s390x/", + "sha256": "567af0975b3405516b9b1ddc64429a23ec8c5a2fa6cf01391261a4cc774e3edd", + "strip_prefix": "node-v24.16.0-linux-s390x/", "urls": [ - "https://nodejs.org/dist/v24.15.0/node-v24.15.0-linux-s390x.tar.gz" + "https://nodejs.org/dist/v24.16.0/node-v24.16.0-linux-s390x.tar.gz" ], - "version": "24.15.0", + "version": "24.16.0", "architecture": "s390x", "control": "@@//nodejs:control" } diff --git a/nodejs/testdata/nodejs24.yaml b/nodejs/testdata/nodejs24.yaml index 73468b4e3..6cc3f91c7 100644 --- a/nodejs/testdata/nodejs24.yaml +++ b/nodejs/testdata/nodejs24.yaml @@ -3,4 +3,4 @@ commandTests: - name: nodejs command: "/nodejs/bin/node" args: ["--version"] - expectedOutput: ["v24.15.0"] + expectedOutput: ["v24.16.0"] diff --git a/private/extensions/node.bzl b/private/extensions/node.bzl index d819175d4..fcb330d94 100644 --- a/private/extensions/node.bzl +++ b/private/extensions/node.bzl @@ -151,40 +151,40 @@ def _node_impl(module_ctx): node_archive( name = "nodejs24_amd64", - sha256 = "44836872d9aec49f1e6b52a9a922872db9a2b02d235a616a5681b6a85fec8d89", - strip_prefix = "node-v24.15.0-linux-x64/", - urls = ["https://nodejs.org/dist/v24.15.0/node-v24.15.0-linux-x64.tar.gz"], - version = "24.15.0", + sha256 = "2faf6a387e9b62b888e21c54f01249fb27537ffecf1842f29f4c919d0a59a0ff", + strip_prefix = "node-v24.16.0-linux-x64/", + urls = ["https://nodejs.org/dist/v24.16.0/node-v24.16.0-linux-x64.tar.gz"], + version = "24.16.0", architecture = "amd64", control = "//nodejs:control", ) node_archive( name = "nodejs24_arm64", - sha256 = "73afc234d558c24919875f51c2d1ea002a2ada4ea6f83601a383869fefa64eed", - strip_prefix = "node-v24.15.0-linux-arm64/", - urls = ["https://nodejs.org/dist/v24.15.0/node-v24.15.0-linux-arm64.tar.gz"], - version = "24.15.0", + sha256 = "589f5b6dd4fcfee4dfda73013903c966abaa8abd93dbc9d436544e472b4f0e74", + strip_prefix = "node-v24.16.0-linux-arm64/", + urls = ["https://nodejs.org/dist/v24.16.0/node-v24.16.0-linux-arm64.tar.gz"], + version = "24.16.0", architecture = "arm64", control = "//nodejs:control", ) node_archive( name = "nodejs24_ppc64le", - sha256 = "b1f88900a4b16365eaba56269304fc11da7581dbf03552d4495f9ace1fc05f6d", - strip_prefix = "node-v24.15.0-linux-ppc64le/", - urls = ["https://nodejs.org/dist/v24.15.0/node-v24.15.0-linux-ppc64le.tar.gz"], - version = "24.15.0", + sha256 = "252b5820534dc0304a28541c9a44437cfa7202e7f20225d28d493932c58e97aa", + strip_prefix = "node-v24.16.0-linux-ppc64le/", + urls = ["https://nodejs.org/dist/v24.16.0/node-v24.16.0-linux-ppc64le.tar.gz"], + version = "24.16.0", architecture = "ppc64le", control = "//nodejs:control", ) node_archive( name = "nodejs24_s390x", - sha256 = "f985455439d52fe9b8de6a8f6d07bfeccc736dea527e87eacafe5a8d7516a380", - strip_prefix = "node-v24.15.0-linux-s390x/", - urls = ["https://nodejs.org/dist/v24.15.0/node-v24.15.0-linux-s390x.tar.gz"], - version = "24.15.0", + sha256 = "567af0975b3405516b9b1ddc64429a23ec8c5a2fa6cf01391261a4cc774e3edd", + strip_prefix = "node-v24.16.0-linux-s390x/", + urls = ["https://nodejs.org/dist/v24.16.0/node-v24.16.0-linux-s390x.tar.gz"], + version = "24.16.0", architecture = "s390x", control = "//nodejs:control", )