Update to pnpm to 10.18.3#25717
Merged
CraigMacomber merged 2 commits intomicrosoft:mainfrom Oct 20, 2025
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR updates the pnpm package manager version from 10.17.1 to 10.18.3 across the monorepo to incorporate bug fixes that may resolve build and lint issues that currently require deleting and reinstalling node_modules.
Key Changes
- Updated pnpm version specification from 10.17.1 to 10.18.3
- Updated SHA-512 integrity hashes for the new pnpm version across all package.json files
Reviewed Changes
Copilot reviewed 16 out of 16 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| package.json | Updated root package manager version to pnpm 10.18.3 |
| build-tools/package.json | Updated build-tools package manager version to pnpm 10.18.3 |
| build-tools/packages/build-infrastructure/src/test/data/testRepo/package.json | Updated test repo package manager version to pnpm 10.18.3 |
| common/build/build-common/package.json | Updated build-common package manager version to pnpm 10.18.3 |
| common/build/eslint-config-fluid/package.json | Updated eslint-config-fluid package manager version to pnpm 10.18.3 |
| common/build/eslint-plugin-fluid/package.json | Updated eslint-plugin-fluid package manager version to pnpm 10.18.3 |
| common/lib/common-utils/package.json | Updated common-utils package manager version to pnpm 10.18.3 |
| common/lib/protocol-definitions/package.json | Updated protocol-definitions package manager version to pnpm 10.18.3 |
| docs/package.json | Updated docs package manager version to pnpm 10.18.3 |
| server/gitrest/package.json | Updated gitrest package manager version to pnpm 10.18.3 |
| server/historian/package.json | Updated historian package manager version to pnpm 10.18.3 |
| server/routerlicious/package.json | Updated routerlicious package manager version to pnpm 10.18.3 |
| tools/api-markdown-documenter/package.json | Updated api-markdown-documenter package manager version to pnpm 10.18.3 |
| tools/benchmark/package.json | Updated benchmark package manager version to pnpm 10.18.3 |
| tools/getkeys/package.json | Updated getkeys package manager version to pnpm 10.18.3 |
| tools/test-tools/package.json | Updated test-tools package manager version to pnpm 10.18.3 |
alexvy86
approved these changes
Oct 20, 2025
Contributor
|
🔗 Found some broken links! 💔 Run a link check locally to find them. See linkcheck output |
Josmithr
approved these changes
Oct 20, 2025
anthony-murphy-agent
pushed a commit
to anthony-murphy-agent/FluidFramework
that referenced
this pull request
Jan 14, 2026
## Description Pulls in a few fixes to pnpm, see https://github.com/pnpm/pnpm/blob/main/pnpm/CHANGELOG.md This might help with some cases where deleting node_modules and reinstalling it fixes build (mainly lint) issues.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Pulls in a few fixes to pnpm, see https://github.com/pnpm/pnpm/blob/main/pnpm/CHANGELOG.md
This might help with some cases where deleting node_modules and reinstalling it fixes build (mainly lint) issues.
Reviewer Guidance
The review process is outlined on this wiki page.