Skip to content

AndrewLeedham/yarn-upgrade-fuzzy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yarn-upgrade-fuzzy

Upgrade yarn dependencies to latest with fuzzy matching

npm package license MIT

Look at your devDependencies and dependencies fields upgrading all that match the given matcher pattern.

Usage

  1. Install
yarn global add yarn-upgrade-fuzzy 
  1. 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

LICENSE | ISSUES