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

   Bumps [org.jline:jline](https://github.com/jline/jline3) from 3.30.9 to 
4.0.11.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/jline/jline3/releases";>org.jline:jline's 
releases</a>.</em></p>
   <blockquote>
   <h2>JLine 4.0.11</h2>
   <p><strong>JLine 4.0.11</strong> improves <strong>SwingTerminal rendering 
fidelity</strong> and <strong>grapheme cluster performance</strong>. 
SwingTerminal now correctly renders dim, italic, and conceal attributes and 
matches the ScreenTerminal HTML color logic. A BreakIterator caching fix 
eliminates repeated object allocation in grapheme cluster width loops, and a 
spurious-wakeup guard hardens the ScreenTerminal dirty-wait path.</p>
   <h2>🚀 New features and improvements</h2>
   <ul>
   <li>feat: add direct dump method for ScreenTerminal HTML string (<a 
href="https://redirect.github.com/jline/jline3/pull/1759";>#1759</a>) <a 
href="https://github.com/Elec332";><code>@​Elec332</code></a></li>
   </ul>
   <h2>🐛 Bug Fixes</h2>
   <ul>
   <li>fix: guard waitDirty against spurious wakeups (<a 
href="https://redirect.github.com/jline/jline3/pull/1765";>#1765</a>) <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a></li>
   <li>fix: apply dim and italic attributes in SwingTerminal, fix conceal+dim 
interaction (<a 
href="https://redirect.github.com/jline/jline3/pull/1758";>#1758</a>) <a 
href="https://github.com/Elec332";><code>@​Elec332</code></a></li>
   <li>fix: Match SwingTerminal color logic to new HTML color logic (<a 
href="https://redirect.github.com/jline/jline3/pull/1757";>#1757</a>) <a 
href="https://github.com/Elec332";><code>@​Elec332</code></a></li>
   <li>fix: cache BreakIterator in grapheme cluster loops (<a 
href="https://redirect.github.com/jline/jline3/issues/1762";>#1762</a>) (<a 
href="https://redirect.github.com/jline/jline3/pull/1763";>#1763</a>) <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a></li>
   </ul>
   <h2>📦 Dependency updates</h2>
   <ul>
   <li>chore: Bump eu.maveniverse.maven.nisse:extension from 0.8.1 to 0.8.2 (<a 
href="https://redirect.github.com/jline/jline3/pull/1760";>#1760</a>) <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a></li>
   </ul>
   <h2>👻 Maintenance</h2>
   <ul>
   <li>chore: suppress deprecation warnings in tests for deprecated console API 
(<a href="https://redirect.github.com/jline/jline3/pull/1764";>#1764</a>) <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a></li>
   </ul>
   <h2>🔧 Build</h2>
   <ul>
   <li>fix: update Maven wrapper to 3.9.14 (<a 
href="https://redirect.github.com/jline/jline3/pull/1761";>#1761</a>) <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a></li>
   </ul>
   <h2>JLine 4.0.10</h2>
   <p><strong>JLine 4.0.10</strong> focuses on <strong>Unicode accuracy and 
virtual terminal correctness</strong>. Grapheme cluster width calculations are 
now properly integrated with Mode 2027 detection, giving accurate display 
alignment for emoji and complex scripts. The ScreenTerminal receives numerous 
bug fixes for cursor handling, scrolling, and alt-screen management, along with 
new true-color, dim, and italic SGR support. Several defensive fixes address 
edge-case crashes in KillRing, KeyMap, color parsing, and terminal provider 
loading.</p>
   <h2>🐛 Bug Fixes</h2>
   <ul>
   <li>fix: grapheme-cluster-aware width with per-category emoji detection (<a 
href="https://redirect.github.com/jline/jline3/issues/1753";>#1753</a>) (<a 
href="https://redirect.github.com/jline/jline3/pull/1754";>#1754</a>) <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a></li>
   <li>fix: raise virtual terminal max size from 256 to 4096 (<a 
href="https://redirect.github.com/jline/jline3/pull/1756";>#1756</a>) <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a></li>
   <li>fix: catch LinkageError during provider loading (<a 
href="https://redirect.github.com/jline/jline3/pull/1752";>#1752</a>) <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a></li>
   <li>fix: off-by-one bounds check in KeyMap.unbind() (<a 
href="https://redirect.github.com/jline/jline3/pull/1735";>#1735</a>) <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a></li>
   <li>fix: prevent ArrayIndexOutOfBoundsException in KillRing.yankPop() (<a 
href="https://redirect.github.com/jline/jline3/pull/1736";>#1736</a>) <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a></li>
   <li>fix: check openpty() return code in FFM implementation (<a 
href="https://redirect.github.com/jline/jline3/pull/1737";>#1737</a>) <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a></li>
   <li>fix: remove duplicate IGNBRK flag in termios attribute conversion (<a 
href="https://redirect.github.com/jline/jline3/pull/1739";>#1739</a>) <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a></li>
   <li>fix: close HttpURLConnection in ConsoleEngineImpl.urlExists() (<a 
href="https://redirect.github.com/jline/jline3/pull/1740";>#1740</a>) <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a></li>
   <li>fix: handle EOF in color parsing to prevent infinite loop (<a 
href="https://redirect.github.com/jline/jline3/pull/1741";>#1741</a>) <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a></li>
   <li>fix: use parameter x instead of cursor cx in ScreenTerminal scroll_line 
methods (<a 
href="https://redirect.github.com/jline/jline3/pull/1738";>#1738</a>) <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a></li>
   <li>fix: ScreenTerminal bug fixes, features, and cleanup (<a 
href="https://redirect.github.com/jline/jline3/pull/1734";>#1734</a>) <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a></li>
   <li>fix: Alt-screen related ScreenTerminal fixes (<a 
href="https://redirect.github.com/jline/jline3/pull/1724";>#1724</a>) <a 
href="https://github.com/Elec332";><code>@​Elec332</code></a></li>
   <li>fix: Reduce drain timeout in grapheme cluster probe (<a 
href="https://redirect.github.com/jline/jline3/pull/1733";>#1733</a>) <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a></li>
   <li>fix: Use grapheme cluster width instead of wcwidth when Mode 2027 is 
active (<a href="https://redirect.github.com/jline/jline3/pull/1727";>#1727</a>) 
<a href="https://github.com/gnodet";><code>@​gnodet</code></a></li>
   <li>fix: Correct 4-bit to 8-bit color expansion in rgbToHex (<a 
href="https://redirect.github.com/jline/jline3/pull/1732";>#1732</a>) <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a></li>
   <li>fix: Long buffer issues (<a 
href="https://redirect.github.com/jline/jline3/pull/1725";>#1725</a>) <a 
href="https://github.com/Elec332";><code>@​Elec332</code></a></li>
   <li>fix: Improve DECRQM grapheme cluster probe robustness (fixes <a 
href="https://redirect.github.com/jline/jline3/issues/1726";>#1726</a>) (<a 
href="https://redirect.github.com/jline/jline3/pull/1729";>#1729</a>) <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a></li>
   </ul>
   <h2>📦 Dependency updates</h2>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/jline/jline3/commit/28dd6260b2a238640912a638bfbc66d3dc67de6b";><code>28dd626</code></a>
 fix: guard waitDirty against spurious wakeups (<a 
href="https://redirect.github.com/jline/jline3/issues/1765";>#1765</a>)</li>
   <li><a 
href="https://github.com/jline/jline3/commit/bbe5f1bd5909d3e68a0ba7bfa7d34dbbc083eaf3";><code>bbe5f1b</code></a>
 chore: suppress deprecation warnings in tests for deprecated console API (<a 
href="https://redirect.github.com/jline/jline3/issues/1764";>#1764</a>)</li>
   <li><a 
href="https://github.com/jline/jline3/commit/e3bba82f71abcd1a833159b7196d38dc6d75d5d1";><code>e3bba82</code></a>
 fix: apply dim and italic attributes in SwingTerminal, fix conceal+dim 
intera...</li>
   <li><a 
href="https://github.com/jline/jline3/commit/97baf7bf61bb7bb6d85c9f940e411d8cbaac3cf6";><code>97baf7b</code></a>
 fix: correct 4-bit to 8-bit color expansion in SwingTerminal (fixes <a 
href="https://redirect.github.com/jline/jline3/issues/1757";>#1757</a>)</li>
   <li><a 
href="https://github.com/jline/jline3/commit/5c0f479864f2834532b48cdc38eb1f4d736f33c3";><code>5c0f479</code></a>
 feat: add direct dump method for ScreenTerminal HTML string (<a 
href="https://redirect.github.com/jline/jline3/issues/1759";>#1759</a>)</li>
   <li><a 
href="https://github.com/jline/jline3/commit/529e2520c89f79fbf035e772fb157cbba51ff6f4";><code>529e252</code></a>
 fix: cache BreakIterator in grapheme cluster loops (<a 
href="https://redirect.github.com/jline/jline3/issues/1762";>#1762</a>) (<a 
href="https://redirect.github.com/jline/jline3/issues/1763";>#1763</a>)</li>
   <li><a 
href="https://github.com/jline/jline3/commit/0ffa1a3503d14d4a44f7d7d28d4af55bbb0cbc76";><code>0ffa1a3</code></a>
 chore: Bump eu.maveniverse.maven.nisse:extension from 0.8.1 to 0.8.2 (<a 
href="https://redirect.github.com/jline/jline3/issues/1760";>#1760</a>)</li>
   <li><a 
href="https://github.com/jline/jline3/commit/1301c8dacd4b5915ff560681cc34166c8bce776b";><code>1301c8d</code></a>
 fix: update Maven wrapper to 3.9.14 (<a 
href="https://redirect.github.com/jline/jline3/issues/1761";>#1761</a>)</li>
   <li><a 
href="https://github.com/jline/jline3/commit/cc8d538b0249963113e6f68fab9fa4dac4c80e5f";><code>cc8d538</code></a>
 fix: grapheme-cluster-aware width when Mode 2027 is unavailable (fixes <a 
href="https://redirect.github.com/jline/jline3/issues/1753";>#1753</a>)</li>
   <li><a 
href="https://github.com/jline/jline3/commit/8712c0903ee0435f0c21e4218631fbfacba6c731";><code>8712c09</code></a>
 fix: raise virtual terminal max size from 256 to 4096</li>
   <li>Additional commits viewable in <a 
href="https://github.com/jline/jline3/compare/jline-3.30.9...4.0.11";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.jline:jline&package-manager=maven&previous-version=3.30.9&new-version=4.0.11)](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 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>


-- 
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