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 #1209

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 February 19, 2024 14:10
@knative-prow knative-prow bot added the size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. label Feb 19, 2024
Copy link

codecov bot commented Feb 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (f9966c7) 80.98% compared to head (1cf9984) 80.98%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1209   +/-   ##
=======================================
  Coverage   80.98%   80.98%           
=======================================
  Files          18       18           
  Lines        1499     1499           
=======================================
  Hits         1214     1214           
  Misses        223      223           
  Partials       62       62           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

bumping golang.org/x/tools 0b1f1d4...c5643e9:
  > c5643e9 gopls/internal/server: fix two bugs related to dynamic configuration
  > 50b4f1b gopls/internal/golang: close open file
  > f0ef3c6 gopls: update x/telemetry dependency to fix crash
  > 8cf0a8e gopls: record that v0.15 will be the last to support go1.18
  > 730dc3c gopls/internal/settings: add a hidden option to disable zero config
  > 95f04f4 gopls/internal/golang: add resolve support for inline refactorings
  > 9619683 gopls/internal/cache: treat local replaces as workspace modules
  > a5af84e gopls/internal/cache: check views on any on-disk change to go.mod files
  > a7407fa gopls: update telemetry
  > 314368d go/analysis/passes/deepequalerrors: audit for types.Alias safety
  > f4fa7a7 go.mod: update golang.org/x dependencies
  > 5fcc627 go/analysis/passes/nilness: handle type assertions too
  > e3f1180 gopls/internal/cache: fix crash in analysis
  > 76ef6b6 internal/jsonrpc2: export WireError type
  > acf07b3 gopls/internal/utils/immutable: remove unused Map.Keys
  > c11269c gopls/semantic: elide zero-length tokens
  > 7f80389 go/analysis/passes/stringintconv: audit for types.Alias safety
  > 76795ef gopls/doc: audit for types.Alias safety
  > ab67961 internal/imports: update stdlib index for Go 1.22.0
  > d64ed6a internal/refactor/inline: audit for types.Alias safety
  > 0d87589 go/types/typeutil: audit for types.Alias safety
  > a297bfd go/callgraph/rta: audit for types.Alias safety
  > 08393e0 cmd/deadcode: audit for types.Alias safety
  > 37586e4 internal/apidiff: audit for types.Alias safety
  > 6d4ccf2 gopls/internal/cache: prime goimports cache asynchronously
  > 8b6359d gopls/internal/cache: share goimports state for GOMODCACHE
  > 2bb7f1c gopls/internal/test/integration/bench: improve completion benchmarks
  > f6dc1e9 internal/imports: merge init and newModuleResolver
  > 4f6024e internal/gopathwalk: walk directories concurrently
  > 8fcb5f0 gopls/internal/test/marker: skip on LUCI solaris builders
  > 08bd728 gopls/internal/test/integration: add a test for an inner go.work file
  > aee2e76 gopls/internal/settings: deprecate "allowModfileModifications"
  > ddb71b0 gopls/internal/cache: remove findWorkspaceModFile
  > 365517a gopls/internal/cache: detect and reinit on workspace vendor changes
  > 0be034b internal/aliases: Adds an internal alias package.
  > 8efa10c internal/imports: add a benchmark for the initial mod cache scan
  > df03d7d gopls/internal/golang: add missing check for nil funcBody
  > a1fbc78 gopls/internal/golang: move Go semantic tokens out of server
  > 51e3724 gopls: remove unused parameters
  > d6bd2d7 gopls/internal/cache: add assertions for export data inconsistency
  > 3403ce1 go/internal/gccgoimporter: recognize "any" as a builtin type
  > aecdb2d gopls/internal/cache: support workspace vendoring
  > e80085c gopls/internal/golang: downgrade bug.Reportf for missing builtin
  > 9c43803 gopls/internal/cache: allow command-line-package >1 CompileGoFiles
  > efce0f5 gopls/internal/cache/metadata: assert graph is acyclic
  > c3f60b7 gopls/internal/golang: hover: show embedded fields
  > 85146f5 gopls/internal/lsp/source: highlight returns correctly
  > e211e0f gopls: enable crashmonitor for unexpected crashes
  > d077888 gopls: update third party dependencies
  > 2e15dc7 gopls/internal/test/marker: reject "module testdata"
  > c07f927 cmd/deadcode: enable crash reporting
  > 44aed24 gopls/internal/analysis/undeclaredname: improve fix name
  > afe5265 go/packages: wait for sizes goroutine on all control paths
  > 4250783 refactor/eg: don't use cgo in Test
  > 1efbdde cmd/stringer, go/loader: use testenv.NeedsTool(t, "cgo")
  > 5f90691 go/buildutil: permit comma delimiters in build tags
  > 0c80ba3 internal/imports: remove the unused ProcessEnv.ModFile field
  > c046c5b gopls/internal/test/marker/testdata: move test to correct location
  > da7ed64 gopls/internal/cache/imports: simplify importsState invalidation
  > 7ec8ac0 gopls/internal/golang: hover: show type's methods after doc comment
  > 0e1f5be gopls: update x/telemetry dependency
  > 341c043 gopls/internal/test/integration/bench: fix broken benchmarks
  > b048cf1 cmd/callgraph: unskip TestCallgraph on windows/arm64
  > 14d7f7b gopls/internal/cache: memoize the view filter func
  > 5e16437 gopls/internal/cache: skip TestZeroConfigAlgorithm on wasm
  > dd0f88f gopls/doc/emacs.md: explain how to organize imports automatically
  > 3d49bd5 internal/lsp: publish protocol.UnmarshalJSON
  > 35d8b1b gopls/internal/golang: don't bug.Report repaired ASTs in hover
  > 8174727 gopls/internal/test: await quiescence in TestInconsistentVendoring
  > df2fa1e gopls/doc: s/source/golang/ in the SVG file
  > 238800b gopls: manual tweaks after the lsp/ -> . rename
  > 95c6ac4 gopls/internal/protocol/command: move from ../lsp
  > 6d109d1 gopls/internal/protocol: move out of lsp/
  > f872b3d gopls/internal/cache: move out of lsp/
  > 6823da4 gopls/internal/golang: move from lsp/source
  > 129144e gopls/internal/lsprpc: move out of lsp/
  > eed1997 gopls: use relative watched file patterns if supported
  > fa791ac gopls/internal/progress: simplify API
  > 816dcdf go/packages: add test for flake observed on Android
  > d5e76f1 gopls/internal/progress: move from lsp/
  > 6fe9326 gopls/internal/telemetry/cmd/stacks: include client name in report
  > 6a58b98 gopls/internal/lsp/lsprpc: radically reduce API
  > 0ffb1d0 gopls/doc: add Helix editor documentation for gopls
  > c16e222 gopls/internal/test/integration: add regtest for hover crash
  > bd547e5 gopls/internal/lsp/cache: clean up public API
  > 4c53267 gopls/internal/lsp/cache: don't report a bug for standalone test files
  > a49867f internal/imports: don't add imports that shadow predeclared names
  > e2ca594 gopls/internal/lsp/source: address problems detected by staticcheck
  > 94d99e3 gopls/internal/test/marker: re-enable some tests
  > 060c748 gopls: consolidate analyzers, eliminating "convenience" analyzers
  > 7f6ec23 go/ssa: suppress go/packages-based test on android
  > a987ef7 go/packages: publish Driver{Request,Response}
  > e1555a3 go/ssa: add Function.DomPostorder
  > cd7b510 gopls/internal/lsp/cache: allow versions of form "go1.2.3"
  > d0930db gopls/internal/lsp/cache: fix bug reports from toGobDiagnostics
  > 1871a2e gopls/internal/lsp/source: move Go CodeActions logic from server
  > afcd676 gopls/internal/lsp/source: show promoted methods in hover
  > 525acd1 go/analysis/internal/analysisflags: add RelatedInformation JSON
  > c7ccb51 gopls/doc/design: rewrite the architecture overview
  > 39a2545 gopls/internal/version: amend the year in a recent copyright header
  > 186fcf3 gopls/internal/lsp/source: factor edit conversion utils
  > 83c6c25 gopls/internal/server: analyze widest packages for open files
  > c467be3 gopls: add a main.version variable to override the version at linktime
  > 6673e7a gopls/internal/lsp/source/completion: infer parameter types
  > 3458e0c gopls/internal/lsp/source: fix Fix titles
  > 72a36a7 gopls/internal/test/marker: fix test breakage due to semantic conflict
  > 470afda gopls/internal/analysis/unusedparams: eliminate false positives
  > 592d9e1 internal/lsp: convert refactor code actions to use codeAction/resolve
  > f2d3f78 gopls/internal/lsp/protocol: fix TestURIFromPath on windows
  > d2200d1 gopls/internal/test/marker: update skip comment for addgowork.txt
  > c0db45f gopls/internal/server: simplify DiagnoseFiles to avoid a race
  > 0d1b478 gopls/internal/test/integration: fix flakiness of TestResolveImportCycle
  > d517112 gopls/internal/lsp/protocol: deliver log messages in order
  > 9164f2a gopls/internal/test/marker: skip on solaris-amd64-oraclerel
  > dbc9d3e internal/analysisinternal: TypeExpr: don't forget Variadic
  > 54cf5bc internal/debug: show new View information in the debug page
  > b37fde9 gopls: simplify gopls command configuration
  > 6a0605d gopls/internal/test/marker: regenerate golden data
  > f572b7e gopls/internal/lsp/source/stub: trim version suffix from module path
bumping google.golang.org/grpc 8167bc3...c6e7f04:
  > c6e7f04 Change version to 1.61.1 (# 6981)
  > dbd4cbc cherry-pick # 6977 to 1.61.x release branch (# 6980)
  > 57ed608 Change version to 1.61.1-dev (# 6937)
bumping golang.org/x/mod 6e58e47...fa1ba42:
  > fa1ba42 sumdb: replace globsMatchPath with module.MatchPrefixPatterns
bumping github.com/prometheus/common 7e44242...773d566:
  > 773d566 Merge pull request # 570 from ywwg/owilliams/quoted-metric-name-02
  > a3bdb9e Support empty OAuth2 inline secrets (# 547)
  > 319c62c UTF-8 support in metric and label names
  > bd0376d UTF-8 support in validation, and some parsers and formatters (# 537)
bumping knative.dev/pkg 405f0c4...9227ebb:
  > 9227ebb Bump google.golang.org/api from 0.163.0 to 0.165.0 (# 2960)
  > fecb381 Bump google.golang.org/grpc from 1.61.0 to 1.61.1 (# 2963)
  > d978608 Bump github.com/prometheus/common from 0.46.0 to 0.47.0 (# 2962)
  > 0d88449 Bump golang.org/x/tools from 0.17.0 to 0.18.0 (# 2961)
  > f094d82 Bump cloud.google.com/go/storage from 1.37.0 to 1.38.0 (# 2959)
  > b8f9b22 Update community files (# 2957)
  > bc60487 Update community files (# 2956)
bumping google.golang.org/api 87aa1d0...e451477:
  > e451477 chore(main): release 0.165.0 (# 2415)
  > deab77d feat(all): auto-regenerate discovery clients (# 2416)
  > c702880 feat(all): auto-regenerate discovery clients (# 2414)
  > 3ff4bc1 chore(main): release 0.164.0 (# 2407)
  > edbe996 fix(transport): disable universe domain check if token source (# 2413)
  > 05a0882 chore(all): update all (# 2410)
  > 51d5068 feat(all): auto-regenerate discovery clients (# 2412)
  > 246b19f feat(all): auto-regenerate discovery clients (# 2409)
  > f1b37df feat(all): auto-regenerate discovery clients (# 2408)
  > 1bd8304 feat(all): auto-regenerate discovery clients (# 2406)
bumping knative.dev/hack d1067f2...999d7e6:
  > 999d7e6 Update community files (# 367)
  > 6090613 Update community files (# 366)
bumping google.golang.org/genproto a9fa171...1f4bbc5:
  > 1f4bbc5 chore(all): auto-regenerate .pb.go files (# 1083)
  > ef43131 chore(all): auto-regenerate .pb.go files (# 1082)
  > 6c6643b chore(all): update all (# 1078)
bumping google.golang.org/genproto/googleapis/rpc 1f4bbc5...31a09d3:
  > 31a09d3 chore(all): update all (# 1085)
bumping knative.dev/networking 1e6aa63...630e71a:
  > 630e71a feat: add isFailed for certificate (# 926)
  > 64e6032 upgrade to latest dependencies (# 927)
  > 22eb3d0 Update community files (# 924)
  > adc5e58 Update community files (# 923)
bumping google.golang.org/genproto/googleapis/api 6c6643b...31a09d3:
  > 31a09d3 chore(all): update all (# 1085)
  > 1f4bbc5 chore(all): auto-regenerate .pb.go files (# 1083)
  > ef43131 chore(all): auto-regenerate .pb.go files (# 1082)

Signed-off-by: Knative Automation <automation@knative.team>
Copy link
Member

@ReToCode ReToCode 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 Feb 20, 2024
Copy link

knative-prow bot commented Feb 20, 2024

[APPROVALNOTIFIER] This PR is APPROVED

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

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 Feb 20, 2024
@ReToCode
Copy link
Member

/test integration-tests

@knative-prow knative-prow bot merged commit 656a0c6 into knative-extensions:main Feb 20, 2024
42 checks passed
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. lgtm Indicates that a PR is ready to be merged. 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.

None yet

2 participants