Dependency updates: rollup 4, eslint 10, mocha 11; ffjavascript commit-ref pin - #105
Open
OBrezhniev wants to merge 15 commits into
Open
Dependency updates: rollup 4, eslint 10, mocha 11; ffjavascript commit-ref pin#105OBrezhniev wants to merge 15 commits into
OBrezhniev wants to merge 15 commits into
Conversation
Migrates .eslintrc.cjs to flat eslint.config.mjs; drops an unused catch binding. 3 tests pass; bundle rebuilds cleanly.
Points at the ffjavascript feature branch this stack is developed against (resolves once that branch is pushed). For local development keep an uncommitted file:../ffjavascript override in the working tree.
git+https installs anonymously (git+ssh needs SSH credentials).
Member
Author
|
PR stack (landing order):
Cross-repo deps are pinned by git+https commit refs; re-pin consumers if a branch gains commits before merge. |
This was referenced Jul 4, 2026
js-yaml bumped in-range; serialize-javascript ^7.0.5 and diff ^8.0.3 overridden (mocha pins vulnerable ranges). npm audit clean.
…, and wrong-magic rejection Corrupts the constraint section's bytes on disk and confirms readR1csHeader (loadConstraints:false) still returns correct header fields -- proving the lazy header-only read path genuinely never touches that data, not just that it happens to work on well-formed files. A follow-up loadConstraints:true call on the SAME corrupted file confirms the corruption is real (it throws), so the header-only success isn't a false negative. Also covers rejection of a file with the wrong magic string, which had no coverage.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Wo6AVSAwvL9mHTpvnREZPR
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Wo6AVSAwvL9mHTpvnREZPR
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.
Dependency updates: rollup 4, eslint 10, mocha 11; ffjavascript commit-ref pin
Summary
Companion to the snarkjs
feature/memory-scopingPR (which pins this branchby commit ref).
.eslintrc.cjsmigratedto flat
eslint.config.mjs), mocha 10 → 11; bundle rebuilt, 3 tests pass.git+https://…#<commit>ref to thefeature/msm-signed-bucketshead this stack is developed against; localdevelopment uses an uncommitted
file:../override. Lockfile regeneratedagainst the pin.
Landing order
After the ffjavascript PR lands; alternatively re-point the pin at the next
published ffjavascript version at merge time.
🤖 Generated with Claude Code