chore(deps): update all non-major dependencies #56

Open
renovate-bot wants to merge 1 commit from renovate/all-minor-patch into main
Collaborator

This PR contains the following updates:

Package Change Age Confidence Type Update
Microsoft.CodeAnalysis.CSharp 5.0.05.3.0 age confidence nuget minor
Microsoft.Data.Sqlite (source) 10.0.410.0.5 age confidence nuget patch
Microsoft.Net.Compilers.Toolset 5.0.05.3.0 age confidence nuget minor
dotnet-sdk 10.0.10310.0.201 age confidence dotnet-sdk patch
linq2db (source) 6.1.06.2.0 age confidence nuget minor

Release Notes

dotnet/sdk (dotnet-sdk)

v10.0.201

Compare Source

v10.0.200: .NET 10.0.4

Compare Source

Release

v10.0.105

Compare Source

v10.0.104

Compare Source

linq2db/linq2db (linq2db)

v6.2.0: Release 6.2.0

Release highlights:

  • a lot of fixes to reported issues including v6 regressions
  • various improvements to generated SQL
  • added stack guard for v
    isitors, could be managed using LinqToDB.Common.Configuration.TranslationThreadMaxHopCount setting
  • better handling of custom unary/binary operators and support for custom mappings for operators (in case of operator implementation violating contract)
  • support ~ operator translation for all databases
  • support for new .NET 6-10 LINQ operators: CountBy, Index, MaxBy, MinBy, ExceptBy, UnionBy, IntersectBy
  • [PostgreSQL] add timeout option support for native BulkCopy
  • [Oracle] fix found issues in NVARCHAR2 type mapping
  • [SQL Server 2005] scaffold support for JSON and VECTOR types
  • [ClickHouse] support for ClickHouse.Driver v0.9 and v1.0 provider versions. For v1.0+ provider we recommend to set ReadStringsAsByteArrays=true provider option
  • [YDB] continued provider implementation (still in progress)

Release notes
Nugets

