@astrojs/upgrade@0.7.3

enricoros/big-AGI@astrojs/upgrade@0.7.3Jun 25, 2026by astrobot-houston

AI Summary

A patch release that improves the error messaging when pnpm's installation policy blocks updates, providing clearer guidance to users.

Key Highlights

  • Improves error message for pnpm policy blocks
  • Suggests running install command manually
  • Fixes generic error display

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.