Skip to content

[main] Upgrade to latest dependencies#1008

Merged
knative-prow[bot] merged 1 commit into
knative:mainfrom
knative-automation:auto-updates/update-deps-main
May 21, 2026
Merged

[main] Upgrade to latest dependencies#1008
knative-prow[bot] merged 1 commit into
knative: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 k8s.io/api e8f0e9f...50571fb:
  > 50571fb Update dependencies to v0.35.5 tag
bumping knative.dev/pkg 021ad70...91e8142:
  > 91e8142 Bump the k8s group with 5 updates (# 3355)
  > ac56179 Bump the golang-x group with 2 updates (# 3354)
  > df317a5 fix: replace deprecated types with stable types (# 3353)
bumping golang.org/x/net a8d1fc1...b138e06:
  > b138e06 go.mod: update golang.org/x dependencies
  > 689f70a quic: fix wrong final size being used for RESET_STREAM frame
  > 208f306 http3: increase handshake timeout
  > 49810da http2: enable net/http wrapping when go >= 1.27
  > 5e11a5a quic: fix data race in streamForFrame
  > 8c63081 http2: use empty Transport rather than DefaultTransport in http2wrap
  > fc7b466 http2: add http2wrap test
  > 15c2cb1 http2: avoid overflowing 32-bit int when http2wrap enabled
  > 6465188 http2: add wrapped Server
  > 72f419a http2: add wrapped ClientConn
  > 4c78867 internal/http3: reject response headers with invalid characters in RoundTrip
  > 8512dfe internal/http3: make QPACK encoder automatically lowercase field names
  > 9d3d938 internal/http3: validate pseudo-header counts in server
  > 07f34bd internal/http3: make server reject connection-related headers
  > 324de93 internal/http3: modify server to reject headers containing invalid characters
  > 0a81d5a http2: add wrapped Transport.RoundTrip
  > c930746 http2: add shell of net/http-wrapping implementation
  > 89624e1 http2: move common server symbols into new files
  > af00b1e http2: move common transport symbols into new files
  > f34f375 http2: add server API tests
  > 0dd4bea webdav: add security considerations to package doc
  > 7301a20 http2: move some server test infrastructure into a common file
  > f70faea Revert "http2/hpack: prevent HeaderField from escaping during encoding"
  > a4ac1da http3: adjust HTTP/3 linknamed functions to return quic.Endpoint channels
  > 0c5a180 internal/http3: add TransportOpts argument to RegisterTransport
  > 6c6f714 http2/h2c: deprecate package
  > cd9d459 internal/httpcommon: reject :path with no absolute-path
  > 515a7a7 quic: fix source conn ID length check in packet parser
  > 8c4c965 idna: update from x/text, fix ToUnicode and all-ASCII xn-- labels
  > de747c4 quic: enforce connection ID limits in Initial packets
  > 88ddafc quic: avoid race in benchmarks
  > eeec9fa quic: fix race condition in fast-path reads
  > d7ffc5e quic: fix race condition in fast-path writes
  > cd64923 internal/http3: avoid data race for roundTripState.reqBody
bumping k8s.io/apimachinery 475c941...475c941:
bumping golang.org/x/sys f33a730...fb1facd:
  > fb1facd windows: avoid uint16 overflow in NewNTUnicodeString
  > 94ad893 windows: add GetIfTable2Ex, GetIpInterface{Entry,Table}, GetUnicastIpAddressTable
  > 54fe89f cpu: use IsProcessorFeaturePresent to calculate ARM64 on windows
  > df7d5d7 unix: automatically remove container created by mkall.sh
  > 68a4a8e unix: avoid nil pointer dereference in Utime
  > 690c91f unix: add CPUSetDynamic for systems with more than 1024 CPUs
bumping golang.org/x/term 52b71d3...3c3e485:
  > 3c3e485 go.mod: update golang.org/x dependencies
bumping golang.org/x/mod 03901d3...643da9b:
  > 643da9b go.mod: update golang.org/x dependencies
  > ccc3cdf zip: include 'but content has correct sum' note in TestVCS
  > ab30318 zip: update zip hashes for new flate compression
bumping golang.org/x/text 8577a70...3ef517e:
  > 3ef517e go.mod: update golang.org/x dependencies
bumping k8s.io/client-go d43aed2...906076c:
  > 906076c Update dependencies to v0.35.5 tag
bumping k8s.io/code-generator dbc8933...f12936f:
  > f12936f Update dependencies to v0.35.5 tag
bumping golang.org/x/tools 3dd188d...2aabba0:
  > 2aabba0 go.mod: update golang.org/x dependencies
  > ef989b3 go/types/internal/play: show Info.Instances[Ident]
  > 21d44f2 go/analysis/passes/inline: document skipping of TestF->F calls
  > ec83c21 go/analysis/passes/modernize: minmax: only remove exact userdefined
  > 5625353 go/analysis/passes/modernize: improve value variable name generation
  > 15a3bd5 gopls/internal/analysis/errorsastype: imporove example clarity
  > cd57ef8 go/packages: include dependency errors when CompiledGoFiles is missing
  > 053fdbc go/analysis/passes/modernize: minmax: fix pure operands only
  > bf84681 go/analysis/passes/errorsas: add example of invalid errors.As use
  > 23921d1 gopls: add errorsastype analyzer
  > 90abdab gopls/internal/cmd: remove gopls -port=int debugging flag
  > f3f6b2c gopls/doc/release/v0.22.0.md: update release notes
  > 1a69aa5 gopls/internal/settings: add embedlit analyzer
  > cd58e99 go/analysis/passes/modernize: publish modernizers
  > 5c70b1f gopls/internal/golang: return unmodified if interactivity is not needed
  > 8dd5ac2 internal/typesinternal/typeindex: suppress test on js
  > 9719f4f all: fix some minor issues in the comments
  > 83e333a gopls/internal/golang: fix invalid comment on hover
  > 215b5af go/analysis/passes/inline: fix bug renaming param type aliases
  > 30f43b2 gopls: actually don't emit shadowing modifier in the builtin pkg
  > 5847157 x/tools: go fix ./...
  > 52180d6 gopls/integration/misc: Test61208 flaky
  > 4fc140a go/analysis/passes/modernize: fix slicesbackward unused value
  > 397b80f internal/typesinternal/typeindex: support generic functions in index.Calls
  > 8a5f06e go/analysis/passes/modernize: stringscut: detect modifying use in all assignments
  > 9561e2d go/analysis/passes/modernize: disable fmtappendf modernizer
  > 21e1a67 gopls/internal/golang: ApplyFix: refine assertion
  > a448bbc x/tools/go/types/objectpath: fix TestOrdering
  > 22a6425 go/analysis/passes/modernize: suppress stringsbuilder fixes in tests
  > f5d3b66 internal/astutil: add UnparenCursor, UnparenEnclosingCursor
  > da29aa0 gopls/internal/golang/completion: fix completion after dot with no RHS typed
  > 2d8078d gopls/internal/golang/completion: fix replacement range in invalid code
  > a70df15 internal/gcimporter: skip TestIExportData_stdlib when GOROOT is in GOMODCACHE
  > 4509733 go/ast/edge: don't panic on nil iface in Get
  > 262e2bd go/analysis/passes/modernize: add embedlit modernizer
  > 6c0e699 go/ast/edge: update Kind const doc comments
  > b891353 gopls/internal/mcp: do not push instruction by default
  > 093c2dd go/types/objectpath: optimize search to avoid quadratic time
  > f696b6b gopls/internal/protocol: add existence & kind to document uri
  > e4c23f5 gopls/internal/server: update neovim source URL
  > d9c0b1d go/analysis/modernize: slicesbackward: skip fix for lvalue index exprs
  > 19499e7 internal/gcimporter: copy CLs 766661 and 767521 to x/tools
  > 7799d73 gopls/internal/golang/completion: update comment for generic methods
  > 4086c79 gopls: don't emit shadowing modifier in the builtin pkg
  > 00da4bb internal/astutil: preserve [...] composite literals in PurgeFuncBodies
  > 85bb374 go/analysis/passes/scannererr: report failure to check bufio.Scanner.Err
  > ba7a50e gopls/doc/design: add integrating interactive refactoring doc
  > 52e847f gopls/internal/cache/methodsets: don't store positions of imported methods
  > df6c285 gopls/internal/golang: pre-filter identifiers by name in localReferences
  > 1f392cc gopls/internal/analysis/yield: use monotone flow for precision
  > 6f9ca2c gopls/internal/cache: set Pass.Module
  > bbb5452 gopls/test/integation/misc: Add logging for flaky test
  > ed120f5 internal/gcimporter: remove incorrect r.Bool() read
  > 90fb92e modernize/stringscut: simplify Split/SplitN[0] to strings.Cut
  > a1fde62 go/analysis/passes/modernize: avoid invalid stringscut fixes in multi-assignments
  > b2d7a5d go/analysis/passes/modernize: fix stringsbuilder self-referencing bug
  > 80ab561 internal/refactor/inline: analyze param and result type params
  > c427cad gopls/internal/cache: store analyzeSummary fields on analysisNode
  > 4eb326e gopls/internal/util/frob: change Codec.Decode to return the value
  > feab5c9 gopls/internal/cache: try pre func before getPackageHandles in forEachPackage
  > 5923b29 gopls/internal/golang/hover: include doc comment for assign stmts
  > 55fb96f gopls/doc/features: add documentation for implement interface
  > 32ecccb gopls/doc/features: add interactive refactoring feature doc
  > 8f5e25d gopls: remove trailing slash from replace directory path
  > 03be674 gopls/internal/settings: rename from file uri to document uri
  > 12d372a go/analysis/unitchecker: add Config.Module
  > 746b959 x/tools: run slicesbackward analyzer
  > 737b7a8 gopls/internal/test/marker: send SIGABRT to stuck go commands
  > 22577d4 gopls: add test cases for embedded fields in struct literals
  > f045b04 go/packages: improve error message for export data issues
  > 05c94c1 gopls/completion: prepend space when completing right after "//" before a declaration
  > 70a4393 internal/modindex: fix clock race causing test flakes
  > 35c2de9 gopls/doc/release: add months to release notes
  > a2402e7 gopls/doc: simplify 'supported Go versions' section
  > bf6f737 gopls/doc: update go command version support description
  > 40fc9c0 gopls/internal/test/integragtion: remove obsolete Settings
  > 2fd0e25 gopls: add shadowing semantic token modifier

Signed-off-by: Knative Automation <automation@knative.team>
@knative-automation knative-automation force-pushed the auto-updates/update-deps-main branch from 5538731 to 500bde4 Compare May 21, 2026 01:52
@knative-prow knative-prow Bot requested a review from a team May 21, 2026 01:52
@knative-prow knative-prow Bot added the size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. label May 21, 2026
@knative-prow
Copy link
Copy Markdown

knative-prow Bot commented May 21, 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 merged commit 6f9fb4d into knative:main May 21, 2026
21 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