build(client): Update type tests after minor release 2.102.0#27454
build(client): Update type tests after minor release 2.102.0#27454dannimad wants to merge 1 commit into
Conversation
Reset and regenerate type test baselines on `main` against the just-released
2.102.0 packages. Generated by:
pnpm exec flub typetests -g client --reset --normalize --previous
pnpm install --no-frozen-lockfile
pnpm run typetests:gen
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
|
Hi! Thank you for opening this PR. Want me to review it? Based on the diff (1739 lines, 117 files), I've queued these reviewers:
How this works
|
There was a problem hiding this comment.
Pull request overview
This PR performs the standard post-release maintenance step for the client package set by regenerating “previous version” type-test baselines and updating “*-previous” devDependency pins to target the newly released 2.102.0 packages.
Changes:
- Updated “previous” package pins from 2.101.0 → 2.102.0 across client packages.
- Regenerated
validate*Previous.generated.tstype-test baselines against 2.102.0. - Updated
pnpm-lock.yamlto reflect the new “previous” dependency graph.
Reviewed changes
Copilot reviewed 116 out of 117 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| pnpm-lock.yaml | Updates lockfile entries so all *-previous pins resolve to 2.102.0 consistently. |
| packages/drivers/driver-web-cache/package.json | Bumps @fluidframework/driver-web-cache-previous to 2.102.0 and reflects current type validation config. |
| packages/drivers/driver-web-cache/src/test/types/validateDriverWebCachePrevious.generated.ts | Regenerated 2.102.0 type-test baseline for driver-web-cache previous/current compatibility checks. |
Description
Reset and regenerate type test baselines on
mainagainst the just-released 2.102.0 packages. This is the standard post-release type test update (Step 8 of the release playbook).Generated by:
All 117 modified files are tool-generated:
validate*Previous.generated.tsbaselines, matchingpackage.jsontypetest config, andpnpm-lock.yamlchurn from updating the previous-version dev dependencies.Reviewer Guidance
The review process is outlined on this wiki page.