@astrojs/upgrade@0.7.3
karpathy/nn-zero-to-hero@astrojs/upgrade@0.7.3Jun 25, 2026by astrobot-houston
AI Summary
Fixes a generic error message when pnpm's minimumReleaseAge policy blocks package installation, now providing a clear explanation and suggestion to run the install command manually.
Key Highlights
- Fixes generic error when pnpm policy blocks installation
- Improved error messaging with installation suggestion
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.