Bump the nuget-dependencies group with 10 updates#71
Closed
dependabot[bot] wants to merge 1 commit into
Closed
Conversation
Bumps AngleSharp from 1.5.1 to 1.5.2 Bumps dotnet-coverage from 18.8.0 to 18.9.0 Bumps Google.Cloud.Firestore from 4.2.0 to 4.3.0 Bumps Microsoft.Testing.Extensions.TrxReport from 2.2.3 to 2.3.2 Bumps NodaTime from 3.3.2 to 3.3.3 Bumps OpenAI from 2.11.0 to 2.12.0 Bumps Spectre.Console.Testing from 0.57.0 to 0.57.2 Bumps Testcontainers.Firestore from 4.12.0 to 4.13.0 Bumps TUnit from 1.55.2 to 1.59.0 Bumps WireMock.Net from 2.11.0 to 2.12.0 --- updated-dependencies: - dependency-name: AngleSharp dependency-version: 1.5.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-dependencies - dependency-name: dotnet-coverage dependency-version: 18.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-dependencies - dependency-name: Google.Cloud.Firestore dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-dependencies - dependency-name: Microsoft.Testing.Extensions.TrxReport dependency-version: 2.3.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-dependencies - dependency-name: NodaTime dependency-version: 3.3.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-dependencies - dependency-name: OpenAI dependency-version: 2.12.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-dependencies - dependency-name: Spectre.Console.Testing dependency-version: 0.57.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-dependencies - dependency-name: Testcontainers.Firestore dependency-version: 4.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-dependencies - dependency-name: TUnit dependency-version: 1.59.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-dependencies - dependency-name: WireMock.Net dependency-version: 2.12.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
dependabot
Bot
deleted the
dependabot/nuget/dot-config/nuget-dependencies-7e761064fb
branch
July 15, 2026 11:36
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 AngleSharp from 1.5.1 to 1.5.2.
Release notes
Sourced from AngleSharp's releases.
1.5.2
Released on Sunday, July 5 2026
NodeIteratorpre-removing steps to use the first following node (#1260) @ivandroflyRange.IsCollapsedto also compare offsets (#1259) @ivandroflyRange.CompareBoundaryTo(#1258) @ivandroflyRange.CopyContentto follow the DOM Standard (#1257) @ivandroflyRange.ExtractContentto follow the DOM Standard (#1256) @ivandroflyCommits viewable in compare view.
Updated dotnet-coverage from 18.8.0 to 18.9.0.
Release notes
Sourced from dotnet-coverage's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated Google.Cloud.Firestore from 4.2.0 to 4.3.0.
Release notes
Sourced from Google.Cloud.Firestore's releases.
4.3.0
New features
Documentation improvements
TransactionOptionsis changed to better detail the new 'concurrency_mode' option.parentin message.google.firestore.v1.ListCollectionIdsRequestis changed to describe how to list top-level collections.order_byin message.google.firestore.v1.StructuredQueryis updated to describe default behavior for ENTERPRISE edition databasesCommits viewable in compare view.
Updated Microsoft.Testing.Extensions.TrxReport from 2.2.3 to 2.3.2.
Release notes
Sourced from Microsoft.Testing.Extensions.TrxReport's releases.
2.3.0-preview-20220810-02
See release notes here.
2.2.10
See release notes here.
2.2.10-preview-20220414-01
See release notes here.
2.2.9
Parallel output
MSTest 2.2.9 captures all Console output and attaches it to the correct test, even if you are running tests in parallel. This output is captured from your test code as well as from the tested code. And it requires no special setup.
Before
In 2.2.8, test output is scattered among tests, in our example, one unlucky test gets all the output of other tests just mixed together:
After
With 2.2.9, each output is correctly attached to the test that produced it:
Also notice that we are also capturing debug, trace and error. And we are not awaiting the FastChild method, and the output is still assigned correctly. Souce code.
Limitations
Due to the way that class and assembly initialize, and cleanup are invoked, their output will end up in the first test that run (or last for cleanup). This is unfortunately not easily fixable.
See release notes here.
2.2.8
See release notes here.
2.2.7
See release notes here.
2.2.6
See release notes here.
2.2.5
See release notes here.
2.2.4
See release notes here.
2.2.4-preview-20210331-02
See release notes here.
Commits viewable in compare view.
Updated NodaTime from 3.3.2 to 3.3.3.
Release notes
Sourced from NodaTime's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated OpenAI from 2.11.0 to 2.12.0.
Release notes
Sourced from OpenAI's releases.
2.12.0
See full changelog: https://github.com/openai/openai-dotnet/blob/OpenAI_2.12.0/CHANGELOG.md
Commits viewable in compare view.
Updated Spectre.Console.Testing from 0.57.0 to 0.57.2.
Release notes
Sourced from Spectre.Console.Testing's releases.
0.57.2
What's Change
Full Changelog: spectreconsole/spectre.console@0.57.1...0.57.2
0.57.1
What's Changed
Full Changelog: spectreconsole/spectre.console@0.57.0...0.57.1
Commits viewable in compare view.
Updated Testcontainers.Firestore from 4.12.0 to 4.13.0.
Release notes
Sourced from Testcontainers.Firestore'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 TUnit from 1.55.2 to 1.59.0.
Release notes
Sourced from TUnit's releases.
1.59.0
What's Changed
Other Changes
Dependencies
Full Changelog: thomhurst/TUnit@v1.58.0...v1.59.0
1.58.0
What's Changed
Other Changes
Dependencies
Full Changelog: thomhurst/TUnit@v1.57.17...v1.58.0
1.57.17
What's Changed
Other Changes
Dependencies
Full Changelog: thomhurst/TUnit@v1.57.14...v1.57.17
1.57.14
What's Changed
Other Changes
Dependencies
Full Changelog: thomhurst/TUnit@v1.57.0...v1.57.14
1.57.0
What's Changed
Other Changes
Dependencies
Full Changelog: thomhurst/TUnit@v1.56.35...v1.57.0
1.56.35
What's Changed
Other Changes
Dependencies
Full Changelog: thomhurst/TUnit@v1.56.25...v1.56.35
1.56.25
What's Changed
Other Changes
Dependencies
Full Changelog: thomhurst/TUnit@v1.56.18...v1.56.25
1.56.18
What's Changed
Other Changes
new-hidden property slots per-accessor (#6263) by @thomhurst in fix(mocks): forward asymmetricnew-hidden property slots per-accessor (#6263) thomhurst/TUnit#6281Dependencies
Full Changelog: thomhurst/TUnit@v1.56.0...v1.56.18
1.56.0
What's Changed
Other Changes
new-hidden base interface members in wrapper (#6252) by @thomhurst in fix(mocks): implementnew-hidden base interface members in wrapper (#6252) thomhurst/TUnit#6256Dependencies
Full Changelog: thomhurst/TUnit@v1.55.2...v1.56.0
Commits viewable in compare view.
Updated WireMock.Net from 2.11.0 to 2.12.0.
Release notes
Sourced from WireMock.Net's releases.
2.12.0
What's Changed
New Contributors
Full Changelog: wiremock/WireMock.Net@2.11.0...2.12.0
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