mirror of
https://github.com/vercel/next.js.git
synced 2026-09-20 02:25:18 +08:00
1076c47453
- 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.
55 lines
1.2 KiB
YAML
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
|