build(client): Update typetests after 2.51.0 release (#25064)#25068
build(client): Update typetests after 2.51.0 release (#25064)#25068scottn12 merged 1 commit intomicrosoft:release/client/2.51from
Conversation
This PR updates typetests after the 2.51.0 release. Commands: `pnpm exec flub typetests -g client --reset --normalize --previous` `pnpm install --no-frozen-lockfile` `pnpm run build`
There was a problem hiding this comment.
Pull Request Overview
This PR updates the typetests by bumping version references from 2.50.0 to 2.51.0 across multiple package.json files following the 2.51.0 release. This is a routine maintenance task that updates the "previous" version references used for API compatibility testing.
- Updates all
-previouspackage references from version 2.50.0 to 2.51.0 - Removes resolved type validation issues for MockStorage class compatibility
- Adds new type validation checks for TreeDataObject and TreeDataObjectFactory classes
Reviewed Changes
Copilot reviewed 59 out of 60 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| Multiple package.json files | Updated devDependencies with -previous suffix from 2.50.0 to 2.51.0 |
| packages/runtime/test-runtime-utils/package.json | Removed MockStorage from broken typeValidation config |
| packages/runtime/test-runtime-utils/src/test/types/validateTestRuntimeUtilsPrevious.generated.ts | Removed @ts-expect-error comment for MockStorage compatibility |
| packages/framework/aqueduct/src/test/types/validateAqueductPrevious.generated.ts | Added type validation declarations for TreeDataObject and TreeDataObjectFactory |
|
Warning WARNING: This PR is targeting a release branch! All changes must first be merged into Changes to release branches require approval from the Patch Triage group before merging. For more details, see our internal documentation for the patch policy and processes for |
0c2b847
into
microsoft:release/client/2.51
This PR cherry-picks adbda1f to update the typetests.