fix(acir_tests): refresh yarn.lock for bb.js's proper-lockfile dependency - #25543
Merged
Merged
Conversation
…ency barretenberg/acir_tests consumes bb.js through a portal, and bb.js gained proper-lockfile (and its retry dependency) with the concurrent-safe CRS cache fill (#25493) without this lockfile following. A cold `yarn install --immutable` here fails on the missing resolutions; regular CI kept passing on its node_modules cache hit, and the 2026-09-26 nightly release, which missed the cache, failed in bb-acir on exactly this. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_012EUKia6wteDk9kZZuT2Gju
charlielye
requested review from
iakovenkos,
ledwards2225 and
ludamad
as code owners
September 26, 2026 10:14
charlielye
enabled auto-merge (squash)
September 26, 2026 14:57
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.
barretenberg/acir_testsconsumes bb.js through a portal, and bb.js gainedproper-lockfile(plus itsretrydependency) with the concurrent-safe CRS cache fill in #25493 without this lockfile following. A coldyarn install --immutableinbarretenberg/acir_testsfails on the two missing resolutions.Regular CI kept passing because its node_modules cache hit; the 2026-09-26 nightly release (https://github.com/AztecProtocol/aztec-packages/actions/runs/36216969684) missed the cache and failed in
bb-aciron exactly this, so no nightly can publish until it lands.Only
yarn.lockchanges (the two resolutions added).🤖 Generated with Claude Code
https://claude.ai/code/session_012EUKia6wteDk9kZZuT2Gju