build(historian): update server dependencies to 8.0.0-420053 - #28073
build(historian): update server dependencies to 8.0.0-420053#28073zhangxin511 wants to merge 2 commits into
Conversation
Update Historian server packages to 8.0.0-420053 and refresh the pnpm lockfile. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Updates the server/historian workspace to consume a newer set of Fluid server packages, and refreshes the pnpm lockfile to match the resulting transitive dependency graph (including the MongoDB 6.x chain).
Changes:
- Bump
@fluidframework/*server*dependencies used by@fluidframework/historian-basefrom8.0.0-396786to8.0.0-420053. - Regenerate
server/historian/pnpm-lock.yamlto reflect the new dependency graph and updated transitive versions.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| server/historian/packages/historian-base/package.json | Updates Historian base’s pinned Fluid server dependencies to 8.0.0-420053. |
| server/historian/pnpm-lock.yaml | Refreshes the lockfile to match the updated Historian base dependencies and transitive changes (including MongoDB-related packages). |
Files not reviewed (1)
- server/historian/pnpm-lock.yaml: Generated file
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
|
Hi! Thank you for opening this PR. Want me to review it? Based on the diff (401 lines, 3 files), I've queued these reviewers:
How this works
|
Update the Historian package to the same server release as historian-base and remove the duplicate 396786 dependency graph from the lockfile. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Fleet Review — In progressRunning reviewers: correctness, security, api-compatibility, performance, testing |
Description
Updates Historian base's Fluid server dependencies from
8.0.0-396786to8.0.0-420053and refreshes the lockfile with the matching transitive dependency graph.Validated with
pnpm install --frozen-lockfileandpnpm run test(100 passing).Reviewer Guidance
The review process is outlined in the pull request guidelines.
The lockfile includes expected transitive updates from the new server packages, including the MongoDB 6 dependency chain.