-
-
Notifications
You must be signed in to change notification settings - Fork 46
Description
Hi, I saw you release https://github.com/IonicaBizau/parse-url/releases/tag/10.0.0
This v10 doesn't seem to have any breaking change unless you make feature changes here: IonicaBizau/parse-url@b015255#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519 by an "Upgrade dependencies" commit message.
However, this package which you owned are not publishing a new version that is using v10 before @types/parse-url
are deprecated.
A new version without any deprecated deps are needed, and it shall be a new minor if you are sure no breaking changes are introduced in parse-url v10.
For me, lerna-lite
introduce this issue.
Also, I would be a little confusing about these kinds of issues, for open source contributors like me, I would make sure to migrate all my other projects before others start questioning about the migration process. If you have plans to deprecate anything you own, then you should sure you finished anythibg related owned to you :(