yarn-upgrade-fuzzy

0.0.3 • Public • Published

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

Dependencies (3)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i yarn-upgrade-fuzzy

    Weekly Downloads

    5

    Version

    0.0.3

    License

    MIT

    Unpacked Size

    4.3 kB

    Total Files

    7

    Last publish

    Collaborators

    • andrewleedham