Skip to content

chore(deps): bump the dependencies group with 8 updates #528

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 10, 2025

Bumps the dependencies group with 8 updates:

Package From To
github.com/aws/aws-sdk-go-v2 1.37.1 1.37.2
github.com/aws/aws-sdk-go-v2/config 1.30.2 1.30.3
github.com/aws/aws-sdk-go-v2/feature/s3/manager 1.18.2 1.18.3
github.com/aws/aws-sdk-go-v2/service/s3 1.85.1 1.86.0
golang.org/x/image 0.29.0 0.30.0
golang.org/x/text 0.27.0 0.28.0
golang.org/x/tools 0.35.0 0.36.0
google.golang.org/api 0.244.0 0.246.0

Updates github.com/aws/aws-sdk-go-v2 from 1.37.1 to 1.37.2

Commits

Updates github.com/aws/aws-sdk-go-v2/config from 1.30.2 to 1.30.3

Commits

Updates github.com/aws/aws-sdk-go-v2/feature/s3/manager from 1.18.2 to 1.18.3

Changelog

Sourced from github.com/aws/aws-sdk-go-v2/feature/s3/manager's changelog.

Release (2022-11-22)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/appflow: v1.21.0
    • Feature: Adding support for Amazon AppFlow to transfer the data to Amazon Redshift databases through Amazon Redshift Data API service. This feature will support the Redshift destination connector on both public and private accessible Amazon Redshift Clusters and Amazon Redshift Serverless.
  • github.com/aws/aws-sdk-go-v2/service/kinesisanalyticsv2: v1.15.0
    • Feature: Support for Apache Flink 1.15 in Kinesis Data Analytics.

Release (2022-11-21)

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/route53: v1.25.0
    • Feature: Amazon Route 53 now supports the Asia Pacific (Hyderabad) Region (ap-south-2) for latency records, geoproximity records, and private DNS for Amazon VPCs in that region.

Release (2022-11-18.2)

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/ssmsap: v1.0.1
    • Bug Fix: Removes old model file for ssm sap and uses the new model file to regenerate client

Release (2022-11-18)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/appflow: v1.20.0
    • Feature: AppFlow provides a new API called UpdateConnectorRegistration to update a custom connector that customers have previously registered. With this API, customers no longer need to unregister and then register a connector to make an update.
  • github.com/aws/aws-sdk-go-v2/service/auditmanager: v1.21.0
    • Feature: This release introduces a new feature for Audit Manager: Evidence finder. You can now use evidence finder to quickly query your evidence, and add the matching evidence results to an assessment report.
  • github.com/aws/aws-sdk-go-v2/service/chimesdkvoice: v1.0.0
  • github.com/aws/aws-sdk-go-v2/service/cloudfront: v1.21.0
    • Feature: CloudFront API support for staging distributions and associated traffic management policies.
  • github.com/aws/aws-sdk-go-v2/service/connect: v1.38.0
    • Feature: Added AllowedAccessControlTags and TagRestrictedResource for Tag Based Access Control on Amazon Connect Webpage
  • github.com/aws/aws-sdk-go-v2/service/dynamodb: v1.17.6
    • Documentation: Updated minor fixes for DynamoDB documentation.
  • github.com/aws/aws-sdk-go-v2/service/dynamodbstreams: v1.13.25
    • Documentation: Updated minor fixes for DynamoDB documentation.
  • github.com/aws/aws-sdk-go-v2/service/ec2: v1.72.0
    • Feature: This release adds support for copying an Amazon Machine Image's tags when copying an AMI.
  • github.com/aws/aws-sdk-go-v2/service/glue: v1.35.0
    • Feature: AWSGlue Crawler - Adding support for Table and Column level Comments with database level datatypes for JDBC based crawler.
  • github.com/aws/aws-sdk-go-v2/service/iotroborunner: v1.0.0
    • Release: New AWS service client module

... (truncated)

Commits

Updates github.com/aws/aws-sdk-go-v2/service/s3 from 1.85.1 to 1.86.0

Commits

Updates golang.org/x/image from 0.29.0 to 0.30.0

Commits
  • c574db5 go.mod: update golang.org/x dependencies
  • 4af98f4 bmp: decode 1, 2 and 4 bits-per-pixel palettes
  • See full diff in compare view

Updates golang.org/x/text from 0.27.0 to 0.28.0

Commits

Updates golang.org/x/tools from 0.35.0 to 0.36.0

Commits
  • 44d18e1 go.mod: update golang.org/x dependencies
  • 52b9c68 go/ast/inspector: remove obsolete unsafe import
  • b155480 gopls/doc/features: add "MCP" to index.
  • 992bf9c gopls/internal/golang/hover: show alias real type decl for types only
  • 861996a go/ssa: pass GOEXPERIMENT=aliastypeparams only on Go 1.23
  • 528efda gopls/internal/analysis/modernize/forvar: provide fix for second loop var
  • bdddfd5 gopls/internal/server: add counters for add and remove struct tags
  • 23dd839 gopls/internal/filewatcher: fix race condition on watcher shutdown
  • 3a8978c cmd/digraph: fix bug in allpaths
  • bae51bd gopls/internal/server: add windsurf and cursor as language client
  • Additional commits viewable in compare view

Updates google.golang.org/api from 0.244.0 to 0.246.0

Release notes

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

v0.246.0

0.246.0 (2025-08-06)

Features

Bug Fixes

  • idtoken: Don't assume DefaultTransport is a http.Transport (#3263) (61fba51), refs #3260

v0.245.0

0.245.0 (2025-08-05)

Features

Bug Fixes

  • gensupport: Fix transferChunk race condition by returning response with non-cancelled context. (#3258) (091d422)
Changelog

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

0.246.0 (2025-08-06)

Features

Bug Fixes

  • idtoken: Don't assume DefaultTransport is a http.Transport (#3263) (61fba51), refs #3260

0.245.0 (2025-08-05)

Features

Bug Fixes

  • gensupport: Fix transferChunk race condition by returning response with non-cancelled context. (#3258) (091d422)
Commits
  • 3341cca chore(main): release 0.246.0 (#3262)
  • 61fba51 fix(idtoken): don't assume DefaultTransport is a http.Transport (#3263)
  • b792200 feat(all): auto-regenerate discovery clients (#3261)
  • ed4d4ca chore(main): release 0.245.0 (#3253)
  • 091d422 fix(gensupport): fix transferChunk race condition by returning response with ...
  • bf38d3a feat(all): auto-regenerate discovery clients (#3259)
  • efc3371 feat(all): auto-regenerate discovery clients (#3257)
  • 83176a9 feat(all): auto-regenerate discovery clients (#3256)
  • 0f10366 feat(all): auto-regenerate discovery clients (#3255)
  • 702998a feat(all): auto-regenerate discovery clients (#3254)
  • 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 dependencies group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2) | `1.37.1` | `1.37.2` |
| [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) | `1.30.2` | `1.30.3` |
| [github.com/aws/aws-sdk-go-v2/feature/s3/manager](https://github.com/aws/aws-sdk-go-v2) | `1.18.2` | `1.18.3` |
| [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2) | `1.85.1` | `1.86.0` |
| [golang.org/x/image](https://github.com/golang/image) | `0.29.0` | `0.30.0` |
| [golang.org/x/text](https://github.com/golang/text) | `0.27.0` | `0.28.0` |
| [golang.org/x/tools](https://github.com/golang/tools) | `0.35.0` | `0.36.0` |
| [google.golang.org/api](https://github.com/googleapis/google-api-go-client) | `0.244.0` | `0.246.0` |


Updates `github.com/aws/aws-sdk-go-v2` from 1.37.1 to 1.37.2
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@v1.37.1...v1.37.2)

Updates `github.com/aws/aws-sdk-go-v2/config` from 1.30.2 to 1.30.3
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@v1.30.2...v1.30.3)

Updates `github.com/aws/aws-sdk-go-v2/feature/s3/manager` from 1.18.2 to 1.18.3
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.3/CHANGELOG.md)
- [Commits](aws/aws-sdk-go-v2@config/v1.18.2...config/v1.18.3)

Updates `github.com/aws/aws-sdk-go-v2/service/s3` from 1.85.1 to 1.86.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.85.1...service/s3/v1.86.0)

Updates `golang.org/x/image` from 0.29.0 to 0.30.0
- [Commits](golang/image@v0.29.0...v0.30.0)

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

Updates `golang.org/x/tools` from 0.35.0 to 0.36.0
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](golang/tools@v0.35.0...v0.36.0)

Updates `google.golang.org/api` from 0.244.0 to 0.246.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.244.0...v0.246.0)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2
  dependency-version: 1.37.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/config
  dependency-version: 1.30.3
  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-version: 1.18.3
  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-version: 1.86.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: golang.org/x/image
  dependency-version: 0.30.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: golang.org/x/text
  dependency-version: 0.28.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: golang.org/x/tools
  dependency-version: 0.36.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: google.golang.org/api
  dependency-version: 0.246.0
  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 minor labels Aug 10, 2025
@k1LoW k1LoW removed the minor label Aug 11, 2025
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