From 86a0ba8abca7c94e1f8d70396b2fcf169866d372 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 6 Apr 2023 17:51:05 +0000 Subject: [PATCH] Update dependency nunit to v3.13.3 (#884) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![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
nunit/nunit ### [`v3.13.3`](https://togithub.com/nunit/nunit/releases/tag/v3.13.3): NUnit 3.13.3 This release includes several performance enhancements. [@​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)
--- ### 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. --- - [ ] 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). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- cicd/Cicd.BuildDriver/packages.lock.json | 6 +++--- tests/Tests.csproj | 2 +- tests/packages.lock.json | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/cicd/Cicd.BuildDriver/packages.lock.json b/cicd/Cicd.BuildDriver/packages.lock.json index e6960601..47d63c2a 100644 --- a/cicd/Cicd.BuildDriver/packages.lock.json +++ b/cicd/Cicd.BuildDriver/packages.lock.json @@ -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" } @@ -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, )" } } } diff --git a/tests/Tests.csproj b/tests/Tests.csproj index c6cd6420..5f913254 100644 --- a/tests/Tests.csproj +++ b/tests/Tests.csproj @@ -16,7 +16,7 @@ - + diff --git a/tests/packages.lock.json b/tests/packages.lock.json index e74791b3..b424e865 100644 --- a/tests/packages.lock.json +++ b/tests/packages.lock.json @@ -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" }