Skip to content

Update build tools in server#27493

Open
CraigMacomber wants to merge 2 commits into
microsoft:mainfrom
CraigMacomber:server-tools
Open

Update build tools in server#27493
CraigMacomber wants to merge 2 commits into
microsoft:mainfrom
CraigMacomber:server-tools

Conversation

@CraigMacomber
Copy link
Copy Markdown
Contributor

Description

Update build tools in server, aligning the versions and trust exclusions with client to ease adoption of pnpm 11 where trust policy is enforced for already installed packages.

Reviewer Guidance

The review process is outlined on this wiki page.

Copilot AI review requested due to automatic review settings June 5, 2026 16:56
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Jun 5, 2026

Hi! Thank you for opening this PR. Want me to review it?

Based on the diff (5537 lines, 64 files), I've queued these reviewers:

  • Correctness — logic errors, race conditions, lifecycle issues
  • Security — vulnerabilities, secret exposure, injection
  • API Compatibility — breaking changes, release tags, type design
  • Performance — algorithmic regressions, memory leaks
  • Testing — coverage gaps, hollow tests

How this works

  • Adjust the reviewer set by ticking/unticking boxes above. Reviewer toggles alone don't trigger anything.

  • Tick Start review below to dispatch the review fleet.

  • After review finishes, tick Start review again to request another run — it auto-resets after each dispatch.

  • This comment updates as new commits land; your reviewer selections are preserved.

  • Start review

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.

Copilot reviewed 61 out of 64 changed files in this pull request and generated no comments.

"compilerOptions": {
"strictNullChecks": true,
"paths": {
"@fluidframework/gitresources": ["./src/index.ts"],
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

I had to add these to make the changed imports in the type tests not break the build. These projects, like protocol-definitions (same workaround in #27486) build the tests as part of the main build which causes this problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants