Skip to content

Conversation

@knative-automation
Copy link
Contributor

Cron -dprotaso

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

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

bumping golang.org/x/tools 00b22d9...2ad2b30:
  > 2ad2b30 go.mod: update golang.org/x dependencies
  > 5832cce internal/diff/lcs: introduce line diffs
  > 67c4257 gopls/internal/golang: Definition: fix Windows bug wrt //go:embed
  > 12c1f04 gopls/completion: check Selection invariant
  > 6d87185 internal/server: add vulncheck scanning after vulncheck prompt
  > 0c3a1fe go/ast/inspector: FindByPos returns the first innermost node
  > ca281cf go/analysis/passes/ctrlflow: add noreturn funcs from popular pkgs
  > 09c21a9 gopls/internal/analysis/unusedfunc: remove warnings for unused enum consts
  > 03cb455 internal/modindex: suppress missing modcacheindex message
  > 15d13e8 gopls/internal/util/typesutil: refine EnclosingSignature bug.Report
  > 02e1c6b gopls/internal/analysis/modernize: mapsloop: undefined loop-var
  > 41cca47 go/analysis/passes/modernize: fix stringsbuilder bug with in var(...)
  > cfae896 go/analysis/passes/modernize: stringsbuilder: avoid overlapping fixes
  > 0f94e53 go/{cfg,analysis/passes/{ctrlflow,buildssa}}: noreturn
  > 78e6aac go/analysis/passes/modernize: treat 'i += 1' as 'i++'
  > f12a0ae gopls/benchmark: skip unimported completion if not local
  > 5ca1b57 gopls/internal/server: disable TestVulncheckPreference for wasm
  > cee4451 go/analysis/passes/stdversion: suppress synctest warning
  > 267fc6b go/analysis/passes/modernize: disable BLoop analyzer
  > 761a007 gopls/mod: find references to required modules
  > 9136dd1 go/analysis/passes/modernize: document stringsbuilder/QF1012 synergy
  > eaaac7c gopls/internal/server: store vulncheck prompt preference
  > 24c2d6d go/analysis,gopls: update two modernizes' URLs
  > 61da5cd internal/astutil: return enclosing node when selection contains no nodes
  > 454a5c0 gopls/internal/server: disable TestCheckGoModDeps for js and wasm
  > acdd27b gopls/internal/analysis/modernize: fix URL
  > 95246c4 go/analysis/passes/modernize: rangeint: result vars are implicit uses
  > 6c613c8 gopls/internal/cache/parsego: construct File.Cursor lazily
  > 60782aa internal: fix unused errors reported by ineffassign
  > 3f45d3b internal/stdlib: update stdlib index for Go 1.26 Release Candidate 1
  > 5a815de go/types/internal/play: show astutil.Select results too
  > 7f7199c gopls/internal/protocol: patch RenameParams to extend PositionParams
  > 1fe6e2b gopls/internal/server: modify checkGoModDeps condition
  > 995ffe4 gopls/internal/golang: implement type definition for builtin types
  > 1d652d9 gopls/internal/test/marker: add optional error to typedef marker
  > dcf2e8d gopls/internal/server: support type def with selected range
  > 54e2c60 gopls/internal/cache: avoid unnecessary mod tidy invalidation
  > 29e97f8 gopls/internal/marker: make checkDiffs less fragile
  > 1f3446a gopls/go.mod: update dependencies following the v0.21.0 release
  > f719e32 gopls/internal/server: consolidate showMessageRequest in prompt.go
  > 01fd755 gopls/internal/server: trigger vulncheck prompt for go.mod changes
bumping knative.dev/pkg 8c84044...af2d223:
  > af2d223 Bump the golang-x group with 2 updates (# 3311)
bumping golang.org/x/mod d271cf3...4c04067:
  > 4c04067 go.mod: update golang.org/x dependencies
bumping golang.org/x/net 35e1306...d977772:
  > d977772 go.mod: update golang.org/x dependencies
  > eea413e internal/http3: use go1.25 synctest.Test instead of go1.24 synctest.Run
  > 9ace223 websocket: add missing call to resp.Body.Close
  > 7d3dbb0 http2: buffer the most recently received PRIORITY_UPDATE frame
bumping golang.org/x/sys 08e5482...2f44229:
  > 2f44229 sys/cpu: add symbolic constants for remaining cpuid bits
  > e5770d2 sys/cpu: use symbolic names for masks
  > 714a44c sys/cpu: modify x86 port to match what internal/cpu does
bumping golang.org/x/term 3863673...a7e5b04:
  > a7e5b04 go.mod: update golang.org/x dependencies
  > 943f25d x/term: handle transpose
  > 9b991dd x/term: handle delete key
bumping golang.org/x/text 0dd57a6...536231a:
  > 536231a 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 January 20, 2026 01:51
@knative-prow knative-prow bot added the size/M Denotes a PR that changes 30-99 lines, ignoring generated files. label Jan 20, 2026
@knative-prow
Copy link

knative-prow bot commented Jan 20, 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 cali0707 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

@codecov
Copy link

codecov bot commented Jan 20, 2026

Codecov Report

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

Additional details and impacted files
@@          Coverage Diff          @@
##            main   #1022   +/-   ##
=====================================
  Coverage   5.90%   5.90%           
=====================================
  Files         15      15           
  Lines        220     220           
=====================================
  Hits          13      13           
  Misses       207     207           

☔ 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 f3cc04f into knative-extensions:main Jan 20, 2026
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size/M Denotes a PR that changes 30-99 lines, ignoring generated files. skip-review

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant