@astrojs/upgrade@0.7.3

withastro/astro@astrojs/upgrade@0.7.3Jun 25, 2026by astrobot-houston

AI Summary

Fixes an error message in the upgrade tool when pnpm's policy blocks installation.

Key Highlights

  • Better error messaging for pnpm policy blocks
  • Suggests running the install command manually

New Features

  • Improved error handling in @astrojs/upgrade

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.