Bump the version-updates group with 8 updates#221
Merged
AndrewMcLachlan merged 1 commit intomainfrom Jul 29, 2025
Merged
Conversation
Bumps Asm from 3.5.489 to 3.5.496 Bumps Asm.AspNetCore.Mvc from 3.5.489 to 3.5.496 Bumps Asm.Net from 3.5.489 to 3.5.496 Bumps Microsoft.Data.SqlClient from 6.0.2 to 6.1.0 Bumps Microsoft.Identity.Client from 4.74.0 to 4.74.1 Bumps Microsoft.IdentityModel.JsonWebTokens from 8.12.1 to 8.13.0 Bumps System.IdentityModel.Tokens.Jwt from 8.12.1 to 8.13.0 Bumps Umbraco.Cms from 16.0.0 to 16.1.0 --- updated-dependencies: - dependency-name: Asm dependency-version: 3.5.496 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: version-updates - dependency-name: Asm.AspNetCore.Mvc dependency-version: 3.5.496 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: version-updates - dependency-name: Asm.Net dependency-version: 3.5.496 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: version-updates - dependency-name: Microsoft.Data.SqlClient dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: version-updates - dependency-name: Microsoft.Identity.Client dependency-version: 4.74.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: version-updates - dependency-name: Microsoft.IdentityModel.JsonWebTokens dependency-version: 8.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: version-updates - dependency-name: System.IdentityModel.Tokens.Jwt dependency-version: 8.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: version-updates - dependency-name: Umbraco.Cms dependency-version: 16.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: version-updates ... Signed-off-by: dependabot[bot] <[email protected]>
Contributor
Author
|
The |
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 Asm from 3.5.489 to 3.5.496.
Release notes
Sourced from Asm's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated Asm.AspNetCore.Mvc from 3.5.489 to 3.5.496.
Release notes
Sourced from Asm.AspNetCore.Mvc's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated Asm.Net from 3.5.489 to 3.5.496.
Release notes
Sourced from Asm.Net's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated Microsoft.Data.SqlClient from 6.0.2 to 6.1.0.
Release notes
Sourced from Microsoft.Data.SqlClient's releases.
6.1.0
Release Notes
Stable Release 6.1.0 - 2025-07-25
This update brings the following changes since the
6.0.2 stable release:
Added
Added dedicated SQL Server vector datatype support
What Changed:
custom binary format over the TDS protocol.
(#3433,
#3443)
Who Benefits:
to processing times and memory requirements.
a consistent look-and-feel.
Impact:
using SQL Server 2025 preview:
operation.)
serialization/deserialization and string representation bloat.
applications may continue to use JSON strings to send/receive vector data,
although they will not see any of the performance improvements noted above.
Revived .NET Standard 2.0 target support
What Changed:
(#3381)
community voicing concerns.
... (truncated)
6.1.0-preview2
Preview Release 6.1.0-preview2.25178.5 - 2025-06-27
This update brings the following changes since the 6.1.0-preview1 release:
Added
Added dedicated SQL Server vector datatype support
What Changed:
Who Benefits:
Impact:
Revived .NET Standard 2.0 target support
What Changed:
Who Benefits:
Impact:
... (truncated)
6.1.0-preview1
This update brings the following changes over the previous release:
Added
Fixed
Data Sourceparameter begins with a comma. #3250.Changed
SqlBulkCopyto explicitly identify mismatched column names. #3183.IBufferWriter<byte>. #2452.byte[]withstringfor SNI to improve efficiency. #2790.New Contributors
DockerLinuxTest/Program.csreference dotnet/SqlClient#3041Commits viewable in compare view.
Updated Microsoft.Identity.Client from 4.74.0 to 4.74.1.
Release notes
Sourced from Microsoft.Identity.Client's releases.
4.74.1
Bug fixes
When you configure MSAL with WithOidcAuthority(), the library now confirms that the issuer returned by the OIDC discovery endpoint matches the expected authority (including CIAM patterns) and throws an exception if it does not. Add issuer validation when making call to OIDC endpoint AzureAD/microsoft-authentication-library-for-dotnet#5358
Re-expose public AuthenticationResult constructor. A public, test-friendly constructor of AuthenticationResult was inadvertently hidden behind [Obsolete] and [EditorBrowsable(Never)]. The constructor is now publicly available again. [Bug] AuthenticationResult has no public constructor AzureAD/microsoft-authentication-library-for-dotnet#5392
Commits viewable in compare view.
Updated Microsoft.IdentityModel.JsonWebTokens from 8.12.1 to 8.13.0.
Release notes
Sourced from Microsoft.IdentityModel.JsonWebTokens's releases.
8.13.0
8.13.0
Fundamentals
CaseSensitiveClaimsIdentity.SecurityTokensetter is now protected internal (was internal). See PR #3278 for details.What's Changed
New Contributors
Full Changelog: AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet@8.12.1...8.13.0
Commits viewable in compare view.
Updated System.IdentityModel.Tokens.Jwt from 8.12.1 to 8.13.0.
Release notes
Sourced from System.IdentityModel.Tokens.Jwt's releases.
8.13.0
8.13.0
Fundamentals
CaseSensitiveClaimsIdentity.SecurityTokensetter is now protected internal (was internal). See PR #3278 for details.What's Changed
New Contributors
Full Changelog: AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet@8.12.1...8.13.0
Commits viewable in compare view.
Updated Umbraco.Cms from 16.0.0 to 16.1.0.
Release notes
Sourced from Umbraco.Cms's releases.
16.1.0
What's Changed Since 16.1.0-rc
Full Changelog: umbraco/Umbraco-CMS@release-16.1.0-rc...release-16.1.0
What's Changed Since The Previous Release (16.0.0)
🙌 Notable Changes
💥 Breaking Changes
📦 Dependencies
🌈 A11Y
🚀 New Features
pt(pt-PT) by @lauraneto in Translations forpt(pt-PT) umbraco/Umbraco-CMS#19435🐛 Bug Fixes
... (truncated)
16.1.0-rc
What's Changed
🙌 Notable Changes
💥 Breaking Changes
📦 Dependencies
🌈 A11Y
🚀 New Features
pt(pt-PT) by @lauraneto in Translations forpt(pt-PT) umbraco/Umbraco-CMS#19435🐛 Bug Fixes
... (truncated)
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 mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@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