chore(deps): update dependencies - #145
Open
trpfrog wants to merge 54 commits into
Open
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Coverage Report
File Coverage
|
||||||||||||||||||||||||||||||||||||||||||||
Owner
Author
|
レビューコメントに対応しました。
追加コミット: |
trpfrog
force-pushed
the
dependency-update-2026-08-22
branch
from
August 22, 2026 17:31
4a5efec to
806a9f2
Compare
Owner
Author
|
署名付きrebaseを完了しました。origin/main以降の54コミットをSSH署名付きで再作成し、force-with-leaseでPRブランチを更新しています。先ほどのレビュー回答に記載した |
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
Updated major dependencies
ai7.0.77 and@ai-sdk/openai4.0.46.cssnano8.0.8.nanoid6.0.1.p-retry8.0.0, with an explicit retry-attempt regression test.Intentionally held back
wranglerremains at 3.114.17. PR Bump up modules, fix tests and improve CI #113 documented that its bundledworkerdLinux binary required glibc 2.35 while Vercel's Amazon Linux 2023 build image provided glibc 2.34, causing postinstall/deployment failure. This is independent of the Node.js 24 support decision.@vitest/coverage-v8and@vitest/uiremain at 4.1.10 because Vite Plus 0.2.9 bundles Vitest 4.1.10 and rejects mismatched coverage providers.Compatibility changes
Validation
pnpm -w test: 5 projects, 232 tests passed.pnpm exec vp test run --coverage.enabled --coverage.provider=v8 --coverage.reporter=json-summary --coverage.reporter=json --coverage.reportOnFailure=true: 37 files, 235 tests passed.pnpm --filter trpfrog.net buildremains incomplete locally: after moving the stale.nextdirectory aside and starting from a clean build directory, Turbopack still remained atCreating an optimized production build ...for 60 seconds and was stopped. This was reproduced with AI SDK 6 and 7, cssnano 7 and 8, and with cssnano disabled, so it is not attributed to one of these dependency updates. No webpack fallback was used.TURBO_FORCE=1and Vercel's force/no-cache deployment option performed a fresh build successfully: the logs reportCached: 0 cached, 8 total,Build Completed in /vercel/output, andDeployment completed. Thus the fresh Turbopack compile succeeds in the Vercel build environment even though the local macOS build remains stuck.The dependency update document and regression specification memo remain untracked and are intentionally excluded from this PR. The working-tree-only
partialPrefetchingchange is also excluded.