Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Snyk] Upgrade highlight.js from 11.11.0 to 11.11.1 (#157)
 <h3>Snyk has created this PR to upgrade highlight.js from 11.11.0 to 11.11.1.</h3> :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project. <hr/> - The recommended version is **1 version** ahead of your current version. - The recommended version was released **22 days ago**. <details> <summary><b>Release notes</b></summary> <br/> <details> <summary>Package name: <b>highlight.js</b></summary> <ul> <li> <b>11.11.1</b> - <a href="https://redirect.github.com/highlightjs/highlight.js/releases/tag/11.11.1">2024-12-25</a></br><h2>Version 11.11.1</h2> <ul> <li>Fixes regressions with Rust grammar in 11.11.0 release.</li> </ul> </li> <li> <b>11.11.0</b> - <a href="https://redirect.github.com/highlightjs/highlight.js/releases/tag/11.11.0">2024-12-14</a></br><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> <a href="https://redirect.github.com/joshgoebel">Josh Goebel</a></li> <li>fix(makefile) - allow strings inside <code>$()</code> expressions <a href="https://redirect.github.com/aneesh98">aneesh98</a></li> <li>enh(arcade) updated to ArcGIS Arcade version 1.29 <a href="https://redirect.github.com/ekenes">Kristian Ekenes</a></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>, ...) <a href="https://redirect.github.com/BaliBalo">BaliBalo</a></li> <li>enh(excel) add built-in functions for Excel 365 release to 2024 <a href="https://redirect.github.com/dannywinrow">Danny Winrow</a></li> <li>enh(erlang) OTP 27 triple-quoted strings <a href="https://redirect.github.com/nixxquality">nixxquality</a></li> <li>enh(erlang) OTP 27 doc attribute <a href="https://redirect.github.com/nixxquality">nixxquality</a></li> <li>enh(erlang) OTP 27 Sigil type <a href="https://redirect.github.com/nixxquality">nixxquality</a></li> <li>enh(erlang) OTP25/27 maybe statement <a href="https://redirect.github.com/nixxquality">nixxquality</a></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> <a href="https://redirect.github.com/alvinsjoy">Alvin Joy</a></li> <li>enh(lua) add 'pluto' as an alias <a href="https://redirect.github.com/Sainan">Sainan</a></li> <li>enh(bash) add reserved keywords <code>time</code> and <code>coproc</code> <a href="https://redirect.github.com/mondeja">Álvaro Mondéjar</a></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 <a href="https://redirect.github.com/Dxuian">Dxuian</a></li> <li>fix(typescript) - Fixedoptional property not highlighted correctly <a href="https://redirect.github.com/Dxuian">Dxuian</a></li> <li>fix(ruby) - fix <code>|=</code> operator false positives (as block arguments) <a href="https://redirect.github.com/tachyons">Aboobacker MK</a></li> <li>enh(gcode) rewrote language for modern gcode support <a href="https://redirect.github.com/barthy-koeln">Barthélémy Bonhomme</a></li> <li>fix(sql) - Fixed sql primary key and foreign key spacing issue <a href="https://redirect.github.com/Dxuian">Dxuian</a></li> <li>fix(cpp) added flat_set and flat_map as a part of cpp 23 version <a href="https://redirect.github.com/jvlavan">Lavan</a></li> <li>fix(yaml) - Fixed special chars in yaml <a href="https://redirect.github.com/Dxuian">Dxuian</a></li> <li>fix(basic) - Fixed closing quotation marks not required for a PRINT statement <a href="https://redirect.github.com/somya-05">Somya</a></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 <a href="https://redirect.github.com/guuido">guuido</a></li> <li>fix(yaml) - Fixed wrong escaping behavior in single quoted strings <a href="https://redirect.github.com/guuido">guuido</a></li> <li>enh(nim) - Add <code>concept</code> and <code>defer</code> to list of Nim keywords <a href="https://redirect.github.com/ire4ever1190">Jake Leahy</a></li> </ul> <p>New Grammars:</p> <ul> <li>added 3rd party TTCN-3 grammar to SUPPORTED_LANGUAGES <a href="https://redirect.github.com/osmocom">Osmocom</a></li> <li>added 3rd party Odin grammar to SUPPORTED_LANGUAGES <a href="https://redirect.github.com/clsource">clsource</a></li> <li>added 3rd party Liquid grammar to SUPPORTED_LANGUAGES <a href="https://redirect.github.com/laurelthorburn">Laurel King</a></li> </ul> <p>Developer Tools:</p> <ul> <li>Nothing yet.</li> </ul> <p>Themes:</p> <ul> <li>Added <code>Rosé Pine</code> theme <a href="https://redirect.github.com/wilkinson4">William Wilkinson</a></li> <li>Added <code>Cybertopia Cherry</code> theme <a href="https://redirect.github.com/noraj">Alexandre ZANNI</a></li> <li>Added <code>Cybertopia Dimmer</code> theme <a href="https://redirect.github.com/noraj">Alexandre ZANNI</a></li> <li>Added <code>Cybertopia Icecap</code> theme <a href="https://redirect.github.com/noraj">Alexandre ZANNI</a></li> <li>Added <code>Cybertopia Saturated</code> theme <a href="https://redirect.github.com/noraj">Alexandre ZANNI</a></li> </ul> <p>Improvements:</p> <ul> <li>Resolve the memory leak problem when creating multiple Highlight.js instances <a href="https://redirect.github.com/immccn123">Imken</a></li> </ul> <p>CONTRIBUTORS</p> </li> </ul> from <a href="https://redirect.github.com/highlightjs/highlight.js/releases">highlight.js GitHub release notes</a> </details> </details> --- > [!IMPORTANT] > > - Check the changes in this PR to ensure they won't cause issues with your project. > - This PR was automatically created by Snyk using the credentials of a real user. --- **Note:** _You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs._ **For more information:** <img src="https://api.segment.io/v1/pixel/track?data=eyJ3cml0ZUtleSI6InJyWmxZcEdHY2RyTHZsb0lYd0dUcVg4WkFRTnNCOUEwIiwiYW5vbnltb3VzSWQiOiIxN2QwNGRlOC02OWYwLTRjOTItYTMyNy1hOTI2MGY1NTQ0ZmUiLCJldmVudCI6IlBSIHZpZXdlZCIsInByb3BlcnRpZXMiOnsicHJJZCI6IjE3ZDA0ZGU4LTY5ZjAtNGM5Mi1hMzI3LWE5MjYwZjU1NDRmZSJ9fQ==" width="0" height="0"/> > - 🧐 [View latest project report](https://app.snyk.io/org/blankll/project/d19c39b4-9b25-4232-b09a-2d71e94c8a24?utm_source=github&utm_medium=referral&page=upgrade-pr) > - 📜 [Customise PR templates](https://docs.snyk.io/scan-using-snyk/pull-requests/snyk-fix-pull-or-merge-requests/customize-pr-templates?utm_source=&utm_content=fix-pr-template) > - 🛠 [Adjust upgrade PR settings](https://app.snyk.io/org/blankll/project/d19c39b4-9b25-4232-b09a-2d71e94c8a24/settings/integration?utm_source=github&utm_medium=referral&page=upgrade-pr) > - 🔕 [Ignore this dependency or unsubscribe from future upgrade PRs](https://app.snyk.io/org/blankll/project/d19c39b4-9b25-4232-b09a-2d71e94c8a24/settings/integration?pkg=highlight.js&utm_source=github&utm_medium=referral&page=upgrade-pr#auto-dep-upgrades) [//]: # 'snyk:metadata:{"customTemplate":{"variablesUsed":[],"fieldsUsed":[]},"dependencies":[{"name":"highlight.js","from":"11.11.0","to":"11.11.1"}],"env":"prod","hasFixes":false,"isBreakingChange":false,"isMajorUpgrade":false,"issuesToFix":[],"prId":"17d04de8-69f0-4c92-a327-a9260f5544fe","prPublicId":"17d04de8-69f0-4c92-a327-a9260f5544fe","packageManager":"npm","priorityScoreList":[],"projectPublicId":"d19c39b4-9b25-4232-b09a-2d71e94c8a24","projectUrl":"https://app.snyk.io/org/blankll/project/d19c39b4-9b25-4232-b09a-2d71e94c8a24?utm_source=github&utm_medium=referral&page=upgrade-pr","prType":"upgrade","templateFieldSources":{"branchName":"default","commitMessage":"default","description":"default","title":"default"},"templateVariants":[],"type":"auto","upgrade":[],"upgradeInfo":{"versionsDiff":1,"publishedDate":"2024-12-25T17:53:19.490Z"},"vulns":[]}' Co-authored-by: snyk-bot <snyk-bot@snyk.io>
- Loading branch information