forked from payloadcms/payload
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpnpm-workspace.yaml
More file actions
76 lines (71 loc) · 2.33 KB
/
Copy pathpnpm-workspace.yaml
File metadata and controls
76 lines (71 loc) · 2.33 KB
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
packages:
- 'packages/*'
- 'tools/*'
- 'test'
- 'templates/blank'
- 'templates/blank-tanstack'
- 'templates/website'
- 'templates/ecommerce'
catalog:
# TS7 provides `tsc`; tools that import `typescript` use the TS6 compatibility API.
# see: https://devblogs.microsoft.com/typescript/announcing-typescript-7-0/#running-side-by-side-with-typescript-6.0
'@typescript/native': 'npm:typescript@7.0.2'
copyfiles: '2.4.1'
cross-env: '10.1.0'
dotenv: '16.4.7'
react: '19.2.6'
react-dom: '19.2.6'
typescript: 'npm:@typescript/typescript6@6.0.2'
updateNotifier: false
symlink: true
nodeLinker: isolated
hoistWorkspacePackages: false # the default in pnpm v9 is true, but that can break our runtime dependency checks
savePrefix: ''
# pnpm v11 defaults this to `install`, which auto-reinstalls when node_modules looks
# stale before any `pnpm run`/`pnpm exec`. The root `prepare` script nests `pnpm turbo`
# inside the outer install's lifecycle, so that check deadlocks against the in-flight
# install (CI hangs until SIGTERM). Restore the v10 behavior.
# See https://github.com/pnpm/pnpm/issues/8865
verifyDepsBeforeRun: false
overrides:
'@types/request>form-data': '^2.5.6'
'amazon-cognito-identity-js>js-cookie': '^3.0.7'
copyfiles: 'catalog:'
cross-env: 'catalog:'
dotenv: 'catalog:'
graphql: '16.8.1'
react: 'catalog:'
react-dom: 'catalog:'
typescript: 'catalog:'
# Replaces pnpm v10 `onlyBuiltDependencies`: packages permitted to run install scripts.
allowBuilds:
'@parcel/watcher': true
'@sentry/cli': true
'@swc/core': true
'@vercel/git-hooks': true
better-sqlite3: true
bufferutil: true
esbuild: true
mongodb-memory-server: true
sharp: true
unrs-resolver: true
utf-8-validate: true
workerd: true
minimumReleaseAgeExclude:
- '@faceless-ui/modal@3.0.1'
- '@modelcontextprotocol/client@2.0.0'
- '@modelcontextprotocol/core@2.0.0'
- '@modelcontextprotocol/server@2.0.0'
- '@next/bundle-analyzer@16.3.0'
- '@next/env@16.3.0'
- '@next/eslint-plugin-next@16.3.0'
- '@next/swc-darwin-arm64@16.3.0'
- '@next/swc-darwin-x64@16.3.0'
- '@next/swc-linux-arm64-gnu@16.3.0'
- '@next/swc-linux-arm64-musl@16.3.0'
- '@next/swc-linux-x64-gnu@16.3.0'
- '@next/swc-linux-x64-musl@16.3.0'
- '@next/swc-win32-arm64-msvc@16.3.0'
- '@next/swc-win32-x64-msvc@16.3.0'
- next@16.3.0
- mongoose@9.9.2