wbaldoumas / markdown-colorcode

An extension for Markdig that adds syntax highlighting to code through the power of ColorCode-Universal.
https://wbaldoumas.github.io/markdown-colorcode/
MIT License
26 stars 5 forks source link

Update NuGet Packages - Minor Updates #147

Closed renovate[bot] closed 3 months ago

renovate[bot] commented 3 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
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
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 3 months ago

Codecov Report

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

Project coverage is 100.00%. Comparing base (a72a3d7) to head (7d73555). Report is 2 commits behind head on main.

:exclamation: Current head 7d73555 differs from pull request most recent head 4b354ff

Please upload reports for the commit 4b354ff to get more accurate results.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #147 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 7 7 Lines 112 112 Branches 13 13 ========================================= Hits 112 112 ```

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