mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
build(deps): Bump highlight.js from 11.8.0 to 11.9.0 in /website (#2426)
Bumps [highlight.js](https://github.com/highlightjs/highlight.js) from 11.8.0 to 11.9.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/highlightjs/highlight.js/releases">highlight.js's releases</a>.</em></p> <blockquote> <h2>11.9.0 - Fall is in the air!</h2> <h2>Version 11.9.0</h2> <p>CAVEATS / POTENTIALLY BREAKING CHANGES</p> <ul> <li>Drops support for Node 14.x, which is no longer supported by Node.js.</li> <li>In the <code>node</code> build <code>styles/*.css</code> files now ship un-minified with minified counterparts as: <code>styles/*.min.css</code> [mvorisek][] (this makes things consistent with our <code>cdn</code> builds)</li> </ul> <p>Parser:</p> <ul> <li>(enh) prevent re-highlighting of an element [joshgoebel][]</li> <li>(chore) Remove discontinued badges from README [Bradley Mackey][]</li> <li>(chore) Fix build size report [Bradley Mackey][]</li> </ul> <p>New Grammars:</p> <ul> <li>added 3rd party Iptables grammar to SUPPORTED_LANGUAGES [Checconio][]</li> <li>added 3rd party x86asmatt grammar to SUPPORTED_LANGUAGES [gondow][]</li> <li>added 3rd party riscv64 grammar to SUPPORTED_LANGUAGES [aana-h2][]</li> <li>added 3rd party Ballerina grammar to SUPPORTED_LANGUAGES [Yasith Deelaka][]</li> </ul> <p>Core Grammars:</p> <ul> <li>fix(rust) added negative-lookahead for callable keywords <code>if</code> <code>while</code> <code>for</code> [Omar Hussein][]</li> <li>enh(armasm) added <code>x0-x30</code> and <code>w0-w30</code> ARMv8 registers [Nicholas Thompson][]</li> <li>enh(haxe) added <code>final</code>, <code>is</code>, <code>macro</code> keywords and <code>$</code> identifiers [Robert Borghese][]</li> <li>enh(haxe) support numeric separators and suffixes [Robert Borghese][]</li> <li>fix(haxe) fixed metadata arguments and support non-colon syntax [Robert Borghese][]</li> <li>fix(haxe) differentiate <code>abstract</code> declaration from keyword [Robert Borghese][]</li> <li>fix(bash) do not delimit a string by an escaped apostrophe [hancar][]</li> <li>enh(swift) support <code>macro</code> keyword [Bradley Mackey][]</li> <li>enh(swift) support parameter pack keywords [Bradley Mackey][]</li> <li>enh(swift) regex literal support [Bradley Mackey][]</li> <li>enh(swift) <code>@unchecked</code> and <code>@Sendable</code> support [Bradley Mackey][]</li> <li>enh(scala) add using directives support <code>//> using foo bar</code> [Jamie Thompson][]</li> <li>fix(scala) fixed comments in constructor arguments not being properly highlighted [Isaac Nonato][]</li> <li>enh(swift) ownership modifiers support [Bradley Mackey][]</li> <li>enh(nsis) Add <code>!assert</code> compiler flag [idleberg][]</li> <li>fix(haskell) do not treat double dashes inside infix operators as comments [Zlondrej][]</li> <li>enh(rust) added <code>eprintln!</code> macro [qoheniac][]</li> <li>enh(leaf) update syntax to 4.0 [Samuel Bishop][]</li> <li>fix(reasonml) simplify syntax and align it with ocaml [jchavarri][]</li> <li>fix(swift) <code>warn_unqualified_access</code> is an attribute [Bradley Mackey][]</li> <li>enh(swift) macro attributes are highlighted as keywords [Bradley Mackey][]</li> <li>enh(stan) updated for version 2.33 (<a href="https://redirect.github.com/highlightjs/highlight.js/issues/3859">#3859</a>) [Brian Ward][]</li> <li>fix(css) added '_' css variable detection [Md Saad Akhtar][]</li> <li>enh(groovy) add <code>record</code> and <code>var</code> as keywords [Guillaume Laforge][]</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/highlightjs/highlight.js/blob/main/CHANGES.md">highlight.js's changelog</a>.</em></p> <blockquote> <h2>Version 11.9.0</h2> <p>CAVEATS / POTENTIALLY BREAKING CHANGES</p> <ul> <li>Drops support for Node 14.x, which is no longer supported by Node.js.</li> <li>In the <code>node</code> build <code>styles/*.css</code> files now ship un-minified with minified counterparts as: <code>styles/*.min.css</code> [mvorisek][] (this makes things consistent with our <code>cdn</code> builds)</li> </ul> <p>Parser:</p> <ul> <li>(enh) prevent re-highlighting of an element [joshgoebel][]</li> <li>(chore) Remove discontinued badges from README [Bradley Mackey][]</li> <li>(chore) Fix build size report [Bradley Mackey][]</li> </ul> <p>New Grammars:</p> <ul> <li>added 3rd party Iptables grammar to SUPPORTED_LANGUAGES [Checconio][]</li> <li>added 3rd party x86asmatt grammar to SUPPORTED_LANGUAGES [gondow][]</li> <li>added 3rd party riscv64 grammar to SUPPORTED_LANGUAGES [aana-h2][]</li> <li>added 3rd party Ballerina grammar to SUPPORTED_LANGUAGES [Yasith Deelaka][]</li> </ul> <p>Core Grammars:</p> <ul> <li>fix(rust) added negative-lookahead for callable keywords <code>if</code> <code>while</code> <code>for</code> [Omar Hussein][]</li> <li>enh(armasm) added <code>x0-x30</code> and <code>w0-w30</code> ARMv8 registers [Nicholas Thompson][]</li> <li>enh(haxe) added <code>final</code>, <code>is</code>, <code>macro</code> keywords and <code>$</code> identifiers [Robert Borghese][]</li> <li>enh(haxe) support numeric separators and suffixes [Robert Borghese][]</li> <li>fix(haxe) fixed metadata arguments and support non-colon syntax [Robert Borghese][]</li> <li>fix(haxe) differentiate <code>abstract</code> declaration from keyword [Robert Borghese][]</li> <li>fix(bash) do not delimit a string by an escaped apostrophe [hancar][]</li> <li>enh(swift) support <code>macro</code> keyword [Bradley Mackey][]</li> <li>enh(swift) support parameter pack keywords [Bradley Mackey][]</li> <li>enh(swift) regex literal support [Bradley Mackey][]</li> <li>enh(swift) <code>@unchecked</code> and <code>@Sendable</code> support [Bradley Mackey][]</li> <li>enh(scala) add using directives support <code>//> using foo bar</code> [Jamie Thompson][]</li> <li>fix(scala) fixed comments in constructor arguments not being properly highlighted [Isaac Nonato][]</li> <li>enh(swift) ownership modifiers support [Bradley Mackey][]</li> <li>enh(nsis) Add <code>!assert</code> compiler flag [idleberg][]</li> <li>fix(haskell) do not treat double dashes inside infix operators as comments [Zlondrej][]</li> <li>enh(rust) added <code>eprintln!</code> macro [qoheniac][]</li> <li>enh(leaf) update syntax to 4.0 [Samuel Bishop][]</li> <li>fix(reasonml) simplify syntax and align it with ocaml [jchavarri][]</li> <li>fix(swift) <code>warn_unqualified_access</code> is an attribute [Bradley Mackey][]</li> <li>enh(swift) macro attributes are highlighted as keywords [Bradley Mackey][]</li> <li>enh(stan) updated for version 2.33 (<a href="https://redirect.github.com/highlightjs/highlight.js/issues/3859">#3859</a>) [Brian Ward][]</li> <li>fix(css) added '_' css variable detection [Md Saad Akhtar][]</li> <li>enh(groovy) add <code>record</code> and <code>var</code> as keywords [Guillaume Laforge][]</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="f47103d4f1"><code>f47103d</code></a> (chore) release with v20 of Node</li> <li><a href="59ac0218df"><code>59ac021</code></a> bump 11.9.0</li> <li><a href="aa093815ce"><code>aa09381</code></a> gem bumps</li> <li><a href="1a531f5349"><code>1a531f5</code></a> fix(rust) Add negative-lookahead for fn like keywords (<a href="https://redirect.github.com/highlightjs/highlight.js/issues/3883">#3883</a>)</li> <li><a href="fa9a62c2d0"><code>fa9a62c</code></a> enh(groovy) Add <code>record</code> and <code>var</code> keywords (<a href="https://redirect.github.com/highlightjs/highlight.js/issues/3872">#3872</a>)</li> <li><a href="a1a1235760"><code>a1a1235</code></a> fix(css) variable '_' detection <a href="https://redirect.github.com/highlightjs/highlight.js/issues/3823">#3823</a> (<a href="https://redirect.github.com/highlightjs/highlight.js/issues/3863">#3863</a>)</li> <li><a href="2708bf9127"><code>2708bf9</code></a> (typo) Update README.md (<a href="https://redirect.github.com/highlightjs/highlight.js/issues/3869">#3869</a>)</li> <li><a href="58dc5961f6"><code>58dc596</code></a> Update Stan syntax to version 2.33 (<a href="https://redirect.github.com/highlightjs/highlight.js/issues/3859">#3859</a>)</li> <li><a href="694eb52e30"><code>694eb52</code></a> (enh) Add <code>Ballerina</code> to supported languages (<a href="https://redirect.github.com/highlightjs/highlight.js/issues/3852">#3852</a>)</li> <li><a href="a20b348bc0"><code>a20b348</code></a> Bump actions/checkout from 3 to 4 (<a href="https://redirect.github.com/highlightjs/highlight.js/issues/3854">#3854</a>)</li> <li>Additional commits viewable in <a href="https://github.com/highlightjs/highlight.js/compare/11.8.0...11.9.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:
@@ -24,7 +24,7 @@
|
||||
"fast-xml-parser": "^4.3.2",
|
||||
"flowbite": "^1.8.1",
|
||||
"flowbite-react": "^0.4.11",
|
||||
"highlight.js": "^11.8.0",
|
||||
"highlight.js": "^11.9.0",
|
||||
"md5": "^2.3.0",
|
||||
"next": "13.5.5",
|
||||
"next-hubspot": "^1.1.6",
|
||||
|
||||
9
website/pnpm-lock.yaml
generated
9
website/pnpm-lock.yaml
generated
@@ -48,8 +48,8 @@ dependencies:
|
||||
specifier: ^0.4.11
|
||||
version: 0.4.11(react-dom@18.2.0)(react@18.2.0)(tailwindcss@3.3.2)
|
||||
highlight.js:
|
||||
specifier: ^11.8.0
|
||||
version: 11.8.0
|
||||
specifier: ^11.9.0
|
||||
version: 11.9.0
|
||||
md5:
|
||||
specifier: ^2.3.0
|
||||
version: 2.3.0
|
||||
@@ -1512,6 +1512,11 @@ packages:
|
||||
engines: {node: '>=12.0.0'}
|
||||
dev: false
|
||||
|
||||
/highlight.js@11.9.0:
|
||||
resolution: {integrity: sha512-fJ7cW7fQGCYAkgv4CPfwFHrfd/cLS4Hau96JuJ+ZTOWhjnhoeN1ub1tFmALm/+lW5z4WCAuAV9bm05AP0mS6Gw==}
|
||||
engines: {node: '>=12.0.0'}
|
||||
dev: false
|
||||
|
||||
/html-void-elements@2.0.1:
|
||||
resolution: {integrity: sha512-0quDb7s97CfemeJAnW9wC0hw78MtW7NU3hqtCD75g2vFlDLt36llsYD7uB7SUzojLMP24N5IatXf7ylGXiGG9A==}
|
||||
dev: false
|
||||
|
||||
Reference in New Issue
Block a user