Meteor-Community-Packages / meteor-collection2

A Meteor package that extends Mongo.Collection to provide support for specifying a schema and then validating against that schema when inserting and updating.
https://packosphere.com/aldeed/collection2
MIT License
1.02k stars 108 forks source link

Force dependencies to the newest version #425

Closed StorytellerCZ closed 3 years ago

StorytellerCZ commented 3 years ago

Table of Contents generated with DocToc

What

Updates dependencies to only allow latest version.

Why

Force usage of the newest version to reduce bundle among other benefits.

Another question is if we should bump just a feature version or major version.

harryadel commented 3 years ago

Thanks for taking the time to do this. :) The changes are quite nice and simple, no comment from me. A feature bump will suffice since there're no breaking changes matter of fact this could pass as a patch bump but yeah let's use feature bump.