IvanJosipovic / BlazorTable

Blazor Table Component with Sorting, Paging and Filtering
https://BlazorTable.netlify.app
MIT License
534 stars 109 forks source link

chore(deps): update dependency linqkit.core to v1.2.5 #380

Open renovate[bot] opened 2 years ago

renovate[bot] commented 2 years ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
LINQKit.Core 1.1.26 -> 1.2.5 age adoption passing confidence

Release Notes

scottksmith95/LINQKit (LINQKit.Core) ### [`v1.2.5`](https://togithub.com/scottksmith95/LINQKit/blob/HEAD/ReleaseNotes.md#125-19-November-2023) - [#​192](https://togithub.com/scottksmith95/LINQKit/pull/192) - Add .NET 8 \[feature] contributed by [StefH](https://togithub.com/StefH) ### [`v1.2.4`](https://togithub.com/scottksmith95/LINQKit/blob/HEAD/ReleaseNotes.md#124-18-March-2023) [Compare Source](https://togithub.com/scottksmith95/LINQKit/compare/1.2.3...1.2.4) - [#​182](https://togithub.com/scottksmith95/LINQKit/pull/182) - Use System.Linq.Expressions.ExpressionVisitor where available \[feature] contributed by [TheConstructor](https://togithub.com/TheConstructor) - [#​184](https://togithub.com/scottksmith95/LINQKit/pull/184) - Bump Microsoft.Data.SqlClient from 1.0.19269.1 to 1.1.4 in /examples/ConsoleAppNet472 \[dependencies] contributed by [dependabot\[bot\]](https://togithub.com/apps/dependabot) - [#​122](https://togithub.com/scottksmith95/LINQKit/issues/122) - Only use custom ExpressionVisitor for .NET 3.5 \[feature] ### [`v1.2.3`](https://togithub.com/scottksmith95/LINQKit/blob/HEAD/ReleaseNotes.md#123-09-November-2022) [Compare Source](https://togithub.com/scottksmith95/LINQKit/compare/1.2.2...1.2.3) - [#​174](https://togithub.com/scottksmith95/LINQKit/pull/174) - Simplify LeftJoin-extension \[feature] contributed by [TheConstructor](https://togithub.com/TheConstructor) - [#​179](https://togithub.com/scottksmith95/LINQKit/pull/179) - Update some NuGet packages \[feature] contributed by [StefH](https://togithub.com/StefH) - [#​180](https://togithub.com/scottksmith95/LINQKit/pull/180) - Add support for .NET 7 and EF Core 7 \[feature] contributed by [StefH](https://togithub.com/StefH) ### [`v1.2.2`](https://togithub.com/scottksmith95/LINQKit/blob/HEAD/ReleaseNotes.md#122-23-February-2022) [Compare Source](https://togithub.com/scottksmith95/LINQKit/compare/1.2.1...1.2.2) - [#​171](https://togithub.com/scottksmith95/LINQKit/pull/171) - Define dependency on Timestamp as PrivateAssets \[bug] contributed by [StefH](https://togithub.com/StefH) - [#​170](https://togithub.com/scottksmith95/LINQKit/issues/170) - Timestamp in nuget dependencies ### [`v1.2.1`](https://togithub.com/scottksmith95/LINQKit/blob/HEAD/ReleaseNotes.md#121-19-February-2022) [Compare Source](https://togithub.com/scottksmith95/LINQKit/compare/1.2.0...1.2.1) - [#​164](https://togithub.com/scottksmith95/LINQKit/pull/164) - [#​14](https://togithub.com/scottksmith95/LINQKit/issues/14) Include(...) after AsExpandable() contributed by [doboczyakos](https://togithub.com/doboczyakos) - [#​165](https://togithub.com/scottksmith95/LINQKit/pull/165) - Tests for [#​14](https://togithub.com/scottksmith95/LINQKit/issues/14) Include(...) after AsExpandable() \[test] contributed by [doboczyakos](https://togithub.com/doboczyakos) - [#​166](https://togithub.com/scottksmith95/LINQKit/pull/166) - Add TimestampAtribute to assemblies \[feature] contributed by [StefH](https://togithub.com/StefH) - [#​167](https://togithub.com/scottksmith95/LINQKit/pull/167) - Add PureAttribute on suitable LinqKit.Core methods contributed by [Logerfo](https://togithub.com/Logerfo) - [#​154](https://togithub.com/scottksmith95/LINQKit/issues/154) - Exclude LinqKit.Core implementation from LinqKit.EntityFramework etc. projects, use ProjectReference converted to package dependency instead \[feature] - [#​160](https://togithub.com/scottksmith95/LINQKit/issues/160) - Unhandled expression type: 'Index' \[bug] ### [`v1.2.0`](https://togithub.com/scottksmith95/LINQKit/blob/HEAD/ReleaseNotes.md#120-18-January-2022) [Compare Source](https://togithub.com/scottksmith95/LINQKit/compare/1.1.27...1.2.0) - [#​144](https://togithub.com/scottksmith95/LINQKit/pull/144) - Add LeftJoin extension method \[feature] contributed by [StefH](https://togithub.com/StefH) - [#​156](https://togithub.com/scottksmith95/LINQKit/pull/156) - GitHub Actions: use actions/checkout@v2 \[security] contributed by [StefH](https://togithub.com/StefH) - [#​159](https://togithub.com/scottksmith95/LINQKit/pull/159) - [#​154](https://togithub.com/scottksmith95/LINQKit/issues/154) Exclude LinqKit.Core implementation from LinqKit.EntityFramework… \[feature] contributed by [doboczyakos](https://togithub.com/doboczyakos) - [#​161](https://togithub.com/scottksmith95/LINQKit/pull/161) - Refactor project structure. Fix Compile Remove / Compile Include \[feature] contributed by [StefH](https://togithub.com/StefH) - [#​162](https://togithub.com/scottksmith95/LINQKit/pull/162) - [#​160](https://togithub.com/scottksmith95/LINQKit/issues/160) Unhandled expression type: 'Index' \[bug] contributed by [doboczyakos](https://togithub.com/doboczyakos) - [#​153](https://togithub.com/scottksmith95/LINQKit/issues/153) - Predicate as class function not resolving correctly - [#​155](https://togithub.com/scottksmith95/LINQKit/issues/155) - \[Security] Workflow main.yml is using vulnerable action actions/checkout \[security] ### [`v1.1.27`](https://togithub.com/scottksmith95/LINQKit/blob/HEAD/ReleaseNotes.md#1127-13-November-2021) [Compare Source](https://togithub.com/scottksmith95/LINQKit/compare/1.1.26...1.1.27) - [#​151](https://togithub.com/scottksmith95/LINQKit/pull/151) - Added support for EF Core 6 \[feature] contributed by [sdanyliv](https://togithub.com/sdanyliv)

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.