Bump the nuget group with 10 updates - #961
Merged
Merged
Conversation
Bumps AngleSharp from 1.5.1 to 1.7.0 Bumps Avalonia from 12.0.5 to 12.1.1 Bumps Avalonia.Desktop from 12.0.5 to 12.1.1 Bumps CliWrap from 3.10.2 to 3.10.4 Bumps GitHubActionsTestLogger from 3.0.4 to 3.0.5 Bumps Microsoft.Bcl.AsyncInterfaces from 10.0.9 to 10.0.10 Bumps Microsoft.NET.Test.Sdk from 18.7.0 to 18.8.1 Bumps PolyShim from 2.11.0 to 2.12.2 Bumps PowerKit from 2.0.2 to 2.3.1 Bumps System.Text.Json from 10.0.9 to 10.0.10 --- updated-dependencies: - dependency-name: AngleSharp dependency-version: 1.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget - dependency-name: Avalonia dependency-version: 12.1.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget - dependency-name: Avalonia.Desktop dependency-version: 12.1.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget - dependency-name: CliWrap dependency-version: 3.10.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget - dependency-name: GitHubActionsTestLogger dependency-version: 3.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget - dependency-name: Microsoft.Bcl.AsyncInterfaces dependency-version: 10.0.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget - dependency-name: Microsoft.NET.Test.Sdk dependency-version: 18.8.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget - dependency-name: PolyShim dependency-version: 2.12.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget - dependency-name: PowerKit dependency-version: 2.3.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget - dependency-name: System.Text.Json dependency-version: 10.0.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget ... 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 AngleSharp from 1.5.1 to 1.7.0.
Release notes
Sourced from AngleSharp's releases.
1.7.0
Released on Friday, July 31 2026
:hostpseudo selector (#1271)1.6.0
Released on Sunday, July 26 2026
i/I(case-insensitive) ands/S(case-sensitive)UrlUrl||) selector syntaxCurrentSourceinCssMediaElement1.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 Avalonia from 12.0.5 to 12.1.1.
Release notes
Sourced from Avalonia's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated Avalonia.Desktop from 12.0.5 to 12.1.1.
Release notes
Sourced from Avalonia.Desktop's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated CliWrap from 3.10.2 to 3.10.4.
Release notes
Sourced from CliWrap's releases.
3.10.4
What's Changed
Enhancements
Bugs
Full Changelog: Tyrrrz/CliWrap@3.10.3...3.10.4
3.10.3
What's Changed
Bugs
New Contributors
Full Changelog: Tyrrrz/CliWrap@3.10.2...3.10.3
Commits viewable in compare view.
Updated GitHubActionsTestLogger from 3.0.4 to 3.0.5.
Release notes
Sourced from GitHubActionsTestLogger's releases.
3.0.5
What's Changed
Enhancements
New Contributors
Full Changelog: Tyrrrz/GitHubActionsTestLogger@3.0.4...3.0.5
Commits viewable in compare view.
Updated Microsoft.Bcl.AsyncInterfaces from 10.0.9 to 10.0.10.
Release notes
Sourced from Microsoft.Bcl.AsyncInterfaces's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated Microsoft.NET.Test.Sdk from 18.7.0 to 18.8.1.
Release notes
Sourced from Microsoft.NET.Test.Sdk's releases.
18.8.1
What's Changed
Full Changelog: microsoft/vstest@v18.8.0...v18.8.1
18.8.0
What's Changed
Full Changelog: microsoft/vstest@v18.7.0...v18.8.0
Commits viewable in compare view.
Updated PolyShim from 2.11.0 to 2.12.2.
Release notes
Sourced from PolyShim's releases.
2.12.2
What's Changed
Bugs
Full Changelog: Tyrrrz/PolyShim@2.12.1...2.12.2
2.12.1
What's Changed
Bugs
BinaryPrimitivesbeing available withSystem.Memoryimported by @Tyrrrz in FixBinaryPrimitivesbeing available withSystem.Memoryimported PolyShim#132Full Changelog: Tyrrrz/PolyShim@2.12...2.12.1
2.12
What's Changed
Enhancements
char.IsBetween(...)andchar.IsAscii*(...)by @Tyrrrz with @Copilot in Add polyfills forchar.IsBetween(...)andchar.IsAscii*(...)PolyShim#129New Contributors
Full Changelog: Tyrrrz/PolyShim@2.11...2.12
Commits viewable in compare view.
Updated PowerKit from 2.0.2 to 2.3.1.
Release notes
Sourced from PowerKit's releases.
2.3.1
What's Changed
Enhancements
ObserveExceptiontoCatchby @Tyrrrz with @Copilot in RenameObserveExceptiontoCatchPowerKit#96<inheritdoc/>by @Tyrrrz with @Copilot in Deduplicate repeated XML docs in PowerKit with targeted<inheritdoc/>PowerKit#97Bugs
Full Changelog: Tyrrrz/PowerKit@2.3...2.3.1
2.3
What's Changed
Enhancements
Full Changelog: Tyrrrz/PowerKit@2.2...2.3
2.2
What's Changed
Enhancements
Full Changelog: Tyrrrz/PowerKit@2.1...2.2
2.1
What's Changed
Enhancements
Full Changelog: Tyrrrz/PowerKit@2.0.2...2.1
Commits viewable in compare view.
Updated System.Text.Json from 10.0.9 to 10.0.10.
Release notes
Sourced from System.Text.Json'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