chore(deps): declare wreq-js as optional TLS runtime dependency - #5083
Merged
Merged
Conversation
Contributor
|
Note Currently processing new changes in this PR. This may take a few minutes, please wait... ⚙️ Run configurationConfiguration used: Repository: lidge-jun/opencodex/.coderabbit.yaml Review profile: ASSERTIVE Plan: Advanced Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Contributor
|
Contributor
⏳ DRAFT
What to do
Review readiness checklist
0/4 boxes ticked. Automatic draft conversion failed (token cannot change draft status). Please convert this pull request to a draft manually. The required |
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
Declares
wreq-js@2.3.1as anoptionalDependency(plus lockfile entries) so the opt-in Antigravity TLS profile in #3741 has its runtime available where the operator enables it. Split out of #3741 at maintainer request: the transport plumbing ships dependency-free, this PR carries only the supply-chain surface.Verifiable facts in this change:
2.3.1with integritysha512-vaKasaKeskrDKEuuO5Q5uamEG9a6FrF5ZSicH7TCvYS4RxF7/gzaU/vYqwJzcs+uydyJPVWY1KCvfVCgp0tiGA==.os: [linux, win32, darwin],cpu: [x64, arm64].Supply-chain notes for sign-off (blocked on
lidge-jun):github.com/sqdshguy/wreq-js(Node/NAPI bindings over the RustwreqHTTP/TLS-impersonation crate); npm tarballhttps://registry.npmjs.org/wreq-js/-/wreq-js-2.3.1.tgz, shasumf4a2243acf0edd037625c77397a91457a92d2fd9; exact pin2.3.1with the integrity hash above.os: darwin/linux/win32,cpu: x64/arm64); no build step on install, no postinstall scripts.optionalDependencies— if the install fails on a target, the lazyimport("wreq-js")inproviderTlsFetchthrows, the profile status goesfailed, and the send is refused as a transport error; providers withouttlsProfilekeep using the default fetch path, so the proxy is otherwise unaffected.Verification
git diff --stat: 8 insertions acrosspackage.jsonandbun.lock, no code changes.Checklist
Third box is intentionally unchecked: this PR exists to request the supply-chain security review.
Review readiness checklist
This PR stays in draft until every box below is ticked. Tick all four boxes once the requirements are met:
All CI tests are green on my local testing.
I pushed my PR to the latest dev commit.
I resolved all correct Codex and CodeRabbit findings.
My PR is ready for review.