Skip to content

Bump the nuget-minor-patch group with 14 updates - #376

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/dot-config/nuget-minor-patch-8cae96a56e
Open

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/dot-config/nuget-minor-patch-8cae96a56e

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 24, 2026

Copy link
Copy Markdown
Contributor

Updated AngleSharp from 1.6.0 to 1.8.2.

Release notes

Sourced from AngleSharp's releases.

1.8.2

Released on Friday, September 18 2026

What's Changed

  • Improved attribute selector serialization to write only the case-sensitivity modifier that was specified (#​1351)
  • Improved id/name lookup on collections (document.forms["x"], form.elements["x"], ...) to enumerate the underlying sequence once instead of twice
  • Improved performance of form.elements / fieldset.elements by walking the tree directly (#​1350)
  • Improved GetElementsByTagName / GetElementsByClassName traversal to stop double-scanning each element's children
  • Improved selector specificity (Selectors.Specificity, ComplexSelector.Specificity) to be computed once instead of recomputed on every read
  • Improved ListSelector.GetMatchingSelector to sort its selectors once instead of on every call
  • Improved performance of HTML tree construction by keeping mutation logic out of it (#​1347)
  • Improved performance of DOM mutations by building a mutation record only when an observer will consume it (#​1347)
  • Improved performance of parser attribute duplication check
  • Fixed Document.Forms allocating a new collection instance per read, contradicting its own [DomSameObject] contract
  • Fixed classList and the other reflected token lists writing their content attribute without running the attribute change steps or queueing a mutation record
  • Fixed clearing a reflected boolean attribute such as disabled removing it without running the attribute change steps or queueing a mutation record
  • Fixed vulnerability via SVG style serialization (GHSA-cgp3-27rh-pcp2)
  • Fixed a StackOverflowException when parsing a document with deeply nested unclosed <template> elements
  • Added Document.MutationVersion, a synchronous counter of DOM mutations that a parse leaves unchanged (#​1344, #​1347)
  • Released 1.8.2 by @​FlorianRappl in Release 1.8.2 AngleSharp/AngleSharp#1353

New Contributors

Full Changelog: AngleSharp/AngleSharp@v1.8.1...v1.8.2

1.8.1

Released on Thursday, September 10 2026

What's Changed

  • Updated DoFocus and DoBlur to apply to form elements
  • Improved explicit form ownership to take precedence over ancestor forms for connected controls (#​1323) @​sebastienros
  • Fixed HTML hyperlink pseudo-classes omitting empty href and matching link elements (#​1337) @​sebastienros
  • Fixed HTML-namespace element creation losing local-name case (#​1327) @​sebastienros
  • Fixed :enabled incorrectly matching HTML links with nonempty href (#​1324) @​sebastienros
  • Fixed changing focus of elements
  • Released 1.8.1 by @​FlorianRappl in Release 1.8.1 AngleSharp/AngleSharp#1343

New Contributors

Full Changelog: AngleSharp/AngleSharp@v1.8.0...v1.8.1

1.8.0

Released on Saturday, September 5 2026

What's Changed

  • Improved AngleSharp's test website
  • Fixed script data escaped state potentially not bouncing back correctly
  • Added the DomSameObject annotation for the respective IDL members (#​1314) @​lahma
  • Added the DomReturnType annotation for methods returning a different IDL type (#​1318)
  • Released 1.8.0 by @​FlorianRappl in Release 1.8.0 AngleSharp/AngleSharp#1317

Full Changelog: AngleSharp/AngleSharp@v1.7.3...v1.8.0

1.7.3

Released on Thursday, September 3 2026

What's Changed

  • Improved tracking of parse exceptions in the HtmlParser (#​1315) @​lahma
  • Fixed tokenizer buffer overrun on encoding change (#​1290) @​jafin
  • Fixed selector text dropping the nth-child of clause (#​1292) @​jafin
  • Fixed selector text dropping the case-insensitive (#​1291) @​jafin
  • Fixed selector specificity carrying between fields instead of saturating (#​1300) @​meziantou
  • Fixed condition check for disposed state in ReturnToPool (#​1296) @​meziantou
  • Fixed ArgumentOutOfRangeException CSS escapes (#​1299) @​meziantou
  • Fixed whitespace around An+B CSS selector notations (#​1297)
  • Fixed unsupported pseudo-classes matching everything (#​1295)
  • Fixed DomException for invalid foreign attribute names such as xml:lang[ (#​1294)
  • Fixed script data escaped state leaving escaped mode too early (#​1298)
  • Fixed CurrentScript not indicating the currently executing script (#​1308) @​lahma
  • Fixed returned missing attribute-properties to use empty string instead of null (#​1313) @​lahma
  • Fixed removal of data-* attributes (#​1310) @​lahma
  • Added missing DomName/DomAccessor annotations (#​1301) @​meziantou
  • Added missing DomLiterals attribute to AdjacentPosition (#​1311) @​lahma
  • Released 1.7.3 by @​FlorianRappl in Release 1.7.3 AngleSharp/AngleSharp#1302

Full Changelog: AngleSharp/AngleSharp@v1.7.2...v1.7.3

1.7.2

Released on Sunday, August 23 2026

What's Changed

  • Fixed matching of annotation-xml encoding to be case-insensitive (#​1284) @​arpitjain099
  • Fixed <xmp> usage in <select> elements
  • Added ability to parse immutable byte buffers without a stream (#​1286) @​dv00d00
  • Released 1.7.2 by @​FlorianRappl in Release 1.7.2 AngleSharp/AngleSharp#1288

New Contributors

Full Changelog: AngleSharp/AngleSharp@1.7.1...v1.7.2

1.7.1

Released on Wednesday, August 5 2026

  • Migrated the build system from NUKE to Fallout by @​jafin in Migrate the build system from NUKE to Fallout AngleSharp/AngleSharp#1275
  • Improved WHATWG Url specification (#​802) @​jafin
  • Improved tokenizer read performance (#​1274) @​dv00d00
  • Fixed auxiliary browsing context lifetime (#​1278) @​jafin
  • Fixed duplicated DomName attributes on DOM geometry
  • Fixed document.open() destroying the DOM tree in case of encoding problems (#​1276)
  • Fixed source references having wrong line (#​1280)
  • Released 1.7.1 by @​FlorianRappl in Release 1.7.1 AngleSharp/AngleSharp#1281

Full Changelog: AngleSharp/AngleSharp@1.7.0...v1.7.1

1.7.0

Released on Friday, July 31 2026

  • Improved CSS selector performance (#​1270, #​929) @​lahma
  • Added support for the :host pseudo selector (#​1271)
  • Added support for the DomGeometry spec (#​1193)

Commits viewable in compare view.

Updated AngleSharp.Css from 1.0.0-beta.144 to 1.1.2.

Release notes

Sourced from AngleSharp.Css's releases.

1.1.2

Released on Friday, September 11 2026

What's Changed

  • Fixed issue with calculation of CSS grid style
  • Fixed default value of CSS gradients
  • Fixed issue with Point2D style computations
  • Fixed issue with style computation of border-image-slice declarations
  • Fixed handling of ::before and ::after w.r.t. content declarations
  • Added support for more text-overflow keywords
  • Added alignment-baseline declaration
  • Added baseline-shift declaration
  • Added color-interpolation-filters declaration
  • Added clip-path and clip-rule declarations
  • Added dominant-baseline declaration
  • Added fill-opacity and fill-rule declarations
  • Added marker-start, marker-mid, and marker-end declarations
  • Added mask declaration
  • Added text-underline-position declaration
  • Added writing-mode declaration
  • Released 1.1.2 by @​FlorianRappl in Release 1.1.2 AngleSharp/AngleSharp.Css#246

Full Changelog: AngleSharp/AngleSharp.Css@v1.1.1...v1.1.2

1.1.1

Released on Wednesday, September 9 2026

What's Changed

  • Fixed unresolved converter re-entry (#​243) @​sebastienros
  • Fixed issue with computation of transform functions
  • Fixed computed animation longhands retaining unresolved initial values
  • Fixed percentage border-radius components resolving against the wrong axis
  • Fixed default list styling for unordered lists
  • Added shorthand decomposition and clip support for overflow
  • Added explicit pseudo class handling via SetPseudoClass
  • Added support for parsing filter declarations
  • Released 1.1.1 by @​FlorianRappl in Release 1.1.1 AngleSharp/AngleSharp.Css#245

Full Changelog: AngleSharp/AngleSharp.Css@v1.1.0...v1.1.1

1.1.0

Released on Saturday, September 5 2026

What's Changed

  • Improved evaluation of comma-separated media queries (#​230)
  • Fixed wrong media feature used for scripting (#​233)
  • Fixed wrong rientation and scan evaluation (#​232)
  • Fixed not <known media type> is always false (#​231)
  • Fixed calc() computations in AoT-compiled applications (#​236) @​sebastienros
  • Fixed usage of calc() with unitless scaling (multiplication / division)
  • Fixed case-sensitive matching of and / or in @​supports and from / to in @​keyframes (#​240) @​meziantou
  • Fixed operator associativity and result units in calc() (#​239) @​meziantou
  • Fixed unquoted and invalid url() handling (#​238) @​meziantou
  • Fixed handling of invalid keyframe selectors
  • Fixed stackoverflow due to cyclic CSS variables (#​241)
  • Added optional CSSOM compliant color seralization (#​229) @​lahma
  • Added user-preference media features to the render device (#​235) @​lahma
  • Added media query list evaluation using IRenderDevice (#​228) @​lahma

New Contributors

Full Changelog: AngleSharp/AngleSharp.Css@v1.0.2...v1.1.0

1.0.2

Released on Friday, August 21 2026.

What's Changed

New Contributors

Full Changelog: AngleSharp/AngleSharp.Css@v1.0.1...v1.0.2

1.0.1

Released on Friday, July 31 2026.

What's Changed

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 docfx from 2.78.5 to 2.80.1.

Release notes

Sourced from docfx's releases.

2.80.1

What's Changed

💪 Other Changes

New Contributors

Full Changelog: dotnet/docfx@v2.78.6...v2.80.1

2.78.6

What's Changed

💪 Other Changes

Commits viewable in compare view.

Updated HarfBuzzSharp from 14.2.1.2 to 14.2.1.201.

Updated HarfBuzzSharp.NativeAssets.Linux from 14.2.1.2 to 14.2.1.201.

Updated HarfBuzzSharp.NativeAssets.macOS from 14.2.1.2 to 14.2.1.201.

Updated HarfBuzzSharp.NativeAssets.Win32 from 14.2.1.2 to 14.2.1.201.

Updated Microsoft.NET.Test.Sdk from 18.8.1 to 18.10.1.

Release notes

Sourced from Microsoft.NET.Test.Sdk's releases.

18.10.1

What's Changed

Full Changelog: microsoft/vstest@v18.10.0...v18.10.1

18.10.0

What's Changed

Full Changelog: microsoft/vstest@v18.9.0...v18.10.0

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.62.0 to 1.63.0.

Release notes

Sourced from Microsoft.Playwright's releases.

1.63.0

🪟 Locate across frames

Page.FrameLocator() and Frame.FrameLocator() called without a selector search in any frame of the
subtree, so you no longer need to locate the iframe first:

// Finds the button in any frame on the page.
await Page.FrameLocator().GetByRole(AriaRole.Button).ClickAsync();

The rest of the locator resolves inside a single frame, just like a regular locator, and an error is thrown when it
matches elements in several frames.

👁️ Visible-only locators

New Locator.Visible returns a locator that matches only visible elements. It is the recommended
replacement for the :visible CSS pseudo-class:

await Page.Locator("button").Visible.ClickAsync();

🖼️ Aria and screen snapshots in traces

New AriaSnapshots and ScreenSnapshots options of Tracing.StartAsync() capture an aria snapshot and a screenshot of the page on every action:

await context.Tracing.StartAsync(new()
{
  Snapshots = true,
  AriaSnapshots = true,
  ScreenSnapshots = true
});

With aria and screen snapshots recorded, the new Display Aria mode in the trace viewer shows the action screenshot
side by side with the aria snapshot, and hovering an aria node highlights it on the screenshot.

New APIs

Browser and Context

Command line

  • pwsh bin/Debug/netX/playwright.ps1 install --no-remove keeps the browsers of other Playwright installations instead of removing them.
  • pwsh bin/Debug/netX/playwright.ps1 codegen --http-credentials records against pages behind HTTP authentication.

Announcements

... (truncated)

Commits viewable in compare view.

Updated Microsoft.SourceLink.GitHub from 10.0.400 to 10.0.401.

Release notes

Sourced from Microsoft.SourceLink.GitHub's releases.

10.0.401

Release

What's Changed

... (truncated)

Commits viewable in compare view.

Updated SkiaSharp from 4.151.1 to 4.152.1.

Updated SkiaSharp.NativeAssets.Linux from 4.151.1 to 4.152.1.

Updated SkiaSharp.NativeAssets.macOS from 4.151.1 to 4.152.1.

Updated SkiaSharp.NativeAssets.Win32 from 4.151.1 to 4.152.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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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

Bumps AngleSharp from 1.6.0 to 1.8.2
Bumps AngleSharp.Css from 1.0.0-beta.144 to 1.1.2
Bumps docfx from 2.78.5 to 2.80.1
Bumps HarfBuzzSharp from 14.2.1.2 to 14.2.1.201
Bumps HarfBuzzSharp.NativeAssets.Linux from 14.2.1.2 to 14.2.1.201
Bumps HarfBuzzSharp.NativeAssets.macOS from 14.2.1.2 to 14.2.1.201
Bumps HarfBuzzSharp.NativeAssets.Win32 from 14.2.1.2 to 14.2.1.201
Bumps Microsoft.NET.Test.Sdk from 18.8.1 to 18.10.1
Bumps Microsoft.Playwright from 1.62.0 to 1.63.0
Bumps Microsoft.SourceLink.GitHub from 10.0.400 to 10.0.401
Bumps SkiaSharp from 4.151.1 to 4.152.1
Bumps SkiaSharp.NativeAssets.Linux from 4.151.1 to 4.152.1
Bumps SkiaSharp.NativeAssets.macOS from 4.151.1 to 4.152.1
Bumps SkiaSharp.NativeAssets.Win32 from 4.151.1 to 4.152.1

---
updated-dependencies:
- dependency-name: AngleSharp
  dependency-version: 1.8.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-minor-patch
- dependency-name: AngleSharp.Css
  dependency-version: 1.1.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-minor-patch
- dependency-name: docfx
  dependency-version: 2.80.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-minor-patch
- dependency-name: HarfBuzzSharp
  dependency-version: 14.2.1.201
  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.201
  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.201
  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.201
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-minor-patch
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-version: 18.10.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-minor-patch
- dependency-name: Microsoft.Playwright
  dependency-version: 1.63.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.401
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-minor-patch
- dependency-name: SkiaSharp
  dependency-version: 4.152.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-minor-patch
- dependency-name: SkiaSharp.NativeAssets.macOS
  dependency-version: 4.152.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-minor-patch
- dependency-name: SkiaSharp.NativeAssets.Win32
  dependency-version: 4.152.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-minor-patch
- dependency-name: SkiaSharp.NativeAssets.Linux
  dependency-version: 4.152.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Sep 24, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

This branch has not been deployed

No deployments
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants