msavin / Mongol-meteor-explore-minimongo-devtools

In-App MongoDB Editor for Meteor (Meteor DevTools)
http://play.with.meteor.toys
825 stars 40 forks source link

Update meteor package depency versions #160

Open Floriferous opened 5 years ago

Floriferous commented 5 years ago

Both aldeed:collection2 and dburles:mongo-collection-instances can be updated by a few point versions. The former specifically introduces dependency issues because of raix:emitter, upgrading to 3.0.2 would be great!

msavin commented 5 years ago

Actually, I think I can just remove them. I will push up a new version by Monday

On Fri, Jul 12, 2019 at 8:41 PM Florian Bienefelt notifications@github.com wrote:

Both aldeed:collection2 and dburles:mongo-collection-instances can be updated by a few point versions. The former specifically introduces dependency issues because of raix:emitter, upgrading to 3.0.2 would be great!

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/msavin/Mongol-meteor-explore-minimongo-devtools/issues/160?email_source=notifications&email_token=AAPP5AZIOCGWQIZFSFKRCN3P7DF6XA5CNFSM4ICPC6YKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4G66H4UQ, or mute the thread https://github.com/notifications/unsubscribe-auth/AAPP5AZA7SMQBOSJAWCMRBDP7DF6XANCNFSM4ICPC6YA .

djlogan2 commented 3 years ago

I am having troubles updating to meteor 1.11, and it turns out to be meteortoys which turns out to be collection2, which it now appears to be this package. Can you update this in some fashion?

davidlogan@DAVIDs-MacBook-Pro iccserver % meteor add msavin:mongol@=10.0.1          
 => Errors while adding packages:             

While selecting package versions:
error: Potentially incompatible change required to top-level dependency: aldeed:collection2 2.10.0, was 3.2.1.
Constraints on package "aldeed:collection2":
* aldeed:collection2@2.3.2 <- msavin:mongol 10.0.1

It does let me install 7.0.1 for some reason, although that appears to be incompatible with meteortoys.

msavin commented 3 years ago

New version is in the works! Hoping for this month or next

Sent from my iPhone

On Oct 13, 2020, at 6:26 PM, David Logan notifications@github.com wrote:

 I am having troubles updating to meteor 1.11, and it turns out to be meteortoys which turns out to be collection2, which it now appears to be this package. Can you update this in some fashion?

davidlogan@DAVIDs-MacBook-Pro iccserver % meteor add msavin:mongol@=10.0.1
=> Errors while adding packages:

While selecting package versions: error: Potentially incompatible change required to top-level dependency: aldeed:collection2 2.10.0, was 3.2.1. Constraints on package "aldeed:collection2":

  • aldeed:collection2@2.3.2 <- msavin:mongol 10.0.1 It does let me install 7.0.1 for some reason, although that appears to be incompatible with meteortoys.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.