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

Open
renovate-bot wants to merge 2 commits from renovate/all-minor-patch into main
Collaborator

This PR contains the following updates:

Package Change Age Confidence
Microsoft.CodeAnalysis.CSharp 5.0.05.3.0 age confidence
Microsoft.Data.Sqlite (source) 10.0.410.0.5 age confidence
Microsoft.Net.Compilers.Toolset 5.0.05.3.0 age confidence
linq2db (source) 6.1.06.2.0 age confidence

Release Notes

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/) | |---|---|---|---| | [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) | | [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) | | [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) | | [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) | --- ### Release Notes <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:eyJjcmVhdGVkSW5WZXIiOiI0My43MS4wIiwidXBkYXRlZEluVmVyIjoiNDMuNzEuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsicmVub3ZhdGUiXX0=-->
chore(deps): update all non-major dependencies
Some checks failed
Build Linq2Db / build (pull_request) Failing after 6s
8498e857cf
global.json aktualisiert
Some checks failed
Build Linq2Db / build (pull_request) Failing after 49s
60ef2d7b7d
Dutch force-pushed renovate/all-minor-patch from 60ef2d7b7d
Some checks failed
Build Linq2Db / build (pull_request) Failing after 49s
to 41b5257138
Some checks failed
Build Linq2Db / build (pull_request) Failing after 50s
2026-03-13 19:41:25 +01:00
Compare
Author
Collaborator

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

### Edited/Blocked Notification Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. ⚠️ **Warning**: custom changes will be lost.
Some checks failed
Build Linq2Db / build (pull_request) Failing after 50s
This pull request can be merged automatically.
This branch is out-of-date with the base branch
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
2 participants
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!60
No description provided.