jspm / jspm-cli

ES Module Package Manager
https://jspm.org
Apache License 2.0
3.79k stars 272 forks source link

Support succinct list of updatable deps, and excluding certain deps in an "update all" #2550

Open zachsa opened 1 year ago

zachsa commented 1 year ago

Using the npm-check-updates module, my workflow is typically:

ncu // this prints out updatable deps
ncu -u // update everything

// or 

ncu -u -x typescript // update everything except typescript

It's really nice that we can update importmap deps so easily with this library, extending the API to allow easily seeing what will be updated, and allowing for excluding certain updates in and otherwise 'update all' command would be helpful