Skip to content

Commit

Permalink
Update dependency remark-rehype to v11 (#408)
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 |
|---|---|---|---|---|---|
| [remark-rehype](https://togithub.com/remarkjs/remark-rehype) | [`5.0.0` -> `11.0.0`](https://renovatebot.com/diffs/npm/remark-rehype/5.0.0/11.0.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/remark-rehype/11.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/remark-rehype/11.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/remark-rehype/5.0.0/11.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/remark-rehype/5.0.0/11.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>remarkjs/remark-rehype (remark-rehype)</summary>

### [`v11.0.0`](https://togithub.com/remarkjs/remark-rehype/releases/tag/11.0.0)

[Compare Source](https://togithub.com/remarkjs/remark-rehype/compare/10.1.0...11.0.0)

##### Change

-   [`30091c7`](https://togithub.com/remarkjs/remark-rehype/commit/30091c7) Change to require Node.js 16
    **migrate**: update too
-   [`cafeacc`](https://togithub.com/remarkjs/remark-rehype/commit/cafeacc) Change to use `exports`
    **migrate**: don’t use private APIs
-   [`acb292a`](https://togithub.com/remarkjs/remark-rehype/commit/acb292a) Update `mdast-util-to-hast`, `@types/{hast,mdast}`, unified, etc
    **migrate**: update too
    if you don’t use handlers, this should be fine;
    if you do, see [`[email protected]`](https://togithub.com/syntax-tree/mdast-util-to-hast/releases/tag/13.0.0)
-   [`ba50965`](https://togithub.com/remarkjs/remark-rehype/commit/ba50965) Remove `Processor` type
    **migrate**: get it from `unified`

##### Add

-   [`b990986`](https://togithub.com/remarkjs/remark-rehype/commit/b990986) Add exports of `defaultFootnoteBackContent`, `defaultFootnoteBackLabel`

**Full Changelog**: remarkjs/remark-rehype@10.1.0...11.0.0

### [`v10.1.0`](https://togithub.com/remarkjs/remark-rehype/releases/tag/10.1.0)

[Compare Source](https://togithub.com/remarkjs/remark-rehype/compare/10.0.1...10.1.0)

-   [`f22d7af`](https://togithub.com/remarkjs/remark-rehype/commit/f22d7af) Add exports of `defaultHandlers`, `all`, `one`
    by [@&#8203;JounQin](https://togithub.com/JounQin) in [https://github.com/remarkjs/remark-rehype/pull/23](https://togithub.com/remarkjs/remark-rehype/pull/23)

**Full Changelog**: remarkjs/remark-rehype@10.0.1...10.1.0

### [`v10.0.1`](https://togithub.com/remarkjs/remark-rehype/releases/tag/10.0.1)

[Compare Source](https://togithub.com/remarkjs/remark-rehype/compare/10.0.0...10.0.1)

-   [`1e0c67d`](https://togithub.com/remarkjs/remark-rehype/commit/1e0c67d) Add improved docs
    by [@&#8203;wooorm](https://togithub.com/wooorm) in [https://github.com/remarkjs/remark-rehype/pull/22](https://togithub.com/remarkjs/remark-rehype/pull/22)

**Full Changelog**: remarkjs/remark-rehype@10.0.0...10.0.1

### [`v10.0.0`](https://togithub.com/remarkjs/remark-rehype/releases/tag/10.0.0)

[Compare Source](https://togithub.com/remarkjs/remark-rehype/compare/9.1.0...10.0.0)

-   [`2e2401a`](https://togithub.com/remarkjs/remark-rehype/commit/2e2401a) Update `mdast-util-to-hast`
    This changes footnotes to match [how GitHub renders them](https://github.blog/changelog/2021-09-30-footnotes-now-supported-in-markdown-fields/)
    -   use the new `clobberPrefix`, `footnoteLabel`, and `footnoteLabelBack` options to configure it
-   [`b718673`](https://togithub.com/remarkjs/remark-rehype/commit/b718673) Fix support for explicit nullish `processor`

**Full Changelog**: remarkjs/remark-rehype@9.1.0...10.0.0

### [`v9.1.0`](https://togithub.com/remarkjs/remark-rehype/releases/tag/9.1.0)

[Compare Source](https://togithub.com/remarkjs/remark-rehype/compare/9.0.0...9.1.0)

-   [`aab88a5`](https://togithub.com/remarkjs/remark-rehype/commit/aab88a5) Add `raw` to hast type registry

### [`v9.0.0`](https://togithub.com/remarkjs/remark-rehype/releases/tag/9.0.0)

[Compare Source](https://togithub.com/remarkjs/remark-rehype/compare/8.1.0...9.0.0)

-   [`ab51cd4`](https://togithub.com/remarkjs/remark-rehype/commit/ab51cd4) Use ESM
    ```js
    // From CommonJS
    var remarkRehype = require('remark-rehype')

    // To ESM
    import remarkRehype from 'remark-rehype'
    ```
    Learn [more about ESM in this guide](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c)
-   [`c6a4c64`](https://togithub.com/remarkjs/remark-rehype/commit/c6a4c64) Add JSDoc based types
-   [`0cea259`](https://togithub.com/remarkjs/remark-rehype/commit/0cea259) Update dependencies
    See [`[email protected]`](https://togithub.com/syntax-tree/mdast-util-to-hast/releases/tag/11.0.0)

### [`v8.1.0`](https://togithub.com/remarkjs/remark-rehype/releases/tag/8.1.0)

[Compare Source](https://togithub.com/remarkjs/remark-rehype/compare/8.0.0...8.1.0)

-   [`63a851a`](https://togithub.com/remarkjs/remark-rehype/commit/63a851a) Update `mdast-util-to-hast`

### [`v8.0.0`](https://togithub.com/remarkjs/remark-rehype/releases/tag/8.0.0)

[Compare Source](https://togithub.com/remarkjs/remark-rehype/compare/7.0.0...8.0.0)

-   [`fc18fe8`](https://togithub.com/remarkjs/remark-rehype/commit/fc18fe8) Change to comply to CommonMark

### [`v7.0.0`](https://togithub.com/remarkjs/remark-rehype/releases/tag/7.0.0)

[Compare Source](https://togithub.com/remarkjs/remark-rehype/compare/6.0.0...7.0.0)

-   [`c5a4eae`](https://togithub.com/remarkjs/remark-rehype/commit/c5a4eae) Add types

### [`v6.0.0`](https://togithub.com/remarkjs/remark-rehype/releases/tag/6.0.0)

[Compare Source](https://togithub.com/remarkjs/remark-rehype/compare/5.0.0...6.0.0)

-   [`f18c8ec`](https://togithub.com/remarkjs/remark-rehype/commit/f18c8ec) Update [`mdast-util-to-hast`](https://togithub.com/syntax-tree/mdast-util-to-hast/releases/tag/8.0.0)
    (**breaking**, potentially, if you or your dependents use typescript)
-   [`bfe0e7f`](https://togithub.com/remarkjs/remark-rehype/commit/bfe0e7f) Refactor prose
-   [`47e547d`](https://togithub.com/remarkjs/remark-rehype/commit/47e547d) Add notes on security

</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.

---

 - [ ] 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/X-oss-byte/Nextjs).
  • Loading branch information
renovate[bot] authored Oct 15, 2023
1 parent 5f91c28 commit 798d908
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 97 deletions.
2 changes: 1 addition & 1 deletion .github/actions/validate-docs-links/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"gray-matter": "4.0.3",
"rehype-raw": "7.0.0",
"remark-parse": "11.0.0",
"remark-rehype": "5.0.0",
"remark-rehype": "11.0.0",
"unified": "8.4.2",
"unist-util-visit": "2.0.3"
}
Expand Down
106 changes: 10 additions & 96 deletions .github/pnpm-lock.yaml

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

0 comments on commit 798d908

Please sign in to comment.