You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: upgrade to pnpm 10, add 3-day minimum dependency age (#323)
Bump pnpm 9.15.9 -> 10.34.5 across packageManager fields, engines and all
seven pnpm/action-setup steps. pnpm 10 blocks dependency lifecycle scripts by
default, so esbuild is added to onlyBuiltDependencies to keep the JS build
working. The lockfile is unchanged (v9.0 format is shared by pnpm 9 and 10).
Set minimumReleaseAge to 4320 minutes (3 days) so newly published versions
have time to be caught and unpublished before we install them, with `e2b`
excluded since we control its releases. Renovate gets a matching
minimumReleaseAge and exemption, otherwise it proposes versions pnpm then
refuses to install.
Move pnpm, Node and Bun versions into .tool-versions, alongside the Python and
Poetry entries already wired up there. Node was hardcoded in seven places at
three different versions; the release job keeps its explicit Node 24 pin,
which is deliberate for npm 11 OIDC trusted publishing (#259).
Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
0 commit comments