Skip to content

[main] Upgrade to latest dependencies#1131

Merged
knative-prow[bot] merged 1 commit intoknative:mainfrom
knative-automation:auto-updates/update-deps-main
Apr 14, 2026
Merged

[main] Upgrade to latest dependencies#1131
knative-prow[bot] merged 1 commit intoknative:mainfrom
knative-automation:auto-updates/update-deps-main

Conversation

@knative-automation
Copy link
Copy Markdown
Contributor

Cron -dprotaso

/cc knative/serving-writers
/assign knative/serving-writers

Produced by: knative-extensions/knobots/actions/update-deps

bumping golang.org/x/net 316e20c...a8d1fc1:
  > a8d1fc1 go.mod: update golang.org/x dependencies
  > 056ac74 quic: avoid depending on golang.org/x/sys/unix
  > c85f611 http3: add http3 package for testing in std
  > 805fc81 http2: add transport API tests
  > e63b894 http2: support testing via net/http.Transport.RoundTrip
  > 9ee1e48 http2/hpack: prevent HeaderField from escaping during encoding
  > 1e71bd8 http2: prevent hanging Transport due to bad SETTINGS frame
  > 7bca150 internal/http3: respect net/http Server Shutdown context when shutting down
  > 44c41be internal/http3: prevent server from holding mutex when sleeping during shutdown
  > 228a67a internal/http3: add CloseIdleConnections support in transport
  > 7b75446 internal/http3: add shutdown support for server
  > c48da25 internal/http3: panic in server handler if given status that is not 3 digits
  > a4b5ad5 internal/http3: streamline synctest.Wait usage in tests
  > 70576f0 http/httpproxy: godoc fixes
  > 157f4d5 quic: prevent server panic when handling Retry packets with short connection ID
  > faf99b5 quic: document that this is not yet covered by the security policy
  > af27605 quic: avoid usage of net.ReadMsgUDPAddrPort in non-linux and darwin builds
  > 2a1610a internal/http3: skip TestNetHTTPIntegration on plan9
  > 6d6c88c internal/http3: prevent panic in TestNetHTTPIntegration
  > 10ac4db http2: deflake TestServer_Rejects_Too_Many_Streams
  > af2121a internal/http3: avoid blocking when closing a server's QUIC endpoint
bumping golang.org/x/mod 1ac721d...03901d3:
  > 03901d3 go.mod: update golang.org/x dependencies
bumping golang.org/x/sys eaaaaee...f33a730:
  > f33a730 windows: support nil security descriptor on GetNamedSecurityInfo
  > 493d172 cpu: add runtime import in cpu_darwin_arm64_other.go
  > 2c2be75 windows: use syscall.SyscallN in Proc.Call
  > a76ec62 cpu: roll back "use IsProcessorFeaturePresent to calculate ARM64 on windows"
bumping golang.org/x/tools 24a8e95...3dd188d:
  > 3dd188d go.mod: update golang.org/x dependencies
  > aebd870 gopls: improve doc link matching to support links followed by a colon
  > 5357b43 go/analysis/passes/modernize: rangeint: handle type parameter constraints
  > bf04c61 go/types/internal/play: show normal terms of selected type
  > 0ae2de0 gopls/internal/filecache: cache decoded objects in memCache
  > 8e51a5f go/ssa: support direct references to embedded fields in struct lit
  > 5005b9e internal/gcimporter: rename ureader_yes.go to ureader.go
  > 5ca865b go/types/objectpath: add debugging command
  > f6476fb internal/gcimporter: consume generic methods in gcimporter
  > b36d1d1 internal/pkgbits: sync version.go with goroot
  > d71d09e gopls/internal/golang: check dialog support directly against forms
  > f94a0e7 gopls/internal/golang: refactor the file structure of dialog support
  > b87f6db gopls/internal/server: return lazy enum or string for stub methods
  > dab4f7e gopls/internal/server: InteractiveListEnum support workspaceSymbol queries
  > 40a8792 go/types/objectpath: fix bug with methods of cyclic interfaces
  > e079961 go/analysis/passes/modernize: add slicesbackward analyzer
  > 67b3d05 gopls/internal/golang: improve invisibility error message
  > b20ccfd gopls/internal/golang: detect package invisibility when stub methods
  > 9a66ce6 gopls/internal/golang: detect import cycle when stub methods
  > 25856b9 gopls/internal/protocol: preserve FormAnswers upon interactive resolution
  > 4f5f4d3 gopls/internal/test/marker: refactor code action marker with dialog
  > 318e313 gopls/internal/filewatcher: suppress flaky assertion on Windows
  > 6e566d7 gopls/internal/server: add form for implement interface command
  > 2234cbb gopls/internal/server: implement code action implement interface X
  > a331924 gopls/internal/server: add code action implement interface X
  > 5b77dcc go/analysis/passes/printf: report %w applied to a value of type *E
  > 8988a1c gopls/internal/golang/hover: improve embedded method hover info
  > 89b0829 gopls/codeaction: Add dialog tests for editing struct tags
  > 895039e gopls/internal/filewatcher: enable file watcher as a gopls config
  > 501a97f gopls/internal/server: use plain text in govulncheck prompt
  > 908cf39 cmd/digraph: use graphfmt.Dot
  > 57ea76e cmd/digraph: use graph.Transpose
  > 7f6d66f internal/graph: add AllPaths, use in cmd/digraph
  > 1a57a4e internal/graph: add ShortestPath, use in cmd/digraph
  > 3692e08 internal/graph: add SCCs, use in cmd/digraph
  > 976e27b internal/graph: add Reachable, use in cmd/digraph
  > 8918ecb cmd/digraph: implement graph.Graph interface
  > 51e99f5 cmd/digraph: rename graph -> digraph
  > d0a7cd4 internal/excfg: expression-level CFG package
  > 9b435de internal/{graph,flow}: monotone flow analysis framework
  > 8e82582 gopls/test/imports: add diagnostic logging for flaky test
  > 24068f6 go/analysis/passes/inline: don't inline embedded types causing field name changes
  > 5210cde internal/refactor/inline: omit unneeded parentheses
  > 47e1e56 gopls/internal/test/integration: fix TestIssue67156 flake
  > 61cd064 internal/imports: shrink goimports binary
  > 1a4d3a9 go/analysis/passes/modernize: preserve assignment token in mapsloop
  > 64767e1 gopls/internal/protocol/semtok: fix delta encoding bug
  > 750a7a3 gopls/internal/test/integration/misc: relax match for fmt.newPrinter
  > aa5e55c gopls/internal/golang: fix crash in function extraction
  > b1a8fb7 gopls/internal/filewatcher: add poll-based watcher
  > 717ec88 gopls/internal/cmd: fix flaky MCP test, disable Close() err logging
  > e7e17be internal/mcp: delete internal mcp sdk
  > 36360cd gopls/internal/golang: CodeActions: remove redundant parameter
  > 2693766 go/ssa: add missing conversions around Next
  > 1cc5cdd go/analysis/passes/modernize: fix panic in atomictypes
  > 560ec78 gopls: delete obsolete code
  > 02548f7 go/analysis/passes/modernize: fix duplicate //go:fix inline directive
  > 6976b8f go/analysis/passes/modernize: require go1.21 to remove user-defined min/max
  > 5d7afbc internal/pkgbits: sync version.go with goroot
  > 89d5a9a go/analysis/passes/modernize: avoid non-bool assignment rewrite in slicescontains
  > fb8d1e6 gopls/doc/features: add instructions for config gopls mcp server
  > c08597f gopls/internal/test/marker: require -cgo for fixedbugs/issue74581
  > 5564f7f gopls/internal/golang/completion: fix panic on redeclared idents
  > cc86085 gopls/internal/test/marker: disable osarch_suffix test on riscv64
  > 7a50b28 gopls/doc: fix checkout example dir when working with the Go project
  > ae30076 gopls/internal/filewatcher: add watcher interface
  > fe45d09 gopls/internal/mcp: only register watch for roots
  > c418235 txtar: add UTF-8 test case in TestParse
  > a54c8a4 internal/gocommand: document why we disable GO111MODULES
  > d4ff25c go/analysis/passes/modernize: rename waitgroup -> waitgroupgo
  > a540f91 cmd/auth: tag and delete deprecated auth module
  > e436e65 gopls/internal/golang: fix crash renaming import . "C"
  > 17ee9ac go/analysis/passes/modernize: rename atomic -> atomictypes
  > 3051e45 gopls/internal/settings: restore fieldalignment analyzer
  > 3c15264 go/analysis/passes/modernize: reflecttypefor: all .Elem() cases
  > 5feb281 go/analysis/checker: suppress TestPassModule on WASI
bumping golang.org/x/term 9d2dc07...52b71d3:
  > 52b71d3 go.mod: update golang.org/x dependencies
bumping golang.org/x/text 7ca2c6d...8577a70:
  > 8577a70 go.mod: update golang.org/x dependencies

Signed-off-by: Knative Automation <automation@knative.team>
@knative-prow knative-prow bot requested a review from a team April 14, 2026 01:47
@knative-prow
Copy link
Copy Markdown

knative-prow bot commented Apr 14, 2026

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: knative-automation
Once this PR has been reviewed and has the lgtm label, please assign skonto for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@knative-prow knative-prow bot added the size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. label Apr 14, 2026
@codecov
Copy link
Copy Markdown

codecov bot commented Apr 14, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.33%. Comparing base (cc2f057) to head (f5614bc).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1131   +/-   ##
=======================================
  Coverage   93.33%   93.33%           
=======================================
  Files          35       35           
  Lines        1005     1005           
=======================================
  Hits          938      938           
  Misses         53       53           
  Partials       14       14           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@knative-prow knative-prow bot merged commit f29b249 into knative:main Apr 14, 2026
27 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. skip-review

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant