Align pnpm patch version in release.yml with devbox.json#38
Open
toon-backlog-bot[bot] wants to merge 1 commit into
Open
Align pnpm patch version in release.yml with devbox.json#38toon-backlog-bot[bot] wants to merge 1 commit into
toon-backlog-bot[bot] wants to merge 1 commit into
Conversation
release.yml pinned pnpm/action-setup@v4 to 8.15.0 while devbox.json pins 8.15.9 (fixed for ci.yml/package.json in #31/PR #34). Aligns the last remaining 8.15.0 pin so the npm-publish pipeline uses the same pnpm patch version as the rest of the toolchain. Closes #35 Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
ALLiDoizCode
approved these changes
Jul 2, 2026
ALLiDoizCode
left a comment
Contributor
There was a problem hiding this comment.
Reviewed: single-line pnpm/action-setup@v4 version bump (8.15.0 → 8.15.9) in release.yml to match the pre-existing devbox.json pin, plus a scoped empty changeset. Verified 8.15.9 is devbox.json's actual existing pin, title/body accurately match the diff (5 additions/1 deletion across 2 files), the empty-changeset pattern matches the established sibling-PR convention, and CI (build, devbox-validate) is green. No publish logic, secrets, or triggers touched. No blocking issues.
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.
Closes #35
Summary
.github/workflows/release.yml'spnpm/action-setup@v4step pinnedversion: 8.15.0, drifting fromdevbox.json(pnpm_8@8.15.9, fixed in chore: add devbox.json to pin Node 22 + pnpm 8.15.x + Foundry 1.7.1 (+CI) #25). This was the third location with the identical drift, flagged as a follow-up by PR Align pnpm patch version to 8.15.9 across ci.yml and package.json #34 (issue Align pnpm patch version across ci.yml, package.json, and devbox.json (8.15.0 vs 8.15.9 drift) #31) which fixedci.ymlandpackage.json.version: 8.15.0→version: 8.15.9line inrelease.yml. No other lines touched — no publish logic, secrets, or triggers changed..changeset/issue-35-release-yml-pnpm-version.md) since this is a CI-config change to no published package.Verification
Note:
pnpm install --no-frozen-lockfilereportedpnpm-lock.yamlis already out of sync withpackages/swap/package.jsononmain(pre-existing drift, independent of this change — appears to be what PR #34 addresses for@toon-protocol/{connector,core,sdk}specifiers). I reverted the incidental lockfile changes from that install so this PR's diff stays scoped to therelease.ymlline the issue calls out; build/test above were verified against the resolvednode_modulesbefore reverting the lockfile file itself.🤖 Generated with Claude Code