1.1.1 • Published 5 months ago

rush-upgrade-self-plugin v1.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

rush-upgrade-self-plugin

Rush plugin for upgrade Rush.js itself in monorepo.

Prerequisite

Rush.js >= 5.57.0

Quick Start

  1. Enabling this rush plugin

Please follow the official doc to enable this plugin in your repo.

  1. Upgrade Rush.js
rush upgrade-self

Working process

  1. Fetch microsoft/rush versions by pacote
  2. Prompt user to choose a version, which decides the target versions of dependencies should be updated.(Those who prefixes with @microsoft/ or @rushstack/)
  3. Update dependencies(including devDependencies) in all package.json files
  4. Update autoinstallers accordingly.
  5. Prompt user whether to run rush update

Something went wrong?

  • Run git checkout . to revert all changes by this plugin.
  • This plugin is designed to be idempotent. just run it again!
1.1.1

5 months ago

1.1.0

8 months ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

0.4.0

2 years ago

0.3.0

2 years ago

0.2.0

2 years ago

0.1.0

2 years ago