build(deps): Bump rehype-autolink-headings from 6.1.1 to 7.0.0 in /website (#2440)

Bumps
[rehype-autolink-headings](https://github.com/rehypejs/rehype-autolink-headings)
from 6.1.1 to 7.0.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/rehypejs/rehype-autolink-headings/releases">rehype-autolink-headings's
releases</a>.</em></p>
<blockquote>
<h2>7.0.0</h2>
<h4>Change</h4>
<ul>
<li>394560f Update <code>@types/hast</code>, <code>unified</code>,
utilities, etc
<strong>migrate</strong>: update too</li>
<li>6bebeab Change to require Node.js 16
<strong>migrate</strong>: update too</li>
<li>f20421f Change to use <code>exports</code>
<strong>migrate</strong>: don’t use private APIs</li>
<li>98849a7 Remove undocumented ancient <code>behaviour</code> spelling
<strong>migrate</strong>: use international english:
<code>behavior</code></li>
</ul>
<h4>Add</h4>
<ul>
<li>92f0258 Add support for passing a function as
<code>properties</code></li>
</ul>
<h4>Misc</h4>
<ul>
<li>305d6d0 Add <code>fromHtml</code> example
by <a href="https://github.com/altano"><code>@​altano</code></a> in <a
href="https://redirect.github.com/rehypejs/rehype-autolink-headings/pull/17">rehypejs/rehype-autolink-headings#17</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/rehypejs/rehype-autolink-headings/compare/6.1.1...7.0.0">https://github.com/rehypejs/rehype-autolink-headings/compare/6.1.1...7.0.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="b968c9900e"><code>b968c99</code></a>
7.0.0</li>
<li><a
href="92f0258279"><code>92f0258</code></a>
Add support for passing a function as <code>properties</code></li>
<li><a
href="f20421f4d2"><code>f20421f</code></a>
Change to use <code>exports</code></li>
<li><a
href="6bebeaba25"><code>6bebeab</code></a>
Change to require Node.js 16</li>
<li><a
href="87105fa093"><code>87105fa</code></a>
Refactor docs</li>
<li><a
href="98849a7ec7"><code>98849a7</code></a>
Remove undocumented ancient <code>behaviour</code> spelling</li>
<li><a
href="8ba5363bd7"><code>8ba5363</code></a>
Refactor code-style</li>
<li><a
href="f57cc9380e"><code>f57cc93</code></a>
Replace dependency</li>
<li><a
href="2a2783ac13"><code>2a2783a</code></a>
Refactor to use <code>node:test</code></li>
<li><a
href="651c6ddd7d"><code>651c6dd</code></a>
Add <code>ignore-scripts</code> to <code>.npmrc</code></li>
<li>Additional commits viewable in <a
href="https://github.com/rehypejs/rehype-autolink-headings/compare/6.1.1...7.0.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=rehype-autolink-headings&package-manager=npm_and_yarn&previous-version=6.1.1&new-version=7.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2023-10-18 13:15:09 -07:00
committed by GitHub
parent 2bb44b78fb
commit 065a23a847
2 changed files with 23 additions and 12 deletions

View File

@@ -37,7 +37,7 @@
"react-icons": "^4.11.0",
"react-markdown": "^8.0.7",
"react-syntax-highlighter": "^15.5.0",
"rehype-autolink-headings": "^6.1.1",
"rehype-autolink-headings": "^7.0.0",
"rehype-highlight": "^6.0.0",
"rehype-slug": "^5.1.0",
"rehype-stringify": "^10.0.0",

33
website/pnpm-lock.yaml generated
View File

@@ -87,8 +87,8 @@ dependencies:
specifier: ^15.5.0
version: 15.5.0(react@18.2.0)
rehype-autolink-headings:
specifier: ^6.1.1
version: 6.1.1
specifier: ^7.0.0
version: 7.0.0
rehype-highlight:
specifier: ^6.0.0
version: 6.0.0
@@ -1360,6 +1360,12 @@ packages:
'@types/hast': 2.3.7
dev: false
/hast-util-heading-rank@3.0.0:
resolution: {integrity: sha512-EJKb8oMUXVHcWZTDepnr+WNbfnXKFNf9duMesmr4S8SXTJBJ9M4Yok08pu9vxdJwdlGRhVumk9mEhkEvKGifwA==}
dependencies:
'@types/hast': 3.0.2
dev: false
/hast-util-is-element@2.1.3:
resolution: {integrity: sha512-O1bKah6mhgEq2WtVMk+Ta5K7pPMqsBBlmzysLdcwKVrqzZQ0CHqUPiIVspNhAG1rvxpvJjtGee17XfauZYKqVA==}
dependencies:
@@ -1367,6 +1373,12 @@ packages:
'@types/unist': 2.0.9
dev: false
/hast-util-is-element@3.0.0:
resolution: {integrity: sha512-Val9mnv2IWpLbNPqc/pUem+a7Ipj2aHacCwgNfTiK0vJKl0LF+4Ba4+v1oPHFpf3bLYmreq0/l3Gud9S5OH42g==}
dependencies:
'@types/hast': 3.0.2
dev: false
/hast-util-parse-selector@2.2.5:
resolution: {integrity: sha512-7j6mrk/qqkSehsM92wQjdIgWM2/BW61u/53G6xmC8i1OmEdKLHbk419QKQUjz6LglWsfqoiHmyMRkP1BGjecNQ==}
dev: false
@@ -2889,16 +2901,15 @@ packages:
resolution: {integrity: sha512-srw17NI0TUWHuGa5CFGGmhfNIeja30WMBfbslPNhf6JrqQlLN5gcrvig1oqPxiVaXb0oW0XRKtH6Nngs5lKCIA==}
dev: false
/rehype-autolink-headings@6.1.1:
resolution: {integrity: sha512-NMYzZIsHM3sA14nC5rAFuUPIOfg+DFmf9EY1YMhaNlB7+3kK/ZlE6kqPfuxr1tsJ1XWkTrMtMoyHosU70d35mA==}
/rehype-autolink-headings@7.0.0:
resolution: {integrity: sha512-DLskejGYHQP9v7vUW85BeYIclgfMQ1IwAMx+0lm8Sr3cME2NThgy2OdTfosmuBA68fqP5o4FK+dknpUMFvlxYQ==}
dependencies:
'@types/hast': 2.3.7
extend: 3.0.2
hast-util-has-property: 2.0.1
hast-util-heading-rank: 2.1.1
hast-util-is-element: 2.1.3
unified: 10.1.2
unist-util-visit: 4.1.2
'@types/hast': 3.0.2
'@ungap/structured-clone': 1.2.0
hast-util-heading-rank: 3.0.0
hast-util-is-element: 3.0.0
unified: 11.0.3
unist-util-visit: 5.0.0
dev: false
/rehype-highlight@6.0.0: