-
Notifications
You must be signed in to change notification settings - Fork 272
[main] Upgrade to latest dependencies #2100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
[main] Upgrade to latest dependencies #2100
Conversation
94d26e2 to
648db01
Compare
|
/hold I fixed the issues in this PR, please take a look when you're back @dsimansk I thought I'd better hold the auto merge even if it's quite simple. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2100 +/- ##
=======================================
Coverage 71.88% 71.88%
=======================================
Files 233 233
Lines 13533 13533
=======================================
Hits 9728 9728
Misses 2999 2999
Partials 806 806 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
093f4c3 to
9ab049f
Compare
d3d6786 to
47f4e80
Compare
a2218d7 to
abcef41
Compare
e37f1da to
e5eda7d
Compare
816f5c4 to
fcd0d52
Compare
9e5c352 to
5771bb5
Compare
2fdd52b to
0955bda
Compare
928a5d4 to
040ff69
Compare
ac487a9 to
34e26e1
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 |
bumping k8s.io/apimachinery b72d93d...b72d93d:
bumping golang.org/x/term 3a0828a...3863673:
> 3863673 go.mod: update golang.org/x dependencies
> 1231d54 go.mod: update golang.org/x dependencies
> 3475bc8 term: fix some comments
bumping golang.org/x/tools a22b5e8...00b22d9:
> 00b22d9 gopls/internal/golang: add support for variadic functions and constructors in generated tests
> 36bb345 go.mod: update golang.org/x dependencies
> 748477b all: fix function name mismatch in updateBasicLitPos comment
> ebdeef3 gopls/doc/release/v0.21.0.md: update relnotes for RC2
> e5a0863 go/analysis/passes/modernize: disable reflecttypefor modernizer for unnamed struct/interface
> e2dd416 go/analysis/unitchecker: write fixed files to an archive
> 9119255 go/analysis/passes/modernize: fix stringscut false positives
> 880ed70 gopls/internal/golang: add util function NarrowestDeclaringPackage
> 8e819d2 internal/refactor/inline: built-ins may affect inference
> 61df39e go/ast/astutil: update BasicLit.ValueEnd if present
> 51b51a3 go/analysis/passes/modernize: unsafefuncs: ptr+int => unsafe.Add
> e1b2381 go/analysis/passes/modernize: omitzero: suppress on kubebuilder
> d1bcb8b x/tools: audit "unsafe"
> ac87d84 internal/event/label: unsafe unsafe.String{,Data} not StringHeader
> c3feb70 gopls/internal/golang: add skeleton for move type codeaction
> 869ced3 gopls/internal/golang: fix panic in definition
> 5c62b76 go/analysis/passes/ctrlflow: tabulate "may return" intrinsics too
> 1ad6f3d internal/refactor/inline: simplify import handling
> 4a3f2f8 go/analysis/passes/printf: panic when function literal is assigned to the blank identifier
> d5d7d21 gopls/internal/cache: fix %q verb use with wrong type
> 92a0949 go/analysis/passes/modernize: rangeint: handle usages of loop label
> ffbdcac go/analysis/passes/modernize: stditerators: add reflect iters
> 2e3e83a internal/refactor/inline: preserve local package name used by callee
> d32ec34 gopls/internal/protocol/generate: move injections to tables.go
> 98d172d gopls/internal/protocol: add form field in type CodeAction
> e131738 go/packages: suppress test on (e.g.) wasm
> e31ed53 internal/stdlib: regenerate
> 6f1f898 internal/analysis/driverutil: include end positions in -json output
> 7839abf gopls/internal/metadata: document when Module can be nil
> 98aa9a7 gopls/internal/cache: make unimported completions deterministic
> 4c5fadd internal/modindex: unescape import paths
> c2c902c gopls/completion: avoid nil dereference
> 4bf3169 go/analysis/passes/modernize: waitgroup: highlight "go func" part
> ba5189b gopls/internal/template: fix printf mistake in test
> a7d1250 go/analysis/passes/printf: clarify checkForward
> c7a1a29 internal/pkgbits: fix printf mistake in test
> af205c0 gopls/doc/release/v0.21.0.md: tweaks
> 68724af go/analysis/passes/printf: use induction on interface methods
> 4c22c6e gopls/internal/test/integration: add codeAction/resolve in fake editor
> a6e94eb gopls/internal/test/integration: deduplicate CodeActionByKind util func
> 11b3200 gopls/internal/util/fingerprint: : remove self-referential alias in TestMatches
> ffe0773 go/analysis/passes/modernize: mapsloop: avoid implicit key widening
> c07802b gopls/internal/golang: remove self-referential alias in TestUnify
> eb26c37 gopls/internal/mcp: add counter for go_rename_symbol mcp tool
> 855ec1b all: minor improvement for docs
> e5e22fe gopls/internal/debug: add /package debug view
> 488d49e go/packages: populate types.Info maps even for package "unsafe"
> 728dd6e internal/typesinternal/typeindex: adjust test for new spec rule
> ce5ff8a gopls/doc/release/v0.21.0.md: prepare
> cd01b4b gopls/internal/settings: add renameMovesSubpackages setting
> 84fe542 gopls/internal/golang: allow package move into empty directories
> e58dfd3 gopls/internal/golang: package move: handle mixed build configs
> 72b42f2 go/analysis/passes/inline: add lazy-fix mode for gopls
> 53f4100 gopls/doc: document Rename feature
> 41c94d8 internal/refactor/inline: avoid expensive Info.Uses scan
> 59ff18c internal/analysis/driverutil: ApplyFix: better "generated" error
> c6ecbb7 gopls/internal/golang: implement package move
> 1b60160 internal/diff/lcs: remove unused exported DiffStrings
> 5fe2dd8 gopls/internal/test/marker: avoid BasicLit in fill_struct.txt
> 5be823e go/analysis/passes/printf: disallow %q of int
> 034e59c internal/analysis/analyzerutil: fix FileUsesGoVersion
> 076bd80 gopls/internal/filewatcher: retry directory reading upon failure
> 605803f go/analysis/passes/loopclosure: simplify using IsMethodNamed
> 2c6e03f internal/testenv: allow Apple diff too
> 82112c0 gopls/internal/settings: correct git issue for fieldalignment warning
> 1f97856 go.mod: update golang.org/x dependencies
> c24121c go/analysis/passes/modernize: stditerators: even better name heuristic
> edb9587 go/analysis/passes/modernize: stditerators: better name heuristic
> 2f6a4f9 go/analysis/passes/modernize: forvar: handle "if v := v; cond {"
> efd8c43 go/analysis: don't apply fixes to generated files
> 44dda2b gopls/internal/server: don't pop up errors when resolving code actions
> 1ca4aa2 internal/gcimporter: refine golang/go# 76222 crash
> 73ff4bd internal/analysis: rename analysisinternal
> fd2b1c9 gopls/internal/golang: fix crash in canExtractVariable
> b019204 internal/analysisinternal/analyzerutil: FileUsesGoVersion
> 967f079 internal/analysisinternal: rationalize dependencies
> 86286a9 x/tools: go fix
> b321b16 go/analysis/passes/modernize: respect bootstrap toolchain version
> 4cf8d34 internal/stdlib: IsBootstrap and BootstrapVersion
> 2458b74 go/analysis/passes/inline: skip on dedicated test of target func
> 102c174 gopls/internal/mcp: add go_rename_symbol MCP tool
> b648f73 internal/astutil/free: handle receiver type params correctly
> ca7a362 go/analysis/passes/modernize: use strings.Contains in strings.Cut modernizer
> b3039ca go/analysis/passes/modernize: slicecontains: fix bad fix
> e49b577 go/analysis/passes/inline: rename files
> 30def9c x/tools: remove unused parameters
> 277e1b1 internal/astutil/free: support FuncDecl
> ce95316 go/analysis/internal/analysisflags: -fix: remove unused imports
> b74c098 go/ssa: exploit "noreturn" info to prune spurious CFG edges
> 655fb07 gopls/internal/filewatcher: synthesize events after watching a dir
> 0a420c7 gopls/internal/golang: Extract variable: simplify using Cursor
> c84854a gopls/internal/test/marker: another test case for golang/go# 76144
> f16791f internal/refactor/inline: make soleUse asymptotically faster
> 61c1b28 go/analysis/passes/modernize: newexpr: add //go:fix inline directives
> eebe4d7 internal/refactor/inline: check caller/callee file Go versions
> f8a6b84 internal/server: add instrumentation to track gopls command usage
> 70d65ec all: minor improvement for docs
> 5ac454b gopls/internal/filewatcher: read and process event in separate goroutine
> 9d65a90 go/ssa: print dominator tree
> 7086838 gopls/internal/golang: Extract function: simplify using Cursor
> 63a7b87 go/analysis/passes/modernize: fix illegal byte argument error produced in stringscut modernizer
> 1980517 imports: restore VendorlessPath(ipath string)
> ed067b1 internal/astutil/free: move inline.freeishNames into its own package
> f0b71b2 go/analysis/passes/fieldalignment: fix data race
> 9222b43 go/analysis: tweak Diagnostic.SuggestedFixes doc
> 154b4e7 gopls/internal/analysis/modernize: add strings.Cut modernizer
> b9df2bb gopls/internal/mcp: fix NPE in file diagnostics
> ac9dfe4 gopls/internal: drop import name internalastutil
> aaa2972 gopls: replace snapshot.FindFile by ReadFile
> 1385a78 gopls/internal/golang: support hover over selected expression
> 736b438 gopls/internal/golang: Hover: show field info for embedded fields too
> 1008eef gopls/internal/golang: change hover handling from position to range
> c9ea558 gopls/internal/golang: Hover: use Cursor throughout
> c0daa7f gopls/internal/settings: introduce ModeVulncheckPrompt as default value for VulncheckMode setting
> 5889d2a gopls/internal/golang: add navigation to doc links in hovers
> 25c4275 internal/astutil: add Range type
> b53508c gopls/internal/golang: CallHierarchy: only funcs
> 95d9ec2 go/ast/inspector: FindByPos: fix bug in FuncDecl.Type
> 1ee38c9 gopls/internal/golang: typeDefinition: allow any expression
> ec60e18 all: fix some typos in comment
> df501f0 gopls/internal/analysis/yield: handle booleans better
> 6d92aa4 gopls/go.mod: update staticcheck to 8273271
> b89c4fe cmd/deadcode: suppress marker interface method reporting
> c2e7979 go/analysis/passes/modernize: fix the potential deadlock issues in bloop
> bea5215 gopls/internalanalysis: DeleteStmt deletes comments
> b2d9e77 gopls/internal/analysis/yield: improve diagnostic
> e0917dc gopls/internal/test/integration/workspace: fix broken test
> 828a107 go/packages: use correct "std" heuristic
> 7d9453c go/analysis/internal/analysisflags: update help message
> 59d5230 gopls/internal/golang: fix panic in inlineOneVariable
> 9bc1825 go/analysis/passes/internal/analysisutil: delete package
> 47123ba internal/typesinternal: merge HasSideEffects -> NoEffects
> 95e71b9 go/analysis/passes/assign: use refactor.DeleteStmt
> 0d2befa go/analysis/passes/unreachable: use refactor.DeleteStmt
> 3e909b6 gopls/internal/analysis/unusedfunc: use refactor.Delete* operators
> f811b39 go/analysis/passes/modernize: plusbuild: remove +build comments
> 1b3cb5c go/analysis/passes/buildtag: revert "suggest fix to remove +build lines"
> 1daaaca go/analysis/passes/modernize: reflecttypefor: remove orphaned var
> f8608b7 internal/typesinternal: implement VarKind compatibility shim
> f1d1a69 all: make function comment match function name
> d2096d1 internal/analysisinternal: move more stuff out
> 4321df7 go/analysis/unitchecker: minor cleanups
> 96d2e44 go/packages/internal/linecount: add -nonblank flag
> d507345 x/tools: use new astutil.EnclosingFile helper
Signed-off-by: Knative Automation <[email protected]>
34e26e1 to
f8f4d6f
Compare
Cron -dprotaso
/cc knative/client-wg-leads
/assign knative/client-wg-leads
Produced by: knative-extensions/knobots/actions/update-deps