pkgjs / wiby

"Will I break you" - a tool for testing dependents
Apache License 2.0
33 stars 7 forks source link

Verify the dependent semver range #51

Closed dominykas closed 3 years ago

dominykas commented 3 years ago

Ref: https://github.com/pkgjs/wiby/blob/master/docs/DRAFT-FLOW.md step 5

For each module in the wiby.json, retrieve their package.json and determine whether the module is likely to automatically be updated to the new version of your module once it is released.

This could be implemented as a check which needs to be overridden (i.e. only test dependents which would match the current range) or it could just be an option we output as part of results.

dominykas commented 3 years ago

Closing this - not really worth pursuing, as there is no automatic way (aside from semantic-release, which obviously is not used by everyone) to determine what the next version of the package will be.