mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
build(deps): Bump rehype-highlight from 6.0.0 to 7.0.0 in /website (#2413)
[//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [rehype-highlight](https://github.com/rehypejs/rehype-highlight) from 6.0.0 to 7.0.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rehypejs/rehype-highlight/releases">rehype-highlight's releases</a>.</em></p> <blockquote> <h2>7.0.0</h2> <h4>Change</h4> <ul> <li>d72c765 Update <code>lowlight</code> <strong>migrate</strong>: if you pass <code>languages</code>, make sure the spread in <code>common</code> from <code>lowlight</code>: <code>.use(rehypeHighlight, {...common, ...otherLanguages})</code></li> <li>b057174 Update <code>@types/hast</code>, <code>unified</code>, utilities, etc <strong>migrate</strong>: update too</li> <li>72fe488 Change to require Node.js 16 <strong>migrate</strong>: update too</li> <li>d2fc56d Change to use <code>exports</code> <strong>migrate</strong>: don’t use private APIs</li> <li>dc3823d Remove <code>ignoreMissing</code> option, make it default <strong>migrate</strong>: remove <code>ignoreMissing</code>, expect warnings on the file instead</li> </ul> <h4>Misc</h4> <ul> <li>d05e002 Fix broken import in example by <a href="https://github.com/rhysd"><code>@rhysd</code></a> in <a href="https://redirect.github.com/rehypejs/rehype-highlight/pull/24">rehypejs/rehype-highlight#24</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/rehypejs/rehype-highlight/compare/6.0.0...7.0.0">https://github.com/rehypejs/rehype-highlight/compare/6.0.0...7.0.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="f7a0e0296d"><code>f7a0e02</code></a> 7.0.0</li> <li><a href="72fe488c91"><code>72fe488</code></a> Change to require Node.js 16</li> <li><a href="d2fc56d7be"><code>d2fc56d</code></a> Change to use <code>exports</code></li> <li><a href="4e97ba71ba"><code>4e97ba7</code></a> Refactor docs</li> <li><a href="dc3823d523"><code>dc3823d</code></a> Remove <code>ignoreMissing</code> option, make it default</li> <li><a href="d72c76582e"><code>d72c765</code></a> Update <code>lowlight</code></li> <li><a href="cad037f1ef"><code>cad037f</code></a> Refactor code-style</li> <li><a href="edc5650bec"><code>edc5650</code></a> Refactor to use <code>node:test</code></li> <li><a href="79d883cb5b"><code>79d883c</code></a> Add <code>ignore-scripts</code> to <code>.npmrc</code></li> <li><a href="d6e903e88a"><code>d6e903e</code></a> Refactor Actions</li> <li>Additional commits viewable in <a href="https://github.com/rehypejs/rehype-highlight/compare/6.0.0...7.0.0">compare view</a></li> </ul> </details> <br /> [](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:
@@ -38,7 +38,7 @@
|
||||
"react-markdown": "^8.0.7",
|
||||
"react-syntax-highlighter": "^15.5.0",
|
||||
"rehype-autolink-headings": "^6.1.1",
|
||||
"rehype-highlight": "^6.0.0",
|
||||
"rehype-highlight": "^7.0.0",
|
||||
"rehype-slug": "^5.1.0",
|
||||
"rehype-stringify": "^9.0.3",
|
||||
"remark-gfm": "^3.0.1",
|
||||
|
||||
60
website/pnpm-lock.yaml
generated
60
website/pnpm-lock.yaml
generated
@@ -90,8 +90,8 @@ dependencies:
|
||||
specifier: ^6.1.1
|
||||
version: 6.1.1
|
||||
rehype-highlight:
|
||||
specifier: ^6.0.0
|
||||
version: 6.0.0
|
||||
specifier: ^7.0.0
|
||||
version: 7.0.0
|
||||
rehype-slug:
|
||||
specifier: ^5.1.0
|
||||
version: 5.1.0
|
||||
@@ -1226,12 +1226,6 @@ packages:
|
||||
format: 0.2.2
|
||||
dev: false
|
||||
|
||||
/fault@2.0.1:
|
||||
resolution: {integrity: sha512-WtySTkS4OKev5JtpHXnib4Gxiurzh5NCGvWrFaZ34m6JehfTUhKZvn9njTfw48t6JumVQOmrKqpmGcdwxnhqBQ==}
|
||||
dependencies:
|
||||
format: 0.2.2
|
||||
dev: false
|
||||
|
||||
/fflate@0.4.8:
|
||||
resolution: {integrity: sha512-FJqqoDBR00Mdj9ppamLa/Y7vxm+PRmNWA67N846RvsoYVMKB4q3y/de5PA7gUmRMYK/8CMz2GDZQmCRN1wBcWA==}
|
||||
dev: false
|
||||
@@ -1373,6 +1367,12 @@ packages:
|
||||
'@types/unist': 2.0.7
|
||||
dev: false
|
||||
|
||||
/hast-util-is-element@3.0.0:
|
||||
resolution: {integrity: sha512-Val9mnv2IWpLbNPqc/pUem+a7Ipj2aHacCwgNfTiK0vJKl0LF+4Ba4+v1oPHFpf3bLYmreq0/l3Gud9S5OH42g==}
|
||||
dependencies:
|
||||
'@types/hast': 3.0.1
|
||||
dev: false
|
||||
|
||||
/hast-util-parse-selector@2.2.5:
|
||||
resolution: {integrity: sha512-7j6mrk/qqkSehsM92wQjdIgWM2/BW61u/53G6xmC8i1OmEdKLHbk419QKQUjz6LglWsfqoiHmyMRkP1BGjecNQ==}
|
||||
dev: false
|
||||
@@ -1460,13 +1460,13 @@ packages:
|
||||
'@types/hast': 2.3.5
|
||||
dev: false
|
||||
|
||||
/hast-util-to-text@3.1.2:
|
||||
resolution: {integrity: sha512-tcllLfp23dJJ+ju5wCCZHVpzsQQ43+moJbqVX3jNWPB7z/KFC4FyZD6R7y94cHL6MQ33YtMZL8Z0aIXXI4XFTw==}
|
||||
/hast-util-to-text@4.0.0:
|
||||
resolution: {integrity: sha512-EWiE1FSArNBPUo1cKWtzqgnuRQwEeQbQtnFJRYV1hb1BWDgrAlBU0ExptvZMM/KSA82cDpm2sFGf3Dmc5Mza3w==}
|
||||
dependencies:
|
||||
'@types/hast': 2.3.5
|
||||
'@types/unist': 2.0.7
|
||||
hast-util-is-element: 2.1.3
|
||||
unist-util-find-after: 4.0.1
|
||||
'@types/hast': 3.0.1
|
||||
'@types/unist': 3.0.0
|
||||
hast-util-is-element: 3.0.0
|
||||
unist-util-find-after: 5.0.0
|
||||
dev: false
|
||||
|
||||
/hast-util-whitespace@2.0.1:
|
||||
@@ -1689,12 +1689,12 @@ packages:
|
||||
highlight.js: 10.7.3
|
||||
dev: false
|
||||
|
||||
/lowlight@2.9.0:
|
||||
resolution: {integrity: sha512-OpcaUTCLmHuVuBcyNckKfH5B0oA4JUavb/M/8n9iAvanJYNQkrVm4pvyX0SUaqkBG4dnWHKt7p50B3ngAG2Rfw==}
|
||||
/lowlight@3.1.0:
|
||||
resolution: {integrity: sha512-CEbNVoSikAxwDMDPjXlqlFYiZLkDJHwyGu/MfOsJnF3d7f3tds5J3z8s/l9TMXhzfsJCCJEAsD78842mwmg0PQ==}
|
||||
dependencies:
|
||||
'@types/hast': 2.3.5
|
||||
fault: 2.0.1
|
||||
highlight.js: 11.8.0
|
||||
'@types/hast': 3.0.1
|
||||
devlop: 1.1.0
|
||||
highlight.js: 11.9.0
|
||||
dev: false
|
||||
|
||||
/markdown-extensions@1.1.1:
|
||||
@@ -2903,14 +2903,14 @@ packages:
|
||||
unist-util-visit: 4.1.2
|
||||
dev: false
|
||||
|
||||
/rehype-highlight@6.0.0:
|
||||
resolution: {integrity: sha512-q7UtlFicLhetp7K48ZgZiJgchYscMma7XjzX7t23bqEJF8m6/s+viXQEe4oHjrATTIZpX7RG8CKD7BlNZoh9gw==}
|
||||
/rehype-highlight@7.0.0:
|
||||
resolution: {integrity: sha512-QtobgRgYoQaK6p1eSr2SD1i61f7bjF2kZHAQHxeCHAuJf7ZUDMvQ7owDq9YTkmar5m5TSUol+2D3bp3KfJf/oA==}
|
||||
dependencies:
|
||||
'@types/hast': 2.3.5
|
||||
hast-util-to-text: 3.1.2
|
||||
lowlight: 2.9.0
|
||||
unified: 10.1.2
|
||||
unist-util-visit: 4.1.2
|
||||
'@types/hast': 3.0.1
|
||||
hast-util-to-text: 4.0.0
|
||||
lowlight: 3.1.0
|
||||
unist-util-visit: 5.0.0
|
||||
vfile: 6.0.1
|
||||
dev: false
|
||||
|
||||
/rehype-slug@5.1.0:
|
||||
@@ -3291,11 +3291,11 @@ packages:
|
||||
vfile: 6.0.1
|
||||
dev: false
|
||||
|
||||
/unist-util-find-after@4.0.1:
|
||||
resolution: {integrity: sha512-QO/PuPMm2ERxC6vFXEPtmAutOopy5PknD+Oq64gGwxKtk4xwo9Z97t9Av1obPmGU0IyTa6EKYUfTrK2QJS3Ozw==}
|
||||
/unist-util-find-after@5.0.0:
|
||||
resolution: {integrity: sha512-amQa0Ep2m6hE2g72AugUItjbuM8X8cGQnFoHk0pGfrFeT9GZhzN5SW8nRsiGKK7Aif4CrACPENkA6P/Lw6fHGQ==}
|
||||
dependencies:
|
||||
'@types/unist': 2.0.7
|
||||
unist-util-is: 5.2.1
|
||||
'@types/unist': 3.0.0
|
||||
unist-util-is: 6.0.0
|
||||
dev: false
|
||||
|
||||
/unist-util-generated@2.0.1:
|
||||
|
||||
Reference in New Issue
Block a user