Convert from yarn to npm#723
Conversation
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
|
Warning Review the following alerts detected in dependencies. According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.
|
458c44e to
0ca3226
Compare
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
There are 2 total unresolved issues (including 1 from previous review).
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 99862f5. Configure here.
j0ntz
left a comment
There was a problem hiding this comment.
Approving — review threads are settled (the remaining open thread, where present, has a pending note to answer or address before merging) and real CI is green; block-wip-pr clears once the fixups are squashed.
socket fix --all --range-style preserve --minimum-release-age 7d --no-major-updates
1fa1fe9 to
b308c04
Compare

CHANGELOG
Does this branch warrant an entry to the CHANGELOG?
Dependencies
noneDescription
noneNote
Low Risk
Tooling and documentation only; no runtime or application logic changes.
Overview
Switches the repo’s documented and CI workflow from Yarn to npm as the primary package manager.
CI & install behavior: Travis now runs
npm run verifyinstead ofyarn verify. A new.npmrcsetslegacy-peer-deps=truefor installs..yarnrcis removed, andpackage-lock.jsonis no longer gitignored so the npm lockfile can be committed.Docs:
README.mdand a historicalCHANGELOG.mdentry now referencenpm install,npm run prepare,npm run verify,npm run fix, andnpm run startinstead of the equivalentyarncommands.Reviewed by Cursor Bugbot for commit b308c04. Bugbot is set up for automated code reviews on this repo. Configure here.