Skip to content

chore(deps): bump ast-transpiler lock to master (Java emit idempotency) - #29391

Merged
frosty00 merged 1 commit into
ccxt:masterfrom
carlotestor:chore-ast-transpiler-lock-bump
Jul 31, 2026
Merged

chore(deps): bump ast-transpiler lock to master (Java emit idempotency)#29391
frosty00 merged 1 commit into
ccxt:masterfrom
carlotestor:chore-ast-transpiler-lock-bump

Conversation

@carlotestor

Copy link
Copy Markdown
Collaborator

Summary

Refresh package-lock.json for github:ccxt/ast-transpiler#master to f61e6c7143da.

That tip includes merged ast-transpiler#61 (Java finalX / ReassignedVars emit idempotency) and a regenerated dist/ (restoreFinalVarMutations, createProgramCache). The previous lock resolved an older master commit whose committed dist lagged source.

package.json already pins github:ccxt/ast-transpiler#master — this PR only moves the lockfile resolved SHA.

Resolved URL is git+https://... (not git+ssh://) so npm ci works on runners without GitHub SSH keys.

Verification

  • npm install github:ccxt/ast-transpiler#master → lock f61e6c7143da
  • rg restoreFinalVarMutations node_modules/ast-transpiler/dist/transpiler.js → hits present
  • global.checker absent from fixed dist path (context API from Kraken market bug in fetch_balance #60)

Related

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.
@frosty00
frosty00 merged commit e87422f into ccxt:master Jul 31, 2026
13 checks passed
@kroitor kroitor self-assigned this Jul 31, 2026
@kroitor kroitor added the dependencies Dependency updates label Jul 31, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependency updates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants