Skip to content

Update pnpm version and enable stricter dependency checks#429

Merged
Olmo Maldonado (ibolmo) merged 4 commits intomainfrom
sec-supply-chain
Apr 1, 2026
Merged

Update pnpm version and enable stricter dependency checks#429
Olmo Maldonado (ibolmo) merged 4 commits intomainfrom
sec-supply-chain

Conversation

@ibolmo
Copy link
Copy Markdown
Collaborator

This commit upgrades pnpm to version 10.33.0 and enables several stricter dependency management features:

  • pnpm install --frozen-lockfile is now used in CI workflows to ensure reproducible builds.
  • strictDepBuilds, blockExoticSubdeps, and trustPolicy settings are added to pnpm-workspace.yaml to enforce more robust dependency management.
  • minimumReleaseAge is configured to prevent the use of excessively old package versions, enhancing security and stability.

This commit upgrades pnpm to version 10.33.0 and enables several
stricter dependency management features:

- `pnpm install --frozen-lockfile` is now used in CI workflows to ensure
  reproducible builds.
- `strictDepBuilds`, `blockExoticSubdeps`, and `trustPolicy` settings
  are added to `pnpm-workspace.yaml` to enforce more robust dependency
  management.
- `minimumReleaseAge` is configured to prevent the use of excessively
  old package versions, enhancing security and stability.
@vercel
Copy link
Copy Markdown

vercel bot commented Mar 31, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
ai-proxy Ready Ready Preview, Comment Mar 31, 2026 11:10pm

Request Review

Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: a83107ea20

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "Codex (@codex) review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "Codex (@codex) address that feedback".

Upgrade dependencies for GitHub Actions workflows. This ensures that we
are using the latest stable versions of the actions, which often include
performance improvements, bug fixes, and security updates.
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

stamp

@ibolmo Olmo Maldonado (ibolmo) merged commit 66da944 into main Apr 1, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants