Skip to content
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

[main] Upgrade to latest dependencies #517

Conversation

knative-automation
Copy link
Contributor

Cron -knative-prow-robot

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

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

@knative-prow knative-prow bot requested a review from a team August 14, 2023 14:52
@knative-prow knative-prow bot added the size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. label Aug 14, 2023
Copy link
Contributor

@psschwei psschwei left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm
/approve

@knative-prow knative-prow bot added the lgtm Indicates that a PR is ready to be merged. label Aug 14, 2023
@knative-prow
Copy link

knative-prow bot commented Aug 14, 2023

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: knative-automation, psschwei

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

The pull request process is described here

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 approved Indicates a PR has been approved by an approver from all required OWNERS files. label Aug 14, 2023
bumping google.golang.org/genproto/googleapis/rpc 9506855...1744710:
  > 1744710 chore(all): update all (# 1043)
  > f966b18 chore(googleapis): remove obsolete types referencing field_mask package (# 1042)
  > e0aa005 chore(all): update all (# 1033)
  > cbb8c96 chore(all): update all (major) (# 1041)
  > 23370e0 chore(all): auto-regenerate .pb.go files (# 1039)
  > b022f6e chore(all): auto-regenerate .pb.go files (# 1038)
  > 66ad5b6 chore(all): update all (major) (# 1037)
  > 659f7aa chore(all): auto-regenerate .pb.go files (# 1036)
  > 3f92550 chore(all): update all (major) (# 1024)
  > 782d3b1 chore: remove gaming (# 1032)
  > e685fd7 chore(all): update all (# 1031)
  > ccb25ca chore(all): update all (# 1022)
  > f517056 chore(all): add go.work and fix apidiff (# 1030)
bumping golang.org/x/tools 675bf3c...229f848:
  > 229f848 gopls/internal/lsp/source: enable new defers analyzer
  > 2dc7eba go/analysis: use parser.SkipObjectResolution
  > f91c023 go.mod: update golang.org/x dependencies
  > e0783a8 internal/gcimporter: remove bug report on objectpath failure
  > 75f6f9c gopls/internal/bug: add gopls/bug telemetry counter
  > 4b271f9 gopls: add gopls/client telemetry counters
  > d0b18e2 go/analysis/passes/copylock: fix infinite recursion
  > 5b4d426 gopls/internal/hooks: clean language version before passing to gofumpt
  > 2160c5f gopls/internal/lsp/analysis: fix stubmethods with variadic parameters
  > 3d20bbe internal/gcimporter: add a missing return if objectpath fails
  > c16d0be cmd/gonew: add new tool for starting a module by copying one
  > 304e203 internal/edit: copy cmd/internal/edit
  > 82861e0 gopls/internal/lsp/source: reinstate equalOrigin for references check
  > 1561060 gopls/internal/lsp/source: fix incorrect 'origin' logic for named types
  > fe58b07 gopls/internal/lsp/source: fix renaming of type parameters
  > 3a3c169 gopls/internal/lsp/source: refresh embeddirective analyzer docs
  > 03562de refactor/satisfy/find: composite lits may have type parameter type
  > bacac14 gopls/internal/lsp/source: Add SuggestedFix for embeddirective Analyzer
  > 38606b3 gopls/internal/lsp/cache: keep analysis progress reports on one line
  > e8cdaf4 gopls/internal/lsp/cache: fast-path for type-checking active packages
  > da5abd3 gopls/internal/lsp/cache: fix use of time.NewTimer instead of NewTicker
  > b389785 gopls: fix tests that depend on log sequencing
  > 2ffc4dc all: fix some typos
  > e66c3a5 gopls/internal/lsp/cache: use correct metadata in resolveImportGraph
  > 364bdd0 gopls/internal/lsp/cache: fix incorrect check for active package
  > c6e02e3 gopls/internal/lsp/source: highlight deprecated symbols
  > 07bfcd4 internal/gcimporter: another workaround for race to interface type set
  > db5406b gopls/internal/lsp: don't recompute diagnostics during code actions
  > 4810eda gopls/internal/lsp/cache: memoize active packages after every operation
  > fa093b2 gopls/internal/regtest/bench: add benchmarks for codeactions
  > d75c387 internal/facts: don't reexport imported facts unnecessarily
  > 67ba599 gopls/internal/lsp/cache: fix boundary cond in parseCache age eviction
  > 478577b gopls/internal/lsp/cache: purge Analysis.Results earlier
  > ac1b965 gopls/internal/lsp/cache: limit parallelism
  > 4f74786 gopls/internal/lsp/cache: move purgeFuncBodies into the parse cache
  > 3577700 gopls/internal/lsp/cache: used time-based eviction in parseCache
  > 36f607b gopls/internal/lsp/frob: document another restriction
  > 9b2c3f9 go/types/objectpath: avoid sorting methods for gopls
  > ebb9ee3 gopls/internal/lsp/cache: UX improvements for analysis
  > 3e82a5b internal/gcimporter: avoid test assumptions about internal packages in other repos
  > 7ba5690 go/analysis/passes/composite: fix typo in URL field
  > 36e4181 Revert "go/packages: avoid unnecessary dependency on StdSizes"
  > 9161e3a all: remove repetitive words
  > 2842ed8 go/packages: avoid unnecessary dependency on StdSizes
  > 84f829e gopls/internal/lsp/cache: better panic if metadata invariant is broken
  > 03275ec gopls/internal/lsp/cache: frob: a fast encoder with gob-like powers
  > dbfa513 gopls/internal/lsp: don't awaitLoaded inside resolveImportGraph
  > b160971 gopls/internal/lsp: fix a latent bug in orphaned file reloading
  > 67aade5 internal/facts: strength-reduce Package param to PackagePath
  > ffc82f3 gopls/internal/lsp/source/typerefs: optimize getPackageHandles
  > 50a6ef6 gopls/internal/lsp: only diagnose one package per file
  > 48026e1 internal/gcimporter: don't panic when exporting a builtin 'Error' method
  > 5fed7a8 gopls/protocol/generate: upgrade generating LSP stubs
  > b9fd8df gopls/internal/lsp/debug: display Analysis.Run times
  > 799eec0 gopls/internal: update LSP support
  > c6de5f5 gopls/internal/lsp/source: fix spurious "unexpected var object" error
  > ba3c31c gopls/internal/regtest/bench: add a test simulating typing
  > 80c9aad gopls/internal/regtest/bench: add an 'oracle' benchmark repo
  > e10bcf6 gopls/internal/regtest/bench: clean up profile flags
  > 50a7e14 go/types/internal/play: show enclosing scopes and method sets
  > 12fe149 internal/typeparams: improve the panic in OriginMethod
  > 89d9fae internal/gcimporter: supporting encoding objects from different packages
  > dbd6001 go/analysis: remove pointless comments
  > 67d73b2 internal/gopathwalk: use opts.Logf for errors if set
  > 1ca2185 go/analysis: pass package's Go version to type checker
  > a721062 gopls/internal/regtest/workspace: fix TestQuickFix_AddGoWork for go1.21
  > ba23fc4 internal/analysisutil: avoid IsNamed panic on built-in named types
  > e1d0f91 go/analysis/passes/slog: unskip test
  > c35476f gopls: commands to start/stop profiling, and a new benchmark metric
  > ec9bc53 internal/gopathwalk: use os.ReadFile instead of ioutil.ReadFile
  > aac7fb6 internal/cmd/deadcode: a command to report dead code in Go programs
  > 538a6e9 gopls/internal/lsp/source: put context first in extracted functions
  > ef12545 internal/lsp/analysis: embed directive analyzer check following decl
  > 7bb8360 internal: fix typo
  > 7fa7e85 go/callgraph/rta: doc tweaks
  > d86c729 cmd/digraph: somepath: search breadth-first to find minimal path
  > eaebeac gopls/internal/lsp/source/completion: avoid duplicates from variants
  > ac255de cmd/digraph: consolidate -help message and package doc
  > dfb7d24 go/analysis/passes/slog: replace XXXCtx names with XXXContext
  > 8f07782 gopls/internal/lsp: make gopls.start_debugging open browser
  > 4b177d0 go/callgraph/rta: optimise 'implements' operation
  > eaca1d0 gopls/internal/lsp/filecache: increase idle GC period to 6 hours
  > 124ebfa internal/pprof: a function to compute total pprof time
  > 8304532 go/callgraph/rta: model reflective calls soundly
  > f9f582e go/packages: pass go list-reported Go language version to type checker
  > e7916d0 gopls/internal/lsp/source/completion: honor usePlaceholders
  > 1d07f1b gopls/internal/lsp/source/completion: placeholders for type params
  > 2d90701 gopls/internal/regtest/marker: skip addgowork.txt
  > 8060af9 gopls/internal/lsp/source/xrefs: include refs to methods of generics
  > a8cf665 gopls/internal/lsp/source: ignore objectpath error in rename
  > eeb93ed gopls: remove dead code
  > 781c467 gopls/internal/lsp/cache: plumb analysis URLs to client
bumping knative.dev/pkg cceb144...6519aff:
  > 6519aff Update community files (# 2794)
  > 26b41ba Bump google.golang.org/api from 0.126.0 to 0.136.0 (# 2790)
  > 42a4ec1 Bump contrib.go.opencensus.io/exporter/prometheus from 0.4.0 to 0.4.2 (# 2793)
  > 404648b Bump golang.org/x/oauth2 from 0.8.0 to 0.11.0 (# 2792)
  > a6e28fc Bump golang.org/x/tools from 0.11.0 to 0.12.0 (# 2791)
  > b409e16 Bump github.com/openzipkin/zipkin-go from 0.3.0 to 0.4.1 (# 2785)

Signed-off-by: Knative Automation <[email protected]>
@knative-prow knative-prow bot removed the lgtm Indicates that a PR is ready to be merged. label Aug 15, 2023
@knative-prow
Copy link

knative-prow bot commented Aug 15, 2023

New changes are detected. LGTM label has been removed.

@codecov
Copy link

codecov bot commented Aug 15, 2023

Codecov Report

Merging #517 (0141f2c) into main (a645fee) will not change coverage.
Report is 1 commits behind head on main.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #517   +/-   ##
=======================================
  Coverage   72.76%   72.76%           
=======================================
  Files           9        9           
  Lines         683      683           
=======================================
  Hits          497      497           
  Misses        157      157           
  Partials       29       29           

@psschwei psschwei closed this Aug 15, 2023
@psschwei psschwei reopened this Aug 15, 2023
@knative-prow-robot knative-prow-robot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Aug 15, 2023
@knative-prow-robot
Copy link
Contributor

PR needs rebase.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@knative-prow
Copy link

knative-prow bot commented Aug 15, 2023

@knative-automation: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
integration-tests-istio_net-gateway-api_main 0141f2c link true /test integration-tests-istio
unit-tests_net-gateway-api_main 0141f2c link true /test unit-tests
build-tests_net-gateway-api_main 0141f2c link true /test build-tests

Your PR dashboard.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here.

@psschwei
Copy link
Contributor

going to close this and assume the next autoupdate won't have a conflict (if it does, guess we'll intervene then)

@psschwei psschwei closed this Aug 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants