Socket
Book a DemoInstallSign in
Socket

rush-upgrade-self-plugin

Package Overview
Dependencies
Maintainers
2
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rush-upgrade-self-plugin

Rush plugin for upgrade rush.js in monorepo

latest
Source
npmnpm
Version
1.1.2
Version published
Maintainers
2
Created
Source

rush-upgrade-self-plugin

Rush plugin for upgrade Rush.js itself in monorepo.

Prerequisite

Rush.js >= 5.57.0

Quick Start

  • Enabling this rush plugin

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

  • Upgrade Rush.js
rush upgrade-self

Working process

  • Fetch microsoft/rush versions by pacote
  • Prompt user to choose a version, which decides the target versions of dependencies should be updated.(Those who prefixes with @microsoft/ or @rushstack/)
  • Update dependencies(including devDependencies) in all package.json files
  • Update autoinstallers accordingly.
  • 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!

Keywords

rush

FAQs

Package last updated on 29 Oct 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts