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 across 1 directory with 16 updates #413

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 29, 2024

Bumps the dependencies group with 10 updates in the / directory:

Package From To
cloud.google.com/go/bigquery 1.61.0 1.63.0
github.com/aws/aws-sdk-go-v2 1.30.1 1.31.0
github.com/aws/aws-sdk-go-v2/config 1.27.23 1.27.39
github.com/aws/aws-sdk-go-v2/feature/s3/manager 1.17.3 1.17.25
github.com/go-enry/go-enry/v2 2.8.8 2.9.0
github.com/goccy/go-yaml 1.11.3 1.12.0
github.com/mackerelio/mackerel-client-go 0.33.1 0.34.0
github.com/migueleliasweb/go-github-mock 0.0.23 1.0.1
github.com/samber/lo 1.44.0 1.47.0
golang.org/x/image 0.18.0 0.20.0

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

Release notes

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

bigquery: v1.63.0

1.63.0 (2024-09-18)

Features

  • bigquery/migration: Update MS API stubs with Unified API (1bb4c84)
  • bigquery: Add support for Go 1.23 iterators (84461c0)
  • bigquery: New client(s) (#10774) (9638b8d)

Bug Fixes

  • bigquery: Bump dependencies (2ddeb15)
  • bigquery: ProcessStream check ctx done when queuing non retryable err (#10675) (60ad7f3)
  • bigquery: Properly handle RANGE type arrays (#10883) (ce3d492)
  • bigquery: Remove retry on FailedPrecondition (#10671) (ab9a961)
  • bigquery: Update dependencies (257c40b)
  • bigquery: Update google.golang.org/api to v0.191.0 (5b32644)

Documentation

  • bigquery/datatransfer: Add a note to the CreateTransferConfigRequest and UpdateTransferConfigRequest to disable restricting service account usage (2710d0f)
  • bigquery/datatransfer: Deprecate authorization_code (84461c0)
  • bigquery/migration: A comment for field name in message .google.cloud.bigquery.migration.v2.MigrationWorkflow is changed to include 'Identifier' (1bb4c84)
  • bigquery/migration: A comment for field translation_config_details in message .google.cloud.bigquery.migration.v2.MigrationTask is changed (1bb4c84)
  • bigquery/migration: A comment for field type in message .google.cloud.bigquery.migration.v2.MigrationTask is changed to include new supported types (1bb4c84)
  • bigquery/storage: A comment for field location_uri in message .google.cloud.bigquery.storage.v1alpha.StorageDescriptor is changed (2710d0f)
  • bigquery/storage: A comment for message StreamMetastorePartitionsRequest is changed (2710d0f)
  • bigquery/storage: A comment for message StreamMetastorePartitionsResponse is changed (2710d0f)
Commits

Updates cloud.google.com/go/storage from 1.42.0 to 1.43.0

Commits
  • 58df9c3 chore(main): release pubsub 1.43.0 (#10714)
  • 6685397 chore(.github): pin golang.org/x/mod and golang.org/x/tools in renovate (#10835)
  • f0958b0 chore(all): update deps (#10834)
  • ce82b22 vertexai(test): add corpora_test in tokenizer module (#10784)
  • 8d008de feat(bigtable): add "TypeUnspecified" to represent an unspecified type (#10820)
  • caa826c feat(pubsub): allow trace extraction from protobuf message (#10827)
  • 48addbf fix(pubsub): add attributes before startSpan (#10800)
  • 79a0e11 fix(pubsub): close grpc streams on retry (#10624)
  • 02b2d12 feat(bigtable): Add client side metrics to feature flag (#10678)
  • 0d732cc fix(datastore): do not delay on final transaction attempt (#10824)
  • Additional commits viewable in compare view

Updates github.com/aws/aws-sdk-go-v2 from 1.30.1 to 1.31.0

Commits

Updates github.com/aws/aws-sdk-go-v2/config from 1.27.23 to 1.27.39

Commits

Updates github.com/aws/aws-sdk-go-v2/feature/s3/manager from 1.17.3 to 1.17.25

Commits

Updates github.com/aws/aws-sdk-go-v2/service/s3 from 1.57.1 to 1.63.3

Commits

Updates github.com/go-enry/go-enry/v2 from 2.8.8 to 2.9.0

Release notes

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

v2.9.0

What's Changed

Full Changelog: go-enry/go-enry@v2.8.9...v2.9.0

v2.8.9

What's Changed

New Contributors

Full Changelog: go-enry/go-enry@v2.8.8...v2.8.9

Commits
  • 4f25411 Merge pull request #185 from DecimalTurn/patch-1
  • 5cb0b7b Merge pull request #183 from go-enry/feature/sync-linguist-42fd3c25
  • 19ca0b6 Update list of divergences from Linguist
  • 773f94b Updated Linguist to v8.0.0
  • 7e3a9a7 Merge pull request #182 from go-enry/feature/sync-linguist-4ac734c1
  • d9491c5 Updated Linguist to v7.30.0
  • 7d0ed60 Merge pull request #181 from DecimalTurn/master
  • de4970a Remove addition to sync-linguist.yml
  • 3bcec0e Replace commit hash with correct v7.29.0 release
  • be5250b Replace commit hash with correct v7.29.0 release
  • Additional commits viewable in compare view

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

Release notes

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

1.12.0

What's Changed

New Contributors

Full Changelog: goccy/go-yaml@v1.11.3...v1.11.4

Commits
  • 237df0e Quote is required even if it begins with backquote. (#440)
  • b5f63d5 Fix decoding of scientific notation (#463)
  • 1f84c0c fix: Correct token.Tokenize double quoted strings with escape sequences handl...
  • 56a6b54 trim right spaces before adding carriage return or linefeed (#462)
  • b2a8cc6 Update go.yml
  • a67648e Update go.yml
  • 7ef5c62 support custom unmarshalling for map keys (#453)
  • 4653a1b Replace deprecated io/ioutil (#429)
  • See full diff in compare view

Updates github.com/mackerelio/mackerel-client-go from 0.33.1 to 0.34.0

Release notes

Sourced from github.com/mackerelio/mackerel-client-go's releases.

v0.34.0

What's Changed

Full Changelog: mackerelio/mackerel-client-go@v0.33.1...v0.34.0

Commits

Updates github.com/migueleliasweb/go-github-mock from 0.0.23 to 1.0.1

Release notes

Sourced from github.com/migueleliasweb/go-github-mock's releases.

v1.0.1

What's Changed

New Contributors

Full Changelog: migueleliasweb/go-github-mock@v1.0.0...v1.0.1

v1.0.0

Notes

This release marks a bump of stability for go-github-mock. It's been over a year!

What's Changed

Full Changelog: migueleliasweb/go-github-mock@v0.0.23...v0.1

Commits

Updates github.com/samber/lo from 1.44.0 to 1.47.0

Release notes

Sourced from github.com/samber/lo's releases.

v1.47.0

What's Changed

New Contributors

Full Changelog: samber/lo@v1.46.0...v1.47.0

v1.46.0

What's Changed

New Contributors

Full Changelog: samber/lo@v1.45.0...v1.46.0

v1.45.0

What's Changed

New Contributors

Full Changelog: samber/lo@v1.44.0...v1.45.0

Commits

Updates golang.org/x/image from 0.18.0 to 0.20.0

Commits
  • c82123a go.mod: update golang.org/x dependencies
  • 59aa040 go.mod: update golang.org/x dependencies
  • 8bfd4fd colornames: update link to SVG spec
  • bad7eb8 LICENSE: update per Google Legal
  • 9abbe10 draw: avoid FMA (Fused Multiply Add)
  • See full diff in compare view

Updates golang.org/x/oauth2 from 0.21.0 to 0.22.0

Commits

Updates golang.org/x/text from 0.16.0 to 0.18.0

Commits
  • 1e3e9fd all: rename Example test functions to prevent vet errors
  • b2bec85 go.mod: update golang.org/x dependencies
  • ae0cf96 LICENSE: update per Google Legal
  • See full diff in compare view

Updates golang.org/x/tools from 0.22.0 to 0.24.0

Commits
  • 3057be8 go.mod: update golang.org/x dependencies
  • 4653e48 gopls/internal/analysis: add skipped analysis simplify on generated code
  • f855a53 gopls/internal/telemetry/cmd/stacks: use authentication token
  • 3ffd605 gopls/doc/features: fix prominent typo
  • a5df6ad go/analysis/passes/printf: report non-constant format, no args
  • c03e5c2 go/packages: do not nullify Fset when NeedSyntax is set
  • 6a6fd99 go/ssa: substitute type parameterized aliases
  • f6a2390 gopls/doc: delete commands.md
  • 2154cbf gopls/internal/golang: add "Browse gopls features" code action
  • ead76ab go/analysis: Add modules to Pass
  • Additional commits viewable in compare view

Updates google.golang.org/api from 0.186.0 to 0.196.0

Release notes

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

v0.196.0

0.196.0 (2024-09-03)

Features

v0.195.0

0.195.0 (2024-08-28)

Features

v0.194.0

0.194.0 (2024-08-22)

Features

Bug Fixes

  • gen: Change HttpBody.Data from string to any for monitoring:v1 (#2744) (eda6a59), refs #2304

v0.193.0

0.193.0 (2024-08-20)

Features

... (truncated)

Changelog

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

0.196.0 (2024-09-03)

Features

0.195.0 (2024-08-28)

Features

0.194.0 (2024-08-22)

Features

Bug Fixes

  • gen: Change HttpBody.Data from string to any for monitoring:v1 (#2744) (eda6a59), refs #2304

0.193.0 (2024-08-20)

Features

0.192.0 (2024-08-13)

... (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

…pdates

Bumps the dependencies group with 10 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [cloud.google.com/go/bigquery](https://github.com/googleapis/google-cloud-go) | `1.61.0` | `1.63.0` |
| [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2) | `1.30.1` | `1.31.0` |
| [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) | `1.27.23` | `1.27.39` |
| [github.com/aws/aws-sdk-go-v2/feature/s3/manager](https://github.com/aws/aws-sdk-go-v2) | `1.17.3` | `1.17.25` |
| [github.com/go-enry/go-enry/v2](https://github.com/go-enry/go-enry) | `2.8.8` | `2.9.0` |
| [github.com/goccy/go-yaml](https://github.com/goccy/go-yaml) | `1.11.3` | `1.12.0` |
| [github.com/mackerelio/mackerel-client-go](https://github.com/mackerelio/mackerel-client-go) | `0.33.1` | `0.34.0` |
| [github.com/migueleliasweb/go-github-mock](https://github.com/migueleliasweb/go-github-mock) | `0.0.23` | `1.0.1` |
| [github.com/samber/lo](https://github.com/samber/lo) | `1.44.0` | `1.47.0` |
| [golang.org/x/image](https://github.com/golang/image) | `0.18.0` | `0.20.0` |



Updates `cloud.google.com/go/bigquery` from 1.61.0 to 1.63.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.61.0...spanner/v1.63.0)

Updates `cloud.google.com/go/storage` from 1.42.0 to 1.43.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@pubsub/v1.42.0...pubsub/v1.43.0)

Updates `github.com/aws/aws-sdk-go-v2` from 1.30.1 to 1.31.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@v1.30.1...v1.31.0)

Updates `github.com/aws/aws-sdk-go-v2/config` from 1.27.23 to 1.27.39
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@config/v1.27.23...config/v1.27.39)

Updates `github.com/aws/aws-sdk-go-v2/feature/s3/manager` from 1.17.3 to 1.17.25
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@v1.17.3...credentials/v1.17.25)

Updates `github.com/aws/aws-sdk-go-v2/service/s3` from 1.57.1 to 1.63.3
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.57.1...service/s3/v1.63.3)

Updates `github.com/go-enry/go-enry/v2` from 2.8.8 to 2.9.0
- [Release notes](https://github.com/go-enry/go-enry/releases)
- [Commits](go-enry/go-enry@v2.8.8...v2.9.0)

Updates `github.com/goccy/go-yaml` from 1.11.3 to 1.12.0
- [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.11.3...v1.12.0)

Updates `github.com/mackerelio/mackerel-client-go` from 0.33.1 to 0.34.0
- [Release notes](https://github.com/mackerelio/mackerel-client-go/releases)
- [Commits](mackerelio/mackerel-client-go@v0.33.1...v0.34.0)

Updates `github.com/migueleliasweb/go-github-mock` from 0.0.23 to 1.0.1
- [Release notes](https://github.com/migueleliasweb/go-github-mock/releases)
- [Commits](migueleliasweb/go-github-mock@v0.0.23...v1.0.1)

Updates `github.com/samber/lo` from 1.44.0 to 1.47.0
- [Release notes](https://github.com/samber/lo/releases)
- [Commits](samber/lo@v1.44.0...v1.47.0)

Updates `golang.org/x/image` from 0.18.0 to 0.20.0
- [Commits](golang/image@v0.18.0...v0.20.0)

Updates `golang.org/x/oauth2` from 0.21.0 to 0.22.0
- [Commits](golang/oauth2@v0.21.0...v0.22.0)

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

Updates `golang.org/x/tools` from 0.22.0 to 0.24.0
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](golang/tools@v0.22.0...v0.24.0)

Updates `google.golang.org/api` from 0.186.0 to 0.196.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.186.0...v0.196.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/storage
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/config
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/feature/s3/manager
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/service/s3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/go-enry/go-enry/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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/mackerelio/mackerel-client-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/migueleliasweb/go-github-mock
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: github.com/samber/lo
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: golang.org/x/image
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: golang.org/x/oauth2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: golang.org/x/text
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: golang.org/x/tools
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Sep 29, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 6, 2024

Superseded by #414.

@dependabot dependabot bot closed this Oct 6, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/dependencies-de105bf093 branch October 6, 2024 23:59
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