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

Bump the combined group across 1 directory with 9 updates #392

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 9, 2024

Bumps the combined group with 9 updates in the / directory:

Package From To
github.com/Masterminds/semver/v3 3.3.0 3.3.1
github.com/aws/aws-sdk-go-v2 1.32.4 1.32.6
github.com/aws/aws-sdk-go-v2/config 1.28.4 1.28.6
github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider 1.46.5 1.47.1
github.com/goccy/go-yaml 1.14.3 1.15.8
github.com/pterm/pterm 0.12.79 0.12.80
github.com/stretchr/testify 1.9.0 1.10.0
github.com/vektra/mockery/v2 2.47.0 2.50.0
google.golang.org/grpc 1.68.0 1.68.1

Updates github.com/Masterminds/semver/v3 from 3.3.0 to 3.3.1

Release notes

Sourced from github.com/Masterminds/semver/v3's releases.

v3.3.1

What's Changed

Full Changelog: Masterminds/semver@v3.3.0...v3.3.1

Changelog

Sourced from github.com/Masterminds/semver/v3's changelog.

Changelog

Commits
  • 1558ca3 Merge pull request #253 from mattfarina/fix-bad-versions
  • 252dd61 Fix for allowing some version that were invalid
  • See full diff in compare view

Updates github.com/aws/aws-sdk-go-v2 from 1.32.4 to 1.32.6

Commits

Updates github.com/aws/aws-sdk-go-v2/config from 1.28.4 to 1.28.6

Commits

Updates github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider from 1.46.5 to 1.47.1

Commits

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

Release notes

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

1.15.8

What's Changed

Full Changelog: goccy/go-yaml@v1.15.7...v1.15.8

1.15.7

What's Changed

New Contributors

Full Changelog: goccy/go-yaml@v1.15.6...v1.15.7

1.15.6

What's Changed

New Contributors

Full Changelog: goccy/go-yaml@v1.15.5...v1.15.6

1.15.5

What's Changed

Full Changelog: goccy/go-yaml@v1.15.4...v1.15.5

1.15.4

What's Changed

Pass 300 tests of YAML Test Suite 🎉

  • Details: total:[402] passed:[300] failure:[102] passedRate:[74.626862%]

We’ve finally surpassed go-yaml/yaml.

  • gopkg.in/yaml.v3: total:[402] passed:[295] failure:[107] passedRate:[73.383087%]

Full Changelog: goccy/go-yaml@v1.15.3...v1.15.4

... (truncated)

Commits

Updates github.com/pterm/pterm from 0.12.79 to 0.12.80

Release notes

Sourced from github.com/pterm/pterm's releases.

v0.12.80

What's Changed

Exciting New Features 🎉

Fixes 🔧

Other Changes

New Contributors

Full Changelog: pterm/pterm@v0.12.79...v0.12.80

