deps: update wonton to v0.0.38 and refresh dependencies - #199
Conversation
Bumps github.com/deepnoodle-ai/wonton v0.0.37 -> v0.0.38 (SSRF-guarded httpguard client hardening, strs/ptr/thumbnail package ports, cleared reachable vulnerabilities). Also refreshes github.com/deepnoodle-ai/dive and other transitive Go dependencies via go get -u -t ./... && go mod tidy.
|
Warning Review limit reachedYou’ve reached a temporary PR review limit under our Fair Usage Limits Policy. Next review available in: 4 minutes Limit details: You’ve used the included review currently available. Your 61 included PR review attempts over the past 7 days set your current allowance at 1 review per hour. Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits within each organization. For paid Pro and Pro+ reviews, CodeRabbit uses a developer's included PR review attempts over the past 7 days to set the current hourly allowance. At typical activity levels, the full plan allowance applies. Higher sustained activity can lower the allowance until earlier attempts leave the 7-day window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
Comment |
Summary
github.com/deepnoodle-ai/wontonv0.0.37 -> v0.0.38:strs,ptr, andthumbnailpackagesgo get -u -t ./...&&go mod tidy, notably:github.com/deepnoodle-ai/divev1.12.0 -> v1.25.1github.com/oapi-codegen/runtimev1.4.0 -> v1.7.0github.com/pelletier/go-toml/v2v2.3.0 -> v2.4.3github.com/alecthomas/chroma/v2v2.20.0 -> v2.27.0github.com/yuin/goldmarkv1.7.13 -> v1.8.5golang.org/x/sysv0.41.0 -> v0.47.0golang.org/x/termv0.38.0 -> v0.45.0github.com/dlclark/regexp2->github.com/dlclark/regexp2/v2v2.7.1 (transitive)Only
go.mod/go.sumchanged. No application code was modified.Test plan
go build ./...— cleanmake test-go(go test ./...) — all packages pass:cmd/mobius,internal/authstore,internal/cligen,mobius,mobius/action,mobius/apitest-ts/test-pyrun, per scope)Co-Authored-By: Claude Sonnet 5 noreply@anthropic.com