From 74fbc2da5726354d70dbfe348fe7c12066cca9f2 Mon Sep 17 00:00:00 2001 From: Jan Dvorak Date: Fri, 9 Feb 2024 11:46:22 +0100 Subject: [PATCH 1/6] Quick fix in underscore 1.6 for #13001 --- packages/underscore/package.js | 2 +- packages/underscore/underscore.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/underscore/package.js b/packages/underscore/package.js index 84f8474611..d93e0bb600 100644 --- a/packages/underscore/package.js +++ b/packages/underscore/package.js @@ -1,7 +1,7 @@ Package.describe({ summary: "Collection of small helpers: _.map, _.each, ...", - version: '1.6.0', + version: '1.6.1', }); Npm.depends({ diff --git a/packages/underscore/underscore.js b/packages/underscore/underscore.js index b7788b3a4b..6a9e39fe09 100644 --- a/packages/underscore/underscore.js +++ b/packages/underscore/underscore.js @@ -529,7 +529,7 @@ var rest = slice.call(arguments, 1); return _.filter(_.uniq(array), function(item) { return _.every(rest, function(other) { - return _.contains(other, item) >= 0; + return _.contains(other, item); }); }); }; From 2ad99fd0922ded5ea488956cc3bc5959a25ffe64 Mon Sep 17 00:00:00 2001 From: Gabriel Grubba <70247653+Grubba27@users.noreply.github.com> Date: Thu, 22 Feb 2024 17:14:53 -0300 Subject: [PATCH 2/6] update beta.0 references --- guide/source/3.0-migration.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/guide/source/3.0-migration.md b/guide/source/3.0-migration.md index 7591356327..5b89e65545 100644 --- a/guide/source/3.0-migration.md +++ b/guide/source/3.0-migration.md @@ -7,10 +7,10 @@ description: How to migrate your application to Meteor 3.0. ## What's the status of version 3.0? -**Latest version:** `3.0-beta.0`
+**Latest version:** `3.0-beta.4`
**Node.js version:** `20.9.0 LTS` -Meteor 3.0 is in alpha and not recommended for production. You can check the "[Release 3.0 Pull Request](https://github.com/meteor/meteor/pull/12359)" to see what is being changed. +Meteor 3.0 is in beta and not recommended for production. You can check the "[Release 3.0 Pull Request](https://github.com/meteor/meteor/pull/12359)" to see what is being changed. ## How to prepare for version 3.0? @@ -112,7 +112,7 @@ findOne is not available on the server. Please use findOneAsync instead. You can create a new Meteor 3.0 project by running the command below: ```bash -meteor create my-new-project --release 3.0-beta.0 +meteor create my-new-project --release 3.0-beta.4 ``` ### How to update from version 2? @@ -120,7 +120,7 @@ meteor create my-new-project --release 3.0-beta.0 You can update your Meteor 2.x project by running the command below inside your project folder: ```bash -meteor update --release 3.0-beta.0 +meteor update --release 3.0-beta.4 ``` ### How to follow the progress on version 3? From feddb545ad2c305721b988a05dffbf8bd219685f Mon Sep 17 00:00:00 2001 From: Gabriel Grubba <70247653+Grubba27@users.noreply.github.com> Date: Thu, 22 Feb 2024 17:24:15 -0300 Subject: [PATCH 3/6] Updating the FAQ for 3.0 migration --- guide/source/3.0-migration.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/guide/source/3.0-migration.md b/guide/source/3.0-migration.md index 5b89e65545..40c3dc044b 100644 --- a/guide/source/3.0-migration.md +++ b/guide/source/3.0-migration.md @@ -3,7 +3,10 @@ title: Migrating to Meteor 3.0 description: How to migrate your application to Meteor 3.0. --- -> **This guide will be created as we get closer to the Meteor 3.0 beta release.** We are also evaluating new documentation platforms to improve our users' experience. +> This guide will be created as we approach the Meteor 3.0 release. +> We're in the process of moving our documentation to Vitepress, +> and updating the Meteor API docs for version 3.0. For the latest updates, +> visit https://v3-docs.meteor.com/. ## What's the status of version 3.0? @@ -16,6 +19,10 @@ Meteor 3.0 is in beta and not recommended for production. You can check the "[Re You can follow the guide "[How to migrate to Meteor Async in Meteor 2.x](/prepare-meteor-3.0.html)" to help you prepare your application for the new version by starting to use async methods. +## How to follow the progress on version 3? + +The best way to follow the progress is by checking the "[What's left until an official Meteor 3.0?](https://github.com/meteor/meteor/discussions/12865)" discussion. We have also been sharing constant updates on [this topic](https://forums.meteor.com/t/fibers-public-roadmap-and-meteor-3-0/59627/84) in our forum. + ## Frequently Asked Questions ### What is Fibers? @@ -123,10 +130,6 @@ You can update your Meteor 2.x project by running the command below inside your meteor update --release 3.0-beta.4 ``` -### How to follow the progress on version 3? - -The best way to follow the progress is by checking the "[What's left until an official Meteor 3.0?](https://github.com/meteor/meteor/discussions/12865)" discussion. We have also been sharing constant updates on [this topic](https://forums.meteor.com/t/fibers-public-roadmap-and-meteor-3-0/59627/84) in our forum. - ### When will Meteor 3.0 be ready? We plan to release the beta version by the end of Q4 2023. An official version will depend a lot on user feedback, but we aim to release it by the end of Q1 2024. From a754fcc086d6eb7e2113613ac9fee3533fed6853 Mon Sep 17 00:00:00 2001 From: Gabriel Grubba <70247653+Grubba27@users.noreply.github.com> Date: Wed, 28 Feb 2024 20:35:01 -0300 Subject: [PATCH 4/6] docs: updating beta reference to .6 --- guide/source/3.0-migration.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/guide/source/3.0-migration.md b/guide/source/3.0-migration.md index 40c3dc044b..3a4211aad7 100644 --- a/guide/source/3.0-migration.md +++ b/guide/source/3.0-migration.md @@ -10,7 +10,7 @@ description: How to migrate your application to Meteor 3.0. ## What's the status of version 3.0? -**Latest version:** `3.0-beta.4`
+**Latest version:** `3.0-beta.6`
**Node.js version:** `20.9.0 LTS` Meteor 3.0 is in beta and not recommended for production. You can check the "[Release 3.0 Pull Request](https://github.com/meteor/meteor/pull/12359)" to see what is being changed. @@ -119,7 +119,7 @@ findOne is not available on the server. Please use findOneAsync instead. You can create a new Meteor 3.0 project by running the command below: ```bash -meteor create my-new-project --release 3.0-beta.4 +meteor create my-new-project --release 3.0-beta.6 ``` ### How to update from version 2? @@ -127,7 +127,7 @@ meteor create my-new-project --release 3.0-beta.4 You can update your Meteor 2.x project by running the command below inside your project folder: ```bash -meteor update --release 3.0-beta.4 +meteor update --release 3.0-beta.6 ``` ### When will Meteor 3.0 be ready? From e8596c011532cd816246adf977776f7854b90209 Mon Sep 17 00:00:00 2001 From: Gabriel Grubba <70247653+Grubba27@users.noreply.github.com> Date: Fri, 1 Mar 2024 16:08:41 -0300 Subject: [PATCH 5/6] Updated node and npm version to match beta.6 --- guide/source/3.0-migration.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/guide/source/3.0-migration.md b/guide/source/3.0-migration.md index 3a4211aad7..f31ae24e1e 100644 --- a/guide/source/3.0-migration.md +++ b/guide/source/3.0-migration.md @@ -11,7 +11,8 @@ description: How to migrate your application to Meteor 3.0. ## What's the status of version 3.0? **Latest version:** `3.0-beta.6`
-**Node.js version:** `20.9.0 LTS` +**Node.js version:** `20.11.1 LTS` +**NPM version:** `10.2.4` Meteor 3.0 is in beta and not recommended for production. You can check the "[Release 3.0 Pull Request](https://github.com/meteor/meteor/pull/12359)" to see what is being changed. From f697f331cf71d1b17d7755d230c4061f240a6102 Mon Sep 17 00:00:00 2001 From: Gabriel Grubba <70247653+Grubba27@users.noreply.github.com> Date: Fri, 1 Mar 2024 16:13:28 -0300 Subject: [PATCH 6/6] add missing BR --- guide/source/3.0-migration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/source/3.0-migration.md b/guide/source/3.0-migration.md index f31ae24e1e..946dfcec26 100644 --- a/guide/source/3.0-migration.md +++ b/guide/source/3.0-migration.md @@ -11,7 +11,7 @@ description: How to migrate your application to Meteor 3.0. ## What's the status of version 3.0? **Latest version:** `3.0-beta.6`
-**Node.js version:** `20.11.1 LTS` +**Node.js version:** `20.11.1 LTS`
**NPM version:** `10.2.4` Meteor 3.0 is in beta and not recommended for production. You can check the "[Release 3.0 Pull Request](https://github.com/meteor/meteor/pull/12359)" to see what is being changed.