build(pnpm): upgrade workspace to pnpm 11

This commit is contained in:
Altay
2026-05-08 16:18:00 +03:00
committed by Peter Steinberger
parent 3bf0d10de3
commit 3855e7b0ac
21 changed files with 320 additions and 138 deletions

6
.npmrc
View File

@@ -1,4 +1,2 @@
# pnpm build-script allowlist lives in package.json -> pnpm.onlyBuiltDependencies.
# TS 7 native-preview fails to resolve packages reliably from pnpm's isolated linker.
# Keep the workspace on a hoisted layout so pnpm check/build stay stable.
node-linker=hoisted
# pnpm v11 reads project settings from pnpm-workspace.yaml.
# Keep this file for registry/auth-only npmrc entries so Docker COPY steps stay stable.