candoumbe / DataFilters.AspNetCore

Apache License 2.0
3 stars 0 forks source link

chore(deps): update dependency datafilters to v0.13.0 #185

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
DataFilters (source) 0.12.0 -> 0.13.0 age adoption passing confidence

Release Notes

candoumbe/DataFilters (DataFilters) ### [`v0.13.0`](https://togithub.com/candoumbe/DataFilters/blob/HEAD/CHANGELOG.md#0130--2024-07-11) [Compare Source](https://togithub.com/candoumbe/DataFilters/compare/0.12.0...0.13.0) ##### ๐Ÿš€ New features - Added `net8.0` support ##### โš ๏ธ Breaking Changes - Dropped `net7.0` support - Dropped `net5.0` support - Dropped `netcoreapp3.1` support - Dropped `netstandard1.3` support - Removed `IFilterService` and `FilterService` ##### ๐Ÿšจ Fixes - `NumericValueExpression` and `StringValueExpression` can be equal when they wrap the same underlying value ([#​80](https://togithub.com/candoumbe/datafilters/issues/80)) - Fixed `ArgumentException` thrown when creating a [`Filter`](./src/DataFilters/Filter.cs) with `startswith` | `contains` | `endswith` operator and a `char` value ([#​284](https://togithub.com/candoumbe/DataFilters/issues/284)) ##### ๐Ÿงน Housekeeping - Moved CI pipeline to Ubuntu agent - Updated build definition to [Candoumbe.Pipelines 0.9.0](https://www.nuget.org/packages/Candoumbe.Pipelines/0.9.0) - Updated `build.sh` script by running `nuke :update` command - Removed explicit `Nuke.Common` dependency from the build project - Added local file to store encrypted secrets needed when running some CI targets locally - Replaced property based testing with handwritten test cases to validate `DateTimeExpression.Equals` implementation([#​237](https://togithub.com/candoumbe/datafilters/issues/237)) - Fixed incorrect casing filename for `IFilter.cs` - Dropped `xunit` and `xunit.extensibility.execution` direct dependencies for tests

Configuration

๐Ÿ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

๐Ÿšฆ Automerge: Enabled.

โ™ป 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[bot] commented 3 months ago

Codecov Report

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

Project coverage is 85.45%. Comparing base (3001ff8) to head (90a0318).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #185 +/- ## ======================================== Coverage 85.45% 85.45% ======================================== Files 8 8 Lines 110 110 Branches 20 20 ======================================== Hits 94 94 Misses 13 13 Partials 3 3 ```

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