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

build(deps): bump the main group across 1 directory with 3 updates #1828

Merged
merged 1 commit into from
Sep 6, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the main group with 3 updates in the / directory: github.com/aiven/go-client-codegen, github.com/gruntwork-io/terratest and github.com/samber/lo.

Updates github.com/aiven/go-client-codegen from 0.26.0 to 0.27.0

Release notes

Sourced from github.com/aiven/go-client-codegen's releases.

v0.27.0

auto-generated release for commit acabf31

Commits
  • acabf31 chore(version.go): update go-client-codegen version
  • 4dded3a chore(update): bump openapi schema (2024-09-04) (#126)
  • See full diff in compare view

Updates github.com/gruntwork-io/terratest from 0.47.0 to 0.47.1

Release notes

Sourced from github.com/gruntwork-io/terratest's releases.

v0.47.1

Modules affected

  • aws
  • retry

Description

Special thanks

Special thanks to the following users for their contribution!

Related links

Full Changelog: gruntwork-io/terratest@v0.47.0...v0.47.1

Commits
  • 1a1a8c1 Merge pull request #1438 from roysha1/master
  • 5eca5da update go-getter
  • f9d5fb2 Merge pull request #1436 from gruntwork-io/fix-circle-ci
  • 05ddb3d Fix circle ci
  • f5dd7d8 Merge pull request #1428 from gruntwork-io/dependabot/go_modules/github.com/d...
  • 23885a8 Bump github.com/docker/docker
  • ea2688e Merge pull request #1434 from gruntwork-io/dependabot/bundler/docs/activesupp...
  • e790ff3 Bump activesupport from 6.0.6.1 to 6.1.7.5 in /docs
  • 2bff0c8 Merge pull request #1433 from gruntwork-io/dependabot/bundler/docs/commonmark...
  • a3209a0 Merge pull request #1410 from gruntwork-io/dependabot/go_modules/github.com/d...
  • Additional commits viewable in compare view

Updates github.com/samber/lo from 1.46.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

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

@dependabot dependabot bot requested a review from a team as a code owner September 5, 2024 07:12
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Sep 5, 2024
@dependabot dependabot bot force-pushed the dependabot/go_modules/main-2c8467f190 branch from 0ace35f to 1691c9f Compare September 5, 2024 09:32
@byashimov
Copy link
Contributor

@dependabot recreate

Bumps the main group with 3 updates in the / directory: [github.com/aiven/go-client-codegen](https://github.com/aiven/go-client-codegen), [github.com/gruntwork-io/terratest](https://github.com/gruntwork-io/terratest) and [github.com/samber/lo](https://github.com/samber/lo).


Updates `github.com/aiven/go-client-codegen` from 0.26.0 to 0.27.0
- [Release notes](https://github.com/aiven/go-client-codegen/releases)
- [Commits](aiven/go-client-codegen@v0.26.0...v0.27.0)

Updates `github.com/gruntwork-io/terratest` from 0.47.0 to 0.47.1
- [Release notes](https://github.com/gruntwork-io/terratest/releases)
- [Commits](gruntwork-io/terratest@v0.47.0...v0.47.1)

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

---
updated-dependencies:
- dependency-name: github.com/aiven/go-client-codegen
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: main
- dependency-name: github.com/gruntwork-io/terratest
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: main
- dependency-name: github.com/samber/lo
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: main
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/main-2c8467f190 branch from 1691c9f to 03ca7b9 Compare September 6, 2024 11:35
@byashimov byashimov enabled auto-merge (squash) September 6, 2024 11:37
@byashimov byashimov merged commit ab86c0e into main Sep 6, 2024
11 checks passed
@byashimov byashimov deleted the dependabot/go_modules/main-2c8467f190 branch September 6, 2024 11:37
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