Skip to content

(deps): Bump AngleSharp from 1.8.1 to 1.8.2 - #5235

Merged
mergify[bot] merged 1 commit into
mainfrom
dependabot/nuget/build/AngleSharp-1.8.2
Sep 19, 2026
Merged

mergify[bot] merged 1 commit into
mainfrom
dependabot/nuget/build/AngleSharp-1.8.2

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Updated AngleSharp from 1.8.1 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

Commits viewable in compare view.

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Summary by CodeRabbit

  • Chores
    • Updated the AngleSharp package to version 1.8.2.

---
updated-dependencies:
- dependency-name: AngleSharp
  dependency-version: 1.8.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added this to the 7.0.x milestone Sep 19, 2026
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Sep 19, 2026
@coderabbitai

coderabbitai Bot commented Sep 19, 2026

Copy link
Copy Markdown

Review Change StackReview Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Advanced

Run ID: e148c75c-20ff-435f-9c64-2ed2d9cd0453

📥 Commits

Reviewing files that changed from the base of the PR and between 1db05b3 and 97a781b.

📒 Files selected for processing (1)
  • build/Directory.Packages.props

Included review availability: Your plan provides up to 10 included reviews per hour; 5 remain after this review.


📝 Walkthrough

Walkthrough

The centrally managed AngleSharp package version changes from 1.8.1 to 1.8.2.

Changes

Package Version Update

Layer / File(s) Summary
AngleSharp package version
build/Directory.Packages.props
The centrally managed AngleSharp package version changes from 1.8.1 to 1.8.2.

Priority: ⬇️ Low

Estimated code review effort: 1 (Trivial) | ~2 minutes

Change: Other

Suggested reviewers: arturcic

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and concisely identifies the dependency update from AngleSharp 1.8.1 to 1.8.2. It matches the main change in the pull request.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0…
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Commit to this branch
  • Create a new PR

Comment @coderabbitai help to get the list of available commands.

@sonarqubecloud

Copy link
Copy Markdown

@mergify mergify Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Automatic approval for Dependabot update.

@mergify mergify Bot added the queued label Sep 19, 2026
@mergify

mergify Bot commented Sep 19, 2026

Copy link
Copy Markdown
Contributor

Merge Queue Status

  • Entered queue2026-09-19 12:38 UTC · Rule: default · triggered by rule Automatic merge and approval for Dependabot
  • Checks skipped · PR is already up-to-date
  • Merged2026-09-19 12:39 UTC · at e7c2d35ca31b95ea1f81dca116731dc0c39aee31 · merge

This pull request spent 15 seconds in the queue, including 2 seconds running CI.

Required conditions to merge
  • github-review-approved [🛡 GitHub repository ruleset rule main branch rule]
  • any of [🛡 GitHub repository ruleset rule main branch rule]:
    • check-success = @github-actions/DotNet Format
    • check-neutral = @github-actions/DotNet Format
    • check-skipped = @github-actions/DotNet Format
  • any of [🛡 GitHub repository ruleset rule main branch rule]:
    • check-success = @github-actions/Release
    • check-neutral = @github-actions/Release
    • check-skipped = @github-actions/Release
  • any of [🛡 GitHub repository ruleset rule main branch rule]:
    • check-success = @github-actions/Build & Test (new-cli)
    • check-neutral = @github-actions/Build & Test (new-cli)
    • check-skipped = @github-actions/Build & Test (new-cli)
  • any of [🛡 GitHub repository ruleset rule main branch rule]:
    • check-success = @github-actions/Build & Package / macos-26
    • check-neutral = @github-actions/Build & Package / macos-26
    • check-skipped = @github-actions/Build & Package / macos-26
  • any of [🛡 GitHub repository ruleset rule main branch rule]:
    • check-success = @github-actions/Build & Package / ubuntu-24.04
    • check-neutral = @github-actions/Build & Package / ubuntu-24.04
    • check-skipped = @github-actions/Build & Package / ubuntu-24.04
  • any of [🛡 GitHub repository ruleset rule main branch rule]:
    • check-success = @github-actions/Build & Package / windows-2025-vs2026
    • check-neutral = @github-actions/Build & Package / windows-2025-vs2026
    • check-skipped = @github-actions/Build & Package / windows-2025-vs2026
  • any of [🛡 GitHub repository ruleset rule main branch rule]:
    • check-neutral = Mergify Merge Protections
    • check-skipped = Mergify Merge Protections
    • check-success = Mergify Merge Protections
  • any of [🛡 GitHub repository ruleset rule main branch rule]:
    • check-success = @sonarqubecloud/SonarCloud Code Analysis
    • check-neutral = @sonarqubecloud/SonarCloud Code Analysis
    • check-skipped = @sonarqubecloud/SonarCloud Code Analysis
  • any of [🛡 GitHub repository ruleset rule main branch rule]:
    • check-success = @github-actions/Test / macos-26 - net10.0 - libgit2
    • check-neutral = @github-actions/Test / macos-26 - net10.0 - libgit2
    • check-skipped = @github-actions/Test / macos-26 - net10.0 - libgit2
  • any of [🛡 GitHub repository ruleset rule main branch rule]:
    • check-success = @github-actions/Test / macos-26 - net10.0 - managed
    • check-neutral = @github-actions/Test / macos-26 - net10.0 - managed
    • check-skipped = @github-actions/Test / macos-26 - net10.0 - managed
  • any of [🛡 GitHub repository ruleset rule main branch rule]:
    • check-success = @github-actions/Test / ubuntu-24.04 - net10.0 - libgit2
    • check-neutral = @github-actions/Test / ubuntu-24.04 - net10.0 - libgit2
    • check-skipped = @github-actions/Test / ubuntu-24.04 - net10.0 - libgit2
  • any of [🛡 GitHub repository ruleset rule main branch rule]:
    • check-success = @github-actions/Test / ubuntu-24.04 - net10.0 - managed
    • check-neutral = @github-actions/Test / ubuntu-24.04 - net10.0 - managed
    • check-skipped = @github-actions/Test / ubuntu-24.04 - net10.0 - managed
  • any of [🛡 GitHub repository ruleset rule main branch rule]:
    • check-success = @github-actions/Test / windows-2025-vs2026 - net10.0 - libgit2
    • check-neutral = @github-actions/Test / windows-2025-vs2026 - net10.0 - libgit2
    • check-skipped = @github-actions/Test / windows-2025-vs2026 - net10.0 - libgit2
  • any of [🛡 GitHub repository ruleset rule main branch rule]:
    • check-success = @github-actions/Test / windows-2025-vs2026 - net10.0 - managed
    • check-neutral = @github-actions/Test / windows-2025-vs2026 - net10.0 - managed
    • check-skipped = @github-actions/Test / windows-2025-vs2026 - net10.0 - managed
  • any of [🛡 GitHub repository ruleset rule main branch rule]:
    • check-success = @github-actions/Linear PR History
    • check-neutral = @github-actions/Linear PR History
    • check-skipped = @github-actions/Linear PR History
  • any of [🛡 GitHub repository ruleset rule main branch rule]:
    • check-success = @coderabbitai/CodeRabbit
    • check-neutral = @coderabbitai/CodeRabbit
    • check-skipped = @coderabbitai/CodeRabbit

@mergify
mergify Bot merged commit e7c2d35 into main Sep 19, 2026
40 checks passed
@mergify
mergify Bot deleted the dependabot/nuget/build/AngleSharp-1.8.2 branch September 19, 2026 12:39
@mergify mergify Bot removed the queued label Sep 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants