Bump client patch 2.70.1 and update type tests#25777
Bump client patch 2.70.1 and update type tests#25777dannimad merged 2 commits intorelease/client/2.70from
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 is a patch version bump from 2.70.0 to 2.70.1 across the Fluid Framework monorepo, updating package versions and dependency references throughout the codebase. The changes include updates to package.json files, lockfiles, and package version constants.
- Version bump from 2.70.0 to 2.70.1 across ~150 packages
- Updates to "previous" version dependencies from 2.63.0 to 2.70.0
- Removal of type validation "broken" entries that are now resolved
- Updates to generated type validation test files
Reviewed Changes
Copilot reviewed 214 out of 215 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| package.json | Root package version bump to 2.70.1 |
| pnpm-lock.yaml | Lockfile updates for new version and dependency changes |
| packages/*/package.json | Package version bumps and "previous" dependency updates |
| packages/*/src/packageVersion.ts | Package version constant updates |
| packages/*/src/test/types/*Previous.generated.ts | Type validation test updates with resolved breaking changes |
| tools/markdown-magic/package.json | Tool package version bump |
| examples/*/package.json | Example package version bumps |
| experimental/*/package.json | Experimental package version bumps |
Josmithr
left a comment
There was a problem hiding this comment.
Devtools changes look good ✅
Bump client patch 2.70.1 and update type tests