Skip to content

Commit

Permalink
build(deps): Bump github.com/vektra/mockery/v2 from 2.46.3 to 2.49.1 (#…
Browse files Browse the repository at this point in the history
…988)

* build(deps): Bump github.com/vektra/mockery/v2 from 2.46.3 to 2.49.1

Bumps [github.com/vektra/mockery/v2](https://github.com/vektra/mockery) from 2.46.3 to 2.49.1.
- [Release notes](https://github.com/vektra/mockery/releases)
- [Changelog](https://github.com/vektra/mockery/blob/master/docs/changelog.md)
- [Commits](vektra/mockery@v2.46.3...v2.49.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>

* chore(mockery): address deprecation issues

* test: update all mocks

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Lukasz Klimek <842586+lklimek@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and lklimek authored Nov 27, 2024
1 parent 7770e36 commit 76ffc55
Show file tree
Hide file tree
Showing 30 changed files with 7,377 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-generated.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: |
set -euo pipefail
readonly MOCKERY=2.46.3 # N.B. no leading "v"
readonly MOCKERY=2.49.1 # N.B. no leading "v"
curl -sL "https://github.com/vektra/mockery/releases/download/v${MOCKERY}/mockery_${MOCKERY}_Linux_x86_64.tar.gz" | tar -C /usr/local/bin -xzf -
make mockery 2>/dev/null
Expand Down
4 changes: 3 additions & 1 deletion .mockery.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
---
with-expecter: false
with-expecter: true
dir: "{{.InterfaceDir}}/mocks"
mockname: "{{.InterfaceName}}"
outpkg: "mocks"
filename: "{{.InterfaceName | lower}}.go"
log-level: "warn"
disable-version-string: true
resolve-type-alias: false
issue-845-fix: True
all: false
packages:
github.com/dashpay/tenderdash/abci/client:
Expand Down
Loading

0 comments on commit 76ffc55

Please sign in to comment.