Files
vercel__next.js/pnpm-workspace.yaml
T
Steven 1076c47453 chore: Remove expired sharp release age exclusions (#98120)
- PR #97931 temporarily exempted sharp@0.35.4 and its @img/* binaries to
ship same day.
  - Its now past  the 48-hour minimum release age.
  - This PR removes those temporary exemptions.
2026-09-01 09:45:41 +02:00

55 lines
1.2 KiB
YAML

packages:
- 'apps/*'
- 'packages/*'
- 'bench/*'
- 'crates/*/js'
- 'turbopack/crates/*/js'
- 'turbopack/crates/turbopack-tests/tests/execution'
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`
# - `file://./test/lib/pnpm-security-settings.js` reads and copies these values for
# isolated test dirs
blockExoticSubdeps: true
minimumReleaseAge: 2880 # 48 hrs
minimumReleaseAgeExclude:
- '@mswjs/interceptors@0.42.0'
- '@next/*'
- '@turbo/*'
- '@types/react@19.2.18'
- '@types/react-dom@19.2.4'
- '@vercel/*'
- '@workflow/*'
- babel-plugin-react-compiler
- httpxy@0.5.5
- next
- react
- react-dom
- react-is
- react-server-dom-*
- scheduler
- turbo