TNG / ArchUnitNET

A C# architecture test library to specify and assert architecture rules in C# for automated testing.
Apache License 2.0
826 stars 55 forks source link

chore(deps): update dependency csharpier to v0.28.2 #253

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 2 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
csharpier 0.28.0 -> 0.28.2 age adoption passing confidence

Release Notes

belav/csharpier (csharpier) ### [`v0.28.2`](https://togithub.com/belav/csharpier/releases/tag/0.28.2) [Compare Source](https://togithub.com/belav/csharpier/compare/0.28.1...0.28.2) #### What's Changed ##### Pipe to `dotnet csharpier` fails when subdirectory is inaccessible [#​1240](https://togithub.com/belav/csharpier/pull/1240) When running the following CSharpier would look for config files in subdirectories of the `pwd`. This could lead to exceptions if some of those directories were inaccessible. echo "namespace Foo { public class Bar { public string Baz {get;set;}}}" | dotnet csharpier Thanks go to [@​jamesfoster](https://togithub.com/jamesfoster) for reporting the issue. **Full Changelog**: https://github.com/belav/csharpier/compare/0.28.1...0.28.2 ### [`v0.28.1`](https://togithub.com/belav/csharpier/releases/tag/0.28.1) [Compare Source](https://togithub.com/belav/csharpier/compare/0.28.0...0.28.1) ##### What's Changed ##### Third party .editorconfig leading to: Error Failure parsing editorconfig files [#​1227](https://togithub.com/belav/csharpier/issues/1227) When CSharpier encountered an invalid `.editorconfig` file, it would throw an exception and not format files. These files could appear in 3rd party code (for example within node_modules). CSharpier now ignores invalid lines in `.editorconfigs` Thanks go to [@​K0Te](https://togithub.com/K0Te) for reporting the issue **Full Changelog**: https://github.com/belav/csharpier/compare/0.28.0...0.28.1

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.



This PR has been generated by Mend Renovate. View repository job log here.

codecov-commenter commented 1 month ago

Codecov Report

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

Project coverage is 56.70%. Comparing base (212c04a) to head (144642b).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #253 +/- ## ======================================= Coverage 56.70% 56.70% ======================================= Files 254 254 Lines 22841 22841 Branches 1938 1938 ======================================= Hits 12952 12952 Misses 9334 9334 Partials 555 555 ```

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