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 github.com/vektra/mockery/v2 from 2.15.0 to 2.26.1 #260

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 1, 2023

Bumps github.com/vektra/mockery/v2 from 2.15.0 to 2.26.1.

Release notes

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

v2.26.1

Changelog

  • 6a18e12 Merge pull request #608 from LandonTClipp/docs
  • c3b240b Merge pull request #609 from LandonTClipp/docs2
  • 5fabc1d Merge pull request #612 from haines/separate-module-for-build-tools
  • be5cd0e Move build tools to a separate module
  • d9c9317 Rename "notes" page to FAQ
  • 335f7e2 Simplify configuration docs
  • e622285 Update features.md

v2.26.0

Changelog

  • b38b6b0 Add Mock template variable
  • bdb0fbe Merge pull request #607 from LandonTClipp/mock_exported

v2.25.2

Changelog

  • 6899a71 Add test for Generate()
  • d69189e Clarify usage of Templated variables
  • 5cf2282 Merge pull request #605 from LandonTClipp/docs
  • ad74577 Merge pull request #606 from LandonTClipp/truncate
  • 53b9d39 Set O_TRUNC on mock output files

v2.25.1

Changelog

  • a72d389 Add docs on the recursive feature.
  • d5c95e1 Drop config search disabled message
  • fb82854 Merge pull request #601 from LandonTClipp/recursive_docs
  • a1cd1d3 Merge pull request #602 from connyay/cjh-drop-message
  • 4645fd2 link the config section to the features section for recursive

v2.25.0

Changelog

  • 6fb1b0e Add exclude documentation
  • 8a6a6bb Add recursive option for packages feature
  • 3c781b9 Add warning about adjacent-mocks configs
  • 537d49d Merge pull request #595 from LandonTClipp/issue_594
  • b55a8bb Merge pull request #598 from LandonTClipp/documentation
  • 7dad3a3 Merge pull request #599 from LandonTClipp/task
  • 19a23e6 Replace Makefile with taskfile

v2.24.0

Changelog

  • 89f6865 Add golangci-lint, cleanup code
  • eb82d92 Add looping demo.gif
  • 07b8bf3 Add new example recordings
  • 0bc9cb3 Clarification/simplification of packages documentation
  • 1f0d9a5 Exclude subdirectories and files with --exclude
  • ea28b63 Merge pull request #591 from LandonTClipp/golangci_lint
  • 5a57633 Merge pull request #592 from LandonTClipp/configuration_docs

... (truncated)

Commits
  • 5fabc1d Merge pull request #612 from haines/separate-module-for-build-tools
  • be5cd0e Move build tools to a separate module
  • c3b240b Merge pull request #609 from LandonTClipp/docs2
  • d9c9317 Rename "notes" page to FAQ
  • e622285 Update features.md
  • 6a18e12 Merge pull request #608 from LandonTClipp/docs
  • 335f7e2 Simplify configuration docs
  • bdb0fbe Merge pull request #607 from LandonTClipp/mock_exported
  • b38b6b0 Add Mock template variable
  • ad74577 Merge pull request #606 from LandonTClipp/truncate
  • 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 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 added the dependencies Pull requests that update a dependency file label May 1, 2023
@codecov-commenter
Copy link

Codecov Report

Patch and project coverage have no change.

Comparison is base (9f24c58) 40.44% compared to head (5e87cb8) 40.44%.

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #260   +/-   ##
=======================================
  Coverage   40.44%   40.44%           
=======================================
  Files          19       19           
  Lines        2893     2893           
=======================================
  Hits         1170     1170           
  Misses       1647     1647           
  Partials       76       76           

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@rodrigo-brito
Copy link
Owner

@dependabot rebase

Bumps [github.com/vektra/mockery/v2](https://github.com/vektra/mockery) from 2.15.0 to 2.26.1.
- [Release notes](https://github.com/vektra/mockery/releases)
- [Changelog](https://github.com/vektra/mockery/blob/master/docs/changelog.md)
- [Commits](vektra/mockery@v2.15.0...v2.26.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/vektra/mockery/v2-2.26.1 branch from 5e87cb8 to 7ea5903 Compare May 2, 2023 23:45
@rodrigo-brito rodrigo-brito merged commit 0b0508c into main May 2, 2023
1 check passed
@rodrigo-brito rodrigo-brito deleted the dependabot/go_modules/github.com/vektra/mockery/v2-2.26.1 branch May 2, 2023 23:47
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.

None yet

2 participants