-
-
Notifications
You must be signed in to change notification settings - Fork 217
Expand file tree
/
Copy pathpnpm-workspace.yaml
More file actions
39 lines (35 loc) · 1.22 KB
/
pnpm-workspace.yaml
File metadata and controls
39 lines (35 loc) · 1.22 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
cleanupUnusedCatalogs: true
linkWorkspacePackages: true
preferWorkspacePackages: true
blockExoticSubdeps: true
trustPolicy: 'no-downgrade'
# pnpm v11 dropped support for these fields in package.json — they must live
# here. See https://github.com/pnpm/pnpm/releases/tag/v11.0.0.
overrides:
abbrev: ^3.0.0
patchedDependencies:
'@changesets/assemble-release-plan@6.0.9': patches/@changesets__assemble-release-plan@6.0.9.patch
packages:
- 'packages/*'
- 'packages/ai-code-mode/models-eval'
- 'examples/*'
- 'testing/*'
- 'codemods'
allowBuilds:
# Vite + every transitive bundler-step needs the platform-specific binary.
esbuild: true
# @google/genai (used by @tanstack/ai-gemini in CI) loads files generated by
# protobufjs's postinstall.
protobufjs: true
# Everything below is reachable only from dev scripts (wrangler dev,
# examples/ts-code-mode-web), is a perf optimisation with a working JS
# fallback, or has a no-op postinstall — none are required for `pnpm test:ci`
# to pass. Flip to true case-by-case if a future change relies on the script.
'@openrouter/sdk': false
'@parcel/watcher': false
isolated-vm: false
nx: false
puppeteer: false
sharp: false
unrs-resolver: false
workerd: false