0.0.3 • Published 2 years ago

yarn-upgrade-fuzzy v0.0.3

Weekly downloads
2
License
MIT
Repository
-
Last release
2 years ago

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

0.0.3

2 years ago

0.0.2

3 years ago

0.0.1

4 years ago

0.0.0

4 years ago