stack/pnpm-workspace.yaml
Devin AI 094c38dbf9 Migrate pnpm config to pnpm-workspace.yaml and fix Dockerfiles for pnpm v11
- Move overrides, packageExtensions, patchedDependencies from package.json
  to pnpm-workspace.yaml (pnpm v11 no longer reads the pnpm field)
- Upgrade Dockerfiles from pnpm@10.23.0 to pnpm@11.5.0
- Use --ignore-scripts in Docker installs to avoid pnpx only-allow failure
  in Docker cache-mounted store, then run postinstall manually

Co-Authored-By: Konstantin Wohlwend <n2d4xc@gmail.com>
2026-06-01 23:42:54 +00:00

43 lines
737 B
YAML

packages:
- packages/*
- apps/*
- examples/*
- docs
- docs-mintlify
- sdks/*
- sdks/implementations/*
overrides:
'@types/react': ^18.2.0
'@types/react-dom': ^18.2.0
sharp: ^0.34.5
packageExtensions:
'@mintlify/link-rot':
dependencies:
react: '*'
react-dom: '*'
patchedDependencies:
openid-client@5.6.4: patches/openid-client@5.6.4.patch
minimumReleaseAge: 10080
blockExoticSubdeps: true
allowBuilds:
'@prisma/engines': true
'@quetzallabs/i18n': true
'@sentry/cli': true
'@tailwindcss/oxide': true
'@vercel/speed-insights': true
bcrypt: true
core-js: true
esbuild: true
iframe-resizer: false
keytar: false
prisma: true
protobufjs: true
puppeteer: true
sharp: true