Skip to content

Bump AngleSharp from 0.9.10 to 1.5.0#1

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/nuget/test/graphql.IntegrationTests/AngleSharp-1.5.0
Open

Bump AngleSharp from 0.9.10 to 1.5.0#1
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/nuget/test/graphql.IntegrationTests/AngleSharp-1.5.0

Conversation

@dependabot

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

Copy link
Copy Markdown

Updated AngleSharp from 0.9.10 to 1.5.0.

Release notes

Sourced from AngleSharp's releases.

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

1.1.2

Released on Friday, March 8 2024.

  • Fixed exception when providing wrong response (#​1181)
  • Fixed handling of various inputs leading to timeouts (#​1180)

1.1.1-beta.390

Released on Thursday, February 29 2024.

  • Fixed ISourceReference not using HtmlToken underneath
  • Fixed handling of replacement characters in escaped script blocks (#​1174)
  • Fixed handling of empty template element in SVG foreign mode (#​1176)
  • Improved pre-release version to follow semver (#​1171) @​georg-jung
  • Improved NuGet package with link to repository (#​1168) @​thompson-tomo
  • Added PostAsMultipart helper for multipart/form-data to DocumentRequest (#​1173)

1.1.1-beta.388

Released on Thursday, February 29 2024.

  • Fixed ISourceReference not using HtmlToken underneath
  • Fixed handling of replacement characters in escaped script blocks (#​1174)
  • Improved pre-release version to follow semver (#​1171) @​georg-jung
  • Improved NuGet package with link to repository (#​1168) @​thompson-tomo

1.1.1-beta.387

Released on Tuesday, February 27 2024.

  • Fixed ISourceReference not using HtmlToken underneath
  • Improved pre-release version to follow semver (#​1171) @​georg-jung
  • Improved NuGet package with link to repository (#​1168) @​thompson-tomo

1.1.0

Released on Thursday, January 18 2024

  • Fixed priority calculations for selector lists (#​1161)
  • Fixed :where and :is selectors using forgiving lists
  • Added option for read only DOM (#​1154) @​dv00d00
  • Added more optimizations to reduce allocation rate (#​1159) @​dv00d00
  • Added support for nested selectors (&)

1.1.0-beta.384

Released on Thursday, January 18 2024

  • Fixed priority calculations for selector lists (#​1161)
  • Fixed :where and :is selectors using forgiving lists
  • Added option for read only DOM (#​1154) @​dv00d00
  • Added more optimizations to reduce allocation rate (#​1159) @​dv00d00
  • Added support for nested selectors (&)

1.0.7

What's Changed

  • Fixed implementation of IRange using offsets (#​1147) @​zukarusan
  • Improved performance in Node.set_Owner (#​1149) @​campersau
  • Added net8.0 as direct target framework
  • Released 1.0.7 by @​FlorianRappl in Release 1.0.7 AngleSharp/AngleSharp#1150

New Contributors

Full Changelog: AngleSharp/AngleSharp@v1.0.6...1.0.7

1.0.6

What's Changed

  • Fixed case-sensitiveness in virtual responses
  • Fixed warning for outdated actions in CI/CD workflow (#​1145) @​martincostello
  • Fixed AoT warning when trimming (#​1144) @​martincostello
  • Fixed decoding of entities in InnerHtml of <noscript> (#​1139)
  • Updated PrettyMarkupFormatter to keep new lines on demand (#​1131) @​dramlian
  • Released 1.0.6 by @​FlorianRappl in Release 1.0.6 AngleSharp/AngleSharp#1146

New Contributors

Full Changelog: AngleSharp/AngleSharp@v1.0.5...v1.0.6

1.0.6-alpha-328

Released on ???

  • Fixed case-sensitiveness in virtual responses

1.0.6-alpha-325

Released on ???

  • Fixed case-sensitiveness in virtual responses

1.0.5

What's Changed

  • Improved codebase (#​1128, #​1126, #​1133) @​matkoch @​ivandrofly
  • Improved documentation (#​1127)
  • Improved child selector performance (#​1135) @​lahma
  • Improved query selector all performance (#​584, #​1134) @​lahma
  • Fixed issue with foreign content using end tags
  • Fixed typo descendants (#​1136) @​SimonCropp
  • Added a way to resolve symbols by their name to HtmlEntityProvider (#​396)
  • Release 1.0.5 by @​FlorianRappl in Release 1.0.5 AngleSharp/AngleSharp#1137

New Contributors

Full Changelog: AngleSharp/AngleSharp@v1.0.4...v1.0.5

1.0.4

Released on Saturday, June 24 2023

What's Changed

  • Fixed issue with gzip encoding under certain conditions (#​1122)
  • Fixed issue with li scope leading to stack overflow (#​1123)
  • Added more pseudo selectors from Selector L4 spec (#​1121)

Full Changelog: AngleSharp/AngleSharp@1.0.3...v1.0.4

1.0.4-alpha-316

Released on Saturday, June 24 2023

  • Fixed issue with gzip encoding under certain conditions (#​1122)
  • Fixed issue with li scope leading to stack overflow (#​1123)
  • Added more pseudo selectors from Selector L4 spec (#​1121)

1.0.4-alpha-307

Released on Saturday, June 24 2023

  • Fixed issue with gzip encoding under certain conditions (#​1122)
  • Fixed issue with li scope leading to stack overflow (#​1123)
  • Added more pseudo selectors from Selector L4 spec (#​1121)

1.0.4-alpha-300

Released on Saturday, June 24 2023

  • Fixed issue with gzip encoding under certain conditions (#​1122)
  • Fixed issue with li scope leading to stack overflow (#​1123)
  • Added more pseudo selectors from Selector L4 spec (#​1121)

1.0.4-alpha-289

Released on Friday, June 23 2023

  • Added more pseudo selectors from Selector L4 spec (#​1121)

1.0.3

Released on Thursday, June 8 2023

What's Changed

  • Fixed wrong escaping of CSS selector pseudo class functions (#​1069)

Full Changelog: AngleSharp/AngleSharp@v1.0.2...v1.0.3

1.0.2

Released on Tuesday, June 4 2023

What's Changed

  • Improved codebase (#​1091, #​1090, #​1089, #​1088, #​1087, #​1086) @​SimonCropp
  • Fixed potential stack overflow in GetStyleSheets (#​1084) @​bjornri
  • Added public class HtmlTokenizer (#​1113)

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

1.0.2-alpha-282

Released on Tuesday, June 4 2023

  • Improved codebase (#​1091, #​1090, #​1089, #​1088, #​1087, #​1086) @​SimonCropp
  • Fixed potential stack overflow in GetStyleSheets (#​1084) @​bjornri
  • Added public class HtmlTokenizer (#​1113)

1.0.2-alpha-277

Released on Tuesday, Feburary 21 2023

  • Improved codebase (#​1091, #​1090, #​1089, #​1088, #​1087, #​1086) @​SimonCropp
  • Fixed potential stack overflow in GetStyleSheets (#​1084) @​bjornri

1.0.2-alpha-276

Released on Tuesday, Feburary 21 2023

  • Improved codebase (#​1091, #​1090, #​1089, #​1088, #​1087, #​1086) @​SimonCropp
  • Fixed potential stack overflow in GetStyleSheets (#​1084) @​bjornri

1.0.2-alpha-258

Released on Tuesday, Feburary 21 2023

  • Improved codebase (#​1091, #​1090, #​1089, #​1088, #​1087, #​1086) @​SimonCropp
  • Fixed potential stack overflow in GetStyleSheets (#​1084) @​bjornri

1.0.2-alpha-250

Released on Tuesday, Feburary 21 2023

  • Improved codebase (#​1091, #​1090, #​1089, #​1088, #​1087, #​1086) @​SimonCropp
  • Fixed potential stack overflow in GetStyleSheets (#​1084) @​bjornri

1.0.2-alpha-249

Released on Tuesday, Feburary 21 2023

  • Improved codebase (#​1091, #​1090, #​1089, #​1088, #​1087, #​1086) @​SimonCropp
  • Fixed potential stack overflow in GetStyleSheets (#​1084) @​bjornri

1.0.1

Released on Monday, January 16 2023

What's Changed

  • Fixed entities in noscript being double encoded (#​1070)
  • Added previous Event constructor overload for ABI compatibility
  • Added README to NuGet package

Full Changelog: AngleSharp/AngleSharp@v1.0.0...v1.0.1

1.0.1-alpha-248

Released on Monday, January 16 2023

  • Fixed entities in noscript being double encoded (#​1070)
  • Added previous Event constructor overload for ABI compatibility
  • Added README to NuGet package

1.0.0

Released on Tuesday, January 10 2023

What's Changed

  • Updated build system to use NUKE instead of CAKE (#​1075) @​driekus77
  • Updated to support net7.0 by @​driekus77 in Update to net7.0 AngleSharp/AngleSharp#1074
  • Fixed TagClosedWrong error with nested formatting elements (#​1052)
  • Fixed performance issue within deeply nested structures (#​1066) @​heinrich-ulbricht
  • Fixed ISelector.Text escape values by @​MartinWelsch in (#​1069)
  • Fixed decoding of entities in noscript elements without scripting (#​1070)
  • Fixed setting templte content using InnerHtml (#​1072)
  • Fixed TreeWalker throwing NullReferenceException (#​1073)
  • Improved GetItemByIndex performance (#​1050) @​egil
  • Improved nullability (#​1057) @​jodydonetti
  • Improved CSS selectors by counting the specificity properly (#​1080) @​patrikwlund
  • Added GetComposedPath and IsComposed to the Event class (#​1053)
  • Release 1.0.0 by @​FlorianRappl in Release 1.0.0 AngleSharp/AngleSharp#1081

New Contributors

Full Changelog: AngleSharp/AngleSharp@v0.17.1...v1.0.0

1.0.0-alpha-231

Released on Tuesday, January 10 2023

  • Updated build system to use NUKE instead of CAKE (#​1075) @​driekus77
  • Fixed TagClosedWrong error with nested formatting elements (#​1052)
  • Fixed performance issue within deeply nested structures (#​1066) @​heinrich-ulbricht
  • Fixed decoding of entities in noscript elements without scripting (#​1070)
  • Fixed setting templte content using InnerHtml (#​1072)
  • Fixed TreeWalker throwing NullReferenceException (#​1073)
  • Improved GetItemByIndex performance (#​1050) @​egil
  • Improved nullability (#​1057) @​jodydonetti
  • Improved CSS selectors by counting the specificity properly (#​1080) @​patrikwlund
  • Added GetComposedPath and IsComposed to the Event class (#​1053)

1.0.0-alpha-229

Released on Monday, January 9 2023

  • Updated build system to use NUKE instead of CAKE (#​1075) @​driekus77
  • Fixed TagClosedWrong error with nested formatting elements (#​1052)
  • Fixed performance issue within deeply nested structures (#​1066) @​heinrich-ulbricht
  • Fixed decoding of entities in noscript elements without scripting (#​1070)
  • Fixed setting templte content using InnerHtml (#​1072)
  • Fixed TreeWalker throwing NullReferenceException (#​1073)
  • Improved GetItemByIndex performance (#​1050) @​egil
  • Improved nullability (#​1057) @​jodydonetti
  • Improved CSS selectors by counting the specificity properly (#​1080) @​patrikwlund
  • Added GetComposedPath and IsComposed to the Event class (#​1053)

0.17.1

Released on Thursday, June 2 2022

  • Fixed wrong reference to System.Text.Encoding.CodePages (#​1046) @​linkdotnet

0.17.0

Released on Tuesday, May 31st 2022.

  • Dropped .NET Framework 4.6 (#​960)
  • Updated GitHub actions logger (#​1044) @​Tyrrrz
  • Updated editorconfig to include code conventions (#​1025) @​kzrnm
  • Updated to use RFC1123Pattern format (#​1018) @​kzrnm
  • Fixed some typos (#​1043) @​mavaddat
  • Fixed inheritence of query parameters for fragment-only URLs (#​1037)
  • Fixed Query dependence on SearchParams (#​1024) @​kzrnm
  • Fixed Hash and Search in Url (#​1021) @​kzrnm
  • Fixed behavior of Url with empty query (#​1016) @​kzrnm
  • Added option to parse custom elements in head (#​1035)
  • Added option to prevent self-closing in XhtmlMarkupFormatter (#​1031) @​Aizeren
  • Added option to keep original attribute names / casing (#​897)

0.16.0

  • Moved Url from AngleSharp to AngleSharp.Dom
  • Remove usage of CWT and introduce context info bag (#​918)
  • Fixed recursion depth of FindDescendant with configurable limit (#​936)
  • Fixed IAttr to actually inherit from INode
  • Added ability to parse only the head from a stream (#​966)
  • Added new UrlSearchParams class (#​970)
  • Exposed Url class to URL DOM API (#​970)

0.15.0

Released on Thursday, April 22 2021.

  • Added ToHtmlAsync() extension method (#​863)
  • Added ParseFragment overload using Stream (#​896)
  • Added euc-kr encoding (#​928)
  • Fixed CSS attribute value comparison w.r.t. case sensitivity (#​864)
  • Fixed issue in the Heisenberg algorithm of the HTML5 parser (#​893)
  • Fixed issue with the strictness of broken char references in attribute values (#​902)
  • Fixed possible NRE in the markup formatters / attribute serialization (#​903)
  • Fixed GetSelector returning invalid ID selector (#​909)
  • Fixed GetSelector returning duplicate element ids (#​910)
  • Fixed possible NRE in media and embed elements without src (#​914)
  • Updated CI/CD system to GitHub Actions (#​942)
  • Dropped support for the .NET Standard 1.3 target (#​944)

0.14.0

Released on Tuesday, March 31 2020.

  • Included context event error for error tracking (#​698)
  • Extended the IMarkupFormatter for literal text (#​821)
  • Extended the IElementFactory definition
  • Fixed an issue regarding n-th child for the GetSelector utility (#​835)
  • Added explicit support for .NET 4.6.1 (#​842)
  • Added public constructor to BrowsingContext (#​844)
  • Force IBrowsingContext to be IDisposable for cleanup purposes
  • Fixed missing Media property of stylesheets (#​846)
  • Improved API of IMarkupFormatter (#​858)
  • Enhanced existing IMarkupFormatter instances to allow inheritance
  • Added default accepts header for standard document requests (#​859)

0.13.0

Released on Monday, August 26 2019.

  • Removed the TaskEventLoop (#​782)
  • Renamed WithCookies to WithDefaultCookies
  • Fixed bubbling of DOMContentLoaded event (#​789)
  • Fixed maximum recursion depth at query selector (#​763)
  • Added MinifyMarkupFormatter (#​745)
  • Added Prettify and Minify extension methods
  • Moved hashchange to be emitted on IWindow
  • Added option to avoid consuming character references (#​494)
  • Added more pseudo elements for GCPM
  • Fixed character position starting at normalized CRLF (#​786)
  • Improved setting Href in Url
  • Fixed crash for invalid attribute names during SVG parsing (#​795)
  • Added more punycode replacement characters on .NET Standard 1.3 (#​797)
  • Added use of correct hostname IDN on .NET Standard 2.0 and .NET Framework 4.6 (#​797)
  • Added ability to delay load in Document (#​815)

0.12.1

Released on Wednesday, May 15 2019.

  • Binary version fix
  • Updated documentation regarding AngleSharp.Js

0.12.0

Released on Thursday, May 2 2019.

  • Added GetExtension helper to MimeTypeNames
  • Improved extension capability for document fragment parsing
  • Added Index and more documentation to TextPosition (#​787)
  • Added ability to create a selector for an element (#​784)
  • Enhanced documentation (#​776, #​774, #​771)
  • Fixed DOM name attribute in AdjacentPosition (#​775)
  • Fixed bug regarding set-cookie header (#​768)
  • Added attribute start position in token (#​766)
  • Added support for XML processing instruction (#​761)
  • Fixed serialization of xmlns attributes (#​760)
  • Added ISourceReference for source position retrieval (#​754)

0.11.0

Released on Monday, February 11 2019.

  • Moved everything from AngleSharp.Xml to its own library (#​139)
  • Added more examples regarding forms (#​242)
  • Moved ISvgDocument and AutoSelectedMarkupFormatter to AngleSharp.Xml
  • Improved fragment parsing (#​594)
  • Fixed inconsistent behavior in fragment parsing (#​741)
  • Improved migration documentation (#​743)
  • Fixed internal bug in link resolution (#​753)
  • Removed SetDefault function from Configuration

0.10.1

Released on Monday, January 7 2019.

  • Added .NET Standard 1.3 target (#​738)
  • Fixed missing reference to System.Encoding.CodePages (#​740)
  • Fixed invalid context of OuterHtml parsing (#​741)

0.10.0

Released on Friday, January 4 2019.

  • Removed CSS parser from AngleSharp.Core (#​139)
  • Improvements to CSS selector evaluation (#​352, #​550)
  • Fixed bug in location.assign (#​496)
  • Introduced the concept of scope to selectors (#​440)
  • Improved the IEntityProvider (#​442)
  • Fixed parsing the Cookie header (#​431)
  • Some fixes regarding attributes (#​434)
  • Pseudo-class :has() improvements (#​439)
  • Allow underscores in URLs (#​445)
  • Improved XML namespace handling (#​448)
  • Fixed the insert method (#​449)
  • Restructured services and configuration (#​454)
  • Fixed trailing comments bug (#​459)
  • Make AngleSharp build on Linux (#​460)
  • Corrected "specifity" (#​463)
  • Optimized node iteration allocations (#​476)
  • Improved cookie handling for path-dependent cookies (#​477)
  • Optimized tag name allocations (#​479)
  • Micro-Optimized CharacterData.Append() (#​481)
  • Fixed culture-specific number parsing (#​482)
  • Fast resource dictionary lookup (#​485)
  • Introduced the ISelectorVisitor to get selector information (#​487)
  • Fixed multi-threading element initialization bug (#​489)
  • Extended the attribute changed callback with IAttributeObserver (#​491)
  • Fixed computation of href (#​501)
  • General cookie handling improvements (#​519, #​548, #​607, #​702)
  • Solved potential encoding issues in .NET Core (#​534)
  • Improved parsing of invalid HTML tags (#​543)
  • Improved the default requester (#​572)
  • Updated parts to adhere to HTML 5.2 (#​618)
  • Added support for parsing noframes (#​631)
  • Fixed build on Visual Studio 2017 (#​679)
  • Updated to new csproj format (#​713)
  • Fixed parser mode selection w.r.t. templates (#​735)
  • Placed extensions close to their instances
  • Exposed the ILinkRelationFactory interface and default implementation
  • Exposed the IInputTypeFactory interface and default implementation
  • Reordered events for requesters and parsers

0.9.11.0

  • Prevent entity overflow (#​716)
  • Fixed bug in URL parser (#​711)
  • Include setup to configure default HttpWebRequest (#​700)

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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

---
updated-dependencies:
- dependency-name: AngleSharp
  dependency-version: 1.5.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file .NET Pull requests that update .NET code labels Jul 17, 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 .NET Pull requests that update .NET code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants