Files
codex/pnpm-workspace.yaml
Zanie Blue 3432d3f2c9 Upgrade pnpm to 10.34.5 (#39967)
## What changed

- Pin pnpm 10.34.5 across the root, dev container, CLI, TypeScript SDK,
  and responses API proxy packages.
- Scope the allowed build for `@modelcontextprotocol/conformance` to its
  pinned GitHub tarball and refresh its lockfile resolution metadata.

GitOrigin-RevId: 28e385f8f07bd064888f763b16aa3c902e66c5f1
2026-08-21 16:45:05 +00:00

20 lines
545 B
YAML

packages:
- codex-cli
- codex-rs/responses-api-proxy/npm
- sdk/typescript
ignoredBuiltDependencies:
- esbuild
minimumReleaseAge: 10080
minimumReleaseAgeExclude: []
blockExoticSubdeps: true
strictDepBuilds: true
trustPolicy: no-downgrade
trustPolicyIgnoreAfter: 10080
trustPolicyExclude: []
allowBuilds:
# Build only the official MCP conformance CLI pinned by the TypeScript SDK.
"@modelcontextprotocol/conformance@https://codeload.github.com/modelcontextprotocol/conformance/tar.gz/49103de6ed70804e940637bf3e9e29e4a3f54e64": true