Skip to content

build(client): Update typetests after 2.51.0 release (#25064)#25068

Merged
scottn12 merged 1 commit intomicrosoft:release/client/2.51from
scottn12:releaseTT
Jul 22, 2025
Merged

build(client): Update typetests after 2.51.0 release (#25064)#25068
scottn12 merged 1 commit intomicrosoft:release/client/2.51from
scottn12:releaseTT

Conversation

@scottn12
Copy link
Contributor

This PR cherry-picks adbda1f to update the typetests.

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`
Copilot AI review requested due to automatic review settings July 22, 2025 17:24
Copy link
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 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 -previous package 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

@github-actions github-actions bot added area: dds Issues related to distributed data structures area: dds: sharedstring area: dds: tree area: driver Driver related issues area: framework Framework is a tag for issues involving the developer framework. Eg Aqueduct area: loader Loader related issues area: odsp-driver area: runtime Runtime related issues area: tests Tests to add, test infrastructure improvements, etc dependencies Pull requests that update a dependency file base: release PRs targeted against a release branch labels Jul 22, 2025
@github-actions
Copy link
Contributor

Warning

WARNING: This PR is targeting a release branch!

All changes must first be merged into main and then backported to the target release branch.
Please include a link to the main PR in the description of this PR.

Changes to release branches require approval from the Patch Triage group before merging.
You should have already discussed this change with them so they know to expect it.

For more details, see our internal documentation for the patch policy and processes for
patch releases.

Copy link

@frankmueller-msft frankmueller-msft left a comment

Choose a reason for hiding this comment

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

Ship it

@scottn12 scottn12 merged commit 0c2b847 into microsoft:release/client/2.51 Jul 22, 2025
36 of 37 checks passed
@scottn12 scottn12 deleted the releaseTT branch July 22, 2025 21:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: dds: sharedstring area: dds: tree area: dds Issues related to distributed data structures area: driver Driver related issues area: framework Framework is a tag for issues involving the developer framework. Eg Aqueduct area: loader Loader related issues area: odsp-driver area: runtime Runtime related issues area: tests Tests to add, test infrastructure improvements, etc base: release PRs targeted against a release branch dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants