Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency htmlagilitypack to 1.11.72 #16

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 23, 2022

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
HtmlAgilityPack (source) 1.11.43 -> 1.11.72 age adoption passing confidence

Release Notes

zzzprojects/html-agility-pack (HtmlAgilityPack)

v1.11.72

Download the library here
  • Added: AttributeValueQuote.InitialExceptWithoutValue to fix #​575

Library Sponsored By

This library is sponsored by Entity Framework Extensions

Entity Framework Extensions

v1.11.71

Download the library here
  • MERGED: Pull Request - Fix AOT warning with HtmlNode.GetAttributeValue #​573
  • ADDED: New option OptionEnableBreakLineForInnerText = true, when enabled the br tag will cause a break line for the InnerText

Library Sponsored By

This library is sponsored by Entity Framework Extensions

Entity Framework Extensions

v1.11.70

Download the library here

  • RENAMED: The option added in v1.11.67 from OptionThreatCDataBlockAsComment to OptionTreatCDataBlockAsComment

Library Sponsored By

This library is sponsored by Entity Framework Extensions

Entity Framework Extensions

v1.11.69

Download the library here
  • FIXED: Added the right dll, the v1.11.68 was still containing the dll from v1.11.67

Library Sponsored By

This library is sponsored by Entity Framework Extensions

Entity Framework Extensions

v1.11.68

Download the library here

  • ADDED: OptionThreatCDataBlockAsComment to thread the whole "CDATA" block as a single comment (Issue #​571)

Library Sponsored By

This library is sponsored by Entity Framework Extensions

Entity Framework Extensions

v1.11.66

Download the library here

  • FIXED: OptionOutputAsXml = true since version 1.11.65 crossorigin issue #​569

v1.11.65

Download the library here

  • ADDED: A new options OptionWriteEmptyNodesWithoutSpace allows to write "empty node" without the additional space
  • FIXED: Attributes with spaces are not quoted if the attribute was loaded without quotes #​568

v1.11.64

Download the library here

  • MERGED: An attribute read without quotes is written without quotes even after the value has been set #​565

v1.11.63

Download the library here

  • MERGED: Add tfoot to appropriate fields in IsParentExplicitEnd #​563, #​562

v1.11.62

Download the library here

v1.11.61

Download the library here

  • FIXED: Set PackageLicenseExpression on nuget #​544
  • FIXED: Modify a #text node name causes a StackOverflowException #​548

v1.11.60

Download the library here

  • FIXED: Performance optimization with Avoid creating new strings when parsing PcData #​541
  • FIXED: The html rendering result is different from the html output result when we have two unclosed tbody tags #​540

v1.11.59

Download the library here

  • ADDED: The option DisableImplicitEnd. When true, instead of implicitly ending a tag, they will explicitly be ended. (Double

    open tags leave one

    open even with option setted #​538)

v1.11.58

Download the library here

  • UNDO: Fix added in v1.11.57 #​529
  • FIX: The html rendering result is different from the html output result when tbody is added inside unclosed th #​530

v1.11.57

Download the library here

  • FIXED: The html rendering result is different from the html output result #​529

v1.11.56

Download the library here

v1.11.55

Download the library here

  • FIXED: Fix copyright symbol encoding; force UTF-8-BOM encoding for C# files #​526
  • FIXED: Inconsistent comment rendering #​525
  • UPDATED: Due to package vulnerability (#​527)
    • Microsoft.NETCore.UniversalWindowsPlatform from 5.2.3 to 5.2.4
    • System.Net.Http from 4.3.2 to 4.3.3

v1.11.54

Download the library here

  • FIXED: Trailing slash on void element becomes part of the attribute name #​514

v1.11.53

Download the library here

  • ADDED: Custom error when a scenario similar happens: Stackoverflow when using ReplaceChild #​513

v1.11.52

Download the library here
  • FIXED: Setting InnerHtml does not assign OwnerDocument to new nodes correctly #​512

v1.11.51

Download the library here

  • MERGED: Set inner html as default to implict set ReturnType #​509
  • MERGED: Use backwards for loop instead of linq for performance in AttributeCollection.Remove #​511

v1.11.50

Download the library here

  • MERGED: Added ability to set the maximum redirects #​503
  • MERGED: fix encapsulated item with corresponding ReturnType #​506

v1.11.49

Download the library here

  • ADDED: Added ability to set the timeout of an HTTP request #​502

v1.11.48

Download the library here

  • FIXED: Setting node name seems to work only partially #​497
  • FIXED: Mistake in assembly version in v1.11.47

v1.11.47

Download the library here

  • FIXED: Setting node name seems to work only partially #​497

v1.11.46

Download the library here
  • FIXED: StackOverflowException with the file #​486 (A no closing "p" tag was inside an "li" tag)

v1.11.45

Download the library here
  • FIXED: CaptureRedirect=true does not capture ANY redirects, ResponseUri = null #​483

v1.11.44

Download the library here

  • FIXED: CaptureRedirect=true does not capture ANY redirects, ResponseUri = null #​483

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
Copy link
Contributor Author

renovate bot commented Aug 23, 2022

Branch automerge failure

This PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.


  • Branch has one or more failed status checks

@renovate renovate bot changed the title chore(deps): update dependency htmlagilitypack to v1.11.45 chore(deps): update dependency htmlagilitypack to v1.11.45 - autoclosed Aug 31, 2022
@renovate renovate bot closed this Aug 31, 2022
@renovate renovate bot deleted the renovate/htmlagilitypack-1.x branch August 31, 2022 21:38
@renovate renovate bot changed the title chore(deps): update dependency htmlagilitypack to v1.11.45 - autoclosed chore(deps): update dependency htmlagilitypack to v1.11.45 Sep 1, 2022
@renovate renovate bot restored the renovate/htmlagilitypack-1.x branch September 1, 2022 01:18
@renovate renovate bot reopened this Sep 1, 2022
@renovate renovate bot force-pushed the renovate/htmlagilitypack-1.x branch from 5a65a1c to b9bcfa1 Compare September 14, 2022 16:31
@renovate renovate bot changed the title chore(deps): update dependency htmlagilitypack to v1.11.45 chore(deps): update dependency htmlagilitypack to v1.11.46 Sep 14, 2022
@renovate renovate bot force-pushed the renovate/htmlagilitypack-1.x branch from b9bcfa1 to c926751 Compare June 19, 2023 00:29
@renovate renovate bot changed the title chore(deps): update dependency htmlagilitypack to v1.11.46 chore(deps): update dependency htmlagilitypack to v1.11.47 Jun 19, 2023
@renovate renovate bot changed the title chore(deps): update dependency htmlagilitypack to v1.11.47 chore(deps): update dependency htmlagilitypack to v1.11.48 Jun 19, 2023
@renovate renovate bot force-pushed the renovate/htmlagilitypack-1.x branch from c926751 to e68bf75 Compare June 19, 2023 18:37
@renovate renovate bot changed the title chore(deps): update dependency htmlagilitypack to v1.11.48 chore(deps): update dependency htmlagilitypack to v1.11.49 Jul 6, 2023
@renovate renovate bot force-pushed the renovate/htmlagilitypack-1.x branch from e68bf75 to 345b7a2 Compare July 6, 2023 04:24
@renovate renovate bot force-pushed the renovate/htmlagilitypack-1.x branch from 345b7a2 to b72829b Compare July 19, 2023 04:23
@renovate renovate bot changed the title chore(deps): update dependency htmlagilitypack to v1.11.49 chore(deps): update dependency htmlagilitypack to v1.11.50 Jul 19, 2023
@renovate renovate bot changed the title chore(deps): update dependency htmlagilitypack to v1.11.50 chore(deps): update dependency htmlagilitypack to v1.11.51 Aug 1, 2023
@renovate renovate bot force-pushed the renovate/htmlagilitypack-1.x branch from b72829b to 160129c Compare August 1, 2023 17:34
@renovate renovate bot force-pushed the renovate/htmlagilitypack-1.x branch from 160129c to 8903b63 Compare August 23, 2023 15:14
@renovate renovate bot changed the title chore(deps): update dependency htmlagilitypack to v1.11.51 chore(deps): update dependency htmlagilitypack to v1.11.52 Aug 23, 2023
@renovate renovate bot changed the title chore(deps): update dependency htmlagilitypack to v1.11.52 chore(deps): update dependency htmlagilitypack to v1.11.53 Sep 9, 2023
@renovate renovate bot force-pushed the renovate/htmlagilitypack-1.x branch from 8903b63 to a19d98c Compare September 9, 2023 16:37
@renovate renovate bot changed the title chore(deps): update dependency htmlagilitypack to v1.11.53 chore(deps): update dependency htmlagilitypack to v1.11.54 Oct 4, 2023
@renovate renovate bot force-pushed the renovate/htmlagilitypack-1.x branch from a19d98c to 15ea72b Compare October 4, 2023 00:24
@renovate renovate bot changed the title chore(deps): update dependency htmlagilitypack to v1.11.54 chore(deps): update dependency htmlagilitypack to v1.11.54 - autoclosed Nov 6, 2023
@renovate renovate bot closed this Nov 6, 2023
@renovate renovate bot deleted the renovate/htmlagilitypack-1.x branch November 6, 2023 21:53
@renovate renovate bot changed the title chore(deps): update dependency htmlagilitypack to v1.11.54 - autoclosed chore(deps): update dependency htmlagilitypack to v1.11.54 Nov 7, 2023
@renovate renovate bot reopened this Nov 7, 2023
@renovate renovate bot force-pushed the renovate/htmlagilitypack-1.x branch from 1a4e2cc to d3c108b Compare February 14, 2024 19:26
@renovate renovate bot changed the title chore(deps): update dependency htmlagilitypack to v1.11.58 chore(deps): update dependency htmlagilitypack to v1.11.59 Feb 14, 2024
@renovate renovate bot force-pushed the renovate/htmlagilitypack-1.x branch from d3c108b to 594b10a Compare March 27, 2024 23:01
@renovate renovate bot changed the title chore(deps): update dependency htmlagilitypack to v1.11.59 chore(deps): update dependency htmlagilitypack to v1.11.60 Mar 27, 2024
@renovate renovate bot changed the title chore(deps): update dependency htmlagilitypack to v1.11.60 chore(deps): update dependency htmlagilitypack to v1.11.61 Apr 30, 2024
@renovate renovate bot force-pushed the renovate/htmlagilitypack-1.x branch from 594b10a to 9ab9f24 Compare April 30, 2024 20:26
@renovate renovate bot force-pushed the renovate/htmlagilitypack-1.x branch from 9ab9f24 to d49083c Compare July 31, 2024 15:43
@renovate renovate bot changed the title chore(deps): update dependency htmlagilitypack to v1.11.61 chore(deps): update dependency htmlagilitypack to v1.11.62 Jul 31, 2024
@renovate renovate bot force-pushed the renovate/htmlagilitypack-1.x branch from d49083c to 9a9e857 Compare August 14, 2024 15:58
@renovate renovate bot changed the title chore(deps): update dependency htmlagilitypack to v1.11.62 chore(deps): update dependency htmlagilitypack to v1.11.63 Aug 14, 2024
@renovate renovate bot force-pushed the renovate/htmlagilitypack-1.x branch from 9a9e857 to e775d47 Compare August 20, 2024 01:33
@renovate renovate bot changed the title chore(deps): update dependency htmlagilitypack to v1.11.63 chore(deps): update dependency htmlagilitypack to v1.11.64 Aug 20, 2024
@renovate renovate bot changed the title chore(deps): update dependency htmlagilitypack to v1.11.64 chore(deps): update dependency htmlagilitypack to 1.11.64 Aug 28, 2024
@renovate renovate bot changed the title chore(deps): update dependency htmlagilitypack to 1.11.64 chore(deps): update dependency htmlagilitypack to 1.11.65 Aug 30, 2024
@renovate renovate bot force-pushed the renovate/htmlagilitypack-1.x branch from e775d47 to c7bb583 Compare August 30, 2024 22:30
@renovate renovate bot force-pushed the renovate/htmlagilitypack-1.x branch from c7bb583 to 5514f1a Compare September 22, 2024 14:19
@renovate renovate bot changed the title chore(deps): update dependency htmlagilitypack to 1.11.65 chore(deps): update dependency htmlagilitypack to 1.11.66 Sep 22, 2024
@renovate renovate bot force-pushed the renovate/htmlagilitypack-1.x branch from 5514f1a to ce83058 Compare September 30, 2024 16:04
@renovate renovate bot changed the title chore(deps): update dependency htmlagilitypack to 1.11.66 chore(deps): update dependency htmlagilitypack to 1.11.67 Sep 30, 2024
@renovate renovate bot force-pushed the renovate/htmlagilitypack-1.x branch from ce83058 to db1c7b8 Compare October 23, 2024 17:08
@renovate renovate bot changed the title chore(deps): update dependency htmlagilitypack to 1.11.67 chore(deps): update dependency htmlagilitypack to 1.11.68 Oct 23, 2024
@renovate renovate bot force-pushed the renovate/htmlagilitypack-1.x branch from db1c7b8 to e9b649a Compare October 24, 2024 17:39
@renovate renovate bot changed the title chore(deps): update dependency htmlagilitypack to 1.11.68 chore(deps): update dependency htmlagilitypack to 1.11.69 Oct 24, 2024
@renovate renovate bot force-pushed the renovate/htmlagilitypack-1.x branch from e9b649a to 77667e4 Compare October 25, 2024 14:25
@renovate renovate bot changed the title chore(deps): update dependency htmlagilitypack to 1.11.69 chore(deps): update dependency htmlagilitypack to 1.11.70 Oct 25, 2024
@renovate renovate bot force-pushed the renovate/htmlagilitypack-1.x branch from 77667e4 to b224d88 Compare November 11, 2024 23:14
@renovate renovate bot changed the title chore(deps): update dependency htmlagilitypack to 1.11.70 chore(deps): update dependency htmlagilitypack to 1.11.71 Nov 11, 2024
@renovate renovate bot force-pushed the renovate/htmlagilitypack-1.x branch from b224d88 to 46a82fc Compare December 29, 2024 19:40
@renovate renovate bot changed the title chore(deps): update dependency htmlagilitypack to 1.11.71 chore(deps): update dependency htmlagilitypack to 1.11.72 Dec 29, 2024
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