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 github.com/vektra/mockery/v2 from 2.33.0 to 2.34.2 in /tools #2512

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps github.com/vektra/mockery/v2 from 2.33.0 to 2.34.2.

Release notes

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

v2.34.2

Changelog

  • b6f77ea Dockerfile: up go version to 1.21
  • 1ffe649 Merge pull request #717 from evsamsonov/docker-up-go-version

v2.34.1

Changelog

  • 3871351 Add Amazon as user of mockery
  • ba9fb21 Disable max-width for docs, add table sorting
  • 0749788 Merge pull request #714 from LandonTClipp/width
  • 37f1efc Remove unnecessary attributes

v2.34.0

Changelog

  • 6ebdb50 Add docs for exclude
  • a4a945a Merge pull request #709 from kpaulisse/kpaulisse-packages-excludes
  • 8262d05 Merge pull request #711 from LandonTClipp/exclude_docs
  • 6a48ff3 Support "exclude" in package config
  • 1407ff8 Update error to use NewStackErrf

v2.33.3

Changelog

  • 6f51f40 Add config examples to migration docs
  • 72c48ed Merge pull request #704 from LandonTClipp/migration_docs

v2.33.2

Changelog

  • 4e964a8 Merge pull request #699 from jokly/master
  • 09e78f7 add a separate test
  • 80c5909 fix expecter and void rolled varaidic
  • 73a6a6f generate variadic call by template

v2.33.1

Changelog

  • 1bcc958 Add gcc to docker for projects with cgo
  • 74e483d Merge pull request #694 from jokly/master
  • 8965d12 Merge pull request #698 from LandonTClipp/badcode
  • 6111fde Minor refactor of ShouldGenerateInterface
  • b9a1e11 Remove code that was not being used
Commits
  • 1ffe649 Merge pull request #717 from evsamsonov/docker-up-go-version
  • b6f77ea Dockerfile: up go version to 1.21
  • 3871351 Add Amazon as user of mockery
  • 0749788 Merge pull request #714 from LandonTClipp/width
  • 37f1efc Remove unnecessary attributes
  • ba9fb21 Disable max-width for docs, add table sorting
  • 8262d05 Merge pull request #711 from LandonTClipp/exclude_docs
  • 6ebdb50 Add docs for exclude
  • a4a945a Merge pull request #709 from kpaulisse/kpaulisse-packages-excludes
  • 1407ff8 Update error to use NewStackErrf
  • Additional commits viewable in compare view

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot requested review from a team as code owners September 29, 2023 02:27
@dependabot dependabot bot requested review from ademidoff, BupycHuk and artemgavrilov and removed request for a team September 29, 2023 02:27
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Sep 29, 2023
@dependabot dependabot bot requested review from idoqo and JiriCtvrtka and removed request for a team September 29, 2023 02:27
@github-actions github-actions bot enabled auto-merge (squash) September 29, 2023 02:27
@codecov
Copy link

codecov bot commented Sep 29, 2023

Codecov Report

Merging #2512 (907d56f) into main (e090d0f) will decrease coverage by 0.01%.
Report is 1 commits behind head on main.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main    #2512      +/-   ##
==========================================
- Coverage   42.80%   42.79%   -0.01%     
==========================================
  Files         384      384              
  Lines       48344    48344              
==========================================
- Hits        20693    20691       -2     
- Misses      25699    25701       +2     
  Partials     1952     1952              
Flag Coverage Δ
admin 10.41% <ø> (-0.05%) ⬇️
managed 43.89% <ø> (ø)
vmproxy 68.57% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

see 1 file with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@ademidoff
Copy link
Member

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/go_modules/tools/github.com/vektra/mockery/v2-2.34.2 branch from 1f04b69 to bd2fab1 Compare October 4, 2023 09:05
Bumps [github.com/vektra/mockery/v2](https://github.com/vektra/mockery) from 2.33.0 to 2.34.2.
- [Release notes](https://github.com/vektra/mockery/releases)
- [Changelog](https://github.com/vektra/mockery/blob/master/docs/changelog.md)
- [Commits](vektra/mockery@v2.33.0...v2.34.2)

---
updated-dependencies:
- dependency-name: github.com/vektra/mockery/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/tools/github.com/vektra/mockery/v2-2.34.2 branch from bd2fab1 to 907d56f Compare October 4, 2023 09:20
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 5, 2023

Superseded by #2521.

@dependabot dependabot bot closed this Oct 5, 2023
auto-merge was automatically disabled October 5, 2023 02:32

Pull request was closed

@dependabot dependabot bot deleted the dependabot/go_modules/tools/github.com/vektra/mockery/v2-2.34.2 branch October 5, 2023 02:33
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