clindseywsdemo / DotNET-eShop-Core

MIT License
0 stars 0 forks source link

Update dependency MediatR to v12 #82

Open mend-for-github-com[bot] opened 1 year ago

mend-for-github-com[bot] commented 1 year ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
MediatR 10.0.1 -> 12.4.1 age adoption passing confidence

Release Notes

jbogard/MediatR (MediatR) ### [`v12.4.1`](https://togithub.com/jbogard/MediatR/releases/tag/v12.4.1) ##### What's Changed - Make Auto Registration of Generic Handlers OPT-IN by [@​zachpainter77](https://togithub.com/zachpainter77) in [https://github.com/jbogard/MediatR/pull/1057](https://togithub.com/jbogard/MediatR/pull/1057) **Full Changelog**: https://github.com/jbogard/MediatR/compare/v12.4.0...v12.4.1 ### [`v12.4.0`](https://togithub.com/jbogard/MediatR/releases/tag/v12.4.0) ##### What's Changed - Add Support For Generic Handlers With Multiple Generic Type Parameters by [@​zachpainter77](https://togithub.com/zachpainter77) in [https://github.com/jbogard/MediatR/pull/1048](https://togithub.com/jbogard/MediatR/pull/1048) **Full Changelog**: https://github.com/jbogard/MediatR/compare/v12.3.0...v12.4.0 ### [`v12.3.0`](https://togithub.com/jbogard/MediatR/releases/tag/v12.3.0) ##### What's Changed - Fix AutoRegisterRequestProcessors to include all implementations by [@​hisuwh](https://togithub.com/hisuwh) in [https://github.com/jbogard/MediatR/pull/989](https://togithub.com/jbogard/MediatR/pull/989) - [#​1016](https://togithub.com/jbogard/MediatR/issues/1016) Use repo readme for base package by [@​thompson-tomo](https://togithub.com/thompson-tomo) in [https://github.com/jbogard/MediatR/pull/1017](https://togithub.com/jbogard/MediatR/pull/1017) - Add Support for Generic Handlers by [@​zachpainter77](https://togithub.com/zachpainter77) in [https://github.com/jbogard/MediatR/pull/1013](https://togithub.com/jbogard/MediatR/pull/1013) ##### New Contributors - [@​hisuwh](https://togithub.com/hisuwh) made their first contribution in [https://github.com/jbogard/MediatR/pull/989](https://togithub.com/jbogard/MediatR/pull/989) - [@​thompson-tomo](https://togithub.com/thompson-tomo) made their first contribution in [https://github.com/jbogard/MediatR/pull/1017](https://togithub.com/jbogard/MediatR/pull/1017) - [@​zachpainter77](https://togithub.com/zachpainter77) made their first contribution in [https://github.com/jbogard/MediatR/pull/1013](https://togithub.com/jbogard/MediatR/pull/1013) **Full Changelog**: https://github.com/jbogard/MediatR/compare/v12.2.0...v12.3.0 ### [`v12.2.0`](https://togithub.com/jbogard/MediatR/releases/tag/v12.2.0) ##### What's Changed - Adding tests and upgrading to .NET 8 preview by [@​jbogard](https://togithub.com/jbogard) in [https://github.com/jbogard/MediatR/pull/955](https://togithub.com/jbogard/MediatR/pull/955) - Adding configuration to auto-register request processors by [@​jbogard](https://togithub.com/jbogard) in [https://github.com/jbogard/MediatR/pull/970](https://togithub.com/jbogard/MediatR/pull/970) - Installing .NET 8 by [@​jbogard](https://togithub.com/jbogard) in [https://github.com/jbogard/MediatR/pull/972](https://togithub.com/jbogard/MediatR/pull/972) **Full Changelog**: https://github.com/jbogard/MediatR/compare/v12.1.1...v12.2.0 ### [`v12.1.1`](https://togithub.com/jbogard/MediatR/releases/tag/v12.1.1) ##### What's Changed - Fixing registration problem; moving exception behaviors first so that… by [@​jbogard](https://togithub.com/jbogard) in [https://github.com/jbogard/MediatR/pull/925](https://togithub.com/jbogard/MediatR/pull/925) **Full Changelog**: https://github.com/jbogard/MediatR/compare/v12.1.0...v12.1.1 ### [`v12.1.0`](https://togithub.com/jbogard/MediatR/releases/tag/v12.1.0) ##### Migration Guide https://github.com/jbogard/MediatR/wiki/Migration-Guide-12.0-to-12.1 ##### What's Changed - AddOpenBehavior(type) now supports stream behaviors without duplicate registrations by [@​asimmon](https://togithub.com/asimmon) in [https://github.com/jbogard/MediatR/pull/860](https://togithub.com/jbogard/MediatR/pull/860) - Remove unnecessary usage of GetTypeInfo by [@​jvandertil](https://togithub.com/jvandertil) in [https://github.com/jbogard/MediatR/pull/859](https://togithub.com/jbogard/MediatR/pull/859) - Fix typo in comment by [@​owns](https://togithub.com/owns) in [https://github.com/jbogard/MediatR/pull/873](https://togithub.com/jbogard/MediatR/pull/873) - Fix runtime exception in DryIoc sample by [@​hymccord](https://togithub.com/hymccord) in [https://github.com/jbogard/MediatR/pull/881](https://togithub.com/jbogard/MediatR/pull/881) - Fix broken Benchmarks by [@​maxime-poulain](https://togithub.com/maxime-poulain) in [https://github.com/jbogard/MediatR/pull/899](https://togithub.com/jbogard/MediatR/pull/899) - Adding method for registering stream behaviors by [@​jbogard](https://togithub.com/jbogard) in [https://github.com/jbogard/MediatR/pull/919](https://togithub.com/jbogard/MediatR/pull/919) - Adding open stream behaviors by [@​jbogard](https://togithub.com/jbogard) in [https://github.com/jbogard/MediatR/pull/920](https://togithub.com/jbogard/MediatR/pull/920) - Removing extraneous interfaces and classes for exceptions by [@​jbogard](https://togithub.com/jbogard) in [https://github.com/jbogard/MediatR/pull/921](https://togithub.com/jbogard/MediatR/pull/921) - Explicit processor registration by [@​jbogard](https://togithub.com/jbogard) in [https://github.com/jbogard/MediatR/pull/922](https://togithub.com/jbogard/MediatR/pull/922) ##### New Contributors - [@​jvandertil](https://togithub.com/jvandertil) made their first contribution in [https://github.com/jbogard/MediatR/pull/859](https://togithub.com/jbogard/MediatR/pull/859) - [@​owns](https://togithub.com/owns) made their first contribution in [https://github.com/jbogard/MediatR/pull/873](https://togithub.com/jbogard/MediatR/pull/873) - [@​hymccord](https://togithub.com/hymccord) made their first contribution in [https://github.com/jbogard/MediatR/pull/881](https://togithub.com/jbogard/MediatR/pull/881) - [@​maxime-poulain](https://togithub.com/maxime-poulain) made their first contribution in [https://github.com/jbogard/MediatR/pull/899](https://togithub.com/jbogard/MediatR/pull/899) **Full Changelog**: https://github.com/jbogard/MediatR/compare/v12.0.1...v12.1.0 This release removes all scanning around behaviors, stream behaviors, and pre/post processors. That proved too problematic so you MUST register each of these explicitly with the appropriate registration methods inside `AddMediatR`. This also ensures that the order of behaviors and pre/post processors reflects the explicit order of registration. With the scanning approach, you couldn't control the order. ### [`v12.0.1`](https://togithub.com/jbogard/MediatR/releases/tag/v12.0.1) ##### What's Changed - Use actual request type in new 'Send' method by [@​remcoros](https://togithub.com/remcoros) in [https://github.com/jbogard/MediatR/pull/844](https://togithub.com/jbogard/MediatR/pull/844) - Fixing request contract package by [@​jbogard](https://togithub.com/jbogard) in [https://github.com/jbogard/MediatR/pull/856](https://togithub.com/jbogard/MediatR/pull/856) - Downgrade 7.0.0 Microsoft extensions packages to 6.0.0 by [@​asimmon](https://togithub.com/asimmon) in [https://github.com/jbogard/MediatR/pull/852](https://togithub.com/jbogard/MediatR/pull/852) - Fixing test by [@​jbogard](https://togithub.com/jbogard) in [https://github.com/jbogard/MediatR/pull/858](https://togithub.com/jbogard/MediatR/pull/858) - Skip unnecessary BCL package reference if targeting .NET 6 or later by [@​asimmon](https://togithub.com/asimmon) in [https://github.com/jbogard/MediatR/pull/857](https://togithub.com/jbogard/MediatR/pull/857) ##### New Contributors - [@​asimmon](https://togithub.com/asimmon) made their first contribution in [https://github.com/jbogard/MediatR/pull/852](https://togithub.com/jbogard/MediatR/pull/852) **Full Changelog**: https://github.com/jbogard/MediatR/compare/v12.0.0...v12.0.1 ### [`v12.0.0`](https://togithub.com/jbogard/MediatR/releases/tag/v12.0.0) ##### What's Changed - Added static modifier for lambdas where applicable in Mediatr project. by [@​sunero4](https://togithub.com/sunero4) in [https://github.com/jbogard/MediatR/pull/801](https://togithub.com/jbogard/MediatR/pull/801) - Using MS.Extensions.DI directly, removing all unneeded code, pulling in the MediatR package directly by [@​jbogard](https://togithub.com/jbogard) in [https://github.com/jbogard/MediatR/pull/802](https://togithub.com/jbogard/MediatR/pull/802) - Fixing samples by [@​jbogard](https://togithub.com/jbogard) in [https://github.com/jbogard/MediatR/pull/807](https://togithub.com/jbogard/MediatR/pull/807) - Added target framework to netstandard2.0 by [@​maniglia](https://togithub.com/maniglia) in [https://github.com/jbogard/MediatR/pull/821](https://togithub.com/jbogard/MediatR/pull/821) - Consolidate registration to single configuration object and optimize registration by [@​jbogard](https://togithub.com/jbogard) in [https://github.com/jbogard/MediatR/pull/828](https://togithub.com/jbogard/MediatR/pull/828) - Change type constraint of pipeline behavior to allow easier chaining by [@​darjanbogdan](https://togithub.com/darjanbogdan) in [https://github.com/jbogard/MediatR/pull/830](https://togithub.com/jbogard/MediatR/pull/830) - Scaling back generic constraints by [@​jbogard](https://togithub.com/jbogard) in [https://github.com/jbogard/MediatR/pull/834](https://togithub.com/jbogard/MediatR/pull/834) - Changing IRequest to just be a normal Task instead of Task by [@​jbogard](https://togithub.com/jbogard) in [https://github.com/jbogard/MediatR/pull/835](https://togithub.com/jbogard/MediatR/pull/835) - Adding notification publisher strategies by [@​jbogard](https://togithub.com/jbogard) in [https://github.com/jbogard/MediatR/pull/838](https://togithub.com/jbogard/MediatR/pull/838) ##### New Contributors - [@​sunero4](https://togithub.com/sunero4) made their first contribution in [https://github.com/jbogard/MediatR/pull/801](https://togithub.com/jbogard/MediatR/pull/801) - [@​maniglia](https://togithub.com/maniglia) made their first contribution in [https://github.com/jbogard/MediatR/pull/821](https://togithub.com/jbogard/MediatR/pull/821) - [@​darjanbogdan](https://togithub.com/darjanbogdan) made their first contribution in [https://github.com/jbogard/MediatR/pull/830](https://togithub.com/jbogard/MediatR/pull/830) **[Migration Guide](https://togithub.com/jbogard/MediatR/wiki/Migration-Guide-11.x-to-12.0)** **Full Changelog**: https://github.com/jbogard/MediatR/compare/v11.1.0...v12.0.0 ### [`v11.1.0`](https://togithub.com/jbogard/MediatR/releases/tag/v11.1.0) ##### What's Changed - chore: fix typos by [@​lucianodelucchi](https://togithub.com/lucianodelucchi) in [https://github.com/jbogard/MediatR/pull/777](https://togithub.com/jbogard/MediatR/pull/777) - Adding type forwardings for types that were moved to the Contracts package by [@​ydie22](https://togithub.com/ydie22) in [https://github.com/jbogard/MediatR/pull/800](https://togithub.com/jbogard/MediatR/pull/800) ##### New Contributors - [@​lucianodelucchi](https://togithub.com/lucianodelucchi) made their first contribution in [https://github.com/jbogard/MediatR/pull/777](https://togithub.com/jbogard/MediatR/pull/777) - [@​ydie22](https://togithub.com/ydie22) made their first contribution in [https://github.com/jbogard/MediatR/pull/800](https://togithub.com/jbogard/MediatR/pull/800) **Full Changelog**: https://github.com/jbogard/MediatR/compare/v11.0.0...v11.1.0 ### [`v11.0.0`](https://togithub.com/jbogard/MediatR/releases/tag/v11.0.0) ##### What's Changed - Small grammatical change by [@​NRKirby](https://togithub.com/NRKirby) in [https://github.com/jbogard/MediatR/pull/740](https://togithub.com/jbogard/MediatR/pull/740) - Fix "The Castle Windsor Implementation doesn't work with exception handlers [#​741](https://togithub.com/jbogard/MediatR/issues/741)" issue by [@​alexandruchirita4192](https://togithub.com/alexandruchirita4192) in [https://github.com/jbogard/MediatR/pull/742](https://togithub.com/jbogard/MediatR/pull/742) - Improve Test Code Coverage by [@​rafaelsc](https://togithub.com/rafaelsc) in [https://github.com/jbogard/MediatR/pull/748](https://togithub.com/jbogard/MediatR/pull/748) - MediatR.Examples.Windsor fix bug created by me before by [@​alexandruchirita4192](https://togithub.com/alexandruchirita4192) in [https://github.com/jbogard/MediatR/pull/744](https://togithub.com/jbogard/MediatR/pull/744) - Fixed documentation comment of RequestExceptionActionProcessorBehavior by [@​mjalil](https://togithub.com/mjalil) in [https://github.com/jbogard/MediatR/pull/739](https://togithub.com/jbogard/MediatR/pull/739) - Each matching exception handler/action is invoked at most once by [@​FDUdannychen](https://togithub.com/FDUdannychen) in [https://github.com/jbogard/MediatR/pull/767](https://togithub.com/jbogard/MediatR/pull/767) - Switching to ubuntu by [@​jbogard](https://togithub.com/jbogard) in [https://github.com/jbogard/MediatR/pull/712](https://togithub.com/jbogard/MediatR/pull/712) - CA1068: CancellationToken parameters must come last by [@​panosru](https://togithub.com/panosru) in [https://github.com/jbogard/MediatR/pull/772](https://togithub.com/jbogard/MediatR/pull/772) ##### New Contributors - [@​NRKirby](https://togithub.com/NRKirby) made their first contribution in [https://github.com/jbogard/MediatR/pull/740](https://togithub.com/jbogard/MediatR/pull/740) - [@​alexandruchirita4192](https://togithub.com/alexandruchirita4192) made their first contribution in [https://github.com/jbogard/MediatR/pull/742](https://togithub.com/jbogard/MediatR/pull/742) - [@​rafaelsc](https://togithub.com/rafaelsc) made their first contribution in [https://github.com/jbogard/MediatR/pull/748](https://togithub.com/jbogard/MediatR/pull/748) - [@​mjalil](https://togithub.com/mjalil) made their first contribution in [https://github.com/jbogard/MediatR/pull/739](https://togithub.com/jbogard/MediatR/pull/739) - [@​FDUdannychen](https://togithub.com/FDUdannychen) made their first contribution in [https://github.com/jbogard/MediatR/pull/767](https://togithub.com/jbogard/MediatR/pull/767) - [@​panosru](https://togithub.com/panosru) made their first contribution in [https://github.com/jbogard/MediatR/pull/772](https://togithub.com/jbogard/MediatR/pull/772) **Full Changelog**: https://github.com/jbogard/MediatR/compare/v10.0.1...v11.0.0 **Migration Guide**: https://github.com/jbogard/MediatR/wiki/Migration-Guide-10.x-to-11.0

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


mend-for-github-com[bot] commented 1 year ago

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.