Skip to content

Update dependencies to the latest versions using yarn.

License

Notifications You must be signed in to change notification settings

artdecocode/yarn-up

Repository files navigation

yarn-up

yarn-up can be used to upgrade all dependencies to the latest versions. It will check if the version is exact, or with a tilda, and spawn yarn upgrade -E for exact versions, and yarn upgrade for non-fixed versions.

npm i -g yarn-up
yarn global add yarn-up
cd idio # your package
yarn-up
Offices-iMac:idio user$ yarn-up
yarn upgrade zoroaster@latest koa@latest koa-bodyparser@latest koa-csrf@latest koa-logger@latest koa-multer@latest koa-router@latest koa-session@latest mongoose@latest server-destroy@latest wrote@latest --exact
yarn upgrade v1.3.2
[1/5] πŸ”  Validating package.json...
[2/5] πŸ”  Resolving packages...
[3/5] 🚚  Fetching packages...
[4/5] πŸ”—  Linking dependencies...
[5/5] πŸ“ƒ  Rebuilding all packages...
success Saved lockfile.
success Saved 35 new dependencies.
β”œβ”€ assert-diff@1.2.4
β”œβ”€ assert-plus@1.0.0
β”œβ”€ assert-throws@1.3.0
β”œβ”€ bluebird@3.5.0
β”œβ”€ cli-color@0.1.7
β”œβ”€ difflib@0.2.4
β”œβ”€ dreamopt@0.6.0
β”œβ”€ erotic@0.2.0
β”œβ”€ es5-ext@0.8.2
β”œβ”€ fresh@0.5.2
β”œβ”€ heap@0.2.6
β”œβ”€ json-diff@0.5.2
β”œβ”€ kareem@2.0.5
β”œβ”€ koa-bodyparser@4.2.0
β”œβ”€ koa-csrf@3.0.6
β”œβ”€ koa-logger@3.1.0
β”œβ”€ koa-multer@1.0.2
β”œβ”€ koa-router@7.4.0
β”œβ”€ koa-session@5.8.1
β”œβ”€ koa@2.5.0
β”œβ”€ lodash.get@4.4.2
β”œβ”€ makepromise@1.1.1
β”œβ”€ mongodb-core@3.0.2
β”œβ”€ mongodb@3.0.2
β”œβ”€ mongoose-legacy-pluralize@1.0.2
β”œβ”€ mongoose@5.0.7
β”œβ”€ mquery@3.0.0
β”œβ”€ pedding@1.1.0
β”œβ”€ require_optional@1.0.1
β”œβ”€ restream@1.2.0
β”œβ”€ server-destroy@1.0.1
β”œβ”€ urijs@1.19.1
β”œβ”€ wordwrap@1.0.0
β”œβ”€ wrote@1.4.0
└─ zoroaster@0.5.3
warning "zoroaster" is already in "devDependencies". Please remove existing entry first before adding it to "dependencies".
✨  Done in 5.61s.

git diff

git diff

Arguments

Argument Short Description
--exclude -e Comma-separated packages to exclude.
--upgrade -u Run yarn upgrade after the update.
--help -h Display usage information.
--version -v Show version number.

Copyright

(c) Art Deco 2019

About

Update dependencies to the latest versions using yarn.

Resources

License

Stars

Watchers

Forks

Packages

No packages published