dependabot[bot] opened a new pull request, #1519:
URL: https://github.com/apache/hamilton/pull/1519

   Bumps [prismjs](https://github.com/PrismJS/prism) to 1.30.0 and updates 
ancestor dependency 
[react-syntax-highlighter](https://github.com/react-syntax-highlighter/react-syntax-highlighter).
 These dependencies need to be updated together.
   
   Updates `prismjs` from 1.27.0 to 1.30.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/PrismJS/prism/releases";>prismjs's 
releases</a>.</em></p>
   <blockquote>
   <h2>v1.30.0</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>check that <code>currentScript</code> is set by a script tag by <a 
href="https://github.com/lkuechler";><code>@​lkuechler</code></a> in <a 
href="https://redirect.github.com/PrismJS/prism/pull/3863";>PrismJS/prism#3863</a></li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a href="https://github.com/lkuechler";><code>@​lkuechler</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/PrismJS/prism/pull/3863";>PrismJS/prism#3863</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/PrismJS/prism/compare/v1.29.0...v1.30.0";>https://github.com/PrismJS/prism/compare/v1.29.0...v1.30.0</a></p>
   <h2>v1.29.0</h2>
   <p>Release 1.29.0</p>
   <h2>v1.28.0</h2>
   <p>Release 1.28.0</p>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/PrismJS/prism/blob/v2/CHANGELOG.md";>prismjs's 
changelog</a>.</em></p>
   <blockquote>
   <h1>Prism Changelog</h1>
   <h2>1.29.0 (2022-08-23)</h2>
   <h3>New components</h3>
   <ul>
   <li><strong>BBj</strong> (<a 
href="https://redirect.github.com/PrismJS/prism/issues/3511";>#3511</a>) <a 
href="https://github.com/PrismJS/prism/commit/1134bdfc";><code>1134bdfc</code></a></li>
   <li><strong>BQN</strong> (<a 
href="https://redirect.github.com/PrismJS/prism/issues/3515";>#3515</a>) <a 
href="https://github.com/PrismJS/prism/commit/859f99a0";><code>859f99a0</code></a></li>
   <li><strong>Cilk/C</strong> &amp; <strong>Cilk/C++</strong> (<a 
href="https://redirect.github.com/PrismJS/prism/issues/3522";>#3522</a>) <a 
href="https://github.com/PrismJS/prism/commit/c8462a29";><code>c8462a29</code></a></li>
   <li><strong>Gradle</strong> (<a 
href="https://redirect.github.com/PrismJS/prism/issues/3443";>#3443</a>) <a 
href="https://github.com/PrismJS/prism/commit/32119823";><code>32119823</code></a></li>
   <li><strong>METAFONT</strong> (<a 
href="https://redirect.github.com/PrismJS/prism/issues/3465";>#3465</a>) <a 
href="https://github.com/PrismJS/prism/commit/2815f699";><code>2815f699</code></a></li>
   <li><strong>WGSL</strong> (<a 
href="https://redirect.github.com/PrismJS/prism/issues/3455";>#3455</a>) <a 
href="https://github.com/PrismJS/prism/commit/4c87d418";><code>4c87d418</code></a></li>
   </ul>
   <h3>Updated components</h3>
   <ul>
   <li><strong>AsciiDoc</strong>
   <ul>
   <li>Some regexes are too greedy (<a 
href="https://redirect.github.com/PrismJS/prism/issues/3481";>#3481</a>) <a 
href="https://github.com/PrismJS/prism/commit/c4cbeeaa";><code>c4cbeeaa</code></a></li>
   </ul>
   </li>
   <li><strong>Bash</strong>
   <ul>
   <li>Added &quot;sh&quot; alias (<a 
href="https://redirect.github.com/PrismJS/prism/issues/3509";>#3509</a>) <a 
href="https://github.com/PrismJS/prism/commit/6b824d47";><code>6b824d47</code></a></li>
   <li>Added support for parameters and the <code>java</code> and 
<code>sysctl</code> commands. (<a 
href="https://redirect.github.com/PrismJS/prism/issues/3505";>#3505</a>) <a 
href="https://github.com/PrismJS/prism/commit/b9512b22";><code>b9512b22</code></a></li>
   <li>Added <code>cargo</code> command (<a 
href="https://redirect.github.com/PrismJS/prism/issues/3488";>#3488</a>) <a 
href="https://github.com/PrismJS/prism/commit/3e937137";><code>3e937137</code></a></li>
   </ul>
   </li>
   <li><strong>BBj</strong>
   <ul>
   <li>Improve regexes (<a 
href="https://redirect.github.com/PrismJS/prism/issues/3512";>#3512</a>) <a 
href="https://github.com/PrismJS/prism/commit/0cad9ae5";><code>0cad9ae5</code></a></li>
   </ul>
   </li>
   <li><strong>CSS</strong>
   <ul>
   <li>Fixed @-rules not accounting for strings (<a 
href="https://redirect.github.com/PrismJS/prism/issues/3438";>#3438</a>) <a 
href="https://github.com/PrismJS/prism/commit/0d4b6cb6";><code>0d4b6cb6</code></a></li>
   </ul>
   </li>
   <li><strong>CSS Extras</strong>
   <ul>
   <li>Added support for <code>RebeccaPurple</code> color (<a 
href="https://redirect.github.com/PrismJS/prism/issues/3448";>#3448</a>) <a 
href="https://github.com/PrismJS/prism/commit/646b2e0a";><code>646b2e0a</code></a></li>
   </ul>
   </li>
   <li><strong>Hoon</strong>
   <ul>
   <li>Fixed escaped strings (<a 
href="https://redirect.github.com/PrismJS/prism/issues/3473";>#3473</a>) <a 
href="https://github.com/PrismJS/prism/commit/64642716";><code>64642716</code></a></li>
   </ul>
   </li>
   <li><strong>Java</strong>
   <ul>
   <li>Added support for constants (<a 
href="https://redirect.github.com/PrismJS/prism/issues/3507";>#3507</a>) <a 
href="https://github.com/PrismJS/prism/commit/342a0039";><code>342a0039</code></a></li>
   </ul>
   </li>
   <li><strong>Markup</strong>
   <ul>
   <li>Fixed quotes in HTML attribute values (<a 
href="https://redirect.github.com/PrismJS/prism/issues/3442";>#3442</a>) <a 
href="https://github.com/PrismJS/prism/commit/ca8eaeee";><code>ca8eaeee</code></a></li>
   </ul>
   </li>
   <li><strong>NSIS</strong>
   <ul>
   <li>Added missing commands (<a 
href="https://redirect.github.com/PrismJS/prism/issues/3504";>#3504</a>) <a 
href="https://github.com/PrismJS/prism/commit/b0c2a9b4";><code>b0c2a9b4</code></a></li>
   </ul>
   </li>
   <li><strong>Scala</strong>
   <ul>
   <li>Updated keywords to support Scala 3 (<a 
href="https://redirect.github.com/PrismJS/prism/issues/3506";>#3506</a>) <a 
href="https://github.com/PrismJS/prism/commit/a090d063";><code>a090d063</code></a></li>
   </ul>
   </li>
   <li><strong>SCSS</strong>
   <ul>
   <li>Fix casing in title of the <code>scss</code> lang (<a 
href="https://redirect.github.com/PrismJS/prism/issues/3501";>#3501</a>) <a 
href="https://github.com/PrismJS/prism/commit/2aed9ce7";><code>2aed9ce7</code></a></li>
   </ul>
   </li>
   </ul>
   <h3>Updated plugins</h3>
   <ul>
   <li><strong>Line Highlight</strong>
   <ul>
   <li>Account for offset when clamping ranges (<a 
href="https://redirect.github.com/PrismJS/prism/issues/3518";>#3518</a>) <a 
href="https://github.com/PrismJS/prism/commit/098e3000";><code>098e3000</code></a></li>
   <li>Ignore ranges outside of actual lines (<a 
href="https://redirect.github.com/PrismJS/prism/issues/3475";>#3475</a>) <a 
href="https://github.com/PrismJS/prism/commit/9a4e725b";><code>9a4e725b</code></a></li>
   </ul>
   </li>
   <li><strong>Normalize Whitespace</strong>
   <ul>
   <li>Add configuration via attributes (<a 
href="https://redirect.github.com/PrismJS/prism/issues/3467";>#3467</a>) <a 
href="https://github.com/PrismJS/prism/commit/91dea0c8";><code>91dea0c8</code></a></li>
   </ul>
   </li>
   </ul>
   <h3>Other</h3>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/PrismJS/prism/commit/76dde18a575831c91491895193f56081ac08b0c5";><code>76dde18</code></a>
 Release 1.30.0</li>
   <li><a 
href="https://github.com/PrismJS/prism/commit/93cca40b364215210f23a9e35f085a682a2b8175";><code>93cca40</code></a>
 npm pkg fix</li>
   <li><a 
href="https://github.com/PrismJS/prism/commit/99c5ca970f18f744d75e473573d4679100f87086";><code>99c5ca9</code></a>
 Add release script</li>
   <li><a 
href="https://github.com/PrismJS/prism/commit/8e8b9352dac64457194dd9e51096b4772532e53d";><code>8e8b935</code></a>
 check that currentScript is set by a script tag (<a 
href="https://redirect.github.com/PrismJS/prism/issues/3863";>#3863</a>)</li>
   <li><a 
href="https://github.com/PrismJS/prism/commit/f894dc2cbb507f565a046fed844fd541f07aa191";><code>f894dc2</code></a>
 Fix logo in the footer</li>
   <li><a 
href="https://github.com/PrismJS/prism/commit/ac38dcec9bea6bac064a7264b7aeba086e3102bf";><code>ac38dce</code></a>
 Delete CNAME</li>
   <li><a 
href="https://github.com/PrismJS/prism/commit/9b5b09aef4dc2c18c28d2f5a6244d4efcc6ab5cb";><code>9b5b09a</code></a>
 Enable CORS</li>
   <li><a 
href="https://github.com/PrismJS/prism/commit/59e5a3471377057de1f401ba38337aca27b80e03";><code>59e5a34</code></a>
 1.29.0</li>
   <li><a 
href="https://github.com/PrismJS/prism/commit/cd080f25ba12ef792d11468f5633fbbb23fd390e";><code>cd080f2</code></a>
 Updated npmignore to include new MD files (<a 
href="https://redirect.github.com/PrismJS/prism/issues/3534";>#3534</a>)</li>
   <li><a 
href="https://github.com/PrismJS/prism/commit/751664bd300b16b7b715e544de5a164b91b03075";><code>751664b</code></a>
 Added PR stop notice (<a 
href="https://redirect.github.com/PrismJS/prism/issues/3532";>#3532</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/PrismJS/prism/compare/v1.27.0...v1.30.0";>compare 
view</a></li>
   </ul>
   </details>
   <details>
   <summary>Maintainer changes</summary>
   <p>This version was pushed to npm by <a 
href="https://www.npmjs.com/~dmitrysharabin";>dmitrysharabin</a>, a new releaser 
for prismjs since your current version.</p>
   </details>
   <br />
   
   Updates `react-syntax-highlighter` from 15.6.6 to 16.1.1
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/react-syntax-highlighter/react-syntax-highlighter/releases";>react-syntax-highlighter's
 releases</a>.</em></p>
   <blockquote>
   <h2>v16.1.1</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Updated installation section in README.md by <a 
href="https://github.com/quntamant";><code>@​quntamant</code></a> in <a 
href="https://redirect.github.com/react-syntax-highlighter/react-syntax-highlighter/pull/633";>react-syntax-highlighter/react-syntax-highlighter#633</a></li>
   <li>fix: ESM missing <code>.js</code> by <a 
href="https://github.com/JulesGuesnon";><code>@​JulesGuesnon</code></a> in <a 
href="https://redirect.github.com/react-syntax-highlighter/react-syntax-highlighter/pull/627";>react-syntax-highlighter/react-syntax-highlighter#627</a></li>
   <li>Fix: grammar in README.md by <a 
href="https://github.com/WuMingDao";><code>@​WuMingDao</code></a> in <a 
href="https://redirect.github.com/react-syntax-highlighter/react-syntax-highlighter/pull/622";>react-syntax-highlighter/react-syntax-highlighter#622</a></li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a href="https://github.com/quntamant";><code>@​quntamant</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/react-syntax-highlighter/react-syntax-highlighter/pull/633";>react-syntax-highlighter/react-syntax-highlighter#633</a></li>
   <li><a 
href="https://github.com/JulesGuesnon";><code>@​JulesGuesnon</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/react-syntax-highlighter/react-syntax-highlighter/pull/627";>react-syntax-highlighter/react-syntax-highlighter#627</a></li>
   <li><a href="https://github.com/WuMingDao";><code>@​WuMingDao</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/react-syntax-highlighter/react-syntax-highlighter/pull/622";>react-syntax-highlighter/react-syntax-highlighter#622</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/react-syntax-highlighter/react-syntax-highlighter/compare/v16.1.0...v16.1.1";>https://github.com/react-syntax-highlighter/react-syntax-highlighter/compare/v16.1.0...v16.1.1</a></p>
   <h2>v16.1.0</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Bump simple-git and lint-staged by <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a>[bot] in <a 
href="https://redirect.github.com/react-syntax-highlighter/react-syntax-highlighter/pull/614";>react-syntax-highlighter/react-syntax-highlighter#614</a></li>
   <li>Bump Webpack to v5 by <a 
href="https://github.com/mxdvl";><code>@​mxdvl</code></a> in <a 
href="https://redirect.github.com/react-syntax-highlighter/react-syntax-highlighter/pull/594";>react-syntax-highlighter/react-syntax-highlighter#594</a></li>
   <li>Fix refractor imports, migrate to webpack 5, update deps by <a 
href="https://github.com/UncleJart";><code>@​UncleJart</code></a> in <a 
href="https://redirect.github.com/react-syntax-highlighter/react-syntax-highlighter/pull/621";>react-syntax-highlighter/react-syntax-highlighter#621</a></li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a href="https://github.com/mxdvl";><code>@​mxdvl</code></a> made their 
first contribution in <a 
href="https://redirect.github.com/react-syntax-highlighter/react-syntax-highlighter/pull/594";>react-syntax-highlighter/react-syntax-highlighter#594</a></li>
   <li><a href="https://github.com/UncleJart";><code>@​UncleJart</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/react-syntax-highlighter/react-syntax-highlighter/pull/621";>react-syntax-highlighter/react-syntax-highlighter#621</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/react-syntax-highlighter/react-syntax-highlighter/compare/v16.0.0...v16.1.0";>https://github.com/react-syntax-highlighter/react-syntax-highlighter/compare/v16.0.0...v16.1.0</a></p>
   <h2>v16.0.0</h2>
   <h2>New major version!</h2>
   <p>16.0.0 brings a major version update to the <code>refractor</code> 
dependency, which remedies some security issues but could result in a breaking 
change to your app's dependencies. Please update with care.</p>
   <h2>What's Changed</h2>
   <ul>
   <li>Update refractor to version 5 by <a 
href="https://github.com/lodinukal";><code>@​lodinukal</code></a> in <a 
href="https://redirect.github.com/react-syntax-highlighter/react-syntax-highlighter/pull/604";>react-syntax-highlighter/react-syntax-highlighter#604</a></li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a href="https://github.com/lodinukal";><code>@​lodinukal</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/react-syntax-highlighter/react-syntax-highlighter/pull/604";>react-syntax-highlighter/react-syntax-highlighter#604</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/react-syntax-highlighter/react-syntax-highlighter/compare/v15.6.6...v16.0.0";>https://github.com/react-syntax-highlighter/react-syntax-highlighter/compare/v15.6.6...v16.0.0</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/react-syntax-highlighter/react-syntax-highlighter/commit/ecac533ba1fce8cf4f98a79c5c913f1a7ffab34c";><code>ecac533</code></a>
 new package lock</li>
   <li><a 
href="https://github.com/react-syntax-highlighter/react-syntax-highlighter/commit/495790800d9eb64cec7eefc8fb6b03a28d622765";><code>4957908</code></a>
 version bump</li>
   <li><a 
href="https://github.com/react-syntax-highlighter/react-syntax-highlighter/commit/5853a48786502db22e16f347eef508129fd47740";><code>5853a48</code></a>
 Fix: grammar in README.md (<a 
href="https://redirect.github.com/react-syntax-highlighter/react-syntax-highlighter/issues/622";>#622</a>)</li>
   <li><a 
href="https://github.com/react-syntax-highlighter/react-syntax-highlighter/commit/fc5d7b71c6418383d5d6b724d61588fb5ecbb9e1";><code>fc5d7b7</code></a>
 fix: Added a babel plugin to auto add the js exts for esm (<a 
href="https://redirect.github.com/react-syntax-highlighter/react-syntax-highlighter/issues/627";>#627</a>)</li>
   <li><a 
href="https://github.com/react-syntax-highlighter/react-syntax-highlighter/commit/d2b43e00eef57d897879eabbfff218f8aafd6869";><code>d2b43e0</code></a>
 Updated installation section in README.md (<a 
href="https://redirect.github.com/react-syntax-highlighter/react-syntax-highlighter/issues/633";>#633</a>)</li>
   <li><a 
href="https://github.com/react-syntax-highlighter/react-syntax-highlighter/commit/5eedb742e31448cee9670d4efd38e4f31c22e8c5";><code>5eedb74</code></a>
 16.1.0</li>
   <li><a 
href="https://github.com/react-syntax-highlighter/react-syntax-highlighter/commit/c71356ff612c03e5ede4df09e4c8da9d8e51fcca";><code>c71356f</code></a>
 fix refractor imports, migrate to webpack 5, update deps (<a 
href="https://redirect.github.com/react-syntax-highlighter/react-syntax-highlighter/issues/621";>#621</a>)</li>
   <li><a 
href="https://github.com/react-syntax-highlighter/react-syntax-highlighter/commit/f024a8ca5d3896ee6ee923f11a72d0cd7d7902af";><code>f024a8c</code></a>
 Revert &quot;chore: bump Webpack to v5 (<a 
href="https://redirect.github.com/react-syntax-highlighter/react-syntax-highlighter/issues/594";>#594</a>)&quot;</li>
   <li><a 
href="https://github.com/react-syntax-highlighter/react-syntax-highlighter/commit/7b0027bc0a5be1342b9a8b53c652f56f617d489f";><code>7b0027b</code></a>
 chore: bump Webpack to v5 (<a 
href="https://redirect.github.com/react-syntax-highlighter/react-syntax-highlighter/issues/594";>#594</a>)</li>
   <li><a 
href="https://github.com/react-syntax-highlighter/react-syntax-highlighter/commit/9dafbf14ca99f8a7b980ad2775a456f435c477e4";><code>9dafbf1</code></a>
 Bump simple-git and lint-staged (<a 
href="https://redirect.github.com/react-syntax-highlighter/react-syntax-highlighter/issues/614";>#614</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/react-syntax-highlighter/react-syntax-highlighter/compare/v15.6.6...v16.1.1";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   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 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)
   You can disable automated security fix PRs for this repo from the [Security 
Alerts page](https://github.com/apache/hamilton/network/alerts).
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to