From 1fbe6b84accafc1cc62541ec7fadecc49087c8d4 Mon Sep 17 00:00:00 2001 From: Rod Vagg Date: Tue, 28 Jan 2025 14:53:27 +1100 Subject: [PATCH 1/8] chore: add node23 to cron, remove 21 --- .github/workflows/cron.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cron.yml b/.github/workflows/cron.yml index 15f44c9ca..6291aeb1f 100644 --- a/.github/workflows/cron.yml +++ b/.github/workflows/cron.yml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: false matrix: - track: [main, 22, 21, 20, 18] + track: [main, 23, 22, 20, 18] name: Check branch runs-on: ubuntu-latest From 6c2477ea794f0cc49b8f8274e3dd7a91f38eba45 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Tue, 28 Jan 2025 03:54:14 +0000 Subject: [PATCH 2/8] snap: (auto) updated to 23.6.1 --- snapcraft.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/snapcraft.yaml b/snapcraft.yaml index fd12dcc5e..5fa606a4a 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -1,5 +1,5 @@ name: node -version: '24.0.0-nightly202501271263efdf' +version: '23.6.1' summary: Node.js description: | A JavaScript runtime built on Chrome's V8 JavaScript engine. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient. Node.js' package ecosystem, npm, is the largest ecosystem of open source libraries in the world. https://nodejs.org/ @@ -24,7 +24,7 @@ parts: node: plugin: make source-type: tar - source: https://nodejs.org/download/nightly/v24.0.0-nightly202501271263efdfca/node-v24.0.0-nightly202501271263efdfca.tar.gz + source: https://nodejs.org/download/release/v23.6.1/node-v23.6.1.tar.gz build-packages: # Ensure these and the build environment below match the minimum GCC and G++ versions for this Node release. # https://github.com/nodejs/node/blob/main/BUILDING.md#building-nodejs-on-supported-platforms @@ -39,7 +39,7 @@ parts: make-parameters: - V= override-build: | - ./configure --verbose --prefix=/ --release-urlbase=https://nodejs.org/download/nightly/ --tag=nightly202501271263efdfca + ./configure --verbose --prefix=/ --release-urlbase=https://nodejs.org/download/release/ --tag= craftctl default mkdir -p $CRAFT_PART_INSTALL/etc echo "prefix = /usr/local" >> $CRAFT_PART_INSTALL/etc/npmrc From 21b70e8c76c8ac5e5cb97c64e375adef65b8c8c6 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Thu, 30 Jan 2025 18:07:49 +0000 Subject: [PATCH 3/8] snap: (auto) updated to 23.7.0 --- snapcraft.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/snapcraft.yaml b/snapcraft.yaml index 5fa606a4a..4160d2809 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -1,5 +1,5 @@ name: node -version: '23.6.1' +version: '23.7.0' summary: Node.js description: | A JavaScript runtime built on Chrome's V8 JavaScript engine. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient. Node.js' package ecosystem, npm, is the largest ecosystem of open source libraries in the world. https://nodejs.org/ @@ -24,7 +24,7 @@ parts: node: plugin: make source-type: tar - source: https://nodejs.org/download/release/v23.6.1/node-v23.6.1.tar.gz + source: https://nodejs.org/download/release/v23.7.0/node-v23.7.0.tar.gz build-packages: # Ensure these and the build environment below match the minimum GCC and G++ versions for this Node release. # https://github.com/nodejs/node/blob/main/BUILDING.md#building-nodejs-on-supported-platforms From 41c9540dc0fef02694ca1f12bf14c6d955010e36 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Thu, 13 Feb 2025 17:48:53 +0000 Subject: [PATCH 4/8] snap: (auto) updated to 23.8.0 --- snapcraft.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/snapcraft.yaml b/snapcraft.yaml index 4160d2809..c9e0524f3 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -1,5 +1,5 @@ name: node -version: '23.7.0' +version: '23.8.0' summary: Node.js description: | A JavaScript runtime built on Chrome's V8 JavaScript engine. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient. Node.js' package ecosystem, npm, is the largest ecosystem of open source libraries in the world. https://nodejs.org/ @@ -24,7 +24,7 @@ parts: node: plugin: make source-type: tar - source: https://nodejs.org/download/release/v23.7.0/node-v23.7.0.tar.gz + source: https://nodejs.org/download/release/v23.8.0/node-v23.8.0.tar.gz build-packages: # Ensure these and the build environment below match the minimum GCC and G++ versions for this Node release. # https://github.com/nodejs/node/blob/main/BUILDING.md#building-nodejs-on-supported-platforms From d06a1dc25e49ef7162ca9db2f411b3c1fe9ef73d Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Wed, 26 Feb 2025 16:50:30 +0000 Subject: [PATCH 5/8] snap: (auto) updated to 23.9.0 --- snapcraft.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/snapcraft.yaml b/snapcraft.yaml index c9e0524f3..9a08b7d76 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -1,5 +1,5 @@ name: node -version: '23.8.0' +version: '23.9.0' summary: Node.js description: | A JavaScript runtime built on Chrome's V8 JavaScript engine. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient. Node.js' package ecosystem, npm, is the largest ecosystem of open source libraries in the world. https://nodejs.org/ @@ -24,7 +24,7 @@ parts: node: plugin: make source-type: tar - source: https://nodejs.org/download/release/v23.8.0/node-v23.8.0.tar.gz + source: https://nodejs.org/download/release/v23.9.0/node-v23.9.0.tar.gz build-packages: # Ensure these and the build environment below match the minimum GCC and G++ versions for this Node release. # https://github.com/nodejs/node/blob/main/BUILDING.md#building-nodejs-on-supported-platforms From 1bd7a46a1a0a8347b9d4cc1699a8ac79fe0a8404 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Thu, 13 Mar 2025 23:06:20 +0000 Subject: [PATCH 6/8] snap: (auto) updated to 23.10.0 --- snapcraft.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/snapcraft.yaml b/snapcraft.yaml index 9a08b7d76..6301eb970 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -1,5 +1,5 @@ name: node -version: '23.9.0' +version: '23.10.0' summary: Node.js description: | A JavaScript runtime built on Chrome's V8 JavaScript engine. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient. Node.js' package ecosystem, npm, is the largest ecosystem of open source libraries in the world. https://nodejs.org/ @@ -24,7 +24,7 @@ parts: node: plugin: make source-type: tar - source: https://nodejs.org/download/release/v23.9.0/node-v23.9.0.tar.gz + source: https://nodejs.org/download/release/v23.10.0/node-v23.10.0.tar.gz build-packages: # Ensure these and the build environment below match the minimum GCC and G++ versions for this Node release. # https://github.com/nodejs/node/blob/main/BUILDING.md#building-nodejs-on-supported-platforms From 91627cb1b549c054e9404d0a25b96fafd0afdfe8 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Tue, 1 Apr 2025 14:38:13 +0000 Subject: [PATCH 7/8] snap: (auto) updated to 23.11.0 --- snapcraft.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/snapcraft.yaml b/snapcraft.yaml index 6301eb970..2d652a7df 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -1,5 +1,5 @@ name: node -version: '23.10.0' +version: '23.11.0' summary: Node.js description: | A JavaScript runtime built on Chrome's V8 JavaScript engine. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient. Node.js' package ecosystem, npm, is the largest ecosystem of open source libraries in the world. https://nodejs.org/ @@ -24,7 +24,7 @@ parts: node: plugin: make source-type: tar - source: https://nodejs.org/download/release/v23.10.0/node-v23.10.0.tar.gz + source: https://nodejs.org/download/release/v23.11.0/node-v23.11.0.tar.gz build-packages: # Ensure these and the build environment below match the minimum GCC and G++ versions for this Node release. # https://github.com/nodejs/node/blob/main/BUILDING.md#building-nodejs-on-supported-platforms From 3a6e40f7a3c4eea62740cd8c5c3bfb33343e16c8 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Wed, 14 May 2025 21:21:46 +0000 Subject: [PATCH 8/8] snap: (auto) updated to 23.11.1 --- snapcraft.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/snapcraft.yaml b/snapcraft.yaml index 2d652a7df..e410b047a 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -1,5 +1,5 @@ name: node -version: '23.11.0' +version: '23.11.1' summary: Node.js description: | A JavaScript runtime built on Chrome's V8 JavaScript engine. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient. Node.js' package ecosystem, npm, is the largest ecosystem of open source libraries in the world. https://nodejs.org/ @@ -24,7 +24,7 @@ parts: node: plugin: make source-type: tar - source: https://nodejs.org/download/release/v23.11.0/node-v23.11.0.tar.gz + source: https://nodejs.org/download/release/v23.11.1/node-v23.11.1.tar.gz build-packages: # Ensure these and the build environment below match the minimum GCC and G++ versions for this Node release. # https://github.com/nodejs/node/blob/main/BUILDING.md#building-nodejs-on-supported-platforms