Skip to content
This repository has been archived by the owner on Feb 28, 2024. It is now read-only.

chore(deps): bump the go-everything group with 6 updates #318

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 12, 2023

Bumps the go-everything group with 6 updates:

Package From To
github.com/google/uuid 1.4.0 1.5.0
github.com/jackc/pgx/v5 5.5.0 5.5.1
go.6river.tech/gosix 0.10.25 0.10.27
golang.org/x/tools 0.16.0 0.16.1
google.golang.org/api 0.153.0 0.154.0
google.golang.org/grpc 1.59.0 1.60.0

Updates github.com/google/uuid from 1.4.0 to 1.5.0

Release notes

Sourced from github.com/google/uuid's releases.

v1.5.0

1.5.0 (2023-12-12)

Features

  • Validate UUID without creating new UUID (#141) (9ee7366)
Changelog

Sourced from github.com/google/uuid's changelog.

1.5.0 (2023-12-12)

Features

  • Validate UUID without creating new UUID (#141) (9ee7366)
Commits

Updates github.com/jackc/pgx/v5 from 5.5.0 to 5.5.1

Changelog

Sourced from github.com/jackc/pgx/v5's changelog.

5.5.1 (December 9, 2023)

  • Add CopyFromFunc helper function. (robford)
  • Add PgConn.Deallocate method that uses PostgreSQL protocol Close message.
  • pgx uses new PgConn.Deallocate method. This allows deallocating statements to work in a failed transaction. This fixes a case where the prepared statement map could become invalid.
  • Fix: Prefer driver.Valuer over json.Marshaler for json fields. (Jacopo)
  • Fix: simple protocol SQL sanitizer previously panicked if an invalid $0 placeholder was used. This now returns an error instead. (maksymnevajdev)
  • Add pgtype.Numeric.ScanScientific (Eshton Robateau)
Commits
  • ba05097 Release v5.5.1
  • 384fe77 Batch.Queue: document always uses the conn's DefaultQueryExecMode
  • 20bf953 pull out changes into new public function
  • 12582a0 bitsize largest option is 64
  • 905f252 uncomment tests
  • 9927e14 remove dead line
  • 95b2f85 support scientific notation big floats
  • 913e4c8 Update changelog
  • 31321c2 Add race detector to bug report template
  • 319c317 fix panic in prepared sql
  • Additional commits viewable in compare view

Updates go.6river.tech/gosix from 0.10.25 to 0.10.27

Release notes

Sourced from go.6river.tech/gosix's releases.

v0.10.27

0.10.27 (2023-12-11)

Chores

  • deps: bump the actions-everything group with 1 update (daeca286)

v0.10.26

0.10.26 (2023-12-11)

Chores

  • deps: bump the go-everything group with 2 updates (acd29e56)
Commits
  • daeca28 chore(deps): bump the actions-everything group with 1 update
  • acd29e5 chore(deps): bump the go-everything group with 2 updates
  • See full diff in compare view

Updates golang.org/x/tools from 0.16.0 to 0.16.1

Commits
  • 2acb2e6 gopls/internal/test/marker: minor clean up of marker test doc
  • 28b92af internal/typeparams: eliminate remainining compatibility shims
  • ee35f8e gopls/internal/lsp/source: hovering over broken packages is not an error
  • 67611a1 internal/typeparams: eliminate type aliases
  • 23c86e8 internal/typeparams: delete const Enabled=true and simplify
  • e46688f gopls/internal/analysis/fillstruct: don't panic with invalid fields
  • 8bd7553 gopls/internal/util/goversion: warn about EOL for Go 1.18
  • bc9cd15 gopls/internal/settings: remove MemoryMode option
  • bbc30f1 gopls/protocol: Allow AnnotatedTextEdits
  • f40889d gopls/internal/analysis/stubmethods: fix OOB panic in fromValueSpec
  • Additional commits viewable in compare view

Updates google.golang.org/api from 0.153.0 to 0.154.0

Release notes

Sourced from google.golang.org/api's releases.

v0.154.0

0.154.0 (2023-12-12)

Features

Changelog

Sourced from google.golang.org/api's changelog.

0.154.0 (2023-12-12)

Features

Commits

Updates google.golang.org/grpc from 1.59.0 to 1.60.0

Release notes

Sourced from google.golang.org/grpc's releases.

Release 1.60.0

Security

  • credentials/tls: if not set, set TLS MinVersion to 1.2 and CipherSuites according to supported suites not forbidden by RFC7540.
    • This is a behavior change to bring us into better alignment with RFC 7540.

API Changes

  • resolver: remove deprecated and experimental ClientConn.NewServiceConfig (#6784)
  • client: remove deprecated grpc.WithServiceConfig DialOption (#6800)

Bug Fixes

  • client: fix race that could cause a deadlock while entering idle mode and receiving a name resolver update (#6804)
  • client: always enable TCP keepalives with OS defaults (#6834)
  • credentials/alts: fix a bug preventing ALTS from connecting to the metadata server if the default scheme is overridden (#6686)

Behavior Changes

  • server: Do not return from Stop() or GracefulStop() until all resources are released (#6489)

Documentation

  • codes: clarify that only codes defined by this package are valid and that users should not cast other values to codes.Code (#6701)
Commits
  • 297d8dd Cherry-pick #6841 to v1.60.x release branch (#6847)
  • 3580447 Change version to 1.60.0 (#6792)
  • 71e67a9 Cherry-pick #6834 to v1.60.x release branch (#6839)
  • cb6581d Cherry-pick #6804 and dependencies to v1.60.x release branch (#6838)
  • dd39cdb credentials: if not set, restrict to TLS v1.2+ and CipherSuites per RFC7540 (...
  • 8645f95 resolver: remove ClientConn.NewServiceConfig (#6784)
  • 8b17a4d vet: various cleanups (#6780)
  • 591c481 internal/transport: Add LocalAddr to http2Client.getPeer() (#6779)
  • eb46b7d github: set top-level read-only workflow permissions (#6775)
  • be1d1c1 security/advancedtls: FileWatcher CRL provider initialization enhancement (#6...
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the go-everything group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/google/uuid](https://github.com/google/uuid) | `1.4.0` | `1.5.0` |
| [github.com/jackc/pgx/v5](https://github.com/jackc/pgx) | `5.5.0` | `5.5.1` |
| [go.6river.tech/gosix](https://github.com/6RiverSystems/gosix) | `0.10.25` | `0.10.27` |
| [golang.org/x/tools](https://github.com/golang/tools) | `0.16.0` | `0.16.1` |
| [google.golang.org/api](https://github.com/googleapis/google-api-go-client) | `0.153.0` | `0.154.0` |
| [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.59.0` | `1.60.0` |


Updates `github.com/google/uuid` from 1.4.0 to 1.5.0
- [Release notes](https://github.com/google/uuid/releases)
- [Changelog](https://github.com/google/uuid/blob/master/CHANGELOG.md)
- [Commits](google/uuid@v1.4.0...v1.5.0)

Updates `github.com/jackc/pgx/v5` from 5.5.0 to 5.5.1
- [Changelog](https://github.com/jackc/pgx/blob/master/CHANGELOG.md)
- [Commits](jackc/pgx@v5.5.0...v5.5.1)

Updates `go.6river.tech/gosix` from 0.10.25 to 0.10.27
- [Release notes](https://github.com/6RiverSystems/gosix/releases)
- [Commits](6RiverSystems/gosix@v0.10.25...v0.10.27)

Updates `golang.org/x/tools` from 0.16.0 to 0.16.1
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](golang/tools@v0.16.0...v0.16.1)

Updates `google.golang.org/api` from 0.153.0 to 0.154.0
- [Release notes](https://github.com/googleapis/google-api-go-client/releases)
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md)
- [Commits](googleapis/google-api-go-client@v0.153.0...v0.154.0)

Updates `google.golang.org/grpc` from 1.59.0 to 1.60.0
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.59.0...v1.60.0)

---
updated-dependencies:
- dependency-name: github.com/google/uuid
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-everything
- dependency-name: github.com/jackc/pgx/v5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-everything
- dependency-name: go.6river.tech/gosix
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-everything
- dependency-name: golang.org/x/tools
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-everything
- dependency-name: google.golang.org/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-everything
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-everything
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Dec 12, 2023
Copy link

codecov bot commented Dec 12, 2023

Codecov Report

Merging #318 (d7b79c0) into main (a1e8adb) will not change coverage.
The diff coverage is n/a.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #318   +/-   ##
=======================================
  Coverage   38.28%   38.28%           
=======================================
  Files          14       14           
  Lines         525      525           
=======================================
  Hits          201      201           
  Misses        302      302           
  Partials       22       22           

@mgabeler-lee-6rs mgabeler-lee-6rs added this pull request to the merge queue Dec 13, 2023
Merged via the queue into main with commit 3fc8652 Dec 13, 2023
4 checks passed
@mgabeler-lee-6rs mgabeler-lee-6rs deleted the dependabot/go_modules/go-everything-efc53e4d6f branch December 13, 2023 05:16
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Development

Successfully merging this pull request may close these issues.

1 participant