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 18 updates #425

Merged
merged 1 commit into from
Nov 25, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

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

Package From To
cloud.google.com/go/bigquery 1.63.1 1.64.0
cloud.google.com/go/storage 1.43.0 1.47.0
github.com/antchfx/xmlquery 1.4.1 1.4.2
github.com/aws/aws-sdk-go-v2 1.32.0 1.32.5
github.com/aws/aws-sdk-go-v2/config 1.27.41 1.28.5
github.com/aws/aws-sdk-go-v2/feature/s3/manager 1.17.28 1.17.40
github.com/bmatcuk/doublestar/v4 4.6.1 4.7.1
github.com/fatih/color 1.17.0 1.18.0
github.com/go-enry/go-enry/v2 2.9.0 2.9.1
github.com/goccy/go-yaml 1.12.0 1.14.3
github.com/hhatto/gocloc 0.5.2 0.5.3
github.com/k1LoW/expand 0.12.0 0.14.0
golang.org/x/image 0.21.0 0.22.0
golang.org/x/oauth2 0.23.0 0.24.0
golang.org/x/tools 0.24.0 0.27.0

Updates cloud.google.com/go/bigquery from 1.63.1 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/storage from 1.43.0 to 1.47.0

Release notes

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

storage: v1.47.0

1.47.0 (2024-11-14)

Features

  • storage: Introduce dp detector based on grpc metrics (#11100) (60c2323)

Bug Fixes

storage: v1.46.0

1.46.0 (2024-10-31)

Features

  • storage: Add grpc metrics experimental options (#10984) (5b7397b)

Bug Fixes

  • storage: Skip only specific transport tests. (#11016) (d40fbff)
  • storage: Update google.golang.org/api to v0.203.0 (8bb87d5)
  • storage: 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. (2b8ca4b)

Miscellaneous Chores

  • storage/internal: Remove notification, service account, and hmac RPCS. These API have been migrated to Storage Control and are available via the JSON API. (#11008) (e0759f4)

pubsub: v1.45.1

1.45.1 (2024-10-24)

Bug Fixes

  • pubsub: Update google.golang.org/api to v0.203.0 (8bb87d5)
  • pubsub: 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

  • pubsub: Add doc links to top level package doc (#11029) (fe2ec56)
Commits
  • 703c26a chore(main): release spanner 1.47.0 (#7960)
  • b726d41 feat(aiplatform): add UpdateExplanationDataset to aiplatform (#8118)
  • fc49c78 feat(spanner): add databoost property for batch transactions (#8152)
  • 005d2df fix(internal/retry): never return nil from GRPCStatus() (#8128)
  • b429aa1 chore(internal/postprocessor): fix profiler & errorreporting shortnames (#8131)
  • 4e80088 chore(deps): update gax-go and google.golang.org/api (#8117)
  • e43ebeb chore(postprocessor): add update steps (#8103)
  • 72d0127 test: skip flaky test (#8129)
  • 20573e2 chore(postprocessor): fix missing format specifier (#8112)
  • 28aa098 chore(postprocessor): update manual entries (#8111)
  • Additional commits viewable in compare view

Updates github.com/antchfx/xmlquery from 1.4.1 to 1.4.2

Release notes

Sourced from github.com/antchfx/xmlquery's releases.

v1.4.2

update dep package github.com/antchfx/xpath from v1.3.1 to v1.3.2

https://github.com/antchfx/xpath/releases/tag/v1.3.2

Commits
  • 046b64c update deps github.com/antchfx/xpath from v1.3.1 to v1.3.2
  • See full diff in compare view

Updates github.com/aws/aws-sdk-go-v2 from 1.32.0 to 1.32.5

Commits

Updates github.com/aws/aws-sdk-go-v2/config from 1.27.41 to 1.28.5

Commits

Updates github.com/aws/aws-sdk-go-v2/feature/s3/manager from 1.17.28 to 1.17.40

Commits

Updates github.com/aws/aws-sdk-go-v2/service/s3 from 1.65.0 to 1.68.0

Commits

Updates github.com/bmatcuk/doublestar/v4 from 4.6.1 to 4.7.1

Release notes

Sourced from github.com/bmatcuk/doublestar/v4's releases.

Fixed FilepathGlob("")

To be consistent with filepath.Glob, FilepathGlob("") returns nil.

Added MatchUnvalidated, PathMatchUnvalidated

These functions provide a small performance improvement in cases where you don't care about whether or not the pattern is valid (maybe because you already ran ValidatePattern).

Commits

Updates github.com/fatih/color from 1.17.0 to 1.18.0

Release notes

Sourced from github.com/fatih/color's releases.

v1.18.0

What's Changed

New Contributors

Full Changelog: fatih/color@v1.17.0...v1.18.0

Commits
  • 1c8d870 Update README.md
  • 546c2d0 Merge pull request #225 from fatih/add-rgb-api
  • 1ff0f97 Apply suggestions from code review
  • 5723903 Add RGB API support
  • f203fbc Merge pull request #237 from fatih/dependabot/go_modules/golang.org/x/sys-0.25.0
  • 60aa7fb Bump golang.org/x/sys from 0.24.0 to 0.25.0
  • 741c2f4 Merge pull request #236 from fatih/dependabot/go_modules/golang.org/x/sys-0.24.0
  • 0d24b42 Bump golang.org/x/sys from 0.18.0 to 0.24.0
  • cb154c0 Merge pull request #235 from deining/fix-typo
  • 9b9653e Bump GitHub workflow actions
  • See full diff in compare view

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

Release notes

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

v2.9.1

What's Changed

New Contributors

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

Commits
  • 9e54261 Merge pull request #186 from go-enry/feature/sync-linguist-5e5d705a
  • bffbed1 Merge pull request #188 from 0x9fff00/sync-GeneratedCodeNameMatchers
  • 1971b72 Merge pull request #187 from DecimalTurn/regex-checks
  • 784095c sync GeneratedCodeNameMatchers with Linguist
  • 9571395 Fix whitespace
  • 64c89a2 Fix "starts and ends with a slash" reason
  • ce29ac7 Include reason(s) for unsupported syntax in logs
  • e89e751 Updated Linguist to v8.0.1
  • See full diff in compare view

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

Release notes

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

1.14.3

What's Changed

Full Changelog: goccy/go-yaml@v1.14.2...v1.14.3

1.14.2

What's Changed

Full Changelog: goccy/go-yaml@v1.14.1...v1.14.2

1.14.1

What's Changed

Full Changelog: goccy/go-yaml@v1.14.0...v1.14.1

1.14.0

What's Changed

Breaking Changes

Previously, using the same map key did not result in a parsing error, but from now on, it will throw an error by default. If you want to keep the previous behavior, specify the parser.AllowDuplicateMapKey() option. Similarly, during Decode, it will also throw an error by default. To keep the previous behavior, specify the yaml.AllowDuplicateMapKey() option when decoding.

Also, yaml.DisallowDuplicateKey option is deprecated.

Full Changelog: goccy/go-yaml@v1.13.10...v1.14.0

1.13.10

What's Changed

Full Changelog: goccy/go-yaml@v1.13.9...v1.13.10

1.13.9

What's Changed

... (truncated)

Commits

Updates github.com/hhatto/gocloc from 0.5.2 to 0.5.3

Release notes

Sourced from github.com/hhatto/gocloc's releases.

v0.5.3

What's Changed

New Contributors

Full Changelog: hhatto/gocloc@v0.5.2...v0.5.3

Commits

Updates github.com/k1LoW/expand from 0.12.0 to 0.14.0

Release notes

Sourced from github.com/k1LoW/expand's releases.

v0.14.0

What's Changed

Other Changes

Full Changelog: k1LoW/expand@v0.13.0...v0.14.0

v0.13.0

What's Changed

Other Changes

Full Changelog: k1LoW/expand@v0.12.0...v0.13.0

Changelog

Sourced from github.com/k1LoW/expand's changelog.

v0.14.0 - 2024-11-16

Other Changes

v0.13.0 - 2024-11-04

Other Changes

Commits
  • d83bf77 Merge pull request #50 from k1LoW/tagpr-from-v0.13.0
  • f5b380c [tagpr] update CHANGELOG.md
  • a90aa45 [tagpr] prepare for the next release
  • ca6625c bonsai
  • 7f9b9eb Merge pull request #51 from k1LoW/update-go-yaml
  • 5bba67f Update goccy/go-yaml
  • ab03e14 Merge pull request #49 from k1LoW/dependabot/go_modules/dependencies-e283d1de14
  • a0460c5 chore(deps): bump github.com/goccy/go-yaml in the dependencies group
  • 58621f2 Merge pull request #47 from k1LoW/tagpr-from-v0.12.0
  • aa9bcda [tagpr] update CHANGELOG.md
  • Additional commits viewable in compare view

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

Commits

Updates golang.org/x/oauth2 from 0.23.0 to 0.24.0

Commits

Updates golang.org/x/text from 0.19.0 to 0.20.0

Commits
  • efd25da go.mod: update golang.org/x dependencies
  • 8a0e65e README: don't recommend go get
  • fefda1a internal/texttest: remove Run and Bench helpers
  • a457f47 all: normalize subtest names to NFC
  • See full diff in compare view

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

Commits
  • 4d2b19f go.mod: update golang.org/x dependencies
  • 6368677 gopls/internal/golang: strength reduce ComputeImportFixEdits
  • 777f155 gopls/internal/golang: show package attributes on hover
  • 8a0e08f gopls/doc: add missing doc link
  • 61415be gopls/internal/cache: guard against malformed paths in port.matches
  • 9a89d3a internal/analysisinternal: avoid sub-token spans in TypeErrorEndPos
  • 1115af6 internal/expect: support named arguments f(a, b, c=d, e="f")
  • 0b9e499 go/{expect,packages/packagestest}: mention the tag+delete proposal
  • efcd2bd internal/packagestest: fork go/packages/packagestest
  • 0e9ed3d go/packages: do not mutate Config
  • Additional commits viewable 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

…pdates

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

| Package | From | To |
| --- | --- | --- |
| [cloud.google.com/go/bigquery](https://github.com/googleapis/google-cloud-go) | `1.63.1` | `1.64.0` |
| [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) | `1.43.0` | `1.47.0` |
| [github.com/antchfx/xmlquery](https://github.com/antchfx/xmlquery) | `1.4.1` | `1.4.2` |
| [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2) | `1.32.0` | `1.32.5` |
| [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) | `1.27.41` | `1.28.5` |
| [github.com/aws/aws-sdk-go-v2/feature/s3/manager](https://github.com/aws/aws-sdk-go-v2) | `1.17.28` | `1.17.40` |
| [github.com/bmatcuk/doublestar/v4](https://github.com/bmatcuk/doublestar) | `4.6.1` | `4.7.1` |
| [github.com/fatih/color](https://github.com/fatih/color) | `1.17.0` | `1.18.0` |
| [github.com/go-enry/go-enry/v2](https://github.com/go-enry/go-enry) | `2.9.0` | `2.9.1` |
| [github.com/goccy/go-yaml](https://github.com/goccy/go-yaml) | `1.12.0` | `1.14.3` |
| [github.com/hhatto/gocloc](https://github.com/hhatto/gocloc) | `0.5.2` | `0.5.3` |
| [github.com/k1LoW/expand](https://github.com/k1LoW/expand) | `0.12.0` | `0.14.0` |
| [golang.org/x/image](https://github.com/golang/image) | `0.21.0` | `0.22.0` |
| [golang.org/x/oauth2](https://github.com/golang/oauth2) | `0.23.0` | `0.24.0` |
| [golang.org/x/tools](https://github.com/golang/tools) | `0.24.0` | `0.27.0` |



Updates `cloud.google.com/go/bigquery` from 1.63.1 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@bigquery/v1.63.1...spanner/v1.64.0)

Updates `cloud.google.com/go/storage` from 1.43.0 to 1.47.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.43.0...spanner/v1.47.0)

Updates `github.com/antchfx/xmlquery` from 1.4.1 to 1.4.2
- [Release notes](https://github.com/antchfx/xmlquery/releases)
- [Commits](antchfx/xmlquery@v1.4.1...v1.4.2)

Updates `github.com/aws/aws-sdk-go-v2` from 1.32.0 to 1.32.5
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@v1.32.0...v1.32.5)

Updates `github.com/aws/aws-sdk-go-v2/config` from 1.27.41 to 1.28.5
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@config/v1.27.41...config/v1.28.5)

Updates `github.com/aws/aws-sdk-go-v2/feature/s3/manager` from 1.17.28 to 1.17.40
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@credentials/v1.17.28...credentials/v1.17.40)

Updates `github.com/aws/aws-sdk-go-v2/service/s3` from 1.65.0 to 1.68.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.65.0...service/s3/v1.68.0)

Updates `github.com/bmatcuk/doublestar/v4` from 4.6.1 to 4.7.1
- [Release notes](https://github.com/bmatcuk/doublestar/releases)
- [Commits](bmatcuk/doublestar@v4.6.1...v4.7.1)

Updates `github.com/fatih/color` from 1.17.0 to 1.18.0
- [Release notes](https://github.com/fatih/color/releases)
- [Commits](fatih/color@v1.17.0...v1.18.0)

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

Updates `github.com/goccy/go-yaml` from 1.12.0 to 1.14.3
- [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.14.3)

Updates `github.com/hhatto/gocloc` from 0.5.2 to 0.5.3
- [Release notes](https://github.com/hhatto/gocloc/releases)
- [Changelog](https://github.com/hhatto/gocloc/blob/master/.goreleaser.yml)
- [Commits](hhatto/gocloc@v0.5.2...v0.5.3)

Updates `github.com/k1LoW/expand` from 0.12.0 to 0.14.0
- [Release notes](https://github.com/k1LoW/expand/releases)
- [Changelog](https://github.com/k1LoW/expand/blob/main/CHANGELOG.md)
- [Commits](k1LoW/expand@v0.12.0...v0.14.0)

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

Updates `golang.org/x/oauth2` from 0.23.0 to 0.24.0
- [Commits](golang/oauth2@v0.23.0...v0.24.0)

Updates `golang.org/x/text` from 0.19.0 to 0.20.0
- [Release notes](https://github.com/golang/text/releases)
- [Commits](golang/text@v0.19.0...v0.20.0)

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

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/storage
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/antchfx/xmlquery
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/config
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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/bmatcuk/doublestar/v4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/fatih/color
  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-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/hhatto/gocloc
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: github.com/k1LoW/expand
  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 Nov 25, 2024
@k1LoW k1LoW merged commit f7f318e into main Nov 25, 2024
5 checks passed
@k1LoW k1LoW deleted the dependabot/go_modules/dependencies-09a3e97108 branch November 25, 2024 05:23
@github-actions github-actions bot mentioned this pull request Nov 25, 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