Skip to content

chore(deps): drop no-op node-gyp undici override#241

Merged
chhoumann merged 1 commit into
masterfrom
chore/remove-noop-override
Jul 6, 2026
Merged

chore(deps): drop no-op node-gyp undici override#241
chhoumann merged 1 commit into
masterfrom
chore/remove-noop-override

Conversation

@chhoumann

@chhoumann chhoumann commented Jul 6, 2026

Copy link
Copy Markdown
Owner

Follow-up to #229. Devin's review correctly noted the node-gyp override is inert: node-gyp only exists bundled inside the npm package, where npm overrides cannot reach. The vendored-undici advisory was actually fixed by re-resolving npm to 11.18.0, so the override never did anything.

Removing it changes nothing in the lockfile (verified: npm install reports up to date, npm audit still 0 vulnerabilities). The @actions/http-client override stays - that one is live and pins undici 6.27.0 under a real unbundled dep.


Open in Devin Review

node-gyp only exists as a bundled dependency inside the npm package,
where overrides cannot reach; the fix that actually resolved its
vendored undici was re-resolving npm to 11.18.0. Flagged by Devin
review on #229. Lockfile is byte-identical without the override,
confirming it was inert.
@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Jul 6, 2026

Copy link
Copy Markdown

Deploying podnotes with  Cloudflare Pages  Cloudflare Pages

Latest commit: 75745bc
Status: ✅  Deploy successful!
Preview URL: https://8c5d7056.podnotes.pages.dev
Branch Preview URL: https://chore-remove-noop-override.podnotes.pages.dev

View logs

@devin-ai-integration devin-ai-integration Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

✅ Devin Review: No Issues Found

Devin Review analyzed this PR and found no bugs or issues to report.

Open in Devin Review

@chhoumann chhoumann merged commit c177485 into master Jul 6, 2026
4 checks passed
@chhoumann chhoumann deleted the chore/remove-noop-override branch July 6, 2026 14:49
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.

1 participant