Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork2.8k
Description
Suggestion
Hello,
I see according to your versioning policy fromhttps://main--typescript-eslint.netlify.app/users/versioning/ that
All of the packages in this project are published with the same version number to make it easier to coordinate both releases and installations.
I would suggest to reconsider this policy andnot do version bumps on packages just to keep them in sync.
typescript-eslint is constantly being updated by dependabot and the diffs are constantly the largest ones because you version bump all the packages which all get new version numbers /and/ package hashes.
This is a considerable waste in reviewing diffs plus a waste in pushing npm packages that are basically identical.
I personally don't see how this policy helps since npm takes care of everything and I don't see when one needs to "coordinate" installations and this would be a problem.