You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've created bendrucker/git-log-parser#7 which removes traverse. Modernizing it further will be a breaking change, but I think semantic-release is the only major package that depends on it.
From examining
semantic-release
, I found thatgit-log-parser
is a good opportunity for us to modernize.https://npmgraph.js.org/?q=git-log-parser
Primarily it brings in traverse, which I think it doesn't need to, but there is also an opportunity to ESMify it and rely more on built-in Node APIs.
1.1 mil weekly downloads - great impact radius.
The text was updated successfully, but these errors were encountered: