Bump client patch version to 2.53.1 and update type tests#25254
Conversation
|
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 |
There was a problem hiding this comment.
Pull Request Overview
This PR bumps the client patch version from 2.53.0 to 2.53.1 and includes type test updates. This is a routine version bump that updates package versions across the Fluid Framework codebase.
Key changes:
- Version number increment from 2.53.0 to 2.53.1 across all packages
- Updates to "previous" package references for type validation testing
- Type validation test updates in devtools-core and odsp-driver-definitions packages
Reviewed Changes
Copilot reviewed 201 out of 202 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| package.json (root) | Updates root package version to 2.53.1 |
| packages/*/package.json | Updates package versions and previous package references for type testing |
| packages/*/src/packageVersion.ts | Updates exported version constants |
| packages/tools/devtools/devtools-core/src/test/types/validateDevtoolsCorePrevious.generated.ts | Updates type validation tests with new interface compatibility checks |
| packages/drivers/odsp-driver-definitions/src/test/types/validateOdspDriverDefinitionsPrevious.generated.ts | Updates type validation tests and removes broken compatibility markers |
75409e1
into
microsoft:release/client/2.53
Description
Bump client patch version to 2.53.1 and update type tests
Reviewer Guidance
The review process is outlined on this wiki page.