Skip to content

Upgrade @deno/sandbox to 0.13.2#125

Merged
murrayju merged 1 commit intomainfrom
ox/bump-deno-sandbox
Mar 24, 2026
Merged

Upgrade @deno/sandbox to 0.13.2#125
murrayju merged 1 commit intomainfrom
ox/bump-deno-sandbox

Conversation

@murrayju
Copy link
Copy Markdown
Member

@murrayju murrayju commented Mar 23, 2026

Summary

  • upgrade @deno/sandbox from 0.13.1 to 0.13.2
  • carry the existing Bun compatibility patch forward to the new package version
  • refresh bun.lock for the updated release

Validation

  • ./bun install
  • ./bun run check

Notes

  • the existing patch applied cleanly to 0.13.2, so no patch content changes were required beyond the versioned patch filename

Copilot AI review requested due to automatic review settings March 23, 2026 18:28
@CLAassistant
Copy link
Copy Markdown

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.


Ox Agent seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account.
You have signed the CLA already but the status is still pending? Let us recheck it.

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Upgrades the repo’s Deno Deploy sandbox SDK dependency to @deno/sandbox@0.13.2, carrying forward the Bun compatibility patch so sandbox connections keep working under Bun, and refreshes the Bun lockfile accordingly.

Changes:

  • Bump @deno/sandbox from 0.13.1 to 0.13.2 and update patchedDependencies to point at the new patch file.
  • Add the @deno/sandbox@0.13.2 patch (raw TLS + manual HTTP upgrade WebSocket transport; removes the upstream “Bun not supported” warning).
  • Update bun.lock to lock the new package version + patch mapping.

Reviewed changes

Copilot reviewed 1 out of 3 changed files in this pull request and generated no comments.

File Description
patches/@deno%2Fsandbox@0.13.2.patch Carries forward the Bun WebSocket transport workaround and adjusts upstream sandbox code to stop warning on Bun.
package.json Updates dependency + patchedDependencies mapping to @deno/sandbox@0.13.2.
bun.lock Locks @deno/sandbox to 0.13.2 and updates patchedDependencies entries.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@murrayju murrayju merged commit 14efe1d into main Mar 24, 2026
5 of 6 checks passed
@murrayju murrayju deleted the ox/bump-deno-sandbox branch March 24, 2026 13:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants