chore(deps): update dependencies - #392
Merged
Merged
Conversation
Refresh the dependency tree to current versions. This clears every advisory `pnpm audit` reported against the lockfile (57 before, 0 after) without any resolution overrides — the transitive fixes come from the packages themselves. Notable direct bumps: chalk 5 -> 6, @napi-rs/keyring 1 -> 2, vitest and @vitest/coverage-v8 4 -> 5, undici 7.28 -> 7.29.1. Two majors are deliberately held back: - undici stays on 7.x. src/lib/proxy.ts hands an undici dispatcher to Node's built-in global fetch, and undici 8 changed the dispatcher handler contract: Node 22/24 still bundle undici 6.x, whose global fetch rejects an 8.x dispatcher with `invalid onRequestStart method`, which surfaces as a bare `fetch failed` on every request (caught by the e2e suites). Documented at the top of that module. - typescript stays on 6.x. typescript-eslint has no release supporting TS 7 yet and throws "typescript-eslint does not support TS 7.0" on load, failing lint. vitest 5 makes vite a required peer dependency, so vite is now declared explicitly as a devDependency. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01ESn1wANzq7wXruibfhJ5eM
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.
Refreshes the dependency tree to current versions. This clears every advisory
pnpm auditreports against the lockfile (57 before, 0 after) with no resolution overrides — the transitive fixes come from the packages themselves.chalk5→6,@napi-rs/keyring1→2,vitest+@vitest/coverage-v84→5,undici7.28→7.29.1, plus eslint/typescript-eslint/@types/node/viem/tsx/esbuild/globals.viteis now an explicit devDependency — vitest 5 makes it a required peer.undiciheld on 7.x:src/lib/proxy.tshands an undici dispatcher to Node's built-in globalfetch, and undici 8 changed the dispatcher handler contract. Node 22/24 still bundle undici 6.x, whose global fetch rejects an 8.x dispatcher withinvalid onRequestStart method— a barefetch failedon every request, caught by the e2e suites. Documented in that module.typescriptheld on 6.x: typescript-eslint has no TS 7 release yet and throwstypescript-eslint does not support TS 7.0on load, failing lint.Verified: lint, build,
check:reference, 1081 unit tests, and the legacy + modern-protocol e2e matrices all pass. Under Bun onlybasic/remote-openfails, which reproduces identically onmain(it needs outbound access to mcp.apify.com).🤖 Generated with Claude Code
https://claude.ai/code/session_01ESn1wANzq7wXruibfhJ5eM
Generated by Claude Code