From f1e6cf5366b8c9aadd94297d1cd7d0a88d1f046c Mon Sep 17 00:00:00 2001 From: Ole-Martin Bratteng <1681525+omBratteng@users.noreply.github.com> Date: Thu, 2 May 2024 20:34:11 +0200 Subject: [PATCH 1/6] Bump `nodejs22_amd64` to `22.1.0` --- node_archives.bzl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/node_archives.bzl b/node_archives.bzl index 24474902f..cb448fd63 100644 --- a/node_archives.bzl +++ b/node_archives.bzl @@ -109,10 +109,10 @@ def repositories(): node_archive( name = "nodejs22_amd64", - sha256 = "74bb0f3a80307c529421c3ed84517b8f543867709f41e53cd73df99e6442af4d", - strip_prefix = "node-v22.0.0-linux-x64/", - urls = ["https://nodejs.org/dist/v22.0.0/node-v22.0.0-linux-x64.tar.gz"], - version = "22.0.0", + sha256 = "d8ae35a9e2bb0c0c0611ee9bacf564ea51cc8291ace1447f95ee6aeaf4f1d61d", + strip_prefix = "node-v22.1.0-linux-x64/", + urls = ["https://nodejs.org/dist/v22.1.0/node-v22.1.0-linux-x64.tar.gz"], + version = "22.1.0", architecture = "amd64", control = "//nodejs:control", ) From 9034356e3cb7a43fbf37e136df37fe66d4cd4f7a Mon Sep 17 00:00:00 2001 From: Ole-Martin Bratteng <1681525+omBratteng@users.noreply.github.com> Date: Thu, 2 May 2024 20:34:17 +0200 Subject: [PATCH 2/6] Bump `nodejs22_arm64` to `22.1.0` --- node_archives.bzl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/node_archives.bzl b/node_archives.bzl index cb448fd63..87c4fd5a3 100644 --- a/node_archives.bzl +++ b/node_archives.bzl @@ -119,10 +119,10 @@ def repositories(): node_archive( name = "nodejs22_arm64", - sha256 = "1d3547226be7e59aceee5c7d01a9f8fc18de67e015c5a15d8cf385b6e02d062b", - strip_prefix = "node-v22.0.0-linux-arm64/", - urls = ["https://nodejs.org/dist/v22.0.0/node-v22.0.0-linux-arm64.tar.gz"], - version = "22.0.0", + sha256 = "9c111af1f951e8869615bca3601ce7ab6969374933bdba6397469843b808f222", + strip_prefix = "node-v22.1.0-linux-arm64/", + urls = ["https://nodejs.org/dist/v22.1.0/node-v22.1.0-linux-arm64.tar.gz"], + version = "22.1.0", architecture = "arm64", control = "//nodejs:control", ) From 6dfa6680fb18d39313b380ce0e1693f7105129f4 Mon Sep 17 00:00:00 2001 From: Ole-Martin Bratteng <1681525+omBratteng@users.noreply.github.com> Date: Thu, 2 May 2024 20:34:22 +0200 Subject: [PATCH 3/6] Bump `nodejs22_arm` to `22.1.0` --- node_archives.bzl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/node_archives.bzl b/node_archives.bzl index 87c4fd5a3..34bfab536 100644 --- a/node_archives.bzl +++ b/node_archives.bzl @@ -129,10 +129,10 @@ def repositories(): node_archive( name = "nodejs22_arm", - sha256 = "d21db7f57c5ce182aec2b9a83e3295abc37e1731abb73995d3d573e04409977c", - strip_prefix = "node-v22.0.0-linux-armv7l/", - urls = ["https://nodejs.org/dist/v22.0.0/node-v22.0.0-linux-armv7l.tar.gz"], - version = "22.0.0", + sha256 = "e2d46a045ab4e14e7234162c8167bed96c71ac82fbfae1feac21d77ea44c62d0", + strip_prefix = "node-v22.1.0-linux-armv7l/", + urls = ["https://nodejs.org/dist/v22.1.0/node-v22.1.0-linux-armv7l.tar.gz"], + version = "22.1.0", architecture = "arm", control = "//nodejs:control", ) From f5698295d6cdbc6d6858f2bad8dbe7db2794af5f Mon Sep 17 00:00:00 2001 From: Ole-Martin Bratteng <1681525+omBratteng@users.noreply.github.com> Date: Thu, 2 May 2024 20:34:27 +0200 Subject: [PATCH 4/6] Bump `nodejs22_ppc64le` to `22.1.0` --- node_archives.bzl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/node_archives.bzl b/node_archives.bzl index 34bfab536..e0e8cecf3 100644 --- a/node_archives.bzl +++ b/node_archives.bzl @@ -139,10 +139,10 @@ def repositories(): node_archive( name = "nodejs22_ppc64le", - sha256 = "3b098dccf56d446bbb80845d35bbecbdb74612860d1690f3a216387c99c9d620", - strip_prefix = "node-v22.0.0-linux-ppc64le/", - urls = ["https://nodejs.org/dist/v22.0.0/node-v22.0.0-linux-ppc64le.tar.gz"], - version = "22.0.0", + sha256 = "df47c5506bc865b093cfa0411b4adbb66187da00decd05a83c22b9d5ffdca088", + strip_prefix = "node-v22.1.0-linux-ppc64le/", + urls = ["https://nodejs.org/dist/v22.1.0/node-v22.1.0-linux-ppc64le.tar.gz"], + version = "22.1.0", architecture = "ppc64le", control = "//nodejs:control", ) From a93a1ea540ca09183f6ccb5b9d248bcb59563732 Mon Sep 17 00:00:00 2001 From: Ole-Martin Bratteng <1681525+omBratteng@users.noreply.github.com> Date: Thu, 2 May 2024 20:34:31 +0200 Subject: [PATCH 5/6] Bump `nodejs22_s390x` to `22.1.0` --- node_archives.bzl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/node_archives.bzl b/node_archives.bzl index e0e8cecf3..1b4f91415 100644 --- a/node_archives.bzl +++ b/node_archives.bzl @@ -149,10 +149,10 @@ def repositories(): node_archive( name = "nodejs22_s390x", - sha256 = "7ec5fdad0c819eea17900eb43c1de948d620a783b1ac94062caa438778a92b30", - strip_prefix = "node-v22.0.0-linux-s390x/", - urls = ["https://nodejs.org/dist/v22.0.0/node-v22.0.0-linux-s390x.tar.gz"], - version = "22.0.0", + sha256 = "1961314d0d51cf9c4719705ba809f8451597c577dfb0cb500a058115a05d586a", + strip_prefix = "node-v22.1.0-linux-s390x/", + urls = ["https://nodejs.org/dist/v22.1.0/node-v22.1.0-linux-s390x.tar.gz"], + version = "22.1.0", architecture = "s390x", control = "//nodejs:control", ) From a38268b17ba607faa58e7e01a3f27c2e4b18dae1 Mon Sep 17 00:00:00 2001 From: Ole-Martin Bratteng <1681525+omBratteng@users.noreply.github.com> Date: Thu, 2 May 2024 20:34:35 +0200 Subject: [PATCH 6/6] Update tests --- nodejs/testdata/nodejs22.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodejs/testdata/nodejs22.yaml b/nodejs/testdata/nodejs22.yaml index 073d5b012..684fe5b3d 100644 --- a/nodejs/testdata/nodejs22.yaml +++ b/nodejs/testdata/nodejs22.yaml @@ -3,4 +3,4 @@ commandTests: - name: nodejs command: "/nodejs/bin/node" args: ["--version"] - expectedOutput: ["v22.0.0"] + expectedOutput: ["v22.1.0"]