[main] Upgrade to latest dependencies#2189
Merged
knative-prow[bot] merged 1 commit intoknative:mainfrom Apr 14, 2026
Merged
Conversation
bumping golang.org/x/text 7ca2c6d...8577a70:
> 8577a70 go.mod: update golang.org/x dependencies
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
Signed-off-by: Knative Automation <automation@knative.team>
1520051 to
4b2392c
Compare
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: knative-automation The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2189 +/- ##
=======================================
Coverage 71.88% 71.88%
=======================================
Files 233 233
Lines 13535 13535
=======================================
Hits 9730 9730
Misses 2999 2999
Partials 806 806 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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.
Cron -dprotaso
/cc knative/client-wg-leads
/assign knative/client-wg-leads
Produced by: knative-extensions/knobots/actions/update-deps