build(pnpm): require reviewed dependency build scripts (#17558)

## Description

Enable pnpm's reviewed build-script gate for this repo.

## What changed

- added `strictDepBuilds: true` to `pnpm-workspace.yaml`

## Why

The repo already uses pinned pnpm and frozen installs in CI. This adds
the remaining guard so dependency build scripts do not run unless they
are explicitly reviewed.

## Validation

- ran `pnpm install --frozen-lockfile`

Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
mcgrew-oai
2026-04-12 16:27:44 -04:00
committed by GitHub
Unverified
parent 720932ca3d
commit a4d5112b37
+1
View File
@@ -9,3 +9,4 @@ ignoredBuiltDependencies:
minimumReleaseAge: 10080
blockExoticSubdeps: true
strictDepBuilds: true