Open azure-sdk opened 5 months ago
v28 causing rush update
error:
ERR_PNPM_PEER_DEP_ISSUES Unmet peer dependencies
. └─┬ @rush-temp/dev-tool 0.0.0 └─┬ @rollup/plugin-commonjs 28.0.0 └─┬ fdir 6.4.0 └── ✕ unmet peer picomatch@"^3 || ^4": found 2.3.1
Looks that karma
is pulling in picomatch
v2.3.1
We have identified a dependency on version 25.0.8 of @rollup/plugin-commonjs. A new version (28.0.1) is available for upgrade.
Following are the steps to upgrade package dependency.
Understand the breaking changes between the version being used and the version you want to upgrade to.
Identify all packages that take a dependency on this package.
Go to the root folder for each such package (/sdk/service-name/package-name) and update package.json to have the new version.
Run rush update to ensure the new version is pulled in.
Make relevant changes to absorb the breaking changes.
Repeat steps 3 to 5 for each of the packages that have a dependency on this package.