From 0ef9677ee5836008811ad10786c4e92c0d5e496e Mon Sep 17 00:00:00 2001 From: Jan Dvorak Date: Tue, 11 Feb 2025 14:58:39 +0100 Subject: [PATCH 1/9] Node 22.14.0 --- .travis.yml | 2 +- meteor | 2 +- scripts/build-dev-bundle-common.sh | 2 +- v3-docs/v3-migration-docs/index.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index cd2ddb2f03..5d5a1e7852 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ dist: jammy sudo: required services: xvfb node_js: - - "22.13.1" + - "22.14.0" cache: directories: - ".meteor" diff --git a/meteor b/meteor index f608dd2ba3..82ae773c6a 100755 --- a/meteor +++ b/meteor @@ -1,6 +1,6 @@ #!/usr/bin/env bash -BUNDLE_VERSION=22.13.1.2 +BUNDLE_VERSION=22.14.0.0 # OS Check. Put here because here is where we download the precompiled diff --git a/scripts/build-dev-bundle-common.sh b/scripts/build-dev-bundle-common.sh index 22acd0d917..6164ea0c16 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.13.1 +NODE_VERSION=22.14.0 MONGO_VERSION_64BIT=7.0.5 MONGO_VERSION_32BIT=3.2.22 NPM_VERSION=10.9.2 diff --git a/v3-docs/v3-migration-docs/index.md b/v3-docs/v3-migration-docs/index.md index 777a25ac15..4d55017747 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.13.1 +node_version: 22.14.0 npm_version: 10.9.2 --- # Meteor 3.0 Migration Guide From a7013d573d8b4cc30f6fad5564a2e6c00033b3a4 Mon Sep 17 00:00:00 2001 From: Jan Dvorak Date: Tue, 11 Feb 2025 15:02:33 +0100 Subject: [PATCH 2/9] Update included MongoDB to v7.0.16 --- scripts/build-dev-bundle-common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build-dev-bundle-common.sh b/scripts/build-dev-bundle-common.sh index 6164ea0c16..f60e62fbee 100644 --- a/scripts/build-dev-bundle-common.sh +++ b/scripts/build-dev-bundle-common.sh @@ -6,7 +6,7 @@ set -u UNAME=$(uname) ARCH=$(uname -m) NODE_VERSION=22.14.0 -MONGO_VERSION_64BIT=7.0.5 +MONGO_VERSION_64BIT=7.0.16 MONGO_VERSION_32BIT=3.2.22 NPM_VERSION=10.9.2 From 89aa32dcb2bb87df1c6f0cc32dc2240fe28f4b1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nacho=20Codo=C3=B1er?= Date: Fri, 14 Feb 2025 17:16:16 +0100 Subject: [PATCH 3/9] patch bundle_version --- meteor | 2 +- packages/non-core/blaze | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meteor b/meteor index 82ae773c6a..13371dbd43 100755 --- a/meteor +++ b/meteor @@ -1,6 +1,6 @@ #!/usr/bin/env bash -BUNDLE_VERSION=22.14.0.0 +BUNDLE_VERSION=22.14.0.1 # OS Check. Put here because here is where we download the precompiled diff --git a/packages/non-core/blaze b/packages/non-core/blaze index 0856ca8bf7..d43fa6e965 160000 --- a/packages/non-core/blaze +++ b/packages/non-core/blaze @@ -1 +1 @@ -Subproject commit 0856ca8bf7730fbe1944142642a0c5be82fb9999 +Subproject commit d43fa6e965b0a496f286c7587a97544212a7d260 From 144f9f37260e2b77b35521de6210661c32588270 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nacho=20Codo=C3=B1er?= Date: Fri, 14 Feb 2025 17:17:07 +0100 Subject: [PATCH 4/9] Revert "patch bundle_version" This reverts commit 89aa32dcb2bb87df1c6f0cc32dc2240fe28f4b1b. --- meteor | 2 +- packages/non-core/blaze | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meteor b/meteor index 13371dbd43..82ae773c6a 100755 --- a/meteor +++ b/meteor @@ -1,6 +1,6 @@ #!/usr/bin/env bash -BUNDLE_VERSION=22.14.0.1 +BUNDLE_VERSION=22.14.0.0 # OS Check. Put here because here is where we download the precompiled diff --git a/packages/non-core/blaze b/packages/non-core/blaze index d43fa6e965..0856ca8bf7 160000 --- a/packages/non-core/blaze +++ b/packages/non-core/blaze @@ -1 +1 @@ -Subproject commit d43fa6e965b0a496f286c7587a97544212a7d260 +Subproject commit 0856ca8bf7730fbe1944142642a0c5be82fb9999 From 0fd43dd2facd8cc3c059d51269e98f026b1b993c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nacho=20Codo=C3=B1er?= Date: Fri, 14 Feb 2025 17:17:24 +0100 Subject: [PATCH 5/9] patch bundle_version --- meteor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meteor b/meteor index 82ae773c6a..13371dbd43 100755 --- a/meteor +++ b/meteor @@ -1,6 +1,6 @@ #!/usr/bin/env bash -BUNDLE_VERSION=22.14.0.0 +BUNDLE_VERSION=22.14.0.1 # OS Check. Put here because here is where we download the precompiled From 1fc18ba1011a184e13dd4a2132ce3f02c27341cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nacho=20Codo=C3=B1er?= Date: Fri, 14 Feb 2025 17:23:07 +0100 Subject: [PATCH 6/9] patch bundle_version --- meteor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meteor b/meteor index 13371dbd43..f60736d13d 100755 --- a/meteor +++ b/meteor @@ -1,6 +1,6 @@ #!/usr/bin/env bash -BUNDLE_VERSION=22.14.0.1 +BUNDLE_VERSION=22.14.0.2 # OS Check. Put here because here is where we download the precompiled From ad8a57d45d1b9c2e172ba0bdf4995d417f960972 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nacho=20Codo=C3=B1er?= Date: Fri, 14 Feb 2025 17:31:33 +0100 Subject: [PATCH 7/9] re-run checks From 2431a7969aebb0de2f284213943aedca7c772210 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nacho=20Codo=C3=B1er?= Date: Fri, 14 Feb 2025 17:37:30 +0100 Subject: [PATCH 8/9] re-run checks From 218d4b370dd323798bfd89f2f11d0ed4868693b8 Mon Sep 17 00:00:00 2001 From: "dr.dimitru" <1686778+dr-dimitru@users.noreply.github.com> Date: Sun, 16 Feb 2025 16:47:04 +0200 Subject: [PATCH 9/9] fix: typo in link to Mongo-Cursor-forEachAsync --- v3-docs/docs/api/collections.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v3-docs/docs/api/collections.md b/v3-docs/docs/api/collections.md index a595c4485d..a466de49df 100644 --- a/v3-docs/docs/api/collections.md +++ b/v3-docs/docs/api/collections.md @@ -698,7 +698,7 @@ topPosts.forEach((post) => { ::: warning Client only. -For server/isomorphic usage see [removeAsync](#Mongo-Cursor-forEachAsync). +For server/isomorphic usage see [forEachAsync](#Mongo-Cursor-forEachAsync). :::