Skip to content

Commit

Permalink
bump(deps): update dependency hastscript to v8 (#659)
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 |
|---|---|---|---|---|---|
| [hastscript](https://togithub.com/syntax-tree/hastscript) | [`^7.2.0`
-> `^8.0.0`](https://renovatebot.com/diffs/npm/hastscript/7.2.0/8.0.0) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/hastscript/8.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/hastscript/8.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/hastscript/7.2.0/8.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/hastscript/7.2.0/8.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>syntax-tree/hastscript (hastscript)</summary>

###
[`v8.0.0`](https://togithub.com/syntax-tree/hastscript/releases/tag/8.0.0)

[Compare
Source](https://togithub.com/syntax-tree/hastscript/compare/7.2.0...8.0.0)

##### change

-
[`04a40a5`](https://togithub.com/syntax-tree/hastscript/commit/04a40a5)
Update `@types/hast`, utilities
    **migrate**: update too
-
[`234405b`](https://togithub.com/syntax-tree/hastscript/commit/234405b)
Change to require Node.js 16
    **migrate**: update too
-
[`7e27d65`](https://togithub.com/syntax-tree/hastscript/commit/7e27d65)
Remove `hastscript/html` (auto runtime) from `exports`
    **migrate**: use `hastscript`
-
[`6976cbb`](https://togithub.com/syntax-tree/hastscript/commit/6976cbb)
Remove `hastscript/html`, `hastscript/svg` from `exports`
    **migrate**: use `hastscript`

**Full Changelog**:
syntax-tree/hastscript@7.2.0...8.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/levaintech/contented).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 20, 2023
1 parent 20450ca commit a84e229
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/contented-pipeline-md/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@jsdevtools/rehype-toc": "^3.0.2",
"@sindresorhus/slugify": "^2.2.1",
"hast-util-to-string": "^2.0.0",
"hastscript": "^7.2.0",
"hastscript": "^8.0.0",
"js-yaml": "^4.1.0",
"lodash": "^4.17.21",
"mdast-util-directive": "^3.0.0",
Expand Down
20 changes: 18 additions & 2 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 a84e229

Please sign in to comment.