LiamMorrow / LiftLog

A cross platform app for tracking your lifts in the gym
https://liftlog.online
GNU Affero General Public License v3.0
56 stars 4 forks source link

Update all non-major dependencies #273

Closed renovate[bot] closed 2 weeks ago

renovate[bot] commented 2 weeks ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
FluentAssertions (source) 6.12.0 -> 6.12.1 age adoption passing confidence
Microsoft.AspNetCore.Mvc.Testing (source) 8.0.6 -> 8.0.8 age adoption passing confidence
Microsoft.NET.Test.Sdk 17.10.0 -> 17.11.1 age adoption passing confidence
NUnit (source) 4.1.0 -> 4.2.2 age adoption passing confidence
xunit 2.8.1 -> 2.9.0 age adoption passing confidence
xunit.runner.visualstudio 2.8.1 -> 2.8.2 age adoption passing confidence

Release Notes

fluentassertions/fluentassertions (FluentAssertions) ### [`v6.12.1`](https://redirect.github.com/fluentassertions/fluentassertions/releases/tag/6.12.1) [Compare Source](https://redirect.github.com/fluentassertions/fluentassertions/compare/6.12.0...6.12.1) ##### What's Changed ##### Improvements - Improve `BeEmpty()` and `BeNullOrEmpty()` performance for `IEnumerable`, by materializing only the first item - [#​2530](https://redirect.github.com/fluentassertions/fluentassertions/pull/2530) ##### Fixes - Fixed formatting error when checking nullable `DateTimeOffset` with `BeWithin(...).Before(...)` - [#​2312](https://redirect.github.com/fluentassertions/fluentassertions/pull/2312) - `BeEquivalentTo` will now find and can map subject properties that are implemented through an explicitly-implemented interface - [#​2152](https://redirect.github.com/fluentassertions/fluentassertions/pull/2152) - Fixed that the `because` and `becauseArgs` were not passed down the equivalency tree - [#​2318](https://redirect.github.com/fluentassertions/fluentassertions/pull/2318) - `BeEquivalentTo` can again compare a non-generic `IDictionary` with a generic one - [#​2358](https://redirect.github.com/fluentassertions/fluentassertions/pull/2358) - Fixed that the `FormattingOptions` were not respected in inner `AssertionScope` - [#​2329](https://redirect.github.com/fluentassertions/fluentassertions/pull/2329) - Capitalize `true` and `false` in failure messages and make them formattable to a custom `BooleanFormatter` - [#​2390](https://redirect.github.com/fluentassertions/fluentassertions/pull/2390), [#​2393](https://redirect.github.com/fluentassertions/fluentassertions/pull/2393) - Improved the failure message for `NotBeOfType` when wrapped in an `AssertionScope` and the subject is null - [#​2399](https://redirect.github.com/fluentassertions/fluentassertions/pull/2399) - Improved the failure message for `BeWritable`/`BeReadable` when wrapped in an `AssertionScope` and the subject is read-only/write-only - [#​2399](https://redirect.github.com/fluentassertions/fluentassertions/pull/2399) - Improved the failure message for `ThrowExactly[Async]` when wrapped in an `AssertionScope` and no exception is thrown - [#​2398](https://redirect.github.com/fluentassertions/fluentassertions/pull/2398) - Improved the failure message for `[Not]HaveExplicitProperty` when wrapped in an `AssertionScope` and not implementing the interface - [#​2403](https://redirect.github.com/fluentassertions/fluentassertions/pull/2403) - Improved the failure message for `[Not]HaveExplicitMethod` when wrapped in an `AssertionScope` and not implementing the interface - [#​2403](https://redirect.github.com/fluentassertions/fluentassertions/pull/2403) - Changed `BeEquivalentTo` to exclude `private protected` members from the comparison - [#​2417](https://redirect.github.com/fluentassertions/fluentassertions/pull/2417) - Fixed using `BeEquivalentTo` on an empty `ArraySegment` - [#​2445](https://redirect.github.com/fluentassertions/fluentassertions/pull/2445), [#​2511](https://redirect.github.com/fluentassertions/fluentassertions/pull/2511) - `BeEquivalentTo` with a custom comparer can now handle null values - [#​2489](https://redirect.github.com/fluentassertions/fluentassertions/pull/2489) - Ensured that nested calls to `AssertionScope(context)` create a chained context - [#​2607](https://redirect.github.com/fluentassertions/fluentassertions/pull/2607) - One overload of the `AssertionScope` constructor would not create an actual scope associated with the thread - [#​2607](https://redirect.github.com/fluentassertions/fluentassertions/pull/2607) - Fixed `ThrowWithinAsync` not respecting `OperationCanceledException` - [#​2614](https://redirect.github.com/fluentassertions/fluentassertions/pull/2614) - Fixed using `BeEquivalentTo` with an `IEqualityComparer` targeting nullable types - [#​2648](https://redirect.github.com/fluentassertions/fluentassertions/pull/2648) **Full Changelog**: https://github.com/fluentassertions/fluentassertions/compare/6.12.0...6.12.1
dotnet/aspnetcore (Microsoft.AspNetCore.Mvc.Testing) ### [`v8.0.8`](https://redirect.github.com/dotnet/aspnetcore/compare/v8.0.7...v8.0.8) ### [`v8.0.7`](https://redirect.github.com/dotnet/aspnetcore/compare/v8.0.6...v8.0.7)
microsoft/vstest (Microsoft.NET.Test.Sdk) ### [`v17.11.1`](https://redirect.github.com/microsoft/vstest/releases/tag/v17.11.1) #### What's Changed - \[rel/17.11] Forward error output from testhost as info by [@​nohwnd](https://redirect.github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/5193](https://redirect.github.com/microsoft/vstest/pull/5193) **Full Changelog**: https://github.com/microsoft/vstest/compare/v17.11.0...v17.11.1 ### [`v17.11.0`](https://redirect.github.com/microsoft/vstest/releases/tag/v17.11.0) #### What's Changed - Add reference to the AdapterUtilities library in the spec docs. by [@​peterwald](https://redirect.github.com/peterwald) in [https://github.com/microsoft/vstest/pull/4958](https://redirect.github.com/microsoft/vstest/pull/4958) - Stack trace when localized, and new messages by [@​nohwnd](https://redirect.github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4944](https://redirect.github.com/microsoft/vstest/pull/4944) - Fix single quote and space in F# pretty methods by [@​nohwnd](https://redirect.github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4969](https://redirect.github.com/microsoft/vstest/pull/4969) - Update .NET runtimes to latest patch version by [@​Evangelink](https://redirect.github.com/Evangelink) in [https://github.com/microsoft/vstest/pull/4975](https://redirect.github.com/microsoft/vstest/pull/4975) - Update dotnetcoretests.md by [@​DickBaker](https://redirect.github.com/DickBaker) in [https://github.com/microsoft/vstest/pull/4977](https://redirect.github.com/microsoft/vstest/pull/4977) - Add list of known TestingPlatform dlls by [@​nohwnd](https://redirect.github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4983](https://redirect.github.com/microsoft/vstest/pull/4983) - Update framework version used for testing, and test matrix by [@​nohwnd](https://redirect.github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4970](https://redirect.github.com/microsoft/vstest/pull/4970) - Add output forwarding for .NET by [@​nohwnd](https://redirect.github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4988](https://redirect.github.com/microsoft/vstest/pull/4988) - Remove usage of pt images before decomissioning by [@​nohwnd](https://redirect.github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4994](https://redirect.github.com/microsoft/vstest/pull/4994) - chore: Add more details to acquistion section. by [@​voroninp](https://redirect.github.com/voroninp) in [https://github.com/microsoft/vstest/pull/4999](https://redirect.github.com/microsoft/vstest/pull/4999) - Simplify banner by [@​nohwnd](https://redirect.github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/5013](https://redirect.github.com/microsoft/vstest/pull/5013) - Forward standard output of testhost by [@​nohwnd](https://redirect.github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4998](https://redirect.github.com/microsoft/vstest/pull/4998) - Add missing copyright header by [@​MichaelSimons](https://redirect.github.com/MichaelSimons) in [https://github.com/microsoft/vstest/pull/5020](https://redirect.github.com/microsoft/vstest/pull/5020) - Add option to not share .NET Framework testhosts by [@​nohwnd](https://redirect.github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/5018](https://redirect.github.com/microsoft/vstest/pull/5018) - GetTypesToLoad Attribute cant be null by [@​SimonCropp](https://redirect.github.com/SimonCropp) in [https://github.com/microsoft/vstest/pull/5054](https://redirect.github.com/microsoft/vstest/pull/5054) - rawArgument in GetArgumentList cant be null by [@​SimonCropp](https://redirect.github.com/SimonCropp) in [https://github.com/microsoft/vstest/pull/5056](https://redirect.github.com/microsoft/vstest/pull/5056) - fix Atribute typo by [@​SimonCropp](https://redirect.github.com/SimonCropp) in [https://github.com/microsoft/vstest/pull/5057](https://redirect.github.com/microsoft/vstest/pull/5057) - remove unnecessary list alloc for 2 scenarios in TestRequestManager.GetSources by [@​SimonCropp](https://redirect.github.com/SimonCropp) in [https://github.com/microsoft/vstest/pull/5058](https://redirect.github.com/microsoft/vstest/pull/5058) - fix incompatiblity typo by [@​SimonCropp](https://redirect.github.com/SimonCropp) in [https://github.com/microsoft/vstest/pull/5059](https://redirect.github.com/microsoft/vstest/pull/5059) - remove redundant inline method in IsPlatformIncompatible by [@​SimonCropp](https://redirect.github.com/SimonCropp) in [https://github.com/microsoft/vstest/pull/5060](https://redirect.github.com/microsoft/vstest/pull/5060) - fix Sucess typo by [@​SimonCropp](https://redirect.github.com/SimonCropp) in [https://github.com/microsoft/vstest/pull/5061](https://redirect.github.com/microsoft/vstest/pull/5061) - use some null coalescing by [@​SimonCropp](https://redirect.github.com/SimonCropp) in [https://github.com/microsoft/vstest/pull/5062](https://redirect.github.com/microsoft/vstest/pull/5062) - Add cts into friends of TranslationLayer by [@​jakubch1](https://redirect.github.com/jakubch1) in [https://github.com/microsoft/vstest/pull/5075](https://redirect.github.com/microsoft/vstest/pull/5075) - Use built in sha1 for id generation by [@​nohwnd](https://redirect.github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/5081](https://redirect.github.com/microsoft/vstest/pull/5081) - All output in terminal logger by [@​nohwnd](https://redirect.github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/5083](https://redirect.github.com/microsoft/vstest/pull/5083) - Ignore env test by [@​nohwnd](https://redirect.github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/5095](https://redirect.github.com/microsoft/vstest/pull/5095) - Dispose XmlReader in XmlRunSettingsUtilities by [@​omajid](https://redirect.github.com/omajid) in [https://github.com/microsoft/vstest/pull/5094](https://redirect.github.com/microsoft/vstest/pull/5094) - Bump to macos-12 build image by [@​akoeplinger](https://redirect.github.com/akoeplinger) in [https://github.com/microsoft/vstest/pull/5101](https://redirect.github.com/microsoft/vstest/pull/5101) - Handle ansi escape in terminal logger reporter by [@​nohwnd](https://redirect.github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/5084](https://redirect.github.com/microsoft/vstest/pull/5084) - remove disable interactive auth by [@​nohwnd](https://redirect.github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/5110](https://redirect.github.com/microsoft/vstest/pull/5110) - Error output as info in terminal logger by [@​nohwnd](https://redirect.github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/5113](https://redirect.github.com/microsoft/vstest/pull/5113) - Write dll instead of target on abort, rename errors by [@​nohwnd](https://redirect.github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/5115](https://redirect.github.com/microsoft/vstest/pull/5115) - - \[rel/17.11] Update dependencies from devdiv/DevDiv/vs-code-coverage by [@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in [https://github.com/microsoft/vstest/pull/5152](https://redirect.github.com/microsoft/vstest/pull/5152) #### New Contributors - [@​peterwald](https://redirect.github.com/peterwald) made their first contribution in [https://github.com/microsoft/vstest/pull/4958](https://redirect.github.com/microsoft/vstest/pull/4958) - [@​DickBaker](https://redirect.github.com/DickBaker) made their first contribution in [https://github.com/microsoft/vstest/pull/4977](https://redirect.github.com/microsoft/vstest/pull/4977) - [@​voroninp](https://redirect.github.com/voroninp) made their first contribution in [https://github.com/microsoft/vstest/pull/4999](https://redirect.github.com/microsoft/vstest/pull/4999) - [@​akoeplinger](https://redirect.github.com/akoeplinger) made their first contribution in [https://github.com/microsoft/vstest/pull/5101](https://redirect.github.com/microsoft/vstest/pull/5101) **Full Changelog**: https://github.com/microsoft/vstest/compare/v17.10.0...v17.11.0-release-24352-06
nunit/nunit (NUnit) ### [`v4.2.2`](https://redirect.github.com/nunit/nunit/releases/tag/4.2.2): NUnit 4.2.2 [Compare Source](https://redirect.github.com/nunit/nunit/compare/4.2.1...4.2.2) Hotfix for fixing regression bug [#​4802](https://redirect.github.com/nunit/nunit/issues/4802) #### What's Changed - Use default blocking strategy for valuetasks by [@​stevenaw](https://redirect.github.com/stevenaw) in [https://github.com/nunit/nunit/pull/4804](https://redirect.github.com/nunit/nunit/pull/4804) **Full Changelog**: https://github.com/nunit/nunit/compare/4.2.1...4.2.2 ### [`v4.2.1`](https://redirect.github.com/nunit/nunit/releases/tag/4.2.1): NUnit 4.2.1 [Compare Source](https://redirect.github.com/nunit/nunit/compare/4.2.0...4.2.1) Hotfix release for Issue [#​4794](https://redirect.github.com/nunit/nunit/issues/4794) and [#​4795](https://redirect.github.com/nunit/nunit/issues/4795), affecting .Net Framework. ### [`v4.2.0`](https://redirect.github.com/nunit/nunit/releases/tag/4.2.0): NUnit 4.2.0 [Compare Source](https://redirect.github.com/nunit/nunit/compare/4.1.0...4.2.0) See [release notes](https://docs.nunit.org/articles/nunit/release-notes/framework.html#nunit-42---august-23-2024)
xunit/xunit (xunit) ### [`v2.9.0`](https://redirect.github.com/xunit/xunit/compare/2.8.1...2.9.0) [Compare Source](https://redirect.github.com/xunit/xunit/compare/2.8.1...2.9.0)
xunit/visualstudio.xunit (xunit.runner.visualstudio) ### [`v2.8.2`](https://redirect.github.com/xunit/visualstudio.xunit/compare/2.8.1...2.8.2) [Compare Source](https://redirect.github.com/xunit/visualstudio.xunit/compare/2.8.1...2.8.2)

Configuration

📅 Schedule: Branch creation - "before 4am on monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR was generated by Mend Renovate. View the repository job log.