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 #49

Closed renovate[bot] closed 11 months ago

renovate[bot] commented 11 months ago

Mend Renovate logo banner

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
Meziantou.Analyzer 2.0.110 -> 2.0.118 age adoption passing confidence
NUnit.Analyzers 3.9.0 -> 3.10.0 age adoption passing confidence
SauceControl.InheritDoc 1.3.0 -> 1.4.0 age adoption passing confidence

Release Notes

meziantou/Meziantou.Analyzer (Meziantou.Analyzer) ### [`v2.0.118`](https://togithub.com/meziantou/Meziantou.Analyzer/releases/tag/2.0.118) [Compare Source](https://togithub.com/meziantou/Meziantou.Analyzer/compare/2.0.117...2.0.118) NuGet package: ##### What's Changed - Add support for collection expressions in MA0007 by [@​meziantou](https://togithub.com/meziantou) in [https://github.com/meziantou/Meziantou.Analyzer/pull/658](https://togithub.com/meziantou/Meziantou.Analyzer/pull/658) **Full Changelog**: https://github.com/meziantou/Meziantou.Analyzer/compare/2.0.117...2.0.118 ### [`v2.0.117`](https://togithub.com/meziantou/Meziantou.Analyzer/releases/tag/2.0.117) [Compare Source](https://togithub.com/meziantou/Meziantou.Analyzer/compare/2.0.116...2.0.117) NuGet package: ##### What's Changed - New rules to validate method signature when using \[UnsafeAccessor] by [@​meziantou](https://togithub.com/meziantou) in [https://github.com/meziantou/Meziantou.Analyzer/pull/657](https://togithub.com/meziantou/Meziantou.Analyzer/pull/657) **Full Changelog**: https://github.com/meziantou/Meziantou.Analyzer/compare/2.0.116...2.0.117 ### [`v2.0.116`](https://togithub.com/meziantou/Meziantou.Analyzer/releases/tag/2.0.116) [Compare Source](https://togithub.com/meziantou/Meziantou.Analyzer/compare/2.0.115...2.0.116) NuGet package: **Full Changelog**: https://github.com/meziantou/Meziantou.Analyzer/compare/2.0.115...2.0.116 ### [`v2.0.115`](https://togithub.com/meziantou/Meziantou.Analyzer/releases/tag/2.0.115) [Compare Source](https://togithub.com/meziantou/Meziantou.Analyzer/compare/2.0.114...2.0.115) NuGet package: ##### What's Changed - Improve MA0084 to detect primary constructor parameters by [@​meziantou](https://togithub.com/meziantou) in [https://github.com/meziantou/Meziantou.Analyzer/pull/656](https://togithub.com/meziantou/Meziantou.Analyzer/pull/656) **Full Changelog**: https://github.com/meziantou/Meziantou.Analyzer/compare/2.0.114...2.0.115 ### [`v2.0.114`](https://togithub.com/meziantou/Meziantou.Analyzer/releases/tag/2.0.114) [Compare Source](https://togithub.com/meziantou/Meziantou.Analyzer/compare/2.0.113...2.0.114) NuGet package: ##### What's Changed - MA0144: Improve dection of System.OperatingSystem by [@​meziantou](https://togithub.com/meziantou) in [https://github.com/meziantou/Meziantou.Analyzer/pull/655](https://togithub.com/meziantou/Meziantou.Analyzer/pull/655) **Full Changelog**: https://github.com/meziantou/Meziantou.Analyzer/compare/2.0.113...2.0.114 ### [`v2.0.113`](https://togithub.com/meziantou/Meziantou.Analyzer/releases/tag/2.0.113) [Compare Source](https://togithub.com/meziantou/Meziantou.Analyzer/compare/2.0.112...2.0.113) NuGet package: ##### What's Changed - New rule MA0144: Use System.OperatingSystem to check the current OS by [@​meziantou](https://togithub.com/meziantou) in [https://github.com/meziantou/Meziantou.Analyzer/pull/653](https://togithub.com/meziantou/Meziantou.Analyzer/pull/653) **Full Changelog**: https://github.com/meziantou/Meziantou.Analyzer/compare/2.0.112...2.0.113 ### [`v2.0.112`](https://togithub.com/meziantou/Meziantou.Analyzer/releases/tag/2.0.112) [Compare Source](https://togithub.com/meziantou/Meziantou.Analyzer/compare/2.0.111...2.0.112) NuGet package: **Full Changelog**: https://github.com/meziantou/Meziantou.Analyzer/compare/2.0.111...2.0.112 ### [`v2.0.111`](https://togithub.com/meziantou/Meziantou.Analyzer/releases/tag/2.0.111) [Compare Source](https://togithub.com/meziantou/Meziantou.Analyzer/compare/2.0.110...2.0.111) NuGet package: ##### What's Changed - Improve documentation of MA0008 by [@​meziantou](https://togithub.com/meziantou) in [https://github.com/meziantou/Meziantou.Analyzer/pull/651](https://togithub.com/meziantou/Meziantou.Analyzer/pull/651) - New rule MA0143: Primary constructor parameters should be readonly by [@​meziantou](https://togithub.com/meziantou) in [https://github.com/meziantou/Meziantou.Analyzer/pull/652](https://togithub.com/meziantou/Meziantou.Analyzer/pull/652) **Full Changelog**: https://github.com/meziantou/Meziantou.Analyzer/compare/2.0.110...2.0.111
nunit/nunit.analyzers (NUnit.Analyzers) ### [`v3.10.0`](https://togithub.com/nunit/nunit.analyzers/releases/tag/3.10.0): NUnit Analyzers 3.10 (and 2.10) [Compare Source](https://togithub.com/nunit/nunit.analyzers/compare/3.9.0...3.10.0) NUnit Analyzers 3.10 (and 2.10) - November 27, 2023 This release adds a couple of improvements to the analyzers: - Check that users don't accidentally specify CallerArgumentExpression parameters - Relax analyzers for added support for IAsyncEnumerable on \*Source attributes These improvements extend the functionality in the beta that added support for NUnit 4 and for migrating to NUnit 4. Especially, the handling of the movement of classic asserts into a new namespace NUnit.Framework.Legacy and of the improved assert result messages - for more information see https://docs.nunit.org/articles/nunit/Towards-NUnit4.html. The analyzers can help updating the classic assert and fix the assert messages. The release contains contributions from the following users (in alphabetical order): - [@​manfred-brands](https://togithub.com/manfred-brands) - [@​mikkelbu](https://togithub.com/mikkelbu) - [@​stevenaw](https://togithub.com/stevenaw) Issues Resolved Features and Enhancements - [#​639](https://togithub.com/nunit/nunit.analyzers/issues/639) Rule to check users don't accidentally specify CallerArgumentExpression parameters - [#​634](https://togithub.com/nunit/nunit.analyzers/issues/634) Relax analyzers for added support for IAsyncEnumerable on \*Source attributes Tooling, Process, and Documentation - [#​648](https://togithub.com/nunit/nunit.analyzers/issues/648) chore: Skip branch builds on PRs - [#​644](https://togithub.com/nunit/nunit.analyzers/issues/644) chore: Update release notes for 3.10 beta - [#​429](https://togithub.com/nunit/nunit.analyzers/issues/429) Drop the VSIX project
saucecontrol/InheritDoc (SauceControl.InheritDoc) ### [`v1.4.0`](https://togithub.com/saucecontrol/InheritDoc/releases/tag/v1.4.0) - For .NET Standard 2.0 targets, a replacement `netstandard.xml` file is included in this package, meaning the [previous workaround](https://togithub.com/saucecontrol/InheritDoc/pull/1#issuecomment-548600712) for the malformed docs shipped with the ref pack ([https://github.com/dotnet/standard/issues/1527](https://togithub.com/dotnet/standard/issues/1527)) is no longer necessary. - Fixed a possible `NullReferenceException` when an `inheritdoc` comment was used on an interface with no base. - Warnings will no longer be emitted for types/members in generated code (anything marked with `[GeneratedCode]` or `[CompilerGenerated]`). [https://github.com/saucecontrol/InheritDoc/issues/11](https://togithub.com/saucecontrol/InheritDoc/issues/11) - Warnings will no longer be emitted for automatically inserted docs for explicit interface implementations with no base docs. - When using C# Primary Constructors, warnings will not be emitted when the constructor does not have a base with documentation. In this case, constructor documentation will be inherited following the rules for the declaring type. - `typeparamref`s inhereted in closed generic types will now be replaced with `see` references to the concrete type used.

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 11 months ago

Codecov Report

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

Comparison is base (2df0eaa) 100.00% compared to head (416306a) 100.00%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #49 +/- ## ========================================= 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.