Skip to content

Commit

Permalink
fix(deps): update dependency hast-util-to-html to v9 (#53)
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-to-html](https://togithub.com/syntax-tree/hast-util-to-html)
| [`^8.0.4` ->
`^9.0.0`](https://renovatebot.com/diffs/npm/hast-util-to-html/8.0.4/9.0.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/hast-util-to-html/9.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/hast-util-to-html/9.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/hast-util-to-html/8.0.4/9.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/hast-util-to-html/8.0.4/9.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

###
[`v9.0.0`](https://togithub.com/syntax-tree/hast-util-to-html/releases/tag/9.0.0)

[Compare
Source](https://togithub.com/syntax-tree/hast-util-to-html/compare/8.0.4...9.0.0)

##### Change

-
[`23a91fc`](https://togithub.com/syntax-tree/hast-util-to-html/commit/23a91fc)
Update `@types/hast`, utilities
    **migrate**: update too
-
[`8c32af8`](https://togithub.com/syntax-tree/hast-util-to-html/commit/8c32af8)
Change to require Node.js 16
    **migrate**: update too
-
[`320b2ff`](https://togithub.com/syntax-tree/hast-util-to-html/commit/320b2ff)
Change to use `exports`
    **migrate**: don’t use private APIs
-
[`15b1618`](https://togithub.com/syntax-tree/hast-util-to-html/commit/15b1618)
Remove `entities` option, use `characterReferences`
    **migrate**: `options.entities` -> `options.characterReferences`

**Full Changelog**:
syntax-tree/hast-util-to-html@8.0.4...9.0.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 1pm and before 5pm on Friday"
in timezone Asia/Tokyo, 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/turtton/volglass).

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

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: turtton <[email protected]>
  • Loading branch information
renovate[bot] and turtton authored Mar 3, 2024
1 parent 454fb2d commit 4498f5c
Show file tree
Hide file tree
Showing 3 changed files with 172 additions and 76 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"directory-tree": "^3.2.2",
"fs": "^0.0.1-security",
"fuse.js": "^6.6.2",
"hast-util-to-html": "^8.0.4",
"hast-util-to-html": "^9.0.0",
"jotai": "^2.0.1",
"katex": "^0.16.4",
"mermaid": "^10.0.2",
Expand Down
Loading

0 comments on commit 4498f5c

Please sign in to comment.