Upgrade Rstest
This section explains how to upgrade the project's Rstest dependencies to the latest version.
Rstest is still in 0.x version stage, and the API may change frequently. We recommend upgrading to the latest version to access new features and bug fixes.
Using taze
We recommend using Taze to upgrade the Rstest version. Taze is a CLI tool for updating npm dependencies.
Usage
Run the following command to upgrade all dependencies that include rstest and rsbuild in their names:
Rstest has not yet reached version 1.0.0, so you need to add the major parameter when updating.
The result will look similar to:
You can also adjust the include pattern to match specific packages, for example, to upgrade only packages under the @rstest scope:
Options
Here are some examples of using taze options.
- In a monorepo, you can add the
-roption to upgrade recursively:
- Add
-lto upgrade locked versions:
- To upgrade to a major version:
For more options, please refer to the taze documentation.