Convert to npm#454
Open
peachbits wants to merge 2 commits into
Open
Conversation
af93a63 to
22e4535
Compare
j0ntz
approved these changes
Jun 2, 2026
j0ntz
left a comment
Contributor
There was a problem hiding this comment.
Approving — no open review threads and no failing checks; the conversion looks clean here.
added 2 commits
June 10, 2026 23:29
Ran `socket fix --all --range-style preserve --minimum-release-age 7d`. Pinned ethers to 5.7.0 (exact) afterward — socket fix wanted to bump ethers v5 → v6 (a breaking API change) and we cannot adopt v6 yet.
1f81750 to
181b0b7
Compare
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.
Note
Low Risk
Tooling and documentation only; no runtime swap plugin logic changes. CI (e.g. Jenkins) may still need updating if it still invokes Yarn outside this diff.
Overview
This PR moves the repo from Yarn to npm as the documented and supported package manager.
Tooling: Adds
.npmrcwithlegacy-peer-deps=true, removes.yarnrc, and stops ignoringpackage-lock.jsonin.gitignoreso the npm lockfile is committed.Docs and scripts: README, plugin docs, and
convert.shnow usenpm install,npm run prepare,npm run start,npm run mapctl, and related npm scripts instead ofyarn/yarn updot.Note: The README “Adding Your Exchange” block shows
npm run npm install prepare, which looks like a mistaken merge ofnpm installandnpm run prepare.Reviewed by Cursor Bugbot for commit 181b0b7. Bugbot is set up for automated code reviews on this repo. Configure here.