Skip to content

Commit

Permalink
Update dependency nunit to v3.13.3 (#884)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [nunit](https://nunit.org/)
([source](https://togithub.com/nunit/nunit)) | nuget | patch | `3.13.2`
-> `3.13.3` |

---

### Release Notes

<details>
<summary>nunit/nunit</summary>

### [`v3.13.3`](https://togithub.com/nunit/nunit/releases/tag/v3.13.3):
NUnit 3.13.3

This release includes several performance enhancements.
[@&#8203;lahma](https://togithub.com/lahma) provided a massive speed
improvement for large, parametrized test suites. In addition,
equivalency tests with large unsortable collections run faster by
determining if the collections are sortable before attempting to sort
them.

We've added several fixes for .NET 6.0 and we've stopped testing NUnit
against .NET Core 2.1 which is now out of support.

There are also several fixes for the new `FixtureLifeCycle` feature and
other smaller bug fixes and performance improvements.

For more information, please see the complete [Framework Release
Notes](https://docs.nunit.org/articles/nunit/release-notes/framework.html)

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **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.

---

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

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/cythral/brighid-discord-adapter).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4zNC4xIiwidXBkYXRlZEluVmVyIjoiMzUuMzQuMSJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Apr 6, 2023
1 parent 4ee5cf9 commit 86a0ba8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions cicd/Cicd.BuildDriver/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -1005,8 +1005,8 @@
},
"NUnit": {
"type": "Transitive",
"resolved": "3.13.2",
"contentHash": "u+fz/lXyR4vlamySNAEMrXvh+GhAQiB6/aVZtU5WjivR5zF26Ui0tfteDtWqT90k9D8y6g8rFKYQC97Z7d195w==",
"resolved": "3.13.3",
"contentHash": "KNPDpls6EfHwC3+nnA67fh5wpxeLb3VLFAfLxrug6JMYDLHH6InaQIWR7Sc3y75d/9IKzMksH/gi08W7XWbmnQ==",
"dependencies": {
"NETStandard.Library": "2.0.0"
}
Expand Down Expand Up @@ -1987,7 +1987,7 @@
"RestClient": "[1.0.0, )",
"RichardSzalay.MockHttp": "[6.0.0, )",
"System.Interactive.Async.Providers": "[5.0.0, )",
"nunit": "[3.13.2, )"
"nunit": "[3.13.3, )"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion tests/Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<PackageReference Include="MockQueryable.NSubstitute" Version="5.0.2" />
<PackageReference Include="NSubstitute" Version="4.2.2" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.10.0" />
<PackageReference Include="nunit" Version="3.13.2" />
<PackageReference Include="nunit" Version="3.13.3" />
<PackageReference Include="NUnit3TestAdapter" Version="4.0.0" />
<PackageReference Include="RichardSzalay.MockHttp" Version="6.0.0" />
<PackageReference Include="System.Interactive.Async.Providers" Version="5.0.0" />
Expand Down
6 changes: 3 additions & 3 deletions tests/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,9 @@
},
"NUnit": {
"type": "Direct",
"requested": "[3.13.2, )",
"resolved": "3.13.2",
"contentHash": "u+fz/lXyR4vlamySNAEMrXvh+GhAQiB6/aVZtU5WjivR5zF26Ui0tfteDtWqT90k9D8y6g8rFKYQC97Z7d195w==",
"requested": "[3.13.3, )",
"resolved": "3.13.3",
"contentHash": "KNPDpls6EfHwC3+nnA67fh5wpxeLb3VLFAfLxrug6JMYDLHH6InaQIWR7Sc3y75d/9IKzMksH/gi08W7XWbmnQ==",
"dependencies": {
"NETStandard.Library": "2.0.0"
}
Expand Down

0 comments on commit 86a0ba8

Please sign in to comment.