Bump WebKit to 6d586e293f - #31706
Conversation
|
Updated 6:17 AM PT - Jun 2nd, 2026
❌ @Jarred-Sumner, your commit 3cb9102 has 8 failures in
🧪 To try this PR locally: bunx bun-pr 31706That installs a local version of the PR into your bun-31706 --bun |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (1)
WalkthroughThis PR updates the ChangesWebKit Version Update
Possibly related PRs
🚥 Pre-merge checks | ✅ 3 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Comment |
There was a problem hiding this comment.
LGTM — straightforward WebKit version bump.
Extended reasoning...
Overview
This PR changes a single line in scripts/build/deps/webkit.ts, bumping the WEBKIT_VERSION constant from 963f8758... to 6d586e293f.... Per the description, the new oven-sh/WebKit release adds a bun-webkit-windows-amd64-asan prebuilt variant. No other code paths are touched.
Security risks
None. This is a version string constant that determines which prebuilt tarball is downloaded from oven-sh/WebKit releases (a repo controlled by the same org). There's no injection surface, auth, or permissions logic involved.
Level of scrutiny
Low. This is a routine, mechanical dependency version bump following the established pattern in this file. The constant is a 40-hex commit SHA, well-formed, and the surrounding logic (prebuiltSuffix, prebuiltUrl) already handles the -asan suffix on Windows, so no consumer changes are needed to take advantage of the new variant. CI will validate that the referenced release artifacts exist.
Other factors
No bugs were found by the bug hunting system, there are no outstanding reviewer comments, and the diff is a single-line constant change with clear intent.
Updates WEBKIT_VERSION to oven-sh/WebKit@6d586e2, which adds the bun-webkit-windows-amd64-asan prebuilt variant (oven-sh/WebKit#240).