docs(faststore-storefront): updates v3 to v4 migration reference - #86
Merged
Merged
Conversation
Contributor
|
✅ Validation passed — all checks OK Full validation output |
use the latest default one
hellofanny
commented
May 29, 2026
hellofanny
commented
May 29, 2026
renatomaurovtex
approved these changes
Jun 1, 2026
lemagnetic
approved these changes
Jun 1, 2026
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.
Description
Adds Post-migration summary — mandatory structured output after completing all migration steps, including a per-file change table and a curated "Important next steps" section (WebOps Node.js v24, CMS content review, nested
@importdeprecation warnings).Adds CMS sync — step-by-step guidance for both Headless CMS (legacy
yarn cms-sync) and Content Platform (generate-schema+upload-schema) paths, including thesplit-components/split-content-typespre-requisite for stores not yet in the new.jsoncformat.Adds Safe deploy order — explicit 6-step sequence to avoid blank UI caused by deploying v4 before CMS fields are filled.
Updates the review checklist to include CMS sync steps, local
yarn devverification, and the production deploy + WebOps Node.js v24 step.Fixes
package.jsonsnippet: removesnextfromdependencies(now managed internally by@faststore/cli) and addsgraphql ^16.11.0+ note abouttypescript ^5.9.3in devDependencies.Contribution Checklist
Before submitting, please verify:
tracks/{track}/skills/{name}/skill.md, not inskills/,exports/, orrules/directoriesskill.md(lowercase), notSKILL.mdor other variantsname,description, andmetadatawithtrackandtagsfieldsbun run validateand all hard checks passbun run exportand committed both source and generated filesPublic Documentation Sync
Public VTEX docs on
developers.vtex.comandhelp.vtex.commay need to be updated when this PR ships. Pick one:See Public documentation sync in
CONTRIBUTING.mdfor what triggers a docs update and how to find every affected page.Related Issues