Bump the nuget-minor-patch group with 14 updates - #363
Conversation
Bumps AngleSharp from 1.6.0 to 1.7.1 Bumps AngleSharp.Css from 1.0.0-beta.144 to 1.0.1 Bumps HarfBuzzSharp from 14.2.1.1 to 14.2.1.2 Bumps HarfBuzzSharp.NativeAssets.Linux from 14.2.1.1 to 14.2.1.2 Bumps HarfBuzzSharp.NativeAssets.macOS from 14.2.1.1 to 14.2.1.2 Bumps HarfBuzzSharp.NativeAssets.Win32 from 14.2.1.1 to 14.2.1.2 Bumps Microsoft.NET.Test.Sdk from 18.8.1 to 18.9.0 Bumps Microsoft.Playwright from 1.61.0 to 1.62.0 Bumps Microsoft.SourceLink.GitHub from 10.0.301 to 10.0.400 Bumps PDFtoImage from 5.2.1 to 5.4.0 Bumps SkiaSharp from 4.150.1 to 4.151.1 Bumps SkiaSharp.NativeAssets.Linux from 4.150.1 to 4.151.1 Bumps SkiaSharp.NativeAssets.macOS from 4.150.1 to 4.151.1 Bumps SkiaSharp.NativeAssets.Win32 from 4.150.1 to 4.151.1 --- updated-dependencies: - dependency-name: AngleSharp dependency-version: 1.7.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-minor-patch - dependency-name: AngleSharp.Css dependency-version: 1.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-minor-patch - dependency-name: HarfBuzzSharp dependency-version: 14.2.1.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-minor-patch - dependency-name: HarfBuzzSharp.NativeAssets.macOS dependency-version: 14.2.1.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-minor-patch - dependency-name: HarfBuzzSharp.NativeAssets.Win32 dependency-version: 14.2.1.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-minor-patch - dependency-name: HarfBuzzSharp.NativeAssets.Linux dependency-version: 14.2.1.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-minor-patch - dependency-name: Microsoft.NET.Test.Sdk dependency-version: 18.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-minor-patch - dependency-name: Microsoft.Playwright dependency-version: 1.62.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-minor-patch - dependency-name: Microsoft.SourceLink.GitHub dependency-version: 10.0.400 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-minor-patch - dependency-name: PDFtoImage dependency-version: 5.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-minor-patch - dependency-name: SkiaSharp dependency-version: 4.151.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-minor-patch - dependency-name: SkiaSharp.NativeAssets.macOS dependency-version: 4.151.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-minor-patch - dependency-name: SkiaSharp.NativeAssets.Win32 dependency-version: 4.151.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-minor-patch - dependency-name: SkiaSharp.NativeAssets.Linux dependency-version: 4.151.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-minor-patch ... Signed-off-by: dependabot[bot] <support@github.com>
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
|
Closing — superseded by #367, and it carries the same blocking regression. This PR is a superset of #367 (same group, plus All five enforcing |
|
This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests. To ignore these dependencies, configure ignore rules in dependabot.yml |
Updated AngleSharp from 1.6.0 to 1.7.1.
Release notes
Sourced from AngleSharp's releases.
1.7.1
Released on Wednesday, August 5 2026
Released on Wednesday, August 5 2026
DomNameattributes on DOM geometrydocument.open()destroying the DOM tree in case of encoding problems (#1276)Full Changelog: AngleSharp/AngleSharp@1.7.0...v1.7.1
1.7.0
Released on Friday, July 31 2026
:hostpseudo selector (#1271)Commits viewable in compare view.
Updated AngleSharp.Css from 1.0.0-beta.144 to 1.0.1.
Release notes
Sourced from AngleSharp.Css's releases.
1.0.1
Released on Friday, July 31 2026.
What's Changed
mask-imagewith gradients (#218)Full Changelog: AngleSharp/AngleSharp.Css@v1.0.0...v1.0.1
1.0.0
Released on Sunday, July 26 2026.
What's Changed
Full Changelog: AngleSharp/AngleSharp.Css@v0.18.0...v1.0.0
Commits viewable in compare view.
Updated HarfBuzzSharp from 14.2.1.1 to 14.2.1.2.
Updated HarfBuzzSharp.NativeAssets.Linux from 14.2.1.1 to 14.2.1.2.
Updated HarfBuzzSharp.NativeAssets.macOS from 14.2.1.1 to 14.2.1.2.
Updated HarfBuzzSharp.NativeAssets.Win32 from 14.2.1.1 to 14.2.1.2.
Updated Microsoft.NET.Test.Sdk from 18.8.1 to 18.9.0.
Release notes
Sourced from Microsoft.NET.Test.Sdk's releases.
18.9.0
What's Changed
New Contributors
Full Changelog: microsoft/vstest@v18.8.0...v18.9.0
Commits viewable in compare view.
Updated Microsoft.Playwright from 1.61.0 to 1.62.0.
Release notes
Sourced from Microsoft.Playwright's releases.
1.62.0
🖼️ WebP screenshots
page.screenshot() and locator.screenshot() can now capture screenshots in the WebP format — Playwright infers the format from a
.webpfile extension, or you can set thetypeexplicitly. Quality100(the default) is lossless, while lower values use lossy compression:New APIs
Scrolloption (Auto|None) on actions to opt out of Playwright's automatic scroll-into-view.Announcements
navigator.clipboardno longer read or overwrite the clipboard of the machine running them.Browser Versions
This version was also tested against the following stable channels:
Commits viewable in compare view.
Updated Microsoft.SourceLink.GitHub from 10.0.301 to 10.0.400.
Release notes
Sourced from Microsoft.SourceLink.GitHub's releases.
10.0.400
You can build .NET 10.0 from the repository by cloning the release tag
v10.0.400and 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
10.0.303
You can build .NET 10.0 from the repository by cloning the release tag
v10.0.303and 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
10.0.302
You can build .NET 10.0 from the repository by cloning the release tag
v10.0.302and 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 PDFtoImage from 5.2.1 to 5.4.0.
Release notes
Sourced from PDFtoImage's releases.
5.4.0
5.3.0
net8.0-browser.Commits viewable in compare view.
Updated SkiaSharp from 4.150.1 to 4.151.1.
Updated SkiaSharp.NativeAssets.Linux from 4.150.1 to 4.151.1.
Updated SkiaSharp.NativeAssets.macOS from 4.150.1 to 4.151.1.
Updated SkiaSharp.NativeAssets.Win32 from 4.150.1 to 4.151.1.
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