Bump the nuget-dependencies group with 8 updates#75
Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
Closed
Conversation
Bumps HtmlAgilityPack from 1.12.1 to 1.12.4 Bumps Microsoft.Bcl.AsyncInterfaces from 9.0.6 to 9.0.10 Bumps Microsoft.Data.SqlClient from 6.0.2 to 6.1.2 Bumps Microsoft.Xaml.Behaviors.Wpf from 1.1.39 to 1.1.135 Bumps Newtonsoft.Json from 13.0.3 to 13.0.4 Bumps System.IO.Pipelines from 9.0.6 to 9.0.10 Bumps System.Text.Encodings.Web from 9.0.6 to 9.0.10 Bumps System.Text.Json from 9.0.6 to 9.0.10 --- updated-dependencies: - dependency-name: HtmlAgilityPack dependency-version: 1.12.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-dependencies - dependency-name: Microsoft.Bcl.AsyncInterfaces dependency-version: 9.0.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-dependencies - dependency-name: Microsoft.Data.SqlClient dependency-version: 6.1.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-dependencies - dependency-name: Microsoft.Xaml.Behaviors.Wpf dependency-version: 1.1.135 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-dependencies - dependency-name: Newtonsoft.Json dependency-version: 13.0.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-dependencies - dependency-name: System.IO.Pipelines dependency-version: 9.0.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-dependencies - dependency-name: System.Text.Encodings.Web dependency-version: 9.0.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-dependencies - dependency-name: System.Text.Json dependency-version: 9.0.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
Contributor
Author
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
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 HtmlAgilityPack from 1.12.1 to 1.12.4.
Release notes
Sourced from HtmlAgilityPack's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated Microsoft.Bcl.AsyncInterfaces from 9.0.6 to 9.0.10.
Release notes
Sourced from Microsoft.Bcl.AsyncInterfaces's releases.
9.0.10
Release
What's Changed
Full Changelog: dotnet/runtime@v9.0.9...v9.0.10
9.0.9
Release
What's Changed
Full Changelog: dotnet/runtime@v9.0.8...v9.0.9
9.0.8
Release
What's Changed
InvalidOperationExceptiononTestOutputHelperlogging. by @ilonatommy in [release/9.0-staging][wbt] PreventInvalidOperationExceptiononTestOutputHelperlogging. dotnet/runtime#116916Ping_TimedOut_*tests by @github-actions[bot] in [release/9.0-staging] HardenPing_TimedOut_*tests dotnet/runtime#116630Full Changelog: dotnet/runtime@v9.0.7...v9.0.8
9.0.7
Release
What's Changed
sort_mark_listby @github-actions in [release/9.0-staging] throw an exception instead of infinite loop insort_mark_listdotnet/runtime#115529Full Changelog: dotnet/runtime@v9.0.6...v9.0.7
Commits viewable in compare view.
Updated Microsoft.Data.SqlClient from 6.0.2 to 6.1.2.
Release notes
Sourced from Microsoft.Data.SqlClient's releases.
6.1.2
This update brings the below changes over the previous stable release:
Fixed
System.InvalidOperationException#36296.1.1
This update includes the following changes since the 6.1.0 release:
Fixed
SqlVector<T>.NullAPI signature in Reference assembly. #3521Changed
Azure.Identityand other dependencies to newer versions. (#3538) (#3552)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:
Who Benefits:
Impact:
Revived .NET Standard 2.0 target support
What Changed:
Who Benefits:
... (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#30416.0.3
This update brings the below changes over the previous stable release:
Fixed
Changed
SqlDecimalimplementation to improve code compliance #3466Commits viewable in compare view.
Updated Microsoft.Xaml.Behaviors.Wpf from 1.1.39 to 1.1.135.
Release notes
Sourced from Microsoft.Xaml.Behaviors.Wpf's releases.
1.1.135
What's Changed
This release fixes an issue with Keytriggers not firing when the ALT modifier is used:
Full Changelog: microsoft/XamlBehaviorsWpf@v1.1.122...v1.1.135
1.1.122
What's Changed
This release fixes an issue in the XAMLBehaviorsSample.InvokeCommandControl Binding:
Full Changelog: microsoft/XamlBehaviorsWpf@v1.1.77...v1.1.122
1.1.77
What's Changed
This release avoids a reference to Microsoft.Xaml.Behaviors.DesignTools getting added in legacy-style .NET Framework projects:
Full Changelog: microsoft/XamlBehaviorsWpf@v1.1.75...v1.1.77
1.1.75
What's Changed
New Contributors
Full Changelog: microsoft/XamlBehaviorsWpf@v1.1.39...v1.1.75
Commits viewable in compare view.
Updated Newtonsoft.Json from 13.0.3 to 13.0.4.
Release notes
Sourced from Newtonsoft.Json's releases.
13.0.4
Commits viewable in compare view.
Updated System.IO.Pipelines from 9.0.6 to 9.0.10.
Release notes
Sourced from System.IO.Pipelines's releases.
9.0.10
Release
What's Changed
Full Changelog: dotnet/runtime@v9.0.9...v9.0.10
9.0.9
Release
What's Changed
Full Changelog: dotnet/runtime@v9.0.8...v9.0.9
9.0.8
Release
What's Changed
InvalidOperationExceptiononTestOutputHelperlogging. by @ilonatommy in [release/9.0-staging][wbt] PreventInvalidOperationExceptiononTestOutputHelperlogging. dotnet/runtime#116916Ping_TimedOut_*tests by @github-actions[bot] in [release/9.0-staging] HardenPing_TimedOut_*tests dotnet/runtime#116630Full Changelog: dotnet/runtime@v9.0.7...v9.0.8
9.0.7
Release
What's Changed
sort_mark_listby @github-actions in [release/9.0-staging] throw an exception instead of infinite loop insort_mark_listdotnet/runtime#115529Full Changelog: dotnet/runtime@v9.0.6...v9.0.7
Commits viewable in compare view.
Updated System.Text.Encodings.Web from 9.0.6 to 9.0.10.
Release notes
Sourced from System.Text.Encodings.Web's releases.
9.0.10
Release
What's Changed
Full Changelog: dotnet/runtime@v9.0.9...v9.0.10
9.0.9
Release
What's Changed
Full Changelog: dotnet/runtime@v9.0.8...v9.0.9
9.0.8
Release
What's Changed
Description has been truncated