Skip to content

Update pnpm release age settings#10719

Merged
shadcn merged 3 commits into
mainfrom
shadcn/minimum-release-age-pnpm
May 22, 2026
Merged

Update pnpm release age settings#10719
shadcn merged 3 commits into
mainfrom
shadcn/minimum-release-age-pnpm

Conversation

@shadcn
Copy link
Copy Markdown
Collaborator

@shadcn shadcn commented May 21, 2026

Updates pnpm to 10.33.4, aligns GitHub workflow pnpm pins, and sets pnpm minimumReleaseAge to 2880 minutes.

@vercel
Copy link
Copy Markdown
Contributor

vercel Bot commented May 21, 2026

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

1 Skipped Deployment
Project Deployment Actions Updated (UTC)
ui Ignored Ignored Preview May 22, 2026 1:09pm

Request Review

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Updates the repository’s pnpm tooling configuration by bumping the pinned pnpm version and introducing a time-based “minimum release age” setting intended to avoid consuming very recent releases.

Changes:

  • Bump root packageManager to pnpm@10.33.4.
  • Align GitHub Actions workflows to install pnpm@10.33.4.
  • Add minimumReleaseAge: 2880 to pnpm-workspace.yaml.

Reviewed changes

Copilot reviewed 6 out of 6 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
pnpm-workspace.yaml Adds minimumReleaseAge configuration for pnpm resolution behavior.
package.json Updates the repo’s pinned pnpm version via packageManager.
.github/workflows/validate-registries.yml Updates pnpm/action-setup version pin to 10.33.4 for registry validation CI.
.github/workflows/test.yml Updates pnpm/action-setup version pin to 10.33.4 for test CI.
.github/workflows/release.yml Updates pnpm/action-setup version pin to 10.33.4 for release workflows.
.github/workflows/code-check.yml Updates pnpm/action-setup version pin to 10.33.4 for lint/format/typecheck CI.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread package.json
"test:apps": "pnpm --filter=v4 test:apps"
},
"packageManager": "pnpm@9.0.6",
"packageManager": "pnpm@10.33.4",
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

Updated the monorepo templates to use pnpm@10.33.4 as well, so the root, CI, and generated monorepo templates now agree.

@shadcn shadcn merged commit 4a4dc8e into main May 22, 2026
12 checks passed
@shadcn shadcn deleted the shadcn/minimum-release-age-pnpm branch May 22, 2026 16:10
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