Skip to content

Conversation

@scode2277
Copy link
Collaborator

Frameworks PR Checklist

Fixed pnpm exec just ... commands (pnpm exec just build || pnpm exec just serve) failing silently due to misconfigured pnpm dependency settings.

This PR:

  • Removes the trustedDependencies configuration as it's deprecated in pnpm 10.x
  • Fixes a contradictory config where just-install was listed in both trustedDependencies AND ignoredBuiltDependencies - the ignore took precedence and just-install was not being installed

For the reason above, i've removed just-install from ignoredBuiltDependencies and added it to onlyBuiltDependencies (together with esbuild that was already there) so it can actually be installed and the pnpm exec just ... commands can work

  • Describe your changes, substitute this text with the information
  • If you are touching an existing piece of content, tag current contributors from the attribution list
  • If there is a steward for that framework, ask the steward to review it
  • If you're modifying the general outline, make sure to update it in the vocs.config.ts adding the dev: true parameter
  • If you need feedback for your content from the wider community, share the PR in our Discord
  • Review changes to ensure there are no typos, see instructions below

@scode2277 scode2277 requested a review from mattaereal January 30, 2026 17:22
@scode2277 scode2277 added local setup Improvements or additions to the local setup dependencies Pull requests that update a dependency file labels Jan 30, 2026
@vercel
Copy link

vercel bot commented Jan 30, 2026

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

Project Deployment Actions Updated (UTC)
frameworks Ready Ready Preview, Comment Jan 30, 2026 5:22pm

Request Review

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file local setup Improvements or additions to the local setup

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants