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

chore(deps): bump the dependencies group with 9 updates #628

Merged
merged 1 commit into from
Nov 5, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 1, 2024

Bumps the dependencies group with 9 updates:

Package From To
cloud.google.com/go/bigquery 1.63.0 1.64.0
cloud.google.com/go/spanner 1.68.0 1.70.0
github.com/ClickHouse/clickhouse-go/v2 2.29.0 2.30.0
github.com/goccy/go-graphviz 0.2.4 0.2.9
github.com/goccy/go-yaml 1.12.0 1.13.1
github.com/mattn/go-sqlite3 1.14.23 1.14.24
github.com/snowflakedb/gosnowflake 1.11.1 1.12.0
go.mongodb.org/mongo-driver 1.17.0 1.17.1
google.golang.org/api 0.197.0 0.203.0

Updates cloud.google.com/go/bigquery from 1.63.0 to 1.64.0

Release notes

Sourced from cloud.google.com/go/bigquery's releases.

bigquery: v1.64.0

1.64.0 (2024-10-30)

Features

  • bigquery/datatransfer: Add scheduleOptionsV2 and Error fields for TransferConfig (78d8513)
  • bigquery/storage: Add experimental ArrowData type and arrow_data field within AppendRowsRequest (f0b05e2)

Bug Fixes

  • bigquery: Handle null RANGE (#11058) (9979e72), refs #11047
  • bigquery: Parse negative NUMERIC from arrow (#11052) (83352c4)
  • bigquery: Update google.golang.org/api to v0.203.0 (8bb87d5)
  • bigquery: WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see googleapis/google-cloud-go#11020. (8bb87d5)

Documentation

Commits
  • b425993 chore(main): release spanner 1.64.0 (#10275)
  • 6a9c12a feat(aiplatform): add UpdateDeploymentResourcePool method to DeploymentResour...
  • c6dfdcf fix(auth): Update http and grpc transports to support token exchange over mTL...
  • a1e198a fix(spanner): fix negative values for max_in_use_sessions metrics (#10449)
  • fc4c910 fix(logging): Skip automatic resource detection if a CommonResource (#10441)
  • eec7a3b feat(dataplex): expose data scan execution create time to customers (#10438)
  • 6a46dca docs(compute/metadata): update OnGCE description (#10408)
  • 64bdcb1 feat(spanner): add LockHint feature (#10382)
  • b53c5fb chore: release main (#10406)
  • b3a2cd2 chore(main): release pubsub 1.40.0 (#10407)
  • Additional commits viewable in compare view

Updates cloud.google.com/go/spanner from 1.68.0 to 1.70.0

Release notes

Sourced from cloud.google.com/go/spanner's releases.

auth/oauth2adapt: v0.2.5

0.2.5 (2024-10-30)

Bug Fixes

  • auth/oauth2adapt: Convert token metadata where possible (#11062) (34bf1c1)
Commits

Updates github.com/ClickHouse/clickhouse-go/v2 from 2.29.0 to 2.30.0

Release notes

Sourced from github.com/ClickHouse/clickhouse-go/v2's releases.

v2.30.0

What's Changed

Enhancements 🎉

Fixes 🐛

Other Changes 🛠

New Contributors

Full Changelog: ClickHouse/clickhouse-go@v2.29.0...v2.30.0

Changelog

Sourced from github.com/ClickHouse/clickhouse-go/v2's changelog.

v2.30.0, 2024-10-16

What's Changed

Enhancements 🎉

Fixes 🐛

Other Changes 🛠

New Contributors

Full Changelog: ClickHouse/clickhouse-go@v2.29.0...v2.30.0

Commits

Updates github.com/goccy/go-graphviz from 0.2.4 to 0.2.9

Release notes

Sourced from github.com/goccy/go-graphviz's releases.

0.2.9

What's Changed

New Contributors

Full Changelog: goccy/go-graphviz@v0.2.8...v0.2.9

0.2.8

What's Changed

Full Changelog: goccy/go-graphviz@v0.2.7...v0.2.8

0.2.7

What's Changed

Full Changelog: goccy/go-graphviz@v0.2.6...v0.2.7

0.2.6

Fix go.mod for dot command

Full Changelog: goccy/go-graphviz@v0.2.5...v0.2.6

0.2.5

What's Changed

Full Changelog: goccy/go-graphviz@v0.2.4...v0.2.5

Commits

Updates github.com/goccy/go-yaml from 1.12.0 to 1.13.1

Release notes

Sourced from github.com/goccy/go-yaml's releases.

1.13.1

What's Changed

New Contributors

Full Changelog: goccy/go-yaml@v1.13.0...v1.13.1

1.13.0

What's Changed

New Contributors

Full Changelog: goccy/go-yaml@v1.12.0...v1.12.1

Commits

Updates github.com/mattn/go-sqlite3 from 1.14.23 to 1.14.24

Commits

Updates github.com/snowflakedb/gosnowflake from 1.11.1 to 1.12.0

Release notes

Sourced from github.com/snowflakedb/gosnowflake's releases.

Release

Release

Commits

Updates go.mongodb.org/mongo-driver from 1.17.0 to 1.17.1

Release notes

Sourced from go.mongodb.org/mongo-driver's releases.

MongoDB Go Driver 1.17.1

The MongoDB Go Driver Team is pleased to release version 1.17.1 of the official Go driver.

Release Notes

This release improves the behavior of connection checkout by checking for closed connections.

It also fixes a bug where the authSource from a TXT record would be overridden for auth mechanisms that require an authSource of $external.


For a full list of tickets included in this release, please see the links below:

Full Changelog: v1.17.0...v1.17.1

Documentation for the Go driver can be found on pkg.go.dev and the MongoDB documentation site. BSON library documentation is also available on pkg.go.dev. Questions and inquiries can be asked on the MongoDB Developer Community. Bugs can be reported in the Go Driver project in the MongoDB JIRA where a list of current issues can be found. Your feedback on the Go driver is greatly appreciated!

Commits
  • 070817d BUMP v1.17.1
  • b45e5d9 GODRIVER-3156 Detect and discard closed idle connections. (#1815) [release/1....
  • b473d1b GODRIVER-3313 [release/1.17] Skip CSOT spec tests on Windows and macOS. (#1838)
  • c0afeee GODRIVER-3358 [release/1.17] Do not override authSource from TXT record (#1840)
  • bd39092 GODRIVER-2589 [release/1.17] Clarify *Cursor.All() behavior in comment. (#1...
  • b7e6686 DEVPROD-10453 Use assume_role for s3 uploads [release/1.17] (#1824) (#1837)
  • 3911a1b update repo metadata
  • See full diff in compare view

Updates google.golang.org/api from 0.197.0 to 0.203.0

Release notes

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

v0.203.0

0.203.0 (2024-10-23)

Features

v0.202.0

0.202.0 (2024-10-22)

Features

v0.201.0

0.201.0 (2024-10-15)

Features

v0.200.0

0.200.0 (2024-10-09)

Features

v0.199.0

0.199.0 (2024-09-25)

... (truncated)

Changelog

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

0.203.0 (2024-10-23)

Features

0.202.0 (2024-10-22)

Features

0.201.0 (2024-10-15)

Features

0.200.0 (2024-10-09)

Features

0.199.0 (2024-09-25)

Features

... (truncated)

Commits

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 dependencies group with 9 updates:

| Package | From | To |
| --- | --- | --- |
| [cloud.google.com/go/bigquery](https://github.com/googleapis/google-cloud-go) | `1.63.0` | `1.64.0` |
| [cloud.google.com/go/spanner](https://github.com/googleapis/google-cloud-go) | `1.68.0` | `1.70.0` |
| [github.com/ClickHouse/clickhouse-go/v2](https://github.com/ClickHouse/clickhouse-go) | `2.29.0` | `2.30.0` |
| [github.com/goccy/go-graphviz](https://github.com/goccy/go-graphviz) | `0.2.4` | `0.2.9` |
| [github.com/goccy/go-yaml](https://github.com/goccy/go-yaml) | `1.12.0` | `1.13.1` |
| [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3) | `1.14.23` | `1.14.24` |
| [github.com/snowflakedb/gosnowflake](https://github.com/snowflakedb/gosnowflake) | `1.11.1` | `1.12.0` |
| [go.mongodb.org/mongo-driver](https://github.com/mongodb/mongo-go-driver) | `1.17.0` | `1.17.1` |
| [google.golang.org/api](https://github.com/googleapis/google-api-go-client) | `0.197.0` | `0.203.0` |


Updates `cloud.google.com/go/bigquery` from 1.63.0 to 1.64.0
- [Release notes](https://github.com/googleapis/google-cloud-go/releases)
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md)
- [Commits](googleapis/google-cloud-go@spanner/v1.63.0...spanner/v1.64.0)

Updates `cloud.google.com/go/spanner` from 1.68.0 to 1.70.0
- [Release notes](https://github.com/googleapis/google-cloud-go/releases)
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md)
- [Commits](googleapis/google-cloud-go@spanner/v1.68.0...spanner/v1.70.0)

Updates `github.com/ClickHouse/clickhouse-go/v2` from 2.29.0 to 2.30.0
- [Release notes](https://github.com/ClickHouse/clickhouse-go/releases)
- [Changelog](https://github.com/ClickHouse/clickhouse-go/blob/main/CHANGELOG.md)
- [Commits](ClickHouse/clickhouse-go@v2.29.0...v2.30.0)

Updates `github.com/goccy/go-graphviz` from 0.2.4 to 0.2.9
- [Release notes](https://github.com/goccy/go-graphviz/releases)
- [Commits](goccy/go-graphviz@v0.2.4...v0.2.9)

Updates `github.com/goccy/go-yaml` from 1.12.0 to 1.13.1
- [Release notes](https://github.com/goccy/go-yaml/releases)
- [Changelog](https://github.com/goccy/go-yaml/blob/master/CHANGELOG.md)
- [Commits](goccy/go-yaml@v1.12.0...v1.13.1)

Updates `github.com/mattn/go-sqlite3` from 1.14.23 to 1.14.24
- [Release notes](https://github.com/mattn/go-sqlite3/releases)
- [Commits](mattn/go-sqlite3@v1.14.23...v1.14.24)

Updates `github.com/snowflakedb/gosnowflake` from 1.11.1 to 1.12.0
- [Release notes](https://github.com/snowflakedb/gosnowflake/releases)
- [Changelog](https://github.com/snowflakedb/gosnowflake/blob/master/release.go)
- [Commits](snowflakedb/gosnowflake@v1.11.1...v1.12.0)

Updates `go.mongodb.org/mongo-driver` from 1.17.0 to 1.17.1
- [Release notes](https://github.com/mongodb/mongo-go-driver/releases)
- [Commits](mongodb/mongo-go-driver@v1.17.0...v1.17.1)

Updates `google.golang.org/api` from 0.197.0 to 0.203.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.197.0...v0.203.0)

---
updated-dependencies:
- dependency-name: cloud.google.com/go/bigquery
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: cloud.google.com/go/spanner
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/ClickHouse/clickhouse-go/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/goccy/go-graphviz
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: github.com/goccy/go-yaml
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/mattn/go-sqlite3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: github.com/snowflakedb/gosnowflake
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: go.mongodb.org/mongo-driver
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: google.golang.org/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Nov 1, 2024
@k1LoW k1LoW merged commit decfbc5 into main Nov 5, 2024
3 checks passed
@k1LoW k1LoW deleted the dependabot/go_modules/dependencies-4ffbcfdcfa branch November 5, 2024 00:40
@github-actions github-actions bot mentioned this pull request Nov 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant