[bump] client: 2.52.0 => 2.52.1 (patch) and type tests upgrade#25160
[bump] client: 2.52.0 => 2.52.1 (patch) and type tests upgrade#25160jatgarg merged 2 commits intomicrosoft:release/client/2.52from
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR performs a patch version bump from 2.52.0 to 2.52.1 across the entire client release group and includes type test upgrades that resolve some previously broken compatibility validations.
Key changes:
- Version bump from 2.52.0 to 2.52.1 in all package.json files and packageVersion.ts files
- Updated "previous" package references for type validation from 2.51.0 to 2.52.0
- Removed broken type compatibility entries and generated type validation tests for newly added types
Reviewed Changes
Copilot reviewed 202 out of 203 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| package.json | Root package version update |
| packages/*/package.json | Version updates and previous package reference updates for type validation |
| packages/*/src/packageVersion.ts | Package version constant updates |
| packages//src/test/types/.generated.ts | Type validation test updates with new type compatibility tests and removal of broken compatibility markers |
|
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 |
Pull request was closed
b593eb7
into
microsoft:release/client/2.52
[bump] client: 2.52.0 => 2.52.1 (patch) and type tests upgrade