Bumps [highlight.js](https://github.com/highlightjs/highlight.js) from 11.10.0 to 11.11.1. <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>v11.11.1 - Merry Christmas!</h2> <h2>Version 11.11.1</h2> <ul> <li>Fixes regressions with Rust grammar in 11.11.0 release.</li> </ul> <h2>v11.11.0 - Happy Holidays</h2> <h2>Version 11.11.0</h2> <p>CAVEATS / POTENTIALLY BREAKING CHANGES</p> <ul> <li>Nothing.</li> </ul> <p>Core Grammars:</p> <ul> <li>fix(rust) - adds emoji support in single quote strings [joshgoebel][]</li> <li>fix(apache) - support line continuation via <code>\</code> [Josh Goebel][]</li> <li>fix(makefile) - allow strings inside <code>$()</code> expressions [aneesh98][]</li> <li>enh(arcade) updated to ArcGIS Arcade version 1.29 [Kristian Ekenes][]</li> <li>enh(css) add all properties listed on MDN (96 additions including <code>anchor-name</code>, <code>aspect-ratio</code>, <code>backdrop-filter</code>, <code>container</code>, <code>margin-trim</code>, <code>place-content</code>, <code>scroll-timeline</code>, ...) [BaliBalo][]</li> <li>enh(excel) add built-in functions for Excel 365 release to 2024 [Danny Winrow][]</li> <li>enh(erlang) OTP 27 triple-quoted strings [nixxquality][]</li> <li>enh(erlang) OTP 27 doc attribute [nixxquality][]</li> <li>enh(erlang) OTP 27 Sigil type [nixxquality][]</li> <li>enh(erlang) OTP25/27 maybe statement [nixxquality][]</li> <li>enh(dart) Support digit-separators in number literals [Sam Rawlins][]</li> <li>enh(csharp) add Contextual keywords <code>file</code>, <code>args</code>, <code>dynamic</code>, <code>record</code>, <code>required</code> and <code>scoped</code> [Alvin Joy][]</li> <li>enh(lua) add 'pluto' as an alias [Sainan]</li> <li>enh(bash) add reserved keywords <code>time</code> and <code>coproc</code> [Álvaro Mondéjar][]</li> <li>enh(nix) update keywords [h7x4][]</li> <li>enh(nix) support paths [h7x4][]</li> <li>enh(nix) support lookup paths [h7x4][]</li> <li>enh(nix) support operators [h7x4][]</li> <li>enh(nix) support REPL keywords [h7x4][]</li> <li>enh(nix) support markdown comments [h7x4][]</li> <li>enh(nix) support basic function params [h7x4][]</li> <li>enh(nix) better parsing of attrsets [h7x4][]</li> <li>fix(c) - Fixed hex numbers with decimals [Dxuian]</li> <li>fix(typescript) - Fixedoptional property not highlighted correctly [Dxuian]</li> <li>fix(ruby) - fix <code>|=</code> operator false positives (as block arguments) [Aboobacker MK]</li> <li>enh(gcode) rewrote language for modern gcode support [Barthélémy Bonhomme][]</li> <li>fix(sql) - Fixed sql primary key and foreign key spacing issue [Dxuian]</li> <li>fix(cpp) added flat_set and flat_map as a part of cpp 23 version [Lavan]</li> <li>fix(yaml) - Fixed special chars in yaml [Dxuian]</li> <li>fix(basic) - Fixed closing quotation marks not required for a PRINT statement [Somya]</li> <li>fix(nix) remove <code>add</code> builtin [h7x4][]</li> <li>fix(nix) mark <code>or</code> as builtin instead of literal [h7x4][]</li> <li>fix(nix) handle <code>'''</code> string escapes [h7x4][]</li> <li>fix(nix) handle backslash string escapes [h7x4][]</li> <li>fix(nix) don't mix escapes for <code>"</code> and <code>''</code> strings [h7x4][]</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.11.1</h2> <ul> <li>Fixes regression with Rust grammar.</li> </ul> <h2>Version 11.11.0</h2> <p>CAVEATS / POTENTIALLY BREAKING CHANGES</p> <ul> <li>Nothing yet.</li> </ul> <p>Core Grammars:</p> <ul> <li>fix(rust) - adds emoji support in single quote strings [joshgoebel][]</li> <li>fix(apache) - support line continuation via <code>\</code> [Josh Goebel][]</li> <li>fix(makefile) - allow strings inside <code>$()</code> expressions [aneesh98][]</li> <li>enh(arcade) updated to ArcGIS Arcade version 1.29 [Kristian Ekenes][]</li> <li>enh(css) add all properties listed on MDN (96 additions including <code>anchor-name</code>, <code>aspect-ratio</code>, <code>backdrop-filter</code>, <code>container</code>, <code>margin-trim</code>, <code>place-content</code>, <code>scroll-timeline</code>, ...) [BaliBalo][]</li> <li>enh(excel) add built-in functions for Excel 365 release to 2024 [Danny Winrow][]</li> <li>enh(erlang) OTP 27 triple-quoted strings [nixxquality][]</li> <li>enh(erlang) OTP 27 doc attribute [nixxquality][]</li> <li>enh(erlang) OTP 27 Sigil type [nixxquality][]</li> <li>enh(erlang) OTP25/27 maybe statement [nixxquality][]</li> <li>enh(dart) Support digit-separators in number literals [Sam Rawlins][]</li> <li>enh(csharp) add Contextual keywords <code>file</code>, <code>args</code>, <code>dynamic</code>, <code>record</code>, <code>required</code> and <code>scoped</code> [Alvin Joy][]</li> <li>enh(lua) add 'pluto' as an alias [Sainan]</li> <li>enh(bash) add reserved keywords <code>time</code> and <code>coproc</code> [Álvaro Mondéjar][]</li> <li>enh(nix) update keywords [h7x4][]</li> <li>enh(nix) support paths [h7x4][]</li> <li>enh(nix) support lookup paths [h7x4][]</li> <li>enh(nix) support operators [h7x4][]</li> <li>enh(nix) support REPL keywords [h7x4][]</li> <li>enh(nix) support markdown comments [h7x4][]</li> <li>enh(nix) support basic function params [h7x4][]</li> <li>enh(nix) better parsing of attrsets [h7x4][]</li> <li>fix(c) - Fixed hex numbers with decimals [Dxuian]</li> <li>fix(typescript) - Fixedoptional property not highlighted correctly [Dxuian]</li> <li>fix(ruby) - fix <code>|=</code> operator false positives (as block arguments) [Aboobacker MK]</li> <li>enh(gcode) rewrote language for modern gcode support [Barthélémy Bonhomme][]</li> <li>fix(sql) - Fixed sql primary key and foreign key spacing issue [Dxuian]</li> <li>fix(cpp) added flat_set and flat_map as a part of cpp 23 version [Lavan]</li> <li>fix(yaml) - Fixed special chars in yaml [Dxuian]</li> <li>fix(basic) - Fixed closing quotation marks not required for a PRINT statement [Somya]</li> <li>fix(nix) remove <code>add</code> builtin [h7x4][]</li> <li>fix(nix) mark <code>or</code> as builtin instead of literal [h7x4][]</li> <li>fix(nix) handle <code>'''</code> string escapes [h7x4][]</li> <li>fix(nix) handle backslash string escapes [h7x4][]</li> <li>fix(nix) don't mix escapes for <code>"</code> and <code>''</code> strings [h7x4][]</li> <li>fix(swift) - Fixed syntax highlighting for class func/var declarations [guuido]</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="08cb242e7d"><code>08cb242</code></a> (release) 11.1.1</li> <li><a href="048ba65758"><code>048ba65</code></a> bump versions to 11.11.1</li> <li><a href="c5b6ad51f3"><code>c5b6ad5</code></a> fix - ignored .DS_Store files</li> <li><a href="d020e482d6"><code>d020e48</code></a> enh(rust) can also escape a singe quote</li> <li><a href="2db4c1682b"><code>2db4c16</code></a> fix(rust) prevent symbol from gobbling strings</li> <li><a href="93e63589a8"><code>93e6358</code></a> fix(rust) fix regression with string matching</li> <li><a href="40883e19c5"><code>40883e1</code></a> (release) version 11.11.0 with npm bumps (<a href="https://redirect.github.com/highlightjs/highlight.js/issues/4185">#4185</a>)</li> <li><a href="a667cdef0d"><code>a667cde</code></a> fix(rust) emoji supported in single quote strings (<a href="https://redirect.github.com/highlightjs/highlight.js/issues/4156">#4156</a>)</li> <li><a href="55b0deb487"><code>55b0deb</code></a> enh(apache) support line continuation with <code>\</code> (<a href="https://redirect.github.com/highlightjs/highlight.js/issues/4158">#4158</a>)</li> <li><a href="3e068679d9"><code>3e06867</code></a> fix(parser) prevent gobbling of illegal newlines (<a href="https://redirect.github.com/highlightjs/highlight.js/issues/4142">#4142</a>)</li> <li>Additional commits viewable in <a href="https://github.com/highlightjs/highlight.js/compare/11.10.0...11.11.1">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 is a Next.js project bootstrapped with
create-next-app.
Getting Started
First, install dependencies and populate the timestamps.json file:
pnpm setup
Next, create files .env.local and .env.development.local in this directory.
Put this in .env.local:
NEXT_PUBLIC_MIXPANEL_TOKEN=""
NEXT_PUBLIC_GOOGLE_ANALYTICS_ID=""
NEXT_PUBLIC_LINKEDIN_PARTNER_ID=""
FIREZONE_DEPLOYED_SHA=""
And this in .env.development.local:
# Created by Vercel CLI
EDGE_CONFIG=""
FIREZONE_DEPLOYED_SHA=""
SITE_URL=""
VERCEL_DEEP_CLONE=""
After that, make sure to contact the team for their values.
Then, 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.
Linting
This project uses Prettier to format code and ensure a consistent style. Use the .prettierrc.json in the root of this repo to configure your editor.
Learn More
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
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.