deps: Bump the packages group with 5 updates#175
Open
dependabot[bot] wants to merge 1 commit intodevfrom
Open
Conversation
Bumps Aspire.Microsoft.Data.SqlClient from 13.2.3 to 13.2.4 Bumps Aspire.MySqlConnector from 13.2.3 to 13.2.4 Bumps Aspire.Npgsql from 13.2.3 to 13.2.4 Bumps Microsoft.Data.SqlClient from 7.0.0 to 7.0.1 Bumps NodaTime from 3.3.1 to 3.3.2 --- updated-dependencies: - dependency-name: Aspire.Microsoft.Data.SqlClient dependency-version: 13.2.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: packages - dependency-name: Aspire.MySqlConnector dependency-version: 13.2.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: packages - dependency-name: Aspire.Npgsql dependency-version: 13.2.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: packages - dependency-name: Microsoft.Data.SqlClient dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: packages - dependency-name: NodaTime dependency-version: 3.3.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: packages ... 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 Aspire.Microsoft.Data.SqlClient from 13.2.3 to 13.2.4.
Release notes
Sourced from Aspire.Microsoft.Data.SqlClient's releases.
13.2.4
Aspire 13.2.4
What's New in Aspire 13.2.4
Patch release addressing a security advisory in OpenTelemetry dependencies.
🐛 Fixes
🏷️ Housekeeping
13.2.4 (#16436)
Commits viewable in compare view.
Updated Aspire.MySqlConnector from 13.2.3 to 13.2.4.
Release notes
Sourced from Aspire.MySqlConnector's releases.
13.2.4
Aspire 13.2.4
What's New in Aspire 13.2.4
Patch release addressing a security advisory in OpenTelemetry dependencies.
🐛 Fixes
🏷️ Housekeeping
13.2.4 (#16436)
Commits viewable in compare view.
Updated Aspire.Npgsql from 13.2.3 to 13.2.4.
Release notes
Sourced from Aspire.Npgsql's releases.
13.2.4
Aspire 13.2.4
What's New in Aspire 13.2.4
Patch release addressing a security advisory in OpenTelemetry dependencies.
🐛 Fixes
🏷️ Housekeeping
13.2.4 (#16436)
Commits viewable in compare view.
Updated Microsoft.Data.SqlClient from 7.0.0 to 7.0.1.
Release notes
Sourced from Microsoft.Data.SqlClient's releases.
7.0.1
This update brings the following changes since the 7.0.0 release:
Fixed
Fixed
SqlBulkCopyfailing on SQL Server 2016 withInvalid column name 'graph_type'error. The column metadata query now uses dynamic SQL so that references to thegraph_typecolumn (introduced in SQL Server 2017) are not compiled on older versions that lack the column. (#3714, #4092, #4147)Fixed
SqlBulkCopyfailing on Azure Synapse Analytics dedicated SQL pools. The column-list query previously used a variable-assignment pattern that Synapse does not support; it now usesSTRING_AGGwhen targeting Synapse (engine edition 6) and falls back to the variable-assignment approach for SQL Server 2016 compatibility. (#4149, #4176, #4182)Fixed
SqlDataReader.GetFieldType()andGetProviderSpecificFieldType()returningtypeof(byte[])instead oftypeof(SqlVector<float>)for vector float32 columns. The methods now follow the same type-determination logic asGetValue(). (#4104, #4105, #4152)Added missing
System.Data.Common(v4.3.0) NuGet package dependency for .NET Framework consumers. The inboxSystem.Data.Commonassembly on .NET Framework predates APIs such asIDbColumnSchemaGenerator; without the explicit NuGet dependency, consumers encounteredCS0012compilation errors when using these types throughMicrosoft.Data.SqlClient. (#4063, #4074)Changed
Enabled the User Agent TDS feature extension unconditionally. The
Switch.Microsoft.Data.SqlClient.EnableUserAgentAppContext switch has been removed; the driver now always sends User Agent information during login. (#4124, #4154)Added type forwards from the core
Microsoft.Data.SqlClientassembly to public types that were moved to theMicrosoft.Data.SqlClient.Extensions.Abstractionspackage:SqlAuthenticationMethod,SqlAuthenticationParameters,SqlAuthenticationProvider,SqlAuthenticationProviderException, andSqlAuthenticationToken. This ensures binary compatibility for assemblies compiled against earlier versions ofMicrosoft.Data.SqlClientwhere these types lived in the core assembly. (#4067, #4117)Fixed API documentation include paths and duplicate doc snippets. (#4084, #4086, #4107, #4161)
Contributors
We thank the following public contributors. Their efforts toward this project are very much appreciated.
Target Platform Support
Dependencies
.NET 9.0
.NET 8.0
... (truncated)
Commits viewable in compare view.
Updated NodaTime from 3.3.1 to 3.3.2.
Release notes
Sourced from NodaTime's releases.
No release notes found for this version range.
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