Full Changelog: https://github.com/linq2db/linq2db/compare/v6.1.0...v6.2.0


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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | Type | Update | |---|---|---|---|---|---| | [Microsoft.CodeAnalysis.CSharp](https://github.com/dotnet/roslyn) | `5.0.0` → `5.3.0` | ![age](https://developer.mend.io/api/mc/badges/age/nuget/Microsoft.CodeAnalysis.CSharp/5.3.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Microsoft.CodeAnalysis.CSharp/5.0.0/5.3.0?slim=true) | nuget | minor | | [Microsoft.Data.Sqlite](https://docs.microsoft.com/dotnet/standard/data/sqlite/) ([source](https://github.com/dotnet/dotnet)) | `10.0.4` → `10.0.5` | ![age](https://developer.mend.io/api/mc/badges/age/nuget/Microsoft.Data.Sqlite/10.0.5?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Microsoft.Data.Sqlite/10.0.4/10.0.5?slim=true) | nuget | patch | | [Microsoft.Net.Compilers.Toolset](https://github.com/dotnet/roslyn) | `5.0.0` → `5.3.0` | ![age](https://developer.mend.io/api/mc/badges/age/nuget/Microsoft.Net.Compilers.Toolset/5.3.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Microsoft.Net.Compilers.Toolset/5.0.0/5.3.0?slim=true) | nuget | minor | | [dotnet-sdk](https://github.com/dotnet/sdk) | `10.0.103` → `10.0.201` | ![age](https://developer.mend.io/api/mc/badges/age/dotnet-version/dotnet-sdk/10.0.201?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/dotnet-version/dotnet-sdk/10.0.103/10.0.201?slim=true) | dotnet-sdk | patch | | [linq2db](https://linq2db.github.io/) ([source](https://github.com/linq2db/linq2db)) | `6.1.0` → `6.2.0` | ![age](https://developer.mend.io/api/mc/badges/age/nuget/linq2db/6.2.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/linq2db/6.1.0/6.2.0?slim=true) | nuget | minor | --- ### Release Notes <details> <summary>dotnet/sdk (dotnet-sdk)</summary> ### [`v10.0.201`](https://github.com/dotnet/sdk/compare/v10.0.200...v10.0.201) [Compare Source](https://github.com/dotnet/sdk/compare/v10.0.200...v10.0.201) ### [`v10.0.200`](https://github.com/dotnet/sdk/releases/tag/v10.0.200): .NET 10.0.4 [Compare Source](https://github.com/dotnet/sdk/compare/v10.0.105...v10.0.200) [Release](https://github.com/dotnet/core/releases/tag/v10.0.4) ### [`v10.0.105`](https://github.com/dotnet/sdk/compare/v10.0.104...v10.0.105) [Compare Source](https://github.com/dotnet/sdk/compare/v10.0.104...v10.0.105) ### [`v10.0.104`](https://github.com/dotnet/sdk/compare/v10.0.103...v10.0.104) [Compare Source](https://github.com/dotnet/sdk/compare/v10.0.103...v10.0.104) </details> <details> <summary>linq2db/linq2db (linq2db)</summary> ### [`v6.2.0`](https://github.com/linq2db/linq2db/releases/tag/v6.2.0): Release 6.2.0 Release highlights: - a lot of fixes to reported issues including v6 regressions - various improvements to generated `SQL` - added stack guard for v isitors, could be managed using `LinqToDB.Common.Configuration.TranslationThreadMaxHopCount` setting - better handling of custom unary/binary operators and support for custom mappings for operators (in case of operator implementation violating contract) - support `~` operator translation for all databases - support for new .NET 6-10 LINQ operators: `CountBy`, `Index`, `MaxBy`, `MinBy`, `ExceptBy`, `UnionBy`, `IntersectBy` - \[PostgreSQL] add timeout option support for native BulkCopy - \[Oracle] fix found issues in `NVARCHAR2` type mapping - \[SQL Server 2005] scaffold support for `JSON` and `VECTOR` types - \[ClickHouse] support for `ClickHouse.Driver` v0.9 and v1.0 provider versions. For v1.0+ provider we recommend to set `ReadStringsAsByteArrays=true` provider option - \[YDB] continued provider implementation (still in progress) [Release notes](https://github.com/linq2db/linq2db/wiki/Releases-and-Roadmap#release-620) [Nugets](https://www.nuget.org/profiles/LinqToDB) **Full Changelog**: <https://github.com/linq2db/linq2db/compare/v6.1.0...v6.2.0> </details> --- ### 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. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My42MS4xIiwidXBkYXRlZEluVmVyIjoiNDMuNjYuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsicmVub3ZhdGUiXX0=-->
chore(deps): update dependency dotnet-sdk to v10.0.200
Some checks failed
Build Linq2Db / build (pull_request) Failing after 5s
bf42a794d2
renovate-bot force-pushed renovate/all-minor-patch from bf42a794d2
Some checks failed
Build Linq2Db / build (pull_request) Failing after 5s
to 625c736b2b
Some checks failed
Build Linq2Db / build (pull_request) Failing after 1m32s
2026-03-11 01:02:48 +01:00
Compare
renovate-bot changed title from chore(deps): update dependency dotnet-sdk to v10.0.200 to chore(deps): update all non-major dependencies 2026-03-11 01:03:05 +01:00
renovate-bot force-pushed renovate/all-minor-patch from 625c736b2b
Some checks failed
Build Linq2Db / build (pull_request) Failing after 1m32s
to ca2d2655c7
Some checks failed
Build Linq2Db / build (pull_request) Failing after 1m36s
2026-03-12 07:03:08 +01:00
Compare
renovate-bot force-pushed renovate/all-minor-patch from ca2d2655c7
Some checks failed
Build Linq2Db / build (pull_request) Failing after 1m36s
to fea4c2cd72
Some checks failed
Build Linq2Db / build (pull_request) Failing after 1m36s
2026-03-12 19:03:03 +01:00
Compare
renovate-bot force-pushed renovate/all-minor-patch from fea4c2cd72
Some checks failed
Build Linq2Db / build (pull_request) Failing after 1m36s
to 8498e857cf
Some checks failed
Build Linq2Db / build (pull_request) Failing after 1m34s
2026-03-13 01:03:17 +01:00
Compare
Some checks failed
Build Linq2Db / build (pull_request) Failing after 1m34s
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/all-minor-patch:renovate/all-minor-patch
git switch renovate/all-minor-patch

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff renovate/all-minor-patch
git switch renovate/all-minor-patch
git rebase main
git switch main
git merge --ff-only renovate/all-minor-patch
git switch renovate/all-minor-patch
git rebase main
git switch main
git merge --no-ff renovate/all-minor-patch
git switch main
git merge --squash renovate/all-minor-patch
git switch main
git merge --ff-only renovate/all-minor-patch
git switch main
git merge renovate/all-minor-patch
git push origin main
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
Dutch/Linq2DbRepo!56
No description provided.