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..f60736d13d 100755 --- a/meteor +++ b/meteor @@ -1,6 +1,6 @@ #!/usr/bin/env bash -BUNDLE_VERSION=22.13.1.2 +BUNDLE_VERSION=22.14.0.2 # 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..f60e62fbee 100644 --- a/scripts/build-dev-bundle-common.sh +++ b/scripts/build-dev-bundle-common.sh @@ -5,8 +5,8 @@ set -u UNAME=$(uname) ARCH=$(uname -m) -NODE_VERSION=22.13.1 -MONGO_VERSION_64BIT=7.0.5 +NODE_VERSION=22.14.0 +MONGO_VERSION_64BIT=7.0.16 MONGO_VERSION_32BIT=3.2.22 NPM_VERSION=10.9.2 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). ::: 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