Upgrade yarn dependencies to latest with fuzzy matching
Look at your devDependencies and dependencies fields upgrading all that match the given matcher pattern.
- Install
yarn global add yarn-upgrade-fuzzy
- Run in your project root:
yuf "jest*"
# Upgrading: jest, jest-circus to @latest
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-
yuf "@xerox/*" --tag next