JamieMason / syncpack

Consistent dependency versions in large JavaScript Monorepos.
https://jamiemason.github.io/syncpack/
MIT License
1.41k stars 49 forks source link

fix(update): some available updates are not found #196

Open zanona opened 7 months ago

zanona commented 7 months ago

Hello, It looks like whenever I run syncpack update it goes through the dependencies and returns 0 results while, if I do the same with 'npm-check-updates' through ncu a few updates are brought?

Please see below for details. Perhaps I'm missing something? Thanks in advance

asciicast

JamieMason commented 7 months ago

Hey @zanona, thanks for raising. I've noticed similar, plus there some other little things that need sorting with the update command such as setting the correct semver range according to the syncpack config etc.

update is the newest command and needs a bit of work, it's a bit rough around the edges at the moment.

zanona commented 7 months ago

Thanks for the feedback and the great work you're doing, @JamieMason. I'll keep an eye out for updates. :eyes: