Files
stack/infra/marimo
kert cc6feca253
All checks were successful
CI / lint (push) Successful in 31s
Deploy / notebooks (push) Has been skipped
Deploy / zotero (push) Has been skipped
Deploy / docs (push) Has been skipped
Deploy / api (push) Has been skipped
Deploy / mc (push) Has been skipped
Infra CI / notebooks (push) Successful in 11m22s
Infra CI / zotero (push) Successful in 29s
Infra CI / docs (push) Successful in 1m43s
Infra CI / api (push) Successful in 15s
Infra CI / mc (push) Successful in 18s
Deploy / report (push) Successful in 13s
CI / test (push) Successful in 19m25s
fix(notebooks): pin jotai 2.17.0 in marimo overlay to fix frontend build
The overlay mutates marimo's package.json, so the image builds with
`pnpm install --no-frozen-lockfile`. That let pnpm re-resolve jotai within
marimo's `^2.17.0` range up to 2.20.0+, which dropped the
INTERNAL_getBuildingBlocksRev2 / INTERNAL_buildStoreRev2 exports that
marimo's source imports — the frontend build then died with MISSING_EXPORT.

Pin jotai to the exact version via pnpm.overrides in apply-overlay.sh. The
jq transform creates the overrides (and pnpm) key when absent and preserves
any existing overrides.
2026-07-08 09:28:52 -04:00
..