-
Notifications
You must be signed in to change notification settings - Fork 6
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 project dependencies to latest compatible versions #509
Comments
@brylie After upgrading to meteor 1.9, the vue component throws a build error. For now, I can update the other packages without updating the meteor version or remove the vue component from front-page (if migrating to Vue is not a priority) and update meteor to version 1.9. |
Migrating to Vue is not a priority at this time, so the 1.9 upgrade would be more important :-) I suppose we can deprecate the Meteor Vue stuff if it is not too difficult. Thanks @shailee-m |
I think we must hide all tests testing collection hooks untill this issue is resolved: hwillson/meteor-stub-collections#35 . The collection hooks are not getting stubbed so tests related to it are failing. |
OK, sounds good. How extensively do we use collection hooks? Might we just deprecate that package? |
We mostly use allow-deny while adding/updating activities and residencies as in some client forms we are directly using the collection name to save the records. |
OK, it looks like there will soon be a pull request to fix the regression. Let's keep things as-is. Disable the tests, if you feel it would be ok. |
There are several security updates available. Update the project dependencies to the latest compatible versions.
The text was updated successfully, but these errors were encountered: