yarn-upgrade-fuzzy
v0.0.3
Published
Upgrade yarn dependencies to latest with fuzzy matching
Downloads
10
Maintainers
Readme
yarn-upgrade-fuzzy
Upgrade yarn dependencies to latest with fuzzy matching
Look at your devDependencies and dependencies fields upgrading all that match the given matcher pattern.
Usage
- Install
yarn global add yarn-upgrade-fuzzy
- Run in your project root:
yuf "jest*"
# Upgrading: jest, jest-circus to @latest
Options
--tag <tag>
The version tag to upgrade all the matching packages with. By default it will upgrade to latest, but you can specify one of the supported tags here: https://classic.yarnpkg.com/en/docs/cli/tag#what-are-tags-
Usage
yuf "@xerox/*" --tag next