Situation
pnpm@11.0.0 introduced a breaking change of setting the configuration parameter minimumReleaseAge to 1440 minutes (1 day).
Attempting to install cypress@latest immediately after a release, falls back to installing a previous version that satisfies the requirements minimumReleaseAge. This is a disadvantage when running the npm script update:cypress to update Cypress to the latest version for each package manager (npm, pnpm, Yarn v1 & Yarn Modern), as it leaves the pnpm examples lagging behind.
Note: this does not affect updates carried out by Renovate.
Suggestion
Configure the pnpm examples with minimumReleaseAgeExclude for cypress:
Increase minimumReleaseAge to 4320 minutes (3 days)
Situation
pnpm@11.0.0 introduced a breaking change of setting the configuration parameter minimumReleaseAge to 1440 minutes (1 day).
Attempting to install
cypress@latestimmediately after a release, falls back to installing a previous version that satisfies the requirements minimumReleaseAge. This is a disadvantage when running the npm scriptupdate:cypressto update Cypress to the latest version for each package manager (npm, pnpm, Yarn v1 & Yarn Modern), as it leaves the pnpm examples lagging behind.Note: this does not affect updates carried out by Renovate.
Suggestion
Configure the pnpm examples with minimumReleaseAgeExclude for
cypress:Increase minimumReleaseAge to 4320 minutes (3 days)