Skip to content

build(client): Update type tests after minor release 2.102.0#27454

Open
dannimad wants to merge 1 commit into
mainfrom
update-typetests-2.102.0
Open

build(client): Update type tests after minor release 2.102.0#27454
dannimad wants to merge 1 commit into
mainfrom
update-typetests-2.102.0

Conversation

@dannimad
Copy link
Copy Markdown
Contributor

@dannimad dannimad commented Jun 1, 2026

Description

Reset and regenerate type test baselines on main against the just-released 2.102.0 packages. This is the standard post-release type test update (Step 8 of the release playbook).

Generated by:

pnpm exec flub typetests -g client --reset --normalize --previous
pnpm install --no-frozen-lockfile
pnpm run typetests:gen

All 117 modified files are tool-generated: validate*Previous.generated.ts baselines, matching package.json typetest config, and pnpm-lock.yaml churn from updating the previous-version dev dependencies.

Reviewer Guidance

The review process is outlined on this wiki page.

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>
Copilot AI review requested due to automatic review settings June 1, 2026 19:04
@dannimad dannimad requested review from a team as code owners June 1, 2026 19:04
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Jun 1, 2026

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:

  • Correctness — logic errors, race conditions, lifecycle issues
  • Security — vulnerabilities, secret exposure, injection
  • API Compatibility — breaking changes, release tags, type design
  • Performance — algorithmic regressions, memory leaks
  • Testing — coverage gaps, hollow tests

How this works

  • Adjust the reviewer set by ticking/unticking boxes above. Reviewer toggles alone don't trigger anything.

  • Tick Start review below to dispatch the review fleet.

  • After review finishes, tick Start review again to request another run — it auto-resets after each dispatch.

  • This comment updates as new commits land; your reviewer selections are preserved.

  • Start review

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.ts type-test baselines against 2.102.0.
  • Updated pnpm-lock.yaml to 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants