Bump the all-dependencies group with 10 updates - #722
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
Bumps Meziantou.Analyzer from 3.0.109 to 3.0.132 Bumps Microsoft.AspNetCore.TestHost from 8.0.28 to 8.0.29 Bumps Microsoft.Data.SqlClient from 7.0.1 to 7.0.2 Bumps Microsoft.Data.Sqlite.Core from 10.0.9 to 10.0.10 Bumps Microsoft.SourceLink.GitHub from 10.0.300 to 10.0.301 Bumps MySqlConnector from 2.5.0 to 2.6.1 Bumps SQLitePCLRaw.bundle_e_sqlite3 from 3.0.3 to 3.0.5 Bumps Testcontainers.MsSql from 4.12.0 to 4.13.0 Bumps Testcontainers.MySql from 4.12.0 to 4.13.0 Bumps Testcontainers.PostgreSql from 4.12.0 to 4.13.0 --- updated-dependencies: - dependency-name: Meziantou.Analyzer dependency-version: 3.0.132 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: Microsoft.AspNetCore.TestHost dependency-version: 8.0.29 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: Microsoft.Data.SqlClient dependency-version: 7.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: Microsoft.Data.Sqlite.Core dependency-version: 10.0.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: Microsoft.SourceLink.GitHub dependency-version: 10.0.301 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: MySqlConnector dependency-version: 2.6.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: SQLitePCLRaw.bundle_e_sqlite3 dependency-version: 3.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: Testcontainers.MsSql dependency-version: 4.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: Testcontainers.MySql dependency-version: 4.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: Testcontainers.PostgreSql dependency-version: 4.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies ... 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 Meziantou.Analyzer from 3.0.109 to 3.0.132.
Release notes
Sourced from Meziantou.Analyzer's releases.
3.0.132
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.132
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@3.0.130...3.0.132
3.0.131
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.131
What's Changed
[with(StringComparer.Ordinal)]collection expression by @meziantou in Fix MA0002 false positive on[with(StringComparer.Ordinal)]collection expression meziantou/Meziantou.Analyzer#1237Full Changelog: meziantou/Meziantou.Analyzer@3.0.129...3.0.131
3.0.130
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.130
What's Changed
[with(StringComparer.Ordinal)]collection expression by @meziantou in Fix MA0002 false positive on[with(StringComparer.Ordinal)]collection expression meziantou/Meziantou.Analyzer#1237Full Changelog: meziantou/Meziantou.Analyzer@3.0.129...3.0.130
3.0.129
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.129
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@3.0.128...3.0.129
3.0.128
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.128
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@3.0.127...3.0.128
3.0.127
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.127
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@3.0.126...3.0.127
3.0.126
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.126
What's Changed
ImmutableDictionary.CreateBuilder<TKey, TValue>()without comparer by @meziantou with @Copilot in Enforce MA0002 forImmutableDictionary.CreateBuilder<TKey, TValue>()without comparer meziantou/Meziantou.Analyzer#1227Full Changelog: meziantou/Meziantou.Analyzer@3.0.125...3.0.126
3.0.125
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.125
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@3.0.124...3.0.125
3.0.124
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.124
What's Changed
defaultliterals in named-argument checks by @meziantou with @Copilot in MA0003: add configurable support fordefaultliterals in named-argument checks meziantou/Meziantou.Analyzer#1222Full Changelog: meziantou/Meziantou.Analyzer@3.0.123...3.0.124
3.0.123
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.123
What's Changed
is-pattern detection to avoid declaration-pattern false positives by @meziantou with @Copilot in Refine MA0179is-pattern detection to avoid declaration-pattern false positives meziantou/Meziantou.Analyzer#1220Full Changelog: meziantou/Meziantou.Analyzer@3.0.122...3.0.123
3.0.122
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.122
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@3.0.121...3.0.122
3.0.121
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.121
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@3.0.120...3.0.121
3.0.120
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.120
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@3.0.119...3.0.120
3.0.119
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.119
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@3.0.118...3.0.119
3.0.118
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.118
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@3.0.117...3.0.118
3.0.117
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.117
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@3.0.116...3.0.117
3.0.116
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.116
What's Changed
isexpressions by @meziantou with @Copilot in Fix MA0194 merging of indexer-basedisexpressions meziantou/Meziantou.Analyzer#1209Full Changelog: meziantou/Meziantou.Analyzer@3.0.115...3.0.116
3.0.115
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.115
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@3.0.114...3.0.115
3.0.114
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.114
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@3.0.113...3.0.114
3.0.113
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.113
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@3.0.112...3.0.113
3.0.112
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.112
Full Changelog: meziantou/Meziantou.Analyzer@3.0.111...3.0.112
3.0.111
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.111
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@3.0.110...3.0.111
3.0.110
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.110
What's Changed
partialdiagnostics by @meziantou with @Copilot in MA0204: exclude WPF XAML root types from unnecessarypartialdiagnostics meziantou/Meziantou.Analyzer#1195Full Changelog: meziantou/Meziantou.Analyzer@3.0.109...3.0.110
Commits viewable in compare view.
Updated Microsoft.AspNetCore.TestHost from 8.0.28 to 8.0.29.
Release notes
Sourced from Microsoft.AspNetCore.TestHost's releases.
8.0.29
Release
What's Changed
d72f9c8toa721f1bby @dependabot[bot] in [release/8.0] (deps): Bump src/submodules/googletest fromd72f9c8toa721f1bdotnet/aspnetcore#66973a721f1bto7140cd4by @dependabot[bot] in [release/8.0] (deps): Bump src/submodules/googletest froma721f1bto7140cd4dotnet/aspnetcore#67222Full Changelog: dotnet/aspnetcore@v8.0.28...v8.0.29
Commits viewable in compare view.
Updated Microsoft.Data.SqlClient from 7.0.1 to 7.0.2.
Release notes
Sourced from Microsoft.Data.SqlClient's releases.
7.0.2
This update brings the following changes since the 7.0.1 release:
Companion package release notes
The following companion packages ship aligned as
7.0.2. See their individual release notes for package-specific changes (including theMicrosoft.Data.SqlClient.Extensions.AzureWAM broker support):Fixed
Fixed a
NullReferenceExceptioninSqlCommand.Cancel(). The diagnostic message built during cancellation dereferenced the active connection directly; it now uses a null-conditional access so cancellation no longer throws when the connection has already been torn down.(#4372,#4373)
Fixed a
NullReferenceExceptioninSqlDataReaderwhen callingGetBytes/GetCharswith anulldestination buffer. The argument-validation path that constructs theInvalidDestinationBufferIndexexception now guards against the null buffer so the correctArgumentExceptionis surfaced instead of an NRE.(#4159,#4206)
Fixed Always Encrypted column master key signature verification incorrectly reusing cached results. The
SignatureVerificationCachelookup logic was corrected so signature verification outcomes are cached and retrieved against the correct key, preventing stale or mismatched verification results.(#4339,#4343)
Changed
Hardened TDS token parsing with data-length bounds checks
What Changed:
(#4340,#4358)
Who Benefits:
Impact:
... (truncated)
Commits viewable in compare view.
Updated Microsoft.Data.Sqlite.Core from 10.0.9 to 10.0.10.
Release notes
Sourced from Microsoft.Data.Sqlite.Core's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated Microsoft.SourceLink.GitHub from 10.0.300 to 10.0.301.
Release notes
Sourced from Microsoft.SourceLink.GitHub's releases.
10.0.301
You can build .NET 10.0 from the repository by cloning the release tag
v10.0.301and following the build instructions in the main README.md.Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.
Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023
Commits viewable in compare view.
Updated MySqlConnector from 2.5.0 to 2.6.1.
Release notes
Sourced from MySqlConnector's releases.
2.6.1
MySqlCommand.PreparewithINSERT INTO ... RETURNING: #1652.2.6.0
OTEL_SEMCONV_STABILITY_OPT_INtodatabaseordatabase/dup(or useWithSemanticConventionsKinds) to test the new semantic conventions.traceparentto MySQL Server: #1635.EnableResultSetHeaderEventis now opt-in: #1633.AddMySqlDataSourceand related APIs fromMySqlConnector.DependencyInjectiontoMySqlConnector: #1649.DoCloseAsync: #729.DATETIMEticks: #1630.BINARYcolumns asGuid: #1625.Commits viewable in compare view.
Updated SQLitePCLRaw.bundle_e_sqlite3 from 3.0.3 to 3.0.5.
Release notes
Sourced from SQLitePCLRaw.bundle_e_sqlite3's releases.
3.0.5
Update the lib dependency for
SQLitePCLRaw.bundle_e_sqlite3to package IDSQLiteversion 3.53.4.3.0.4
Update SQLitePCLRaw.bundle_e_sqlite3 to reference SourceGear.sqlite3 version 3.53.3.
Commits viewable in compare view.
Updated Testcontainers.MsSql from 4.12.0 to 4.13.0.
Release notes
Sourced from Testcontainers.MsSql's releases.
4.13.0
What's Changed
Thank you to everyone who contributed and shared their feedback 🤜🤛.
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: #33686956.🚀 Features
🐛 Bug Fixes
📖 Documentation
🧹 Housekeeping
📦 Dependency Updates
Commits viewable in compare view.
Updated Testcontainers.MySql from 4.12.0 to 4.13.0.
Release notes
Sourced from Testcontainers.MySql's releases.
4.13.0
What's Changed
Thank you to everyone who contributed and shared their feedback 🤜🤛.
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: #33686956.🚀 Features
🐛 Bug Fixes
📖 Documentation
🧹 Housekeeping
📦 Dependency Updates
Commits viewable in compare view.
Updated Testcontainers.PostgreSql from 4.12.0 to 4.13.0.
Release notes
Sourced from Testcontainers.PostgreSql's releases.
4.13.0
What's Changed
Thank you to everyone who contributed and shared their feedback 🤜🤛.
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: #33686956.🚀 Features
🐛 Bug Fixes
📖 Documentation
🧹 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