Bump client patch 2.43.1#24919
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 increments the patch version from 2.43.0 to 2.43.1 across client and tooling packages and adjusts the replay-driver type validation to clear expected compatibility errors.
- Bump package.json versions and
pkgVersionconstants to 2.43.1 - Update
-previousdependencies to reference 2.43.0 - Clear out broken compatibility entries and remove
@ts-expect-errorin replay-driver type tests
Reviewed Changes
Copilot reviewed 200 out of 201 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| tools/markdown-magic/package.json | Version bumped to 2.43.1 |
| packages/utils/tool-utils/src/packageVersion.ts | pkgVersion updated to 2.43.1 |
| packages/drivers/replay-driver/src/test/types/validateReplayDriverPrevious.generated.ts | Removed stale @ts-expect-error comment; cleared broken entries |
186f822
into
microsoft:release/client/2.43
Description
Bump patch version to 1 for release branch, and update type tests
Reviewer Guidance
The review process is outlined on this wiki page.