You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Raises the minimum supported Astro version to 4. The `astro` peer
dependency drops `>=3.x`, and the dev dependency moves to `^4.16.19` —
pinned to the new floor so the package keeps typechecking against the
oldest supported Astro rather than the newest.
Removes the `supportsAddMiddleware` guard, which only existed because
`addMiddleware` landed in astro@3.5.0. README, JSDoc, and comments
documenting the 3.5.0 conditional are updated; the manual-middleware
snippet moves under "Disable Automatic Server Instrumentation", where
it's still relevant. `MIGRATION.md` already documents the drop.
closes#21462
---------
Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
0 commit comments