Skip to content

Bump AngleSharp and AngleSharp.Css - #342

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/nuget-minor-patch-340adc1dbb
Closed

Bump AngleSharp and AngleSharp.Css#342
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/nuget-minor-patch-340adc1dbb

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 10, 2026

Copy link
Copy Markdown
Contributor

Pinned AngleSharp at 1.5.2.

Release notes

Sourced from AngleSharp's releases.

1.5.2

Released on Sunday, July 5 2026

  • Fixed NodeIterator pre-removing steps to use the first following node (#​1260) @​ivandrofly
  • Fixed Range.IsCollapsed to also compare offsets (#​1259) @​ivandrofly
  • Fixed swapped comparison in Range.CompareBoundaryTo (#​1258) @​ivandrofly
  • Fixed Range.CopyContent to follow the DOM Standard (#​1257) @​ivandrofly
  • Fixed Range.ExtractContent to follow the DOM Standard (#​1256) @​ivandrofly
  • Added missing media attribute change detection on SVG style elements (#​1261) @​ivandrofly

1.5.0

Released on Saturday, June 6 2026

  • Fixed vulnerability via annoation-xml elements (GHSA-pgww-w46g-26qg)
  • Updated benchmarks (#​1246) @​jafin
  • Added ability to pass in cookie container to MemoryCookieProvider (#​1249) @​riina
  • Added HTML parser selector optimizations (#​1245) @​jafin

Full Changelog: AngleSharp/AngleSharp@v1.4.0...1.5.0

1.4.0

Released on Wednesday, November 12 2025.

  • Fixed handling of carriage return in text sources
  • Added support for of syntax in :nth-child functions within CSS selectors
  • Added selectedcontent to known elements (#​1230)
  • Added :open, ::checkmark, ::picker-icon, and ::picker(ident) to selector syntax (#​1230)
  • Added parsing for customizable <select> (#​1230)
  • Added .NET 10 as an explicit target

Full Changelog: AngleSharp/AngleSharp@1.3.1...v1.4.0

1.3.1

Released on Saturday, November 8 2025.

New Contributors

Full Changelog: AngleSharp/AngleSharp@1.3.0...1.3.1

1.3.0

Released on Friday, April 18 2025.

  • Fixed DOM exposed type of HasChildNodes (#​1219) @​arekdygas
  • Fixed NodeIterator behavior when nodes are removed (#​1222)
  • Improved form documentation (#​1220) @​RedZone908
  • Updated to NUKE 9 and removed obsolete .NET 6 and 9 targets (#​1216) @​lahma
  • Added GetAttributeNode methods to IElement (#​1223) @​arekdygas
  • Added support for finding targets in browsing contexts (#​1218) @​TheJayMann
  • Added support for targetting iframes (#​1205) @​TheJayMann

Full Changelog: AngleSharp/AngleSharp@1.2.0...1.3.0

1.2.0

Released on Tuesday, December 31 2024.

  • Fixed loading of link element source (#​1184) @​tomvanenckevort
  • Fixed usage of outdated dependency (#​1186)
  • Fixed cookie Expires recognized as local time (#​1212) @​noobow34
  • Fixed validation for problematic decimal step values (#​1210) @​rhuebner76
  • Removed unnecessary references for .NET 6 and higher (#​1187) @​lahma
  • Removed support for .NET 4.6.1 (least version is 4.6.2)
  • Updated to NUKE 8 (#​1188) @​lahma
  • Added new OnToken event for the tokenizer (#​1153) @​schaakverslaafd
  • Added new setting for disabling StringBuilder pooling (#​1203) @​micahbresette
  • Added context to extension methods (#​1194) @​memiamp
  • Added property attribute to meta tags (#​1195) @​hflexgrig

Commits viewable in compare view.

Pinned AngleSharp.Css at 1.0.0-beta.216.

Release notes

Sourced from AngleSharp.Css's releases.

1.0.0-beta.213

Released on Sunday, January 21 2024.

  • Updated to use AngleSharp 1.0 (#​150)
  • Updated media parsing to media L4 spec (#​133)
  • Updated naming of CSS values (e.g., Color to CssColorValue)
  • Fixed issue when updating shorthands with invalid values (#​129)
  • Fixed issue with appended EOF character in CssText (#​123)
  • Fixed missing semicolon in @​page rule (#​135)
  • Fixed integer serialization of keyframe stops (#​128)
  • Fixed ordering of rows and columns in grid and grid-gap (#​137)
  • Fixed inclusion of CSS from stylesheets (#​116, #​140)
  • Fixed style empty if text-align is start (#​151)
  • Fixed computation of priority in CSS rules using multi selector
  • Fixed GetInnerText multi-line / text node behavior (#​155) @​Seyden
  • Fixed computation of relative (em) values to absolute (px) for Length (#​136)
  • Added further compactification of CSS tuples (#​89, #​93)
  • Added new value types CssPercentageValue, CssNumberValue, and CssIntegerValue
  • Added support for CSS nesting in style rules (#​148)
  • Added resolution of CSS variable names (#​62)
  • Added support for 8-digit hex color codes (#​132)
  • Added support for margin-block and margin-inline declarations
  • Added support for padding-block and padding-inline declarations
  • Added more CSSOM possibilities and helpers (#​6)
  • Added parts of recent color spec update such as rgb with spaces (#​131)
  • Added now Color L4 parsing with hsl, hwb, lab, lch, oklab, and oklch
  • Added support for recent CSS list-type values (#​152)

1.0.0-beta.209

Released on Sunday, January 21 2024.

  • Updated to use AngleSharp 1.0 (#​150)
  • Updated media parsing to media L4 spec (#​133)
  • Updated naming of CSS values (e.g., Color to CssColorValue)
  • Fixed issue when updating shorthands with invalid values (#​129)
  • Fixed issue with appended EOF character in CssText (#​123)
  • Fixed missing semicolon in @​page rule (#​135)
  • Fixed integer serialization of keyframe stops (#​128)
  • Fixed ordering of rows and columns in grid and grid-gap (#​137)
  • Fixed inclusion of CSS from stylesheets (#​116, #​140)
  • Fixed style empty if text-align is start (#​151)
  • Fixed computation of priority in CSS rules using multi selector
  • Fixed GetInnerText multi-line / text node behavior (#​155) @​Seyden
  • Fixed computation of relative (em) values to absolute (px) for Length (#​136)
  • Added further compactification of CSS tuples (#​89, #​93)
  • Added new value types CssPercentageValue, CssNumberValue, and CssIntegerValue
  • Added support for CSS nesting in style rules (#​148)
  • Added resolution of CSS variable names (#​62)
  • Added support for 8-digit hex color codes (#​132)
  • Added support for margin-block and margin-inline declarations
  • Added support for padding-block and padding-inline declarations
  • Added more CSSOM possibilities and helpers (#​6)
  • Added parts of recent color spec update such as rgb with spaces (#​131)
  • Added now Color L4 parsing with hsl, hwb, lab, lch, oklab, and oklch
  • Added support for recent CSS list-type values (#​152)

1.0.0-beta.199

Released on Sunday, January 21 2024.

  • Updated to use AngleSharp 1.0 (#​150)
  • Updated media parsing to media L4 spec (#​133)
  • Updated naming of CSS values (e.g., Color to CssColorValue)
  • Fixed issue when updating shorthands with invalid values (#​129)
  • Fixed issue with appended EOF character in CssText (#​123)
  • Fixed missing semicolon in @​page rule (#​135)
  • Fixed integer serialization of keyframe stops (#​128)
  • Fixed ordering of rows and columns in grid and grid-gap (#​137)
  • Fixed inclusion of CSS from stylesheets (#​116, #​140)
  • Fixed style empty if text-align is start (#​151)
  • Fixed computation of priority in CSS rules using multi selector
  • Fixed GetInnerText multi-line / text node behavior (#​155) @​Seyden
  • Fixed computation of relative (em) values to absolute (px) for Length (#​136)
  • Added further compactification of CSS tuples (#​89, #​93)
  • Added new value types CssPercentageValue, CssNumberValue, and CssIntegerValue
  • Added support for CSS nesting in style rules (#​148)
  • Added resolution of CSS variable names (#​62)
  • Added support for 8-digit hex color codes (#​132)
  • Added support for margin-block and margin-inline declarations
  • Added support for padding-block and padding-inline declarations
  • Added more CSSOM possibilities and helpers (#​6)
  • Added parts of recent color spec update such as rgb with spaces (#​131)
  • Added now Color L4 parsing with hsl, hwb, lab, lch, oklab, and oklch
  • Added support for recent CSS list-type values (#​152)

1.0.0-beta.197

Released on Sunday, January 21 2024.

  • Updated to use AngleSharp 1.0 (#​150)
  • Updated media parsing to media L4 spec (#​133)
  • Updated naming of CSS values (e.g., Color to CssColorValue)
  • Fixed issue when updating shorthands with invalid values (#​129)
  • Fixed issue with appended EOF character in CssText (#​123)
  • Fixed missing semicolon in @​page rule (#​135)
  • Fixed integer serialization of keyframe stops (#​128)
  • Fixed ordering of rows and columns in grid and grid-gap (#​137)
  • Fixed inclusion of CSS from stylesheets (#​116, #​140)
  • Fixed style empty if text-align is start (#​151)
  • Fixed computation of priority in CSS rules using multi selector
  • Fixed GetInnerText multi-line / text node behavior (#​155) @​Seyden
  • Fixed computation of relative (em) values to absolute (px) for Length (#​136)
  • Added further compactification of CSS tuples (#​89, #​93)
  • Added new value types CssPercentageValue, CssNumberValue, and CssIntegerValue
  • Added support for CSS nesting in style rules (#​148)
  • Added resolution of CSS variable names (#​62)
  • Added support for 8-digit hex color codes (#​132)
  • Added support for margin-block and margin-inline declarations
  • Added support for padding-block and padding-inline declarations
  • Added more CSSOM possibilities and helpers (#​6)
  • Added parts of recent color spec update such as rgb with spaces (#​131)
  • Added now Color L4 parsing with hsl, hwb, lab, lch, oklab, and oklch
  • Added support for recent CSS list-type values (#​152)

1.0.0-beta.186

Released on Sunday, January 21 2024.

  • Updated to use AngleSharp 1.0 (#​150)
  • Updated media parsing to media L4 spec (#​133)
  • Updated naming of CSS values (e.g., Color to CssColorValue)
  • Fixed issue when updating shorthands with invalid values (#​129)
  • Fixed issue with appended EOF character in CssText (#​123)
  • Fixed missing semicolon in @​page rule (#​135)
  • Fixed integer serialization of keyframe stops (#​128)
  • Fixed ordering of rows and columns in grid and grid-gap (#​137)
  • Fixed inclusion of CSS from stylesheets (#​116, #​140)
  • Fixed style empty if text-align is start (#​151)
  • Fixed computation of priority in CSS rules using multi selector
  • Fixed GetInnerText multi-line / text node behavior (#​155) @​Seyden
  • Fixed computation of relative (em) values to absolute (px) for Length (#​136)
  • Added further compactification of CSS tuples (#​89, #​93)
  • Added new value types CssPercentageValue, CssNumberValue, and CssIntegerValue
  • Added support for CSS nesting in style rules (#​148)
  • Added resolution of CSS variable names (#​62)
  • Added support for 8-digit hex color codes (#​132)
  • Added support for margin-block and margin-inline declarations
  • Added support for padding-block and padding-inline declarations
  • Added more CSSOM possibilities and helpers (#​6)
  • Added parts of recent color spec update such as rgb with spaces (#​131)
  • Added now Color L4 parsing with hsl, hwb, lab, lch, oklab, and oklch
  • Added support for recent CSS list-type values (#​152)

1.0.0-beta.178

Released on Sunday, January 21 2024.

  • Updated to use AngleSharp 1.0 (#​150)
  • Updated media parsing to media L4 spec (#​133)
  • Updated naming of CSS values (e.g., Color to CssColorValue)
  • Fixed issue when updating shorthands with invalid values (#​129)
  • Fixed issue with appended EOF character in CssText (#​123)
  • Fixed missing semicolon in @​page rule (#​135)
  • Fixed integer serialization of keyframe stops (#​128)
  • Fixed ordering of rows and columns in grid and grid-gap (#​137)
  • Fixed inclusion of CSS from stylesheets (#​116, #​140)
  • Fixed style empty if text-align is start (#​151)
  • Fixed computation of priority in CSS rules using multi selector
  • Fixed GetInnerText multi-line / text node behavior (#​155) @​Seyden
  • Fixed computation of relative (em) values to absolute (px) for Length (#​136)
  • Added further compactification of CSS tuples (#​89, #​93)
  • Added new value types CssPercentageValue, CssNumberValue, and CssIntegerValue
  • Added support for CSS nesting in style rules (#​148)
  • Added resolution of CSS variable names (#​62)
  • Added support for 8-digit hex color codes (#​132)
  • Added support for margin-block and margin-inline declarations
  • Added support for padding-block and padding-inline declarations
  • Added more CSSOM possibilities and helpers (#​6)
  • Added parts of recent color spec update such as rgb with spaces (#​131)
  • Added now Color L4 parsing with hsl, hwb, lab, lch, oklab, and oklch
  • Added support for recent CSS list-type values (#​152)

1.0.0-beta.176

Released on Sunday, January 21 2024.

  • Updated to use AngleSharp 1.0 (#​150)
  • Updated media parsing to media L4 spec (#​133)
  • Updated naming of CSS values (e.g., Color to CssColorValue)
  • Fixed issue when updating shorthands with invalid values (#​129)
  • Fixed issue with appended EOF character in CssText (#​123)
  • Fixed missing semicolon in @​page rule (#​135)
  • Fixed integer serialization of keyframe stops (#​128)
  • Fixed ordering of rows and columns in grid and grid-gap (#​137)
  • Fixed inclusion of CSS from stylesheets (#​116, #​140)
  • Fixed style empty if text-align is start (#​151)
  • Fixed computation of priority in CSS rules using multi selector
  • Fixed GetInnerText multi-line / text node behavior (#​155) @​Seyden
  • Fixed computation of relative (em) values to absolute (px) for Length (#​136)
  • Added further compactification of CSS tuples (#​89, #​93)
  • Added new value types CssPercentageValue, CssNumberValue, and CssIntegerValue
  • Added support for CSS nesting in style rules (#​148)
  • Added resolution of CSS variable names (#​62)
  • Added support for 8-digit hex color codes (#​132)
  • Added support for margin-block and margin-inline declarations
  • Added support for padding-block and padding-inline declarations
  • Added more CSSOM possibilities and helpers (#​6)
  • Added parts of recent color spec update such as rgb with spaces (#​131)
  • Added now Color L4 parsing with hsl, hwb, lab, lch, oklab, and oklch
  • Added support for recent CSS list-type values (#​152)

1.0.0-beta.149

Released on Sunday, January 21 2024.

  • Updated to use AngleSharp 1.0 (#​150)
  • Updated media parsing to media L4 spec (#​133)
  • Updated naming of CSS values (e.g., Color to CssColorValue)
  • Fixed issue when updating shorthands with invalid values (#​129)
  • Fixed issue with appended EOF character in CssText (#​123)
  • Fixed missing semicolon in @​page rule (#​135)
  • Fixed integer serialization of keyframe stops (#​128)
  • Fixed ordering of rows and columns in grid and grid-gap (#​137)
  • Fixed inclusion of CSS from stylesheets (#​116, #​140)
  • Fixed style empty if text-align is start (#​151)
  • Fixed computation of priority in CSS rules using multi selector
  • Fixed GetInnerText multi-line / text node behavior (#​155) @​Seyden
  • Fixed computation of relative (em) values to absolute (px) for Length (#​136)
  • Added further compactification of CSS tuples (#​89, #​93)
  • Added new value types CssPercentageValue, CssNumberValue, and CssIntegerValue
  • Added support for CSS nesting in style rules (#​148)
  • Added resolution of CSS variable names (#​62)
  • Added support for 8-digit hex color codes (#​132)
  • Added support for margin-block and margin-inline declarations
  • Added support for padding-block and padding-inline declarations
  • Added more CSSOM possibilities and helpers (#​6)
  • Added parts of recent color spec update such as rgb with spaces (#​131)
  • Added now Color L4 parsing with hsl, hwb, lab, lch, oklab, and oklch
  • Added support for recent CSS list-type values (#​152)

1.0.0-beta.147

Released on Sunday, January 21 2024.

  • Updated to use AngleSharp 1.0 (#​150)
  • Updated media parsing to media L4 spec (#​133)
  • Updated naming of CSS values (e.g., Color to CssColorValue)
  • Fixed issue when updating shorthands with invalid values (#​129)
  • Fixed issue with appended EOF character in CssText (#​123)
  • Fixed missing semicolon in @​page rule (#​135)
  • Fixed integer serialization of keyframe stops (#​128)
  • Fixed ordering of rows and columns in grid and grid-gap (#​137)
  • Fixed inclusion of CSS from stylesheets (#​116, #​140)
  • Fixed style empty if text-align is start (#​151)
  • Fixed computation of priority in CSS rules using multi selector
  • Fixed GetInnerText multi-line / text node behavior (#​155) @​Seyden
  • Fixed computation of relative (em) values to absolute (px) for Length (#​136)
  • Added further compactification of CSS tuples (#​89, #​93)
  • Added new value types CssPercentageValue, CssNumberValue, and CssIntegerValue
  • Added support for CSS nesting in style rules (#​148)
  • Added resolution of CSS variable names (#​62)
  • Added support for 8-digit hex color codes (#​132)
  • Added support for margin-block and margin-inline declarations
  • Added support for padding-block and padding-inline declarations
  • Added more CSSOM possibilities and helpers (#​6)
  • Added parts of recent color spec update such as rgb with spaces (#​131)
  • Added now Color L4 parsing with hsl, hwb, lab, lch, oklab, and oklch
  • Added support for recent CSS list-type values (#​152)

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 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.1.2 to 1.5.2
Bumps AngleSharp.Css from 1.0.0-beta.144 to 1.0.0-beta.216

---
updated-dependencies:
- dependency-name: AngleSharp
  dependency-version: 1.5.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-minor-patch
- dependency-name: AngleSharp.Css
  dependency-version: 1.0.0-beta.216
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-minor-patch
...

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

dependabot Bot commented on behalf of github Jul 10, 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.

@raroche

raroche commented Jul 10, 2026

Copy link
Copy Markdown
Owner

Held (not closing the door permanently). AngleSharp 1.5.2 / AngleSharp.Css beta.216 regresses background-image rendering — verified: background-image: url(...) stops painting entirely (29 background-paint tests drop to zero output, + one cascade edge case). See the hold note in Directory.Packages.props and #339. Reopen/re-evaluate once a newer AngleSharp.Css fixes this.

@raroche raroche closed this Jul 10, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jul 10, 2026

Copy link
Copy Markdown
Contributor Author

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

@dependabot
dependabot Bot deleted the dependabot/nuget/nuget-minor-patch-340adc1dbb branch July 10, 2026 02:29
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.

1 participant