This repository was archived by the owner on Apr 22, 2026. It is now read-only.
Migrate from yarn to pnpm#13
Merged
Merged
Conversation
Author
Original prompt from nick@flux.ai |
Author
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
4 tasks
nick-fields
approved these changes
Feb 4, 2026
devin-ai-integration
Bot
force-pushed
the
devin/1770229860-migrate-to-pnpm
branch
from
February 4, 2026 19:11
0ceff03 to
2fa1a16
Compare
Co-Authored-By: nick@flux.ai <nick@flux.ai>
devin-ai-integration
Bot
force-pushed
the
devin/1770229860-migrate-to-pnpm
branch
from
February 4, 2026 19:42
2fa1a16 to
494d0a5
Compare
Co-Authored-By: nick@flux.ai <nick@flux.ai>
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
Migrates the package manager from yarn to pnpm. This replaces
yarn.lockwithpnpm-lock.yamland updates thepackageManagerfield topnpm@9.15.4.Changes:
packageManagerfield from yarn@1.22.22 to pnpm@9.15.4yarn.lockpnpm-lock.yamlwith resolved dependenciespnpm/action-setup@v4, cache pnpm, runpnpm install --frozen-lockfile,pnpm build,pnpm test)Updates since last revision
Added CI workflow changes to use pnpm instead of yarn. The workflow now installs pnpm via
pnpm/action-setup@v4and runs all commands with pnpm.Review & Testing Checklist for Human
pnpm install && pnpm build && pnpm testlocally to confirm everything worksNotes
This is the second PR in a stack of 2 (PR #12 was merged):
Pin dependencies (PR Pin all dependencies to exact versions #12)- MergedLink to Devin run: https://app.devin.ai/sessions/430d7bdf45164595b92dfaa0b15d73d4
Requested by: @nick-fields