Update build tools in server#27493
Conversation
|
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:
How this works
|
| "compilerOptions": { | ||
| "strictNullChecks": true, | ||
| "paths": { | ||
| "@fluidframework/gitresources": ["./src/index.ts"], |
There was a problem hiding this comment.
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.
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.