docs(guides): fix dead Grit migration link in v0.31.0 migration guide#1537
Open
sanjibani wants to merge 1 commit into
Open
docs(guides): fix dead Grit migration link in v0.31.0 migration guide#1537sanjibani wants to merge 1 commit into
sanjibani wants to merge 1 commit into
Conversation
Signed-off-by: sanjibani <18418553+sanjibani@users.noreply.github.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
WalkthroughUpdated the v0.31.0 migration guide’s “Automatic upgrade” paragraph to link to the generic Grit documentation instead of the specific migration registry URL. 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
yslpn
reviewed
Jul 20, 2026
| ## Automatic upgrade | ||
|
|
||
| We worked together with [Codemod](https://codemod.com/registry/valibot-migrate-to-v0-31-0) and [Grit](https://docs.grit.io/registry/github.com/open-circle/valibot/migrate_to_v0_31_0) to automatically upgrade your schemas to the new version with a single CLI command. Both codemods are similar. You can use one or the other. Simply run the command in the directory of your project. | ||
| We worked together with [Codemod](https://codemod.com/registry/valibot-migrate-to-v0-31-0) and [Grit](https://docs.grit.io/) to automatically upgrade your schemas to the new version with a single CLI command. Both codemods are similar. You can use one or the other. Simply run the command in the directory of your project. |
Member
There was a problem hiding this comment.
Thank for notice. Please also update codemod link
https://app.codemod.com/registry/valibot/migrate-to-v0.31.0
and fix conflicts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The v0.31.0 migration guide points readers at the Grit registry page for the Valibot migration pattern, but that URL 404s:
The Grit registry moved/restructured since the migration was added, and the per-pattern docs page is no longer reachable. The Grit CLI command itself (
npx @getgrit/cli apply github.com/open-circle/valibot#migrate_to_v0_31_0) still works, and the new docs.grit.io root is a sensible landing page for the Grit tool itself.Replaced the broken per-pattern link with the canonical docs root, keeping both Codemod and Grit mentioned side by side as the guide does today. Verified the new URL returns HTTP 200:
Summary by CodeRabbit