chore(deps): bump ast-transpiler lock to master (Java emit idempotency) - #29391
Merged
Merged
Conversation
Refresh package-lock resolved commit for github:ccxt/ast-transpiler#master to f61e6c7143da (includes merged ccxt#61 Java finalX/ReassignedVars fix and regenerated dist with restoreFinalVarMutations / createProgramCache). Lock resolved URL kept as git+https (not git+ssh) so CI without SSH keys can npm ci.
carlotestor
requested review from
carlosmiei,
frosty00 and
kroitor
as code owners
July 31, 2026 19:08
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.
Summary
Refresh
package-lock.jsonforgithub:ccxt/ast-transpiler#mastertof61e6c7143da.That tip includes merged ast-transpiler#61 (Java
finalX/ReassignedVarsemit idempotency) and a regenerateddist/(restoreFinalVarMutations,createProgramCache). The previous lock resolved an older master commit whose committed dist lagged source.package.jsonalready pinsgithub:ccxt/ast-transpiler#master— this PR only moves the lockfile resolved SHA.Resolved URL is
git+https://...(notgit+ssh://) sonpm ciworks on runners without GitHub SSH keys.Verification
npm install github:ccxt/ast-transpiler#master→ lockf61e6c7143darg restoreFinalVarMutations node_modules/ast-transpiler/dist/transpiler.js→ hits presentglobal.checkerabsent from fixed dist path (context API from Kraken market bug in fetch_balance #60)Related