Commits
  • 7e7f199 docs: autoupdate
  • 825931a fix(progressbar/spinner): fix print while progressbar / spinner is running (#...
  • 4d310e3 refactor: refactor table render (#677)
  • 97d6a4c chore(deps): bump golang.org/x/term from 0.24.0 to 0.26.0 (#695)
  • 37d2a5c chore(deps): bump golang.org/x/text from 0.18.0 to 0.20.0 (#696)
  • e051c42 refactor: replace empty interface with any (#698)
  • a694856 docs: autoupdate
  • c8d5b25 chore(deps): bump golang.org/x/term from 0.23.0 to 0.24.0 (#679)
  • 668f0d1 refactor: use strings.Builder to save memory (#650)
  • 61f32bd docs: autoupdate
  • Additional commits viewable in compare view

Updates github.com/stretchr/testify from 1.9.0 to 1.10.0

Release notes

Sourced from github.com/stretchr/testify's releases.

v1.10.0

What's Changed

Functional Changes

Fixes

Documantation, Build & CI

New Contributors

... (truncated)

Commits
  • 89cbdd9 Merge pull request #1626 from arjun-1/fix-functional-options-diff-indirect-calls
  • 07bac60 Merge pull request #1667 from sikehish/flaky
  • 716de8d Increase timeouts in Test_Mock_Called_blocks to reduce flakiness in CI
  • 118fb83 NotSame should fail if args are not pointers #1661 (#1664)
  • 7d99b2b attempt 2
  • 05f87c0 more similar
  • ea7129e better fmt
  • a1b9c9e Merge pull request #1663 from ybrustin/master
  • 8302de9 Merge branch 'master' into master
  • 89352f7 Merge pull request #1518 from hendrywiranto/adjust-readme-remove-v2
  • Additional commits viewable in compare view

Updates github.com/vektra/mockery/v2 from 2.47.0 to 2.50.0

Release notes

Sourced from github.com/vektra/mockery/v2's releases.

v2.50.0

Changelog

  • 13d696b Bump to 2.50.0
  • 0ba6fad Make the parser accept index list expressions (#857)

v2.49.2

Changelog

  • 3a3fb6e Add reusable Github action for testing (#855)
  • 715d9a3 Fix minor typos in parser debug logs (#858)
  • dc47fdb Fix(generator): run functions with empty return (#842)
  • 7d8df22 Update mockery-tools.env

v2.49.1

Changelog

  • 8da7022 Add deprecation warning for with-expecter.
  • 63a14b5 Add tagging Github action
  • 314381f Docs: Make deprecations clearer
  • 55e1e90 Docs: Simplify/modernize index page
  • 3cef7fd Fix bug with type aliases to structs
  • cba8aa0 Fix dirty git state caused by built tool
  • 5c75177 Fix tag action
  • 37383a4 Merge pull request #849 from LandonTClipp/LandonTClipp/tagging
  • 88830e8 Merge pull request #850 from LandonTClipp/LandonTClipp/deprecation_docs
  • bc56391 Merge pull request #851 from LandonTClipp/LandonTClipp/expecter
  • 773408f Merge pull request #853 from LandonTClipp/LandonTClipp/bugfix
  • 971ce32 Merge pull request #854 from LandonTClipp/master
  • b1145cb bump debug
  • 198df07 formatting

v2.49.0

Changelog

  • 13fc607 Add resolve-type-alias parameter
  • a27cb03 Merge pull request #843 from LandonTClipp/LandonTClipp/issue_839

NOTE

In this release, mockery will resolve aliases down to their underlying type in order to maintain backwards compatibility. Please see the deprecations page for details on why this change was introduced and how to configure mockery to not resolve type aliases.

v2.48.0

Changelog

  • 04c4dc1 Fix outpkg not being respected when inpackage: True.
  • 3ae14ef Merge pull request #846 from LandonTClipp/LandonTClipp/issue_845
Commits

Updates google.golang.org/grpc from 1.68.0 to 1.68.1

Release notes

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

Release 1.68.1

Bug Fixes

  • credentials/alts: avoid SRV and TXT lookups for handshaker service to work around hangs caused by buggy versions of systemd-resolved. (#7861)

Dependencies

  • Relax minimum Go version requirement from go1.22.7 to go1.22. (#7831)
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 combined group with 9 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/Masterminds/semver/v3](https://github.com/Masterminds/semver) | `3.3.0` | `3.3.1` |
| [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2) | `1.32.4` | `1.32.6` |
| [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) | `1.28.4` | `1.28.6` |
| [github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider](https://github.com/aws/aws-sdk-go-v2) | `1.46.5` | `1.47.1` |
| [github.com/goccy/go-yaml](https://github.com/goccy/go-yaml) | `1.14.3` | `1.15.8` |
| [github.com/pterm/pterm](https://github.com/pterm/pterm) | `0.12.79` | `0.12.80` |
| [github.com/stretchr/testify](https://github.com/stretchr/testify) | `1.9.0` | `1.10.0` |
| [github.com/vektra/mockery/v2](https://github.com/vektra/mockery) | `2.47.0` | `2.50.0` |
| [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.68.0` | `1.68.1` |



Updates `github.com/Masterminds/semver/v3` from 3.3.0 to 3.3.1
- [Release notes](https://github.com/Masterminds/semver/releases)
- [Changelog](https://github.com/Masterminds/semver/blob/master/CHANGELOG.md)
- [Commits](Masterminds/semver@v3.3.0...v3.3.1)

Updates `github.com/aws/aws-sdk-go-v2` from 1.32.4 to 1.32.6
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@v1.32.4...v1.32.6)

Updates `github.com/aws/aws-sdk-go-v2/config` from 1.28.4 to 1.28.6
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@config/v1.28.4...config/v1.28.6)

Updates `github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider` from 1.46.5 to 1.47.1
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/iot/v1.46.5...service/s3/v1.47.1)

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

Updates `github.com/pterm/pterm` from 0.12.79 to 0.12.80
- [Release notes](https://github.com/pterm/pterm/releases)
- [Commits](pterm/pterm@v0.12.79...v0.12.80)

Updates `github.com/stretchr/testify` from 1.9.0 to 1.10.0
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](stretchr/testify@v1.9.0...v1.10.0)

Updates `github.com/vektra/mockery/v2` from 2.47.0 to 2.50.0
- [Release notes](https://github.com/vektra/mockery/releases)
- [Changelog](https://github.com/vektra/mockery/blob/master/docs/changelog.md)
- [Commits](vektra/mockery@v2.47.0...v2.50.0)

Updates `google.golang.org/grpc` from 1.68.0 to 1.68.1
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.68.0...v1.68.1)

---
updated-dependencies:
- dependency-name: github.com/Masterminds/semver/v3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: combined
- dependency-name: github.com/aws/aws-sdk-go-v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: combined
- dependency-name: github.com/aws/aws-sdk-go-v2/config
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: combined
- dependency-name: github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: combined
- dependency-name: github.com/goccy/go-yaml
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: combined
- dependency-name: github.com/pterm/pterm
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: combined
- dependency-name: github.com/stretchr/testify
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: combined
- dependency-name: github.com/vektra/mockery/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: combined
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: combined
...

Signed-off-by: dependabot[bot] <support@github.com>
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 9, 2024

Dependabot tried to add @raito-io/back-end as a reviewer to this PR, but received the following error from GitHub:

POST https://api.github.com/repos/raito-io/cli/pulls/392/requested_reviewers: 422 - Reviews may only be requested from collaborators. One or more of the teams you specified is not a collaborator of the raito-io/cli repository. // See: https://docs.github.com/rest/pulls/review-requests#request-reviewers-for-a-pull-request

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 9, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 9, 2024

The following labels could not be found: gomod.

Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 16, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Dec 16, 2024
@dependabot dependabot bot deleted the dependabot-go_modules-main-combined-b030b52b66 branch December 16, 2024 15:53
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants