@astrojs/upgrade@0.7.3
parruda/swarm@astrojs/upgrade@0.7.3Jun 25, 2026by astrobot-houston
AI Summary
A patch release that improves error handling when pnpm's minimumReleaseAge policy blocks package installation.
Key Highlights
- Fixes generic error messages when pnpm blocks installation
- Provides clearer explanations for policy blocks
- Suggests running install commands manually when blocked
New Features
- Improved error messaging for pnpm policy blocks
Full Release Notes
### Patch Changes - [#17188](https://github.com/withastro/astro/pull/17188) [`675d11d`](https://github.com/withastro/astro/commit/675d11d0859478f0a31132e2ca1371b1afe5651d) Thanks [@astrobot-houston](https://github.com/astrobot-houston)! - Fixes `@astrojs/upgrade` showing a generic error when pnpm's `minimumReleaseAge` policy blocks installation. The error message now explains that pnpm's policy blocked the update and suggests running the install command manually.