Release 0.2.4: fix JSR publish Deno panic - #56
Merged
Merged
Conversation
Deno's bare-node-builtins rewrite overlaps on JSDoc import('net')
and crashes during jsr publish. Prefix Node builtins with node: and
bump to 0.2.4 so npm/JSR can republish after 0.2.3's partial publish.
Co-authored-by: ProxyMesh AI <proxymeshai@users.noreply.github.com>
proxymeshai
marked this pull request as ready for review
September 1, 2026 18:18
Contributor
There was a problem hiding this comment.
Left a non-blocking comment and assigned reviewers. This is not a Dependabot package-version bump, so it is outside this automation’s approval policy even though Cursor Bugbot completed successfully with no findings (Cursor Security Agent was not present). Human review is required before merge.
Sent by Cursor Approval Agent: dependabot approver
proxymesh
approved these changes
Sep 1, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Summary
net/tls/httpsimports (overlapping text changes on JSDocimport('net')).node:so JSR no longer needs that rewrite.package.jsonandjsr.jsonto 0.2.4 so merge can cutv-0.2.4and republish both registries.Verification
npx jsr publish --dry-runsucceeds after the import fix (previously panicked).npm run test:unitpasses.Merging triggers GitHub release
v-0.2.4and npm/JSR publish via existing workflows.Slack Thread