-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit bf40019
authored
chore(deps): Bump MediatR from 12.2.0 to 12.4.0 (#218)
Bumps [MediatR](https://github.com/jbogard/MediatR) from 12.2.0 to
12.4.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/jbogard/MediatR/releases">MediatR's
releases</a>.</em></p>
<blockquote>
<h2>v12.4.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Add Support For Generic Handlers With Multiple Generic Type
Parameters by <a
href="https://github.com/zachpainter77"><code>@zachpainter77</code></a>
in <a
href="https://github.com/jbogard/MediatR/pull/1048">jbogard/MediatR#1048</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/jbogard/MediatR/compare/v12.3.0...v12.4.0">https://github.com/jbogard/MediatR/compare/v12.3.0...v12.4.0</a></p>
<h2>v12.3.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Fix AutoRegisterRequestProcessors to include all implementations by
<a href="https://github.com/hisuwh"><code>@hisuwh</code></a> in <a
href="https://github.com/jbogard/MediatR/pull/989">jbogard/MediatR#989</a></li>
<li><a
href="https://github.com/jbogard/MediatR/issues/1016">#1016</a>
Use repo readme for base package by <a
href="https://github.com/thompson-tomo"><code>@thompson-tomo</code></a>
in <a
href="https://github.com/jbogard/MediatR/pull/1017">jbogard/MediatR#1017</a></li>
<li>Add Support for Generic Handlers by <a
href="https://github.com/zachpainter77"><code>@zachpainter77</code></a>
in <a
href="https://github.com/jbogard/MediatR/pull/1013">jbogard/MediatR#1013</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/hisuwh"><code>@hisuwh</code></a> made
their first contribution in <a
href="https://github.com/jbogard/MediatR/pull/989">jbogard/MediatR#989</a></li>
<li><a
href="https://github.com/thompson-tomo"><code>@thompson-tomo</code></a>
made their first contribution in <a
href="https://github.com/jbogard/MediatR/pull/1017">jbogard/MediatR#1017</a></li>
<li><a
href="https://github.com/zachpainter77"><code>@zachpainter77</code></a>
made their first contribution in <a
href="https://github.com/jbogard/MediatR/pull/1013">jbogard/MediatR#1013</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/jbogard/MediatR/compare/v12.2.0...v12.3.0">https://github.com/jbogard/MediatR/compare/v12.2.0...v12.3.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/jbogard/MediatR/commit/cac76bee59a0f61c99554d76d4c39d67810fb406"><code>cac76be</code></a>
Merge pull request <a
href="https://github.com/jbogard/MediatR/issues/1048">#1048</a>
from zachpainter77/master</li>
<li><a
href="https://github.com/jbogard/MediatR/commit/811ce54414612f13eac19e6eef3e0585b5ffb191"><code>811ce54</code></a>
Added Opt Out functionality</li>
<li><a
href="https://github.com/jbogard/MediatR/commit/f645b680d946e25c9740b9ef917849e88b44c20f"><code>f645b68</code></a>
added test to ensure that open handlers are resolved when the handler
for the...</li>
<li><a
href="https://github.com/jbogard/MediatR/commit/d40d0f4fe8a0f34e663b8607e9bc2d9ab61c2b9a"><code>d40d0f4</code></a>
clean up test</li>
<li><a
href="https://github.com/jbogard/MediatR/commit/ef68751fb0e2c3f2c13ff519496caa337115c2fd"><code>ef68751</code></a>
Add test to ensure manual registration overrides the default open
implementat...</li>
<li><a
href="https://github.com/jbogard/MediatR/commit/8aa2d35e1304cc4100248471d92191da240b3437"><code>8aa2d35</code></a>
Merge remote-tracking branch 'origin/master'</li>
<li><a
href="https://github.com/jbogard/MediatR/commit/52af2df266f9458f6d3d72a21dc7dbcb3dc38f63"><code>52af2df</code></a>
Add support for request handlers having more than 1 type parameter.</li>
<li><a
href="https://github.com/jbogard/MediatR/commit/3b8bf44d7928f4f69b5d282320c2796e3e0baa84"><code>3b8bf44</code></a>
Merge pull request <a
href="https://github.com/jbogard/MediatR/issues/1013">#1013</a>
from zachpainter77/master</li>
<li><a
href="https://github.com/jbogard/MediatR/commit/b3147c8afada633ae0f77146c081ba4a6f949b37"><code>b3147c8</code></a>
Merge pull request <a
href="https://github.com/jbogard/MediatR/issues/1017">#1017</a>
from thompson-tomo/chore/<a
href="https://github.com/jbogard/MediatR/issues/1016">#1016</a>_AddReadmeToBasePackage</li>
<li><a
href="https://github.com/jbogard/MediatR/commit/1552d92a35081119a5fae9454b74b56ffdf046f6"><code>1552d92</code></a>
remove Lamar Dependency</li>
<li>Additional commits viewable in <a
href="https://github.com/jbogard/MediatR/compare/v12.2.0...v12.4.0">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
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-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
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)
</details>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 34523de commit bf40019Copy full SHA for bf40019
1 file changed
+1
-1
lines changedBaseBotService/BaseBotService.csproj
Copy file name to clipboardexpand all lines: BaseBotService/BaseBotService.csproj+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
49 | 49 |
| |
50 | 50 |
| |
51 | 51 |
| |
52 |
| - | |
| 52 | + | |
53 | 53 |
| |
54 | 54 |
|
0 commit comments