Skip to content

Commit

Permalink
Update dependency MockQueryable.NSubstitute to 7.0.3 (#995)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[MockQueryable.NSubstitute](https://redirect.github.com/romantitov/MockQueryable)
| `7.0.2` -> `7.0.3` |
[![age](https://developer.mend.io/api/mc/badges/age/nuget/MockQueryable.NSubstitute/7.0.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/MockQueryable.NSubstitute/7.0.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/MockQueryable.NSubstitute/7.0.2/7.0.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/MockQueryable.NSubstitute/7.0.2/7.0.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>romantitov/MockQueryable (MockQueryable.NSubstitute)</summary>

###
[`v7.0.3`](https://redirect.github.com/romantitov/MockQueryable/releases/tag/v7.0.3)

#### What's Changed

- Altered namespace for extension method to revert a breaking change wi…
by [@&#8203;StevePy](https://redirect.github.com/StevePy) in
[https://github.com/romantitov/MockQueryable/pull/80](https://redirect.github.com/romantitov/MockQueryable/pull/80)

#### New Contributors

- [@&#8203;StevePy](https://redirect.github.com/StevePy) made their
first contribution in
[https://github.com/romantitov/MockQueryable/pull/80](https://redirect.github.com/romantitov/MockQueryable/pull/80)

**Full Changelog**:
romantitov/MockQueryable@v7.0.2...v7.0.3

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 10pm every weekday,every
weekend,before 5am every weekday" in timezone Europe/Berlin, Automerge -
At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

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

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/orso-co/Orso.Arpa.Api).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC41OS4yIiwidXBkYXRlZEluVmVyIjoiMzguOTcuMCIsInRhcmdldEJyYW5jaCI6ImRldmVsb3AiLCJsYWJlbHMiOltdfQ==-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: VILLAN3LL3 <development@gutfrau.de>
  • Loading branch information
renovate[bot] and VILLAN3LL3 authored Oct 5, 2024
1 parent f86411c commit d90a17c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Tests/Orso.Arpa.Tests.Shared/Identity/FakeRoleManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
using System.Threading.Tasks;
using Microsoft.AspNetCore.Identity;
using Microsoft.Extensions.Logging;
using MockQueryable.EntityFrameworkCore;
using MockQueryable;
using NSubstitute;
using Orso.Arpa.Domain.UserDomain.Enums;
using Orso.Arpa.Domain.UserDomain.Model;
Expand Down
2 changes: 1 addition & 1 deletion Tests/Orso.Arpa.Tests.Shared/Identity/FakeUserManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
using Microsoft.AspNetCore.Identity;
using Microsoft.Extensions.Logging;
using Microsoft.Extensions.Options;
using MockQueryable.EntityFrameworkCore;
using MockQueryable;
using NSubstitute;
using Orso.Arpa.Domain.UserDomain.Enums;
using Orso.Arpa.Domain.UserDomain.Model;
Expand Down
2 changes: 1 addition & 1 deletion Tests/Orso.Arpa.Tests.Shared/Orso.Arpa.Tests.Shared.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<ItemGroup>
<PackageReference Include="Bogus" Version="35.6.1" />
<PackageReference Include="FluentAssertions" Version="6.12.1" />
<PackageReference Include="MockQueryable.NSubstitute" Version="7.0.2" />
<PackageReference Include="MockQueryable.NSubstitute" Version="7.0.3" />
<PackageReference Include="NSubstitute" Version="5.1.0" />
</ItemGroup>

Expand Down

0 comments on commit d90a17c

Please sign in to comment.