From bed8188720eb97ab48e202506e8f42fe06fa4825 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nacho=20Codo=C3=B1er?= Date: Thu, 15 May 2025 07:56:56 +0200 Subject: [PATCH 1/3] update Node 22.15.1 --- .travis.yml | 2 +- meteor | 2 +- scripts/build-dev-bundle-common.sh | 2 +- v3-docs/docs/generators/changelog/versions/3.3.0.md | 2 +- v3-docs/v3-migration-docs/index.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index ee9af17abb..00ba200b2a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ dist: jammy sudo: required services: xvfb node_js: - - "22.15.0" + - "22.15.1" cache: directories: - ".meteor" diff --git a/meteor b/meteor index cdc7ffc05a..9ed72794fc 100755 --- a/meteor +++ b/meteor @@ -1,6 +1,6 @@ #!/usr/bin/env bash -BUNDLE_VERSION=22.15.0.3 +BUNDLE_VERSION=22.15.1.0 # OS Check. Put here because here is where we download the precompiled # bundles that are arch specific. diff --git a/scripts/build-dev-bundle-common.sh b/scripts/build-dev-bundle-common.sh index cbb17bf018..12089c6efd 100644 --- a/scripts/build-dev-bundle-common.sh +++ b/scripts/build-dev-bundle-common.sh @@ -5,7 +5,7 @@ set -u UNAME=$(uname) ARCH=$(uname -m) -NODE_VERSION=22.15.0 +NODE_VERSION=22.15.1 MONGO_VERSION_64BIT=7.0.16 MONGO_VERSION_32BIT=3.2.22 NPM_VERSION=10.9.2 diff --git a/v3-docs/docs/generators/changelog/versions/3.3.0.md b/v3-docs/docs/generators/changelog/versions/3.3.0.md index 11ae95ed9a..b9121371e5 100644 --- a/v3-docs/docs/generators/changelog/versions/3.3.0.md +++ b/v3-docs/docs/generators/changelog/versions/3.3.0.md @@ -13,7 +13,7 @@ - Fix user agent detection and oplog collection filtering - Refine type definitions for Meteor methods and SSR's ServerSink - Allow opting out of usage stats with `DO_NOT_TRACK` -- Update Node to 22.15.0 and Express to 5.1.0 +- Update Node to 22.15.1 and Express to 5.1.0 All Merged PRs@[GitHub PRs 3.3](https://github.com/meteor/meteor/pulls?q=is%3Apr+is%3Amerged+base%3Arelease-3.3) diff --git a/v3-docs/v3-migration-docs/index.md b/v3-docs/v3-migration-docs/index.md index 15f96a16ae..8301bbe3e5 100644 --- a/v3-docs/v3-migration-docs/index.md +++ b/v3-docs/v3-migration-docs/index.md @@ -1,6 +1,6 @@ --- meteor_version: 3.1.0 -node_version: 22.15.0 +node_version: 22.15.1 npm_version: 10.9.2 --- # Meteor 3.0 Migration Guide From 1b4cb98edc260f2dcfeb9e0a344e2f5d7f02e7b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nacho=20Codo=C3=B1er?= Date: Thu, 15 May 2025 08:03:53 +0200 Subject: [PATCH 2/3] re-run checks From afa6f07f204dc4e2f68bf8e0f6ac2d1c56852122 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nacho=20Codo=C3=B1er?= Date: Thu, 15 May 2025 08:04:36 +0200 Subject: [PATCH 3/3] re-run checks