-
Notifications
You must be signed in to change notification settings - Fork 31k
Expand file tree
/
Copy pathpnpm-workspace.yaml
More file actions
48 lines (48 loc) · 995 Bytes
/
pnpm-workspace.yaml
File metadata and controls
48 lines (48 loc) · 995 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
packages:
- 'apps/*'
- 'packages/*'
- 'bench/*'
- 'crates/*/js'
- 'turbopack/crates/*/js'
- 'turbopack/crates/turbopack-tests/tests/execution'
- 'turbopack/packages/*'
updateNotifier: false
publicHoistPattern:
- '*eslint*'
allowBuilds:
'@ast-grep/cli': true
ignoredBuiltDependencies:
- '@datadog/native-appsec'
- '@datadog/native-metrics'
- '@datadog/pprof'
- '@swc/core'
- '@tailwindcss/oxide'
- core-js
- cpu-features
- dd-trace
- esbuild
- msw
- nx
- playwright-chromium
- protobufjs
- sharp
- ssh2
- unrs-resolver
- wasm-pack
# Keep security related settings in sync with pnpm-workspace.yaml written to
# temporary fixture dirs in file://./scripts/install-native.mjs
blockExoticSubdeps: true
minimumReleaseAge: 2880 # 48 hrs
minimumReleaseAgeExclude:
- '@next/*'
- '@turbo/*'
- '@vercel/*'
- '@workflow/*'
- babel-plugin-react-compiler
- next
- react
- react-dom
- react-is
- react-server-dom-*
- scheduler
- turbo