chore: pin pnpm via packageManager + use GitHub changelog renderer#56
Merged
Merged
Conversation
|
Warning You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again! |
MarvelNwachukwu
force-pushed
the
chore/hygiene-packagemanager-changelog
branch
from
May 15, 2026 11:08
57e8a08 to
41dfac8
Compare
Without packageManager, corepack auto-resolves the latest pnpm on each environment. That's what caused the sync-tools workflow to start fetching pnpm 11 (Node \u226522.13 required) and crash on 'node:sqlite' (#52). Pinning here makes local dev and any future workflow deterministic by default. Matches the version that pnpm/action-setup uses in release.yml and push.yml.
…og-github The default @changesets/cli/changelog renderer produces a plain bullet list. Switching to @changesets/changelog-github means each entry in CHANGELOG.md links to its PR/commit and credits the author, which is the convention most public packages follow.
MarvelNwachukwu
force-pushed
the
chore/hygiene-packagemanager-changelog
branch
from
May 15, 2026 11:08
41dfac8 to
b201dcf
Compare
… of truth With packageManager: pnpm@9.15.4 in package.json, pnpm/action-setup errors out with ERR_PNPM_BAD_PM_VERSION when the workflow also declares version: 9. Removing the inline version makes the action read from packageManager.
This was referenced May 15, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Two unrelated hygiene fixes that don't touch runtime code:
packageManager: \"pnpm@9.15.4\"— without this, Corepack auto-resolves the latest pnpm on each environment, which is what caused thesync-toolsworkflow to pull pnpm 11 and crash onnode:sqlite([fix in chore: add changeset for PR #50 (MCP logging + RPC env rename) #52]). Pinning here makes local dev and any future workflow deterministic by default.@changesets/changelog-github— replaces the default plain-text bullet list with entries that link to the PR/commit and credit the author. Standard convention for public packages.Test plan
Version PackagesPR renders CHANGELOG.md entries with PR/commit links