Skip to content

Commit 77ff58d

Browse files
nicohrubecclaude
andcommitted
test(e2e/nitro-3): Pin rolldown to 1.1.3 to fix build
`rolldown@1.1.4` (published 2026-07-01) tightened CJS→ESM named-export interop, so nitro's `import { nodeFileTrace }` from the CommonJS `@vercel/nft` fails at build time. The app tracked `rolldown: latest` with no lockfile, so fresh installs picked it up. Pin to the last-good `1.1.3` (verified locally: 1.1.4 fails, 1.1.3 builds). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 29ed0fc commit 77ff58d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • dev-packages/e2e-tests/test-applications/nitro-3

dev-packages/e2e-tests/test-applications/nitro-3/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@sentry-internal/test-utils": "link:../../../test-utils",
2121
"@sentry/core": "latest || *",
2222
"nitro": "^3.0.260522-beta",
23-
"rolldown": "latest",
23+
"rolldown": "1.1.3",
2424
"vite": "latest"
2525
},
2626
"volta": {

0 commit comments

Comments
 (0)