@astrojs/upgrade@0.7.3
gofiber/fiber@astrojs/upgrade@0.7.3Jun 25, 2026by astrobot-houston
AI Summary
A patch release improving error handling when pnpm's installation policies block updates.
Key Highlights
- Fixes generic error when pnpm blocks installation
- Provides clearer guidance on manual installation
New Features
- Improved error messaging for upgrade blockers
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.