Files
firezone/website
dependabot[bot] 0659395b49 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>//&gt; 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>//&gt; 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 />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=highlight.js&package-manager=npm_and_yarn&previous-version=11.8.0&new-version=11.9.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>
2023-10-18 15:17:09 +00:00
..
2023-10-18 06:23:11 -07:00
2023-07-13 17:00:08 +00:00

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Inter, a custom Google Font.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.