wbaldoumas / lazy-cart

A tiny library to lazily generate the Nth cartesian product entry.
MIT License
1 stars 0 forks source link

Update NuGet Packages - Minor Updates #75

Closed renovate[bot] closed 5 months ago

renovate[bot] commented 5 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
FluentAssertions.Analyzers 0.31.0 -> 0.32.0 age adoption passing confidence
Meziantou.Analyzer 2.0.151 -> 2.0.153 age adoption passing confidence
Microsoft.NET.Test.Sdk 17.9.0 -> 17.10.0 age adoption passing confidence

Release Notes

fluentassertions/fluentassertions.analyzers (FluentAssertions.Analyzers) ### [`v0.32.0`](https://togithub.com/fluentassertions/fluentassertions.analyzers/releases/tag/v0.32.0): 0.32.0 #### What's Changed - chore: bugfix/309 more than one dimension array by [@​Meir017](https://togithub.com/Meir017) in [https://github.com/fluentassertions/fluentassertions.analyzers/pull/311](https://togithub.com/fluentassertions/fluentassertions.analyzers/pull/311) - feat: support List<>.Count.Should().Be scenario by [@​Meir017](https://togithub.com/Meir017) in [https://github.com/fluentassertions/fluentassertions.analyzers/pull/314](https://togithub.com/fluentassertions/fluentassertions.analyzers/pull/314) - feat: add missing nunit test cases for false assertions by [@​Meir017](https://togithub.com/Meir017) in [https://github.com/fluentassertions/fluentassertions.analyzers/pull/337](https://togithub.com/fluentassertions/fluentassertions.analyzers/pull/337) - feat: add nunit assert.that empty assertions by [@​Meir017](https://togithub.com/Meir017) in [https://github.com/fluentassertions/fluentassertions.analyzers/pull/339](https://togithub.com/fluentassertions/fluentassertions.analyzers/pull/339) - feat: add nunit assert.that zero assertions by [@​Meir017](https://togithub.com/Meir017) in [https://github.com/fluentassertions/fluentassertions.analyzers/pull/340](https://togithub.com/fluentassertions/fluentassertions.analyzers/pull/340) - feat: add nunit collectionassert.isempty assertions by [@​Meir017](https://togithub.com/Meir017) in [https://github.com/fluentassertions/fluentassertions.analyzers/pull/341](https://togithub.com/fluentassertions/fluentassertions.analyzers/pull/341) - feat: add nunit collection assert AreEqual by [@​Meir017](https://togithub.com/Meir017) in [https://github.com/fluentassertions/fluentassertions.analyzers/pull/346](https://togithub.com/fluentassertions/fluentassertions.analyzers/pull/346) - feat: add nunit collection assert Contains by [@​Meir017](https://togithub.com/Meir017) in [https://github.com/fluentassertions/fluentassertions.analyzers/pull/347](https://togithub.com/fluentassertions/fluentassertions.analyzers/pull/347) - feat: add nunit collection assert AllItemsAreInstancesOfType by [@​Meir017](https://togithub.com/Meir017) in [https://github.com/fluentassertions/fluentassertions.analyzers/pull/349](https://togithub.com/fluentassertions/fluentassertions.analyzers/pull/349) - feat: add nunit assert AreNotSame by [@​Meir017](https://togithub.com/Meir017) in [https://github.com/fluentassertions/fluentassertions.analyzers/pull/350](https://togithub.com/fluentassertions/fluentassertions.analyzers/pull/350) - tests: add mstest tests for generic Assert.IsNotInstanceOfType by [@​Meir017](https://togithub.com/Meir017) in [https://github.com/fluentassertions/fluentassertions.analyzers/pull/351](https://togithub.com/fluentassertions/fluentassertions.analyzers/pull/351) - feat: add nunit collection asserts AllItemsAreNotNull & AllItemsAreUnique by [@​Meir017](https://togithub.com/Meir017) in [https://github.com/fluentassertions/fluentassertions.analyzers/pull/352](https://togithub.com/fluentassertions/fluentassertions.analyzers/pull/352) - feat: ignore more nunit assert methods by [@​Meir017](https://togithub.com/Meir017) in [https://github.com/fluentassertions/fluentassertions.analyzers/pull/354](https://togithub.com/fluentassertions/fluentassertions.analyzers/pull/354) #### New Docs see https://github.com/fluentassertions/fluentassertions.analyzers?tab=readme-ov-file#docs **Full Changelog**: https://github.com/fluentassertions/fluentassertions.analyzers/compare/v0.31.0...v0.32.0
meziantou/Meziantou.Analyzer (Meziantou.Analyzer) ### [`v2.0.153`](https://togithub.com/meziantou/Meziantou.Analyzer/releases/tag/2.0.153) [Compare Source](https://togithub.com/meziantou/Meziantou.Analyzer/compare/2.0.152...2.0.153) NuGet package: ##### What's Changed - New rule: MA0158 - Use System.Threading.Lock instead of System.Object by [@​meziantou](https://togithub.com/meziantou) in [https://github.com/meziantou/Meziantou.Analyzer/pull/721](https://togithub.com/meziantou/Meziantou.Analyzer/pull/721) **Full Changelog**: https://github.com/meziantou/Meziantou.Analyzer/compare/2.0.152...2.0.153 ### [`v2.0.152`](https://togithub.com/meziantou/Meziantou.Analyzer/releases/tag/2.0.152) [Compare Source](https://togithub.com/meziantou/Meziantou.Analyzer/compare/2.0.151...2.0.152) NuGet package: ##### What's Changed - MA0029 should not report when for IQueryable when the predicate is a reference by [@​meziantou](https://togithub.com/meziantou) in [https://github.com/meziantou/Meziantou.Analyzer/pull/720](https://togithub.com/meziantou/Meziantou.Analyzer/pull/720) **Full Changelog**: https://github.com/meziantou/Meziantou.Analyzer/compare/2.0.151...2.0.152
microsoft/vstest (Microsoft.NET.Test.Sdk) ### [`v17.10.0`](https://togithub.com/microsoft/vstest/releases/tag/v17.10.0) #### What's Changed - Add missing runtimeconfig.json file for 8.0 by [@​MarcoRossignoli](https://togithub.com/MarcoRossignoli) in [https://github.com/microsoft/vstest/pull/4792](https://togithub.com/microsoft/vstest/pull/4792) - Localized file check-in by OneLocBuild Task: Build definition ID 1222: Build ID [`2338548`](https://togithub.com/microsoft/vstest/commit/2338548) by [@​dotnet-bot](https://togithub.com/dotnet-bot) in [https://github.com/microsoft/vstest/pull/4794](https://togithub.com/microsoft/vstest/pull/4794) - Disable testhost prestart by [@​nohwnd](https://togithub.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4833](https://togithub.com/microsoft/vstest/pull/4833) - Terminal logger fixes by [@​nohwnd](https://togithub.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4834](https://togithub.com/microsoft/vstest/pull/4834) - Add RiscV64 by [@​nohwnd](https://togithub.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4838](https://togithub.com/microsoft/vstest/pull/4838) - Add deterministic source mapping storing for Microsoft.CodeCoverage by [@​jakubch1](https://togithub.com/jakubch1) in [https://github.com/microsoft/vstest/pull/4849](https://togithub.com/microsoft/vstest/pull/4849) - Fix terminal logger encoding & error by [@​nohwnd](https://togithub.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4853](https://togithub.com/microsoft/vstest/pull/4853) - Update sourcebuild configuration to build net previous and net current by [@​Evangelink](https://togithub.com/Evangelink) in [https://github.com/microsoft/vstest/pull/4856](https://togithub.com/microsoft/vstest/pull/4856) - Updating version of Microsoft.VisualStudio.Interop to 17.10 by [@​MSLukeWest](https://togithub.com/MSLukeWest) in [https://github.com/microsoft/vstest/pull/4866](https://togithub.com/microsoft/vstest/pull/4866) - Add VSTEST_DIAG_VERBOSITY to help by [@​nohwnd](https://togithub.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4882](https://togithub.com/microsoft/vstest/pull/4882) - Fix feature flag name by [@​nohwnd](https://togithub.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4885](https://togithub.com/microsoft/vstest/pull/4885) - Improve terminal logger by [@​nohwnd](https://togithub.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4877](https://togithub.com/microsoft/vstest/pull/4877) - Remove PackageLicenseFile preventing PackageLicenseExpression from working by [@​lahma](https://togithub.com/lahma) in [https://github.com/microsoft/vstest/pull/4890](https://togithub.com/microsoft/vstest/pull/4890) - Add GitHub Actions logger by [@​martincostello](https://togithub.com/martincostello) in [https://github.com/microsoft/vstest/pull/4906](https://togithub.com/microsoft/vstest/pull/4906) - Ensure to send a session complete event by [@​drognanar](https://togithub.com/drognanar) in [https://github.com/microsoft/vstest/pull/4878](https://togithub.com/microsoft/vstest/pull/4878) - specify Win10 + maxversiontested to enable xaml APIs to be used in tests running under testhost.exe by [@​ChrisGuzak](https://togithub.com/ChrisGuzak) in [https://github.com/microsoft/vstest/pull/4888](https://togithub.com/microsoft/vstest/pull/4888) - Make VSTest repo buildable in VMR non-source-build by [@​ViktorHofer](https://togithub.com/ViktorHofer) in [https://github.com/microsoft/vstest/pull/4920](https://togithub.com/microsoft/vstest/pull/4920) - Migrate pipelines by [@​nohwnd](https://togithub.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4921](https://togithub.com/microsoft/vstest/pull/4921) - Add test name to MSBuild where we have frame. by [@​nohwnd](https://togithub.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4935](https://togithub.com/microsoft/vstest/pull/4935) - \[rel/17.10] Add list of known TestingPlatform dlls by [@​nohwnd](https://togithub.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4982](https://togithub.com/microsoft/vstest/pull/4982) And many infrastructure related changes and updates. #### New Contributors - [@​ellahathaway](https://togithub.com/ellahathaway) made their first contribution in [https://github.com/microsoft/vstest/pull/4785](https://togithub.com/microsoft/vstest/pull/4785) - [@​MSLukeWest](https://togithub.com/MSLukeWest) made their first contribution in [https://github.com/microsoft/vstest/pull/4866](https://togithub.com/microsoft/vstest/pull/4866) - [@​lahma](https://togithub.com/lahma) made their first contribution in [https://github.com/microsoft/vstest/pull/4890](https://togithub.com/microsoft/vstest/pull/4890) - [@​ChrisGuzak](https://togithub.com/ChrisGuzak) made their first contribution in [https://github.com/microsoft/vstest/pull/4888](https://togithub.com/microsoft/vstest/pull/4888) **Full Changelog**: https://github.com/microsoft/vstest/compare/v17.9.0...v17.10.0

Configuration

šŸ“… Schedule: Branch creation - "before 9am on Friday" (UTC), Automerge - At any time (no schedule defined).

šŸš¦ Automerge: Enabled.

ā™» Rebasing: Whenever PR becomes conflicted, 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 has been generated by Mend Renovate. View repository job log here.

codecov[bot] commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 100.00%. Comparing base (096ef9c) to head (1748215).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #75 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 2 2 Lines 445 445 Branches 15 15 ========================================= Hits 445 445 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.