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.36.0 to 2.36.1 #219

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 6, 2023

Bumps github.com/vektra/mockery/v2 from 2.36.0 to 2.36.1.

Release notes

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

v2.36.1

Changelog

  • b648c23 Add additional test
  • 0310201 Add fix for showconfig command
  • d3515d1 Fix bug with sub-package inheritance
  • 77064ad Fix config bug where mockery crashes when package map is nil
  • 5978bc5 Fix test with config initialization
  • deb4860 Merge pull request #730 from LandonTClipp/issue_726
  • e86d230 Simplifying some config in interface copying code
  • 726d76c Update running.md
  • 2dd8f00 Use gotestsum for better testing output
Commits
  • deb4860 Merge pull request #730 from LandonTClipp/issue_726
  • b648c23 Add additional test
  • 2dd8f00 Use gotestsum for better testing output
  • d3515d1 Fix bug with sub-package inheritance
  • e86d230 Simplifying some config in interface copying code
  • 5978bc5 Fix test with config initialization
  • 0310201 Add fix for showconfig command
  • 77064ad Fix config bug where mockery crashes when package map is nil
  • 726d76c Update running.md
  • See full diff 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 a review from a team as a code owner November 6, 2023 18:35
@dependabot dependabot bot requested a review from grischperl November 6, 2023 18:35
@dependabot dependabot bot added dependencies go Pull requests that update Go code labels Nov 6, 2023
@kyma-bot kyma-bot added size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. area/dependency Issues or PRs related to dependency changes and removed dependencies labels Nov 6, 2023
Bumps [github.com/vektra/mockery/v2](https://github.com/vektra/mockery) from 2.36.0 to 2.36.1.
- [Release notes](https://github.com/vektra/mockery/releases)
- [Changelog](https://github.com/vektra/mockery/blob/master/docs/changelog.md)
- [Commits](vektra/mockery@v2.36.0...v2.36.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/vektra/mockery/v2-2.36.1 branch from beb9391 to a313002 Compare November 10, 2023 09:41
@kyma-bot kyma-bot added the lgtm Looks good to me! label Nov 10, 2023
@kyma-bot kyma-bot merged commit e498120 into main Nov 10, 2023
5 checks passed
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/vektra/mockery/v2-2.36.1 branch November 10, 2023 09:53
marcobebway pushed a commit to marcobebway/eventing-manager that referenced this pull request Nov 13, 2023
…#219)

Bumps [github.com/vektra/mockery/v2](https://github.com/vektra/mockery) from 2.36.0 to 2.36.1.
- [Release notes](https://github.com/vektra/mockery/releases)
- [Changelog](https://github.com/vektra/mockery/blob/master/docs/changelog.md)
- [Commits](vektra/mockery@v2.36.0...v2.36.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
kyma-bot pushed a commit that referenced this pull request Nov 14, 2023
… replicas (#227)

* Ignore reconciling the EPP deployment if the only diff is in the spec replicas

* Fix tests

* Fix lint issues

* Set desired EPP deployment replicas to nil if there is not HPA

* Add integration test

* Ignore setting HPA

* fix equality tests for EPP

* moarcrap

* Update module docs (#230)

* Update module docs

* Further improvements

* Remove parallel test run (#224)

* Change spelling.

* Remove parallel execution from test `Update Eventing CR`.

* Remove all parallel running.

* Eventing Manager Module Documentation (#226)

* Add the docs for contributor

* User documentation

* Add automatically generated CRD documentation

* Small improvements

* Replace link

* Apply review comments

* Add review comments

* Fix typo

* Add review comments

* Bump golang.org/x/oauth2 from 0.13.0 to 0.14.0 (#232)

Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.13.0 to 0.14.0.
- [Commits](golang/oauth2@v0.13.0...v0.14.0)

---
updated-dependencies:
- dependency-name: golang.org/x/oauth2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump github.com/vektra/mockery/v2 from 2.36.0 to 2.36.1 (#219)

Bumps [github.com/vektra/mockery/v2](https://github.com/vektra/mockery) from 2.36.0 to 2.36.1.
- [Release notes](https://github.com/vektra/mockery/releases)
- [Changelog](https://github.com/vektra/mockery/blob/master/docs/changelog.md)
- [Commits](vektra/mockery@v2.36.0...v2.36.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump github.com/onsi/gomega from 1.29.0 to 1.30.0 (#229)

Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.29.0 to 1.30.0.
- [Release notes](https://github.com/onsi/gomega/releases)
- [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
- [Commits](onsi/gomega@v1.29.0...v1.30.0)

---
updated-dependencies:
- dependency-name: github.com/onsi/gomega
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Closing NATS connection on subscription manager shutdown and disable parallel reconciliations (#233)

* Closing NATS connection on subscription manager shutdown

* added logs

* set concurrent reconciliations to 0

* updated

* revert doc change

* fix tests by reverting most of the previous changes and introducing
predicates for all watched resources

* change predicates

introduce some logging

* skip on create

* ignore updates on cr /crb

* cleanup predicate code

* add more info to predicates

* change loglevel for predicates

* fix broken build

* more cleanup

* debug

* debug

* debug

* debug

* Address review comments

- Refactoring
- Add unit tests

* fix imports

* fix tests

* fix tests

* fix equality for envs

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Korbinian Stoemmer <[email protected]>
Co-authored-by: Iwona Langer <[email protected]>
Co-authored-by: Friedrich <[email protected]>
Co-authored-by: Carina Kothe <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Muhammad Faizan <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/dependency Issues or PRs related to dependency changes go Pull requests that update Go code lgtm Looks good to me! size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants