Bump the non-major-versions group with 11 updates - #474
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
Bumps linq2db.Extensions from 6.3.0 to 6.4.0 Bumps Microsoft.AspNetCore.Authentication.JwtBearer from 10.0.9 to 10.0.11 Bumps Microsoft.AspNetCore.Mvc.Testing from 10.0.9 to 10.0.11 Bumps Microsoft.AspNetCore.OpenApi from 10.0.9 to 10.0.11 Bumps Microsoft.NET.Test.Sdk from 18.7.0 to 18.9.0 Bumps NSubstitute from 6.0.0 to 6.2.0 Bumps Roslynator.Analyzers from 4.15.0 to 4.16.1 Bumps Roslynator.CodeFixes from 4.15.0 to 4.16.1 Bumps System.IdentityModel.Tokens.Jwt from 8.19.1 to 8.22.0 Bumps Testcontainers from 4.13.0 to 4.14.0 Bumps Testcontainers.PostgreSql from 4.13.0 to 4.14.0 --- updated-dependencies: - dependency-name: linq2db.Extensions dependency-version: 6.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: non-major-versions - dependency-name: Microsoft.AspNetCore.Authentication.JwtBearer dependency-version: 10.0.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: non-major-versions - dependency-name: Microsoft.AspNetCore.Mvc.Testing dependency-version: 10.0.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: non-major-versions - dependency-name: Microsoft.AspNetCore.OpenApi dependency-version: 10.0.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: non-major-versions - dependency-name: Microsoft.NET.Test.Sdk dependency-version: 18.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: non-major-versions - dependency-name: NSubstitute dependency-version: 6.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: non-major-versions - dependency-name: Roslynator.Analyzers dependency-version: 4.16.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: non-major-versions - dependency-name: Roslynator.CodeFixes dependency-version: 4.16.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: non-major-versions - dependency-name: System.IdentityModel.Tokens.Jwt dependency-version: 8.22.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: non-major-versions - dependency-name: Testcontainers dependency-version: 4.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: non-major-versions - dependency-name: Testcontainers.PostgreSql dependency-version: 4.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: non-major-versions ... Signed-off-by: dependabot[bot] <support@github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updated linq2db.Extensions from 6.3.0 to 6.4.0.
Release notes
Sourced from linq2db.Extensions's releases.
6.4.0
Highlights of this release:
Sql.Window.*fluent API for window functions — ranking, offset, value, aggregate, statistical, regression, ordered-set and distribution functions, full ROWS/RANGE/GROUPS frames, named windows,FILTER,NULLS FIRST/LASTand OracleKEEP, with compile-time safety. ExistingSql.Ext.*().Over()queries keep working unchanged — they run on the new pipeline internally (#5468)LoadWith/ThenLoadand inline collection projections:KeyedQuery(buffers the parent query and loads children withWHERE key IN (…)) andCteUnion(collapses same-level collections into oneUNION ALLCTE). Selectable per query or globally, with automatic fallback (#5450)HasQueryFilter(key, …)and selectiveIgnoreFilters(keys), mirroring the EF Core 10 API, including EF Core keyed-filter flow-through (#5525)Upsertplus entity-basedInsert(item, …)/Update(item, …)DML APIs (#5482)linq2db.Analyzers— a new analyzer package shipped as a dependency oflinq2db, with ruleL2DB1001and a code fix that migrates the legacySql.Extwindow API toSql.Window. Opt out withEnableLinqToDBAnalyzers(#5703)NULLS FIRST/NULLS LASTcontrol onOrderBy/ThenBywith aDataOptionsdefault, rendered natively or emulated across all providers (#5561)Sql.NewGuid7()andGuid.CreateVersion7()mapping for UUIDv7 generation (#5648)'T option/'T voptioncolumns after.UseFSharp(), with none stored asNULL(#5624)PreferClientCalculationevaluates non-server-required projection expressions client-side, restoring v5 projection behavior (#5604)DistinctByemits nativeDISTINCT ONon PostgreSQL and DuckDB (#5630)OptimizeForSequentialAccessbecame a per-context option, fixing query-cache collisions between sequential and non-sequential reader plans (#5639)[Column]and[ValueConverter], binding by mapped column name rather than parameter name (#5659)PublishSingleFileself-contained deployments (#5489)ToLinqToDB()/ToLinqToDBTable()/GetTable<T>()helpers (#5378)object-typed projection member (#5680),InvalidCastExceptionon a local-collection LEFT JOIN feeding decimal arithmetic (#5587), invalid SQL when subtracting twoDateTime/DateTimeOffsetcolumns (#5581),[ExpressionMethod]running at materialization withIsColumn = false(#5578), nested member-path mappings throwing in MERGE setters and discriminators (#5545),InvalidCastExceptiononContainsin a correlated subquery (#5558), aggregates over a captured local collection turned into SQL subqueries (#5557), andORDER BYexpressions lifted from a subquery producing invalid SQL (#5556)Provider-specific highlights:
IGNORE NULLS/RESPECT NULLSwindow SQL (#5644); v11 and v12 dialects, with unsupported window features rejected client-side with a clear exception (#5687)[GetSqlDecimal]attribute readsdecimalcolumns whose precision exceeds the CLRdecimalrange instead of throwing (#5605)DbContextwith pooled contexts or disabled service-provider caching (#5695)linq2db.cli:
query,executeandschemacommands, plus an MCP server for agent-driven database access (#5678)Full release notes
Nugets
New Contributors
Full Changelog: linq2db/linq2db@v6.3.0...v6.4.0
Commits viewable in compare view.
Updated Microsoft.AspNetCore.Authentication.JwtBearer from 10.0.9 to 10.0.11.
Release notes
Sourced from Microsoft.AspNetCore.Authentication.JwtBearer's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated Microsoft.AspNetCore.Mvc.Testing from 10.0.9 to 10.0.11.
Release notes
Sourced from Microsoft.AspNetCore.Mvc.Testing's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated Microsoft.AspNetCore.OpenApi from 10.0.9 to 10.0.11.
Release notes
Sourced from Microsoft.AspNetCore.OpenApi's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated Microsoft.NET.Test.Sdk from 18.7.0 to 18.9.0.
Release notes
Sourced from Microsoft.NET.Test.Sdk's releases.
18.9.0
What's Changed
New Contributors
Full Changelog: microsoft/vstest@v18.8.0...v18.9.0
18.8.1
What's Changed
Full Changelog: microsoft/vstest@v18.8.0...v18.8.1
18.8.0
What's Changed
Full Changelog: microsoft/vstest@v18.7.0...v18.8.0
Commits viewable in compare view.
Updated NSubstitute from 6.0.0 to 6.2.0.
Release notes
Sourced from NSubstitute's releases.
6.2.0
NSubstitute v6.2.0
This release improves generic call matching (#989, #974, #990). Thanks to @zvirja and @JMolenkamp for fixes this.
We've also switched to using trusted nuget publishing linked to GitHub Releases. (#987, @zvirja)
What's Changed
Full Changelog: nsubstitute/NSubstitute@v6.1.0...v6.2.0
6.1.0
NSubstitute v6.1.0
This release reverts nullability support introduced in 6.0. This change caused a number of problems for callers (#973, #976), and trying to resolve these (#976) revealed the need for more fundamental changes to NSubstitute to effectively support this. As a result, nullability is again disabled for public API. Huge thanks to @jdb0123, @Romfos, and @Moha-sami for their PRs addressing this, and thanks for all those who raised issues. We also humbly award @zvirja with one unlimited "I told you so" pass to use as he sees fit.
What's Changed
New Contributors
Full Changelog: nsubstitute/NSubstitute@v6.0.0...v6.1.0
Commits viewable in compare view.
Updated Roslynator.Analyzers from 4.15.0 to 4.16.1.
Release notes
Sourced from Roslynator.Analyzers's releases.
4.16.1
Fixed
inforref structparameters (#1725) (PR)omit_when_single_lineon multi-line object/collection initializers (#1439) (PR)async voidmethods withoutAsyncsuffix (PR)whenfilter (PR)CancellationTokenin sync methods returningTask(PR)generate-docto omit internal interfaces from type declarations and the Implements section (PR)4.16.0
Added
Fixed
filemodifier (PR by @cbersch)fixcommand ignoring--include/--excludefile filter (PR by @hashiiiii)Commits viewable in compare view.
Updated Roslynator.CodeFixes from 4.15.0 to 4.16.1.
Release notes
Sourced from Roslynator.CodeFixes's releases.
4.16.1
Fixed
inforref structparameters (#1725) (PR)omit_when_single_lineon multi-line object/collection initializers (#1439) (PR)async voidmethods withoutAsyncsuffix (PR)whenfilter (PR)CancellationTokenin sync methods returningTask(PR)generate-docto omit internal interfaces from type declarations and the Implements section (PR)4.16.0
Added
Fixed
filemodifier (PR by @cbersch)fixcommand ignoring--include/--excludefile filter (PR by @hashiiiii)Commits viewable in compare view.
Updated System.IdentityModel.Tokens.Jwt from 8.19.1 to 8.22.0.
Release notes
Sourced from System.IdentityModel.Tokens.Jwt's releases.
8.22.0
What's Changed
Full Changelog: AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet@8.21.0...8.22.0
8.21.0
Performance Improvements
Bug Fixes
8.19.2
What's Changed
Full Changelog: AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet@8.19.1...8.19.2
Commits viewable in compare view.
Updated Testcontainers from 4.13.0 to 4.14.0.
Release notes
Sourced from Testcontainers's releases.
4.14.0
What's Changed
I published this version because several developers asked for a release addressing the SSH.NET vulnerability. As an interim fix, you can also bump the transitive dependency, which should work fine.
Unfortunately, I had to run the release CI pipeline twice (1, 2). The change #1725 introduced a regression that caused the pipeline to attempt to publish the Cake build project, which correctly failed (partially published).
The NuGet packages for this release have been attested for supply chain security using
actions/attest. This confirms the integrity and provenance of the artifacts and helps ensure they can be trusted: #40693051.🚀 Features
🐛 Bug Fixes
🧹 Housekeeping
📦 Dependency Updates
Commits viewable in compare view.
Updated Testcontainers.PostgreSql from 4.13.0 to 4.14.0.
Release notes
Sourced from Testcontainers.PostgreSql's releases.
4.14.0
What's Changed
I published this version because several developers asked for a release addressing the SSH.NET vulnerability. As an interim fix, you can also bump the transitive dependency, which should work fine.
Unfortunately, I had to run the release CI pipeline twice (1, 2). The change #1725 introduced a regression that caused the pipeline to attempt to publish the Cake build project, which correctly failed (partially published).
The NuGet packages for this release have been attested for supply chain security using
actions/attest. This confirms the integrity and provenance of the artifacts and helps ensure they can be trusted: #40693051.🚀 Features
🐛 Bug Fixes
🧹 Housekeeping
📦 Dependency Updates
Commits viewable in compare view.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions