Command
update
Description
As of recent mitm attacks it would be cool to have support for pnpm's minimumReleaseAge or something by Angular itself.
Describe the solution you'd like
- pnpm's
minimumReleaseAge
- Angular option to set min release age on update command
Describe alternatives you've considered
Instead of modifying package.json call package manager update command:
pnpm update "@angular/core@~20.3.1" "@angular/cli@~20.3.1"
Command
update
Description
As of recent mitm attacks it would be cool to have support for pnpm's
minimumReleaseAgeor something by Angular itself.Describe the solution you'd like
minimumReleaseAgeDescribe alternatives you've considered
Instead of modifying
package.jsoncall package manager update command: