Skip to content

Commit

Permalink
chore(deps): update dependency htmlagilitypack to 1.11.73 (#2005)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [HtmlAgilityPack](http://html-agility-pack.net/)
([source](https://github.com/zzzprojects/html-agility-pack)) |
`1.11.72` -> `1.11.73` |
[![age](https://developer.mend.io/api/mc/badges/age/nuget/HtmlAgilityPack/1.11.73?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/HtmlAgilityPack/1.11.73?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/HtmlAgilityPack/1.11.72/1.11.73?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/HtmlAgilityPack/1.11.72/1.11.73?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>zzzprojects/html-agility-pack (HtmlAgilityPack)</summary>

###
[`v1.11.73`](https://github.com/zzzprojects/html-agility-pack/releases/tag/v1.11.73)

#### Download the library
**[here](https://www.nuget.org/packages/HtmlAgilityPack/)**

- **MERGED:** Fixes issues with colgroup and caption tags not being
closed properly. Issues
[#&#8203;584](https://github.com/zzzprojects/html-agility-pack/issues/584)
and
[#&#8203;583](https://github.com/zzzprojects/html-agility-pack/issues/583)
(PR
[#&#8203;585](https://github.com/zzzprojects/html-agility-pack/issues/585))
- **MERGED:** Make LoadFromWebAsync honor the Timeout property. Fixes
[#&#8203;580](https://github.com/zzzprojects/html-agility-pack/issues/580)
(PR
[#&#8203;582](https://github.com/zzzprojects/html-agility-pack/issues/582))

***

#### Library Sponsored By

This library is sponsored by [Entity Framework
Extensions](https://entityframework-extensions.net/)

<a href="https://entityframework-extensions.net/">
<kbd>
<img
src="https://zzzprojects.github.io/images/logo/entityframework-extensions-pub.jpg"
alt="Entity Framework Extensions" />
</kbd>
</a>

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 7am on Sunday,before 7am on
Wednesday" (UTC), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **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.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/Altinn/dialogporten).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xODUuNCIsInVwZGF0ZWRJblZlciI6IjM5LjE4NS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 5, 2025
1 parent 1161c9f commit 78a89fb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<ItemGroup>
<PackageReference Include="AutoMapper" Version="13.0.1"/>
<PackageReference Include="HtmlAgilityPack" Version="1.11.72"/>
<PackageReference Include="HtmlAgilityPack" Version="1.11.73"/>
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.2"/>
<PackageReference Include="Microsoft.Extensions.Options.ConfigurationExtensions" Version="9.0.2"/>
<PackageReference Include="FluentValidation.DependencyInjectionExtensions" Version="11.11.0"/>
Expand Down

0 comments on commit 78a89fb

Please sign in to comment.