fix(docs): scope the Zod v3 alias for Astro 6#1094
Conversation
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 69a9eacccc
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
d5d014f to
045c777
Compare
This pull request fixes the docs site after the Astro 6 upgrade by narrowing the
zodalias indocs/astro.config.mjsso Astro's internalzod/v4/coreimports are no longer rewritten to the invalidzod/v3/v4/corepath.It also includes the associated docs dependency refresh in
docs/package.jsonand lockfile/package metadata updates inpnpm-lock.yamlandpackage.jsonthat came from the upgrade flow. The main behavior change is that Starlight can still resolve barezodimports through the v3 compatibility entrypoint while Astro 6 keeps access to its native Zod v4 subpath imports.