-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpnpm-workspace.yaml
More file actions
30 lines (26 loc) · 925 Bytes
/
Copy pathpnpm-workspace.yaml
File metadata and controls
30 lines (26 loc) · 925 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
packages:
- '.'
# Force patched versions of transitive deps flagged by Dependabot:
# undici < 7.28.0 (via jsdom/vitest) and esbuild < 0.28.1 (via vite/tsx).
overrides:
'undici@<7.28.0': '^7.28.0'
'esbuild@<0.28.1': '^0.28.1'
# Allow specific dependencies to execute their install scripts. pnpm 11
# blocks all build scripts by default; only the entries listed here will run.
allowBuilds:
esbuild: true
sharp: true
'@tailwindcss/oxide': true
# Packages that are newly published and would otherwise be blocked by
# pnpm 11's minimum-release-age supply-chain gate. Auto-managed by pnpm.
minimumReleaseAgeExclude:
- '@react-router/dev@7.16.0'
- '@react-router/node@7.16.0'
- lucide-react@1.17.0
- react-router@7.16.0
# Legacy key kept in sync with allowBuilds above for tools that still
# read it. pnpm 11 reads `allowBuilds` instead.
onlyBuiltDependencies:
- '@tailwindcss/oxide'
- esbuild
- sharp