Skip to content

Update to pnpm to 10.18.3#25717

Merged
CraigMacomber merged 2 commits intomicrosoft:mainfrom
CraigMacomber:pnpmBump
Oct 20, 2025
Merged

Update to pnpm to 10.18.3#25717
CraigMacomber merged 2 commits intomicrosoft:mainfrom
CraigMacomber:pnpmBump

Conversation

@CraigMacomber
Copy link
Copy Markdown
Contributor

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.

Copilot AI review requested due to automatic review settings October 20, 2025 18:53
@github-actions github-actions bot added area: build Build related issues area: server Server related issues (routerlicious) area: website base: main PRs targeted against main branch labels Oct 20, 2025
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

@github-actions
Copy link
Copy Markdown
Contributor

🔗 Found some broken links! 💔

Run a link check locally to find them. See
https://github.com/microsoft/FluidFramework/wiki/Checking-for-broken-links-in-the-documentation for more information.

linkcheck output


> fluid-framework-docs-site@0.0.0 ci:check-links /home/runner/work/FluidFramework/FluidFramework/docs
> start-server-and-test "npm run serve -- --no-open" 3000 check-links

1: starting server using command "npm run serve -- --no-open"
and when url "[ 'http://127.0.0.1:3000' ]" is responding with HTTP status code 200
running tests using command "npm run check-links"


> fluid-framework-docs-site@0.0.0 serve
> docusaurus serve --no-open

[SUCCESS] Serving "build" directory at: http://localhost:3000/

> fluid-framework-docs-site@0.0.0 check-links
> linkcheck http://localhost:3000 --skip-file skipped-urls.txt

 ELIFECYCLE  Command failed with exit code 1.

@CraigMacomber CraigMacomber merged commit b862bb3 into microsoft:main Oct 20, 2025
69 checks passed
@CraigMacomber CraigMacomber deleted the pnpmBump branch October 20, 2025 22:40
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: build Build related issues area: server Server related issues (routerlicious) area: website base: main PRs targeted against main branch

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants