Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
"vitest": "4.1.7"
},
"optionalDependencies": {
"@rolldown/binding-linux-x64-gnu": "1.0.0",
"@rolldown/binding-linux-x64-gnu": "1.0.3",
"@rolldown/binding-linux-x64-musl": "1.0.0"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Platform binding version divergence@rolldown/binding-linux-x64-gnu is now at 1.0.3 while @rolldown/binding-linux-x64-musl stays at 1.0.0. These are native bindings for the same bundler targeting different Linux libc variants (glibc vs musl/Alpine). If CI or any contributor's environment uses a musl-based container, it will run the older binding and may not benefit from the 1.0.3 bug fixes (e.g., onOutput called twice, CJS require() routing fix). Consider opening or tracking a follow-up bump for the musl variant to keep parity.

Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!

}
}
24 changes: 20 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.