Looking for help migrating packages to Meteor 3.0

That sounded like a Galaxy thing. I hope Meteor is not going with 3.1 into the … Galaxy direction ending 2-3 years down the line like … Meteor Pro and Meteor Community.

Just wanted to point out that a new version of collection hooks got released thanks to the great efforts of Berislav Hunjadi / @bhunjadi .

5 Likes

This is amazing news! Thank you, @bhunjadi!

2 Likes

any updates on the package littledata:synced-cron?
seems like its not being being maintained and its holding me back from updating to meteor 3.
there are PR and issue on github that seems like people did help on updating it but no one is reviewing or approving.

if anyone has a better solution and a different package that does synced cron which is compatible with meteor 3, please let me know

synced-cron has been ready for Meteor 3 for a while now. It is maintained here:

2 Likes

what about universe:18n

When i install meteor 3.0.2 beta.4, its installing the 2.1.1 but now there is version 3 which support meteor 3 and im not able to download it or update it
any solution on this matter?

I have just tried universe:i18n@3.0.0 and it is working perfectly with METEOR@3.0.2-beta.4

2 Likes

Any updates on swydo:ddp-apollo? It’s helpful for people who want to use postGres and/or other databases. I was able to get my Apollo GraphQL code working in Meteor v3 without it, but it was quite a lot of work.

swydo:ddp-apollo is outdated in the Apollo world as well. I think, given that the other Swydo projects aren’t being updated, we will have to do a fork.

I have code now that connects ApolloGraphQL to Meteor resolvers, with support for queries, mutations and subscriptions, and which puts the Meteor user object, and userId into context. I would be happy to contribute this code to the package.

2 Likes

Yes, let’s figure out the best way we should have Apollo in Meteor. Probably best to build a new package or expand the official one.

I don’t know anything about building a Meteor package, but I can contribute this code.

Shouid we do a video call/programming session?

I updated the list again as I was working on the latest iteration of my monthly blog posts. We’ve made great strides since the last time with packages like meteor-roles becoming async compatible, thanks to the work of @storyteller

Previously I’ve given any viewer the ability to modify the spreadsheet in the hopes that we can all work simultaneously but apparently some douche decided to mess it all up then a good Samaritan decided to fix things. So, I’m not taking any chances again and locking it up, anyone can comment now and I’ll merge your comment if it’s worthy.

6 Likes

A new version of collection-hooks got released 2.0.0-rc.6, it’s important that you try it out in your applications so we can resolve any remaining bugs before final release.

Fellas, the work for 3.0 is still on-going and far from over. I need you guys to try out these new betas:

4 Likes

Hello guys I just wanted to let you know that I’ve forked the rocketchat:streamer package and made it 3.0 compatible

5 Likes

niiice, did you open a PR for rocketchat?

1 Like
1 Like

As part of the ongoing effort to migrate Wekan to 3.0

Three packages have been accommodated to support Meteor 3.0:

All of them are drop-in replacements supporting Meteor 2.16 and 3.0 simultaneously. They’re placed under MCP and not my name so even if I’m no longer active others can carry chime in and carry the torch.

5 Likes