mirror of
https://github.com/openai/codex.git
synced 2026-08-23 13:09:46 +00:00
## 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
20 lines
545 B
YAML
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
|