Skip to content

Commit

Permalink
chore(deps): update dependency hast-util-from-html to v2 (#74)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[hast-util-from-html](https://togithub.com/syntax-tree/hast-util-from-html)
| [`^1.0.2` ->
`^2.0.0`](https://renovatebot.com/diffs/npm/hast-util-from-html/1.0.2/2.0.1)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/hast-util-from-html/2.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/hast-util-from-html/2.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/hast-util-from-html/1.0.2/2.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/hast-util-from-html/1.0.2/2.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>syntax-tree/hast-util-from-html (hast-util-from-html)</summary>

###
[`v2.0.1`](https://togithub.com/syntax-tree/hast-util-from-html/releases/tag/2.0.1)

[Compare
Source](https://togithub.com/syntax-tree/hast-util-from-html/compare/2.0.0...2.0.1)

##### Types

-
[`7162520`](https://togithub.com/syntax-tree/hast-util-from-html/commit/7162520)
Fix to register data from `hast-util-from-parse5`

**Full Changelog**:
syntax-tree/hast-util-from-html@2.0.0...2.0.1

###
[`v2.0.0`](https://togithub.com/syntax-tree/hast-util-from-html/releases/tag/2.0.0)

[Compare
Source](https://togithub.com/syntax-tree/hast-util-from-html/compare/1.0.2...2.0.0)

##### Change

-
[`241828e`](https://togithub.com/syntax-tree/hast-util-from-html/commit/241828e)
Update `@types/hast`, utilities
    **migrate**: update too
-
[`8fa7411`](https://togithub.com/syntax-tree/hast-util-from-html/commit/8fa7411)
Change to require Node.js 16
    **migrate**: update too
-
[`53bdfa1`](https://togithub.com/syntax-tree/hast-util-from-html/commit/53bdfa1)
Change to use `exports`
    **migrate**: don’t use private APIs
-
[`3617448`](https://togithub.com/syntax-tree/hast-util-from-html/commit/3617448)
Add improved `source` on parse errors

**Full Changelog**:
syntax-tree/hast-util-from-html@1.0.2...2.0.0

</details>

---

### Configuration

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

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

♻ **Rebasing**: Whenever PR becomes conflicted, 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 has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/Tuhura-Tech/Wiki).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi44My4wIiwidXBkYXRlZEluVmVyIjoiMzYuODMuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 16, 2023
1 parent ed93870 commit 2b5088c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"devDependencies": {
"@commitlint/cli": "^17.7.1",
"@commitlint/config-conventional": "^17.7.0",
"hast-util-from-html": "^1.0.2",
"hast-util-from-html": "^2.0.0",
"hast-util-to-string": "^3.0.0",
"hastscript": "^8.0.0",
"husky": "^8.0.3",
Expand Down
24 changes: 12 additions & 12 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2b5088c

Please sign in to comment.