-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update to Meteor 3.0 #1201
Labels
epic
A piece of functionality directly related to requirements similar to an epic user story
needs requirements
Status for project issues that are being discussed
Stale
Comments
ian-noaa
added
epic
A piece of functionality directly related to requirements similar to an epic user story
needs requirements
Status for project issues that are being discussed
labels
Jul 19, 2024
@mollybsmith-noaa & @randytpierce, this seemed like a good place to start a discussion around the Meteor 3.0 upgrade. I'm imagining this issue/epic will spawn a number of sub-tasks depending on the upgrade path we want to take. @mollybsmith-noaa - would this be okay to assign to you? |
Sure, I do want to get to a modern version of Node, but this will take a good chunk of time.
Molly
… On Jul 19, 2024, at 12:16 PM, Ian McGinnis ***@***.***> wrote:
@mollybsmith-noaa <https://github.com/mollybsmith-noaa> & @randytpierce <https://github.com/randytpierce>, this seemed like a good place to start a discussion around the Meteor 3.0 upgrade. I'm imagining this issue/epic will spawn a number of sub-tasks depending on the upgrade path we want to take.
@mollybsmith-noaa <https://github.com/mollybsmith-noaa> - would this be okay to assign to you?
—
Reply to this email directly, view it on GitHub <#1201 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AHBWGZJBI2MARHJGXV3KYULZNFJZBAVCNFSM6AAAAABLFA44C6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMZZHA2TEMJRG4>.
You are receiving this because you were mentioned.
|
This needs to be done AFTER my consolidate middleware branch is merged back in or we’ll have one heck of a merge conflict.
… On Jul 19, 2024, at 12:29 PM, Molly Smith - NOAA Affiliate ***@***.***> wrote:
Sure, I do want to get to a modern version of Node, but this will take a good chunk of time.
Molly
> On Jul 19, 2024, at 12:16 PM, Ian McGinnis ***@***.***> wrote:
>
>
> @mollybsmith-noaa <https://github.com/mollybsmith-noaa> & @randytpierce <https://github.com/randytpierce>, this seemed like a good place to start a discussion around the Meteor 3.0 upgrade. I'm imagining this issue/epic will spawn a number of sub-tasks depending on the upgrade path we want to take.
>
> @mollybsmith-noaa <https://github.com/mollybsmith-noaa> - would this be okay to assign to you?
>
> —
> Reply to this email directly, view it on GitHub <#1201 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AHBWGZJBI2MARHJGXV3KYULZNFJZBAVCNFSM6AAAAABLFA44C6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMZZHA2TEMJRG4>.
> You are receiving this because you were mentioned.
>
|
I agree on both accounts. 🙂 |
This issue is stale because it has been open 90 days with no activity. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
epic
A piece of functionality directly related to requirements similar to an epic user story
needs requirements
Status for project issues that are being discussed
Stale
Problem
Meteor 3.0 was released on July 16. It contains significant breaking changes to the framework (namely migrating from
fibers
toasync
) and migrates off of an end-of-life version of Node. (from v14 to v20) Meteor has published a migration guide.Solution
To be discussed.
There are two possible paths I see:
fibers
toasync
on Meteor v2.16, then update to Meteor 3.0Either way, this should be broken up into small steps to better understand what we need to do.
No Go's
Describe any features or behaviors that have been considered and rejected as out of scope for this project
Tasks
Describe discrete tasks that need to be done to complete this project
The text was updated successfully, but these errors were encountered: