Sync upstream dependency docs
- Read
$UPGRADE_DEPS_META_DIR/versions.jsonand consider only entries whoseoldandnewvalues differ. - Search
README.md,packages/*/README.md, anddocs/**/*.mdfor each changed package name and its old exact version. Do not treat changelogs, RFC examples, snapshots, or broad ranges such asvitest@4.xas current-version references. - Update references that promise to match Vite+'s currently bundled version. In
particular, keep every exact Vitest pin in the manual-migration examples in sync,
including
docs/guide/migrate.md,README.md, andpackages/cli/README.mdwhen those examples are present. - Preserve the surrounding wording and formatting. Do not rewrite examples whose version is intentionally historical or illustrative.
- Re-run the searches for the changed packages and inspect the focused diff. No stale exact version may remain in documentation that describes the current bundle.