mirror of
https://github.com/apple/pkl.git
synced 2026-06-10 15:52:50 +02:00
8b6b90d8897c71ecf5cac55c39bc692f09d071cb
Bumps `jline` from 4.0.14 to 4.1.3. Updates `org.jline:jline-reader` from 4.0.14 to 4.1.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jline/jline3/releases">org.jline:jline-reader's releases</a>.</em></p> <blockquote> <p>JLine 4.1.3 is a patch release with important fixes for terminal close handling, raw mode signal behavior, FFM memory management, and shell command argument parsing.</p> <h2>Bug Fixes</h2> <ul> <li>fix: terminal.close() blocks when pump thread is reading stdin (<a href="https://redirect.github.com/jline/jline3/pull/1911">#1911</a>, fixes <a href="https://redirect.github.com/jline/jline3/issues/1909">#1909</a>)</li> <li>fix: clear ISIG in enterRawMode so Ctrl+C reaches raw-mode readers (<a href="https://redirect.github.com/jline/jline3/pull/1912">#1912</a>)</li> <li>fix: use confined arenas instead of auto arenas in FFM CLibrary (<a href="https://redirect.github.com/jline/jline3/pull/1913">#1913</a>, fixes <a href="https://redirect.github.com/jline/jline3/issues/1872">#1872</a>)</li> <li>fix: swap rows/columns in openpty winsize constructor call (<a href="https://redirect.github.com/jline/jline3/pull/1914">#1914</a>, fixes <a href="https://redirect.github.com/jline/jline3/issues/1910">#1910</a>)</li> <li>fix: fix command argument parsing in DefaultCommandDispatcher (<a href="https://redirect.github.com/jline/jline3/pull/1924">#1924</a>)</li> </ul> <h2>Chores</h2> <ul> <li>chore: add OSS AI helper rules for project conventions (<a href="https://redirect.github.com/jline/jline3/pull/1917">#1917</a>)</li> </ul> <h2>Dependencies</h2> <ul> <li>chore: Bump org.graalvm.buildtools:native-maven-plugin from 1.1.0 to 1.1.1 (<a href="https://redirect.github.com/jline/jline3/pull/1915">#1915</a>)</li> <li>chore: Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.5 to 3.5.6 (<a href="https://redirect.github.com/jline/jline3/pull/1918">#1918</a>)</li> <li>chore: Bump com.diffplug.spotless:spotless-maven-plugin from 3.5.1 to 3.6.0 (<a href="https://redirect.github.com/jline/jline3/pull/1919">#1919</a>)</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/jline/jline3/compare/4.1.2...4.1.3">https://github.com/jline/jline3/compare/4.1.2...4.1.3</a></p> <p>JLine 4.1.2 is a patch release focused on correctness fixes across the parser, terminal I/O, and shell modules.</p> <h2>Bug Fixes</h2> <ul> <li>fix: echo preserves backslash before unrecognised escape sequences (<a href="https://redirect.github.com/jline/jline3/issues/1901">#1901</a>, fixes <a href="https://redirect.github.com/jline/jline3/issues/1863">#1863</a>)</li> <li>fix: DefaultParser preserves backslashes inside quotes (<a href="https://redirect.github.com/jline/jline3/issues/1902">#1902</a>, fixes <a href="https://redirect.github.com/jline/jline3/issues/1877">#1877</a>)</li> <li>fix: NonBlockingInputStream keeps thread alive after EOF (<a href="https://redirect.github.com/jline/jline3/issues/1903">#1903</a>, fixes <a href="https://redirect.github.com/jline/jline3/issues/1879">#1879</a>)</li> <li>fix: ensure cursor position after alternate screen init (<a href="https://redirect.github.com/jline/jline3/issues/1904">#1904</a>, fixes <a href="https://redirect.github.com/jline/jline3/issues/1883">#1883</a>)</li> <li>fix: use parser for command argument splitting (<a href="https://redirect.github.com/jline/jline3/issues/1907">#1907</a>, fixes <a href="https://redirect.github.com/jline/jline3/issues/1876">#1876</a>)</li> </ul> <h2>Dependencies</h2> <ul> <li>chore: Bump eu.maveniverse.maven.nisse:extension from 0.9.1 to 0.9.2 (<a href="https://redirect.github.com/jline/jline3/issues/1905">#1905</a>)</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/jline/jline3/compare/4.1.1...4.1.2">https://github.com/jline/jline3/compare/4.1.1...4.1.2</a></p> <p>JLine 4.1.1 is a patch release focused on stability fixes. The most notable change corrects the POSIX raw mode defaults (VMIN/VTIME) in <code>enterRawMode</code>, which could cause shell REPL sessions to hang or malfunction on certain platforms. This release also fixes a Display bug where the internal line buffer could alias or reject immutable caller-provided lists, hardens signal registration against null returns, and corrects alternate charset handling in ScreenTerminal.</p> <h2>🐛 Bug Fixes</h2> <ul> <li>fix: Fixed Display oldLines being set as possible immutable lists. (<a href="https://redirect.github.com/jline/jline3/pull/1878">#1878</a>) <a href="https://github.com/Elec332"><code>@Elec332</code></a></li> <li>fix: use POSIX cfmakeraw defaults (VMIN=1, VTIME=0) in enterRawMode (<a href="https://redirect.github.com/jline/jline3/pull/1871">#1871</a>) <a href="https://github.com/BryanSant"><code>@BryanSant</code></a></li> <li>fix: skip null returns from signal registration in AbstractUnixSysTerminal (<a href="https://redirect.github.com/jline/jline3/pull/1869">#1869</a>) <a href="https://github.com/BryanSant"><code>@BryanSant</code></a></li> <li>fix: Fixed ScreenTerminal alt-charset (<a href="https://redirect.github.com/jline/jline3/pull/1867">#1867</a>) <a href="https://github.com/Elec332"><code>@Elec332</code></a></li> </ul> <h2>📦 Dependency updates</h2> <ul> <li>chore: Bump com.palantir.javaformat:palantir-java-format from 2.90.0 to 2.91.0 (<a href="https://redirect.github.com/jline/jline3/pull/1898">#1898</a>) <a href="https://github.com/dependabot"><code>@dependabot</code></a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jline/jline3/commit/7f44a23f0da569e33fe9a632e982f94274bfb25d"><code>7f44a23</code></a> fix: fix command argument parsing in DefaultCommandDispatcher (<a href="https://redirect.github.com/jline/jline3/issues/1924">#1924</a>)</li> <li><a href="https://github.com/jline/jline3/commit/911e3d6d3101858629b9d8f74752d8b09475b65f"><code>911e3d6</code></a> chore: Bump com.diffplug.spotless:spotless-maven-plugin from 3.5.1 to 3.6.0 (...</li> <li><a href="https://github.com/jline/jline3/commit/15cdac548ce65afdad84d15096d8e5183b1a8577"><code>15cdac5</code></a> chore: Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.5 to 3.5....</li> <li><a href="https://github.com/jline/jline3/commit/2d3e1ffee5d895f0c407d838bf54da924640af4f"><code>2d3e1ff</code></a> chore: Bump org.graalvm.buildtools:native-maven-plugin from 1.1.0 to 1.1.1 (#...</li> <li><a href="https://github.com/jline/jline3/commit/0ac019ab8c44da3ae4ee47bccd216791e6ccb35d"><code>0ac019a</code></a> fix: terminal.close() blocks when pump thread is reading stdin (<a href="https://redirect.github.com/jline/jline3/issues/1911">#1911</a>)</li> <li><a href="https://github.com/jline/jline3/commit/1d637408d2cdd479a5abede3ce88710be3e611ae"><code>1d63740</code></a> fix: use confined arenas instead of auto arenas in FFM CLibrary (fixes <a href="https://redirect.github.com/jline/jline3/issues/1872">#1872</a>)</li> <li><a href="https://github.com/jline/jline3/commit/1604643d04a6ae56fdd6758757c18e968c7ff59d"><code>1604643</code></a> Merge pull request <a href="https://redirect.github.com/jline/jline3/issues/1912">#1912</a> from jline/dot-tarragon</li> <li><a href="https://github.com/jline/jline3/commit/147ee9c7024af2caed1a306e48fd236beef475df"><code>147ee9c</code></a> chore: add OSS AI helper rules for project conventions (<a href="https://redirect.github.com/jline/jline3/issues/1917">#1917</a>)</li> <li><a href="https://github.com/jline/jline3/commit/1735c1f2a22808a1a3d7837db0eca9714a66f4e8"><code>1735c1f</code></a> fix: swap rows/columns in openpty winsize constructor call (fixes <a href="https://redirect.github.com/jline/jline3/issues/1910">#1910</a>)</li> <li><a href="https://github.com/jline/jline3/commit/d9f6b86589760807162862d289685ea7673f0e41"><code>d9f6b86</code></a> fix: add PromptCancelTest from <a href="https://redirect.github.com/jline/jline3/issues/1908">#1908</a> with timeout and fixture patterns</li> <li>Additional commits viewable in <a href="https://github.com/jline/jline3/compare/4.0.14...4.1.3">compare view</a></li> </ul> </details> <br /> Updates `org.jline:jline-terminal` from 4.0.14 to 4.1.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jline/jline3/releases">org.jline:jline-terminal's releases</a>.</em></p> <blockquote> <p>JLine 4.1.3 is a patch release with important fixes for terminal close handling, raw mode signal behavior, FFM memory management, and shell command argument parsing.</p> <h2>Bug Fixes</h2> <ul> <li>fix: terminal.close() blocks when pump thread is reading stdin (<a href="https://redirect.github.com/jline/jline3/pull/1911">#1911</a>, fixes <a href="https://redirect.github.com/jline/jline3/issues/1909">#1909</a>)</li> <li>fix: clear ISIG in enterRawMode so Ctrl+C reaches raw-mode readers (<a href="https://redirect.github.com/jline/jline3/pull/1912">#1912</a>)</li> <li>fix: use confined arenas instead of auto arenas in FFM CLibrary (<a href="https://redirect.github.com/jline/jline3/pull/1913">#1913</a>, fixes <a href="https://redirect.github.com/jline/jline3/issues/1872">#1872</a>)</li> <li>fix: swap rows/columns in openpty winsize constructor call (<a href="https://redirect.github.com/jline/jline3/pull/1914">#1914</a>, fixes <a href="https://redirect.github.com/jline/jline3/issues/1910">#1910</a>)</li> <li>fix: fix command argument parsing in DefaultCommandDispatcher (<a href="https://redirect.github.com/jline/jline3/pull/1924">#1924</a>)</li> </ul> <h2>Chores</h2> <ul> <li>chore: add OSS AI helper rules for project conventions (<a href="https://redirect.github.com/jline/jline3/pull/1917">#1917</a>)</li> </ul> <h2>Dependencies</h2> <ul> <li>chore: Bump org.graalvm.buildtools:native-maven-plugin from 1.1.0 to 1.1.1 (<a href="https://redirect.github.com/jline/jline3/pull/1915">#1915</a>)</li> <li>chore: Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.5 to 3.5.6 (<a href="https://redirect.github.com/jline/jline3/pull/1918">#1918</a>)</li> <li>chore: Bump com.diffplug.spotless:spotless-maven-plugin from 3.5.1 to 3.6.0 (<a href="https://redirect.github.com/jline/jline3/pull/1919">#1919</a>)</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/jline/jline3/compare/4.1.2...4.1.3">https://github.com/jline/jline3/compare/4.1.2...4.1.3</a></p> <p>JLine 4.1.2 is a patch release focused on correctness fixes across the parser, terminal I/O, and shell modules.</p> <h2>Bug Fixes</h2> <ul> <li>fix: echo preserves backslash before unrecognised escape sequences (<a href="https://redirect.github.com/jline/jline3/issues/1901">#1901</a>, fixes <a href="https://redirect.github.com/jline/jline3/issues/1863">#1863</a>)</li> <li>fix: DefaultParser preserves backslashes inside quotes (<a href="https://redirect.github.com/jline/jline3/issues/1902">#1902</a>, fixes <a href="https://redirect.github.com/jline/jline3/issues/1877">#1877</a>)</li> <li>fix: NonBlockingInputStream keeps thread alive after EOF (<a href="https://redirect.github.com/jline/jline3/issues/1903">#1903</a>, fixes <a href="https://redirect.github.com/jline/jline3/issues/1879">#1879</a>)</li> <li>fix: ensure cursor position after alternate screen init (<a href="https://redirect.github.com/jline/jline3/issues/1904">#1904</a>, fixes <a href="https://redirect.github.com/jline/jline3/issues/1883">#1883</a>)</li> <li>fix: use parser for command argument splitting (<a href="https://redirect.github.com/jline/jline3/issues/1907">#1907</a>, fixes <a href="https://redirect.github.com/jline/jline3/issues/1876">#1876</a>)</li> </ul> <h2>Dependencies</h2> <ul> <li>chore: Bump eu.maveniverse.maven.nisse:extension from 0.9.1 to 0.9.2 (<a href="https://redirect.github.com/jline/jline3/issues/1905">#1905</a>)</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/jline/jline3/compare/4.1.1...4.1.2">https://github.com/jline/jline3/compare/4.1.1...4.1.2</a></p> <p>JLine 4.1.1 is a patch release focused on stability fixes. The most notable change corrects the POSIX raw mode defaults (VMIN/VTIME) in <code>enterRawMode</code>, which could cause shell REPL sessions to hang or malfunction on certain platforms. This release also fixes a Display bug where the internal line buffer could alias or reject immutable caller-provided lists, hardens signal registration against null returns, and corrects alternate charset handling in ScreenTerminal.</p> <h2>🐛 Bug Fixes</h2> <ul> <li>fix: Fixed Display oldLines being set as possible immutable lists. (<a href="https://redirect.github.com/jline/jline3/pull/1878">#1878</a>) <a href="https://github.com/Elec332"><code>@Elec332</code></a></li> <li>fix: use POSIX cfmakeraw defaults (VMIN=1, VTIME=0) in enterRawMode (<a href="https://redirect.github.com/jline/jline3/pull/1871">#1871</a>) <a href="https://github.com/BryanSant"><code>@BryanSant</code></a></li> <li>fix: skip null returns from signal registration in AbstractUnixSysTerminal (<a href="https://redirect.github.com/jline/jline3/pull/1869">#1869</a>) <a href="https://github.com/BryanSant"><code>@BryanSant</code></a></li> <li>fix: Fixed ScreenTerminal alt-charset (<a href="https://redirect.github.com/jline/jline3/pull/1867">#1867</a>) <a href="https://github.com/Elec332"><code>@Elec332</code></a></li> </ul> <h2>📦 Dependency updates</h2> <ul> <li>chore: Bump com.palantir.javaformat:palantir-java-format from 2.90.0 to 2.91.0 (<a href="https://redirect.github.com/jline/jline3/pull/1898">#1898</a>) <a href="https://github.com/dependabot"><code>@dependabot</code></a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jline/jline3/commit/7f44a23f0da569e33fe9a632e982f94274bfb25d"><code>7f44a23</code></a> fix: fix command argument parsing in DefaultCommandDispatcher (<a href="https://redirect.github.com/jline/jline3/issues/1924">#1924</a>)</li> <li><a href="https://github.com/jline/jline3/commit/911e3d6d3101858629b9d8f74752d8b09475b65f"><code>911e3d6</code></a> chore: Bump com.diffplug.spotless:spotless-maven-plugin from 3.5.1 to 3.6.0 (...</li> <li><a href="https://github.com/jline/jline3/commit/15cdac548ce65afdad84d15096d8e5183b1a8577"><code>15cdac5</code></a> chore: Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.5 to 3.5....</li> <li><a href="https://github.com/jline/jline3/commit/2d3e1ffee5d895f0c407d838bf54da924640af4f"><code>2d3e1ff</code></a> chore: Bump org.graalvm.buildtools:native-maven-plugin from 1.1.0 to 1.1.1 (#...</li> <li><a href="https://github.com/jline/jline3/commit/0ac019ab8c44da3ae4ee47bccd216791e6ccb35d"><code>0ac019a</code></a> fix: terminal.close() blocks when pump thread is reading stdin (<a href="https://redirect.github.com/jline/jline3/issues/1911">#1911</a>)</li> <li><a href="https://github.com/jline/jline3/commit/1d637408d2cdd479a5abede3ce88710be3e611ae"><code>1d63740</code></a> fix: use confined arenas instead of auto arenas in FFM CLibrary (fixes <a href="https://redirect.github.com/jline/jline3/issues/1872">#1872</a>)</li> <li><a href="https://github.com/jline/jline3/commit/1604643d04a6ae56fdd6758757c18e968c7ff59d"><code>1604643</code></a> Merge pull request <a href="https://redirect.github.com/jline/jline3/issues/1912">#1912</a> from jline/dot-tarragon</li> <li><a href="https://github.com/jline/jline3/commit/147ee9c7024af2caed1a306e48fd236beef475df"><code>147ee9c</code></a> chore: add OSS AI helper rules for project conventions (<a href="https://redirect.github.com/jline/jline3/issues/1917">#1917</a>)</li> <li><a href="https://github.com/jline/jline3/commit/1735c1f2a22808a1a3d7837db0eca9714a66f4e8"><code>1735c1f</code></a> fix: swap rows/columns in openpty winsize constructor call (fixes <a href="https://redirect.github.com/jline/jline3/issues/1910">#1910</a>)</li> <li><a href="https://github.com/jline/jline3/commit/d9f6b86589760807162862d289685ea7673f0e41"><code>d9f6b86</code></a> fix: add PromptCancelTest from <a href="https://redirect.github.com/jline/jline3/issues/1908">#1908</a> with timeout and fixture patterns</li> <li>Additional commits viewable in <a href="https://github.com/jline/jline3/compare/4.0.14...4.1.3">compare view</a></li> </ul> </details> <br /> Updates `org.jline:jline-terminal-jni` from 4.0.14 to 4.1.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jline/jline3/releases">org.jline:jline-terminal-jni's releases</a>.</em></p> <blockquote> <p>JLine 4.1.3 is a patch release with important fixes for terminal close handling, raw mode signal behavior, FFM memory management, and shell command argument parsing.</p> <h2>Bug Fixes</h2> <ul> <li>fix: terminal.close() blocks when pump thread is reading stdin (<a href="https://redirect.github.com/jline/jline3/pull/1911">#1911</a>, fixes <a href="https://redirect.github.com/jline/jline3/issues/1909">#1909</a>)</li> <li>fix: clear ISIG in enterRawMode so Ctrl+C reaches raw-mode readers (<a href="https://redirect.github.com/jline/jline3/pull/1912">#1912</a>)</li> <li>fix: use confined arenas instead of auto arenas in FFM CLibrary (<a href="https://redirect.github.com/jline/jline3/pull/1913">#1913</a>, fixes <a href="https://redirect.github.com/jline/jline3/issues/1872">#1872</a>)</li> <li>fix: swap rows/columns in openpty winsize constructor call (<a href="https://redirect.github.com/jline/jline3/pull/1914">#1914</a>, fixes <a href="https://redirect.github.com/jline/jline3/issues/1910">#1910</a>)</li> <li>fix: fix command argument parsing in DefaultCommandDispatcher (<a href="https://redirect.github.com/jline/jline3/pull/1924">#1924</a>)</li> </ul> <h2>Chores</h2> <ul> <li>chore: add OSS AI helper rules for project conventions (<a href="https://redirect.github.com/jline/jline3/pull/1917">#1917</a>)</li> </ul> <h2>Dependencies</h2> <ul> <li>chore: Bump org.graalvm.buildtools:native-maven-plugin from 1.1.0 to 1.1.1 (<a href="https://redirect.github.com/jline/jline3/pull/1915">#1915</a>)</li> <li>chore: Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.5 to 3.5.6 (<a href="https://redirect.github.com/jline/jline3/pull/1918">#1918</a>)</li> <li>chore: Bump com.diffplug.spotless:spotless-maven-plugin from 3.5.1 to 3.6.0 (<a href="https://redirect.github.com/jline/jline3/pull/1919">#1919</a>)</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/jline/jline3/compare/4.1.2...4.1.3">https://github.com/jline/jline3/compare/4.1.2...4.1.3</a></p> <p>JLine 4.1.2 is a patch release focused on correctness fixes across the parser, terminal I/O, and shell modules.</p> <h2>Bug Fixes</h2> <ul> <li>fix: echo preserves backslash before unrecognised escape sequences (<a href="https://redirect.github.com/jline/jline3/issues/1901">#1901</a>, fixes <a href="https://redirect.github.com/jline/jline3/issues/1863">#1863</a>)</li> <li>fix: DefaultParser preserves backslashes inside quotes (<a href="https://redirect.github.com/jline/jline3/issues/1902">#1902</a>, fixes <a href="https://redirect.github.com/jline/jline3/issues/1877">#1877</a>)</li> <li>fix: NonBlockingInputStream keeps thread alive after EOF (<a href="https://redirect.github.com/jline/jline3/issues/1903">#1903</a>, fixes <a href="https://redirect.github.com/jline/jline3/issues/1879">#1879</a>)</li> <li>fix: ensure cursor position after alternate screen init (<a href="https://redirect.github.com/jline/jline3/issues/1904">#1904</a>, fixes <a href="https://redirect.github.com/jline/jline3/issues/1883">#1883</a>)</li> <li>fix: use parser for command argument splitting (<a href="https://redirect.github.com/jline/jline3/issues/1907">#1907</a>, fixes <a href="https://redirect.github.com/jline/jline3/issues/1876">#1876</a>)</li> </ul> <h2>Dependencies</h2> <ul> <li>chore: Bump eu.maveniverse.maven.nisse:extension from 0.9.1 to 0.9.2 (<a href="https://redirect.github.com/jline/jline3/issues/1905">#1905</a>)</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/jline/jline3/compare/4.1.1...4.1.2">https://github.com/jline/jline3/compare/4.1.1...4.1.2</a></p> <p>JLine 4.1.1 is a patch release focused on stability fixes. The most notable change corrects the POSIX raw mode defaults (VMIN/VTIME) in <code>enterRawMode</code>, which could cause shell REPL sessions to hang or malfunction on certain platforms. This release also fixes a Display bug where the internal line buffer could alias or reject immutable caller-provided lists, hardens signal registration against null returns, and corrects alternate charset handling in ScreenTerminal.</p> <h2>🐛 Bug Fixes</h2> <ul> <li>fix: Fixed Display oldLines being set as possible immutable lists. (<a href="https://redirect.github.com/jline/jline3/pull/1878">#1878</a>) <a href="https://github.com/Elec332"><code>@Elec332</code></a></li> <li>fix: use POSIX cfmakeraw defaults (VMIN=1, VTIME=0) in enterRawMode (<a href="https://redirect.github.com/jline/jline3/pull/1871">#1871</a>) <a href="https://github.com/BryanSant"><code>@BryanSant</code></a></li> <li>fix: skip null returns from signal registration in AbstractUnixSysTerminal (<a href="https://redirect.github.com/jline/jline3/pull/1869">#1869</a>) <a href="https://github.com/BryanSant"><code>@BryanSant</code></a></li> <li>fix: Fixed ScreenTerminal alt-charset (<a href="https://redirect.github.com/jline/jline3/pull/1867">#1867</a>) <a href="https://github.com/Elec332"><code>@Elec332</code></a></li> </ul> <h2>📦 Dependency updates</h2> <ul> <li>chore: Bump com.palantir.javaformat:palantir-java-format from 2.90.0 to 2.91.0 (<a href="https://redirect.github.com/jline/jline3/pull/1898">#1898</a>) <a href="https://github.com/dependabot"><code>@dependabot</code></a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jline/jline3/commit/7f44a23f0da569e33fe9a632e982f94274bfb25d"><code>7f44a23</code></a> fix: fix command argument parsing in DefaultCommandDispatcher (<a href="https://redirect.github.com/jline/jline3/issues/1924">#1924</a>)</li> <li><a href="https://github.com/jline/jline3/commit/911e3d6d3101858629b9d8f74752d8b09475b65f"><code>911e3d6</code></a> chore: Bump com.diffplug.spotless:spotless-maven-plugin from 3.5.1 to 3.6.0 (...</li> <li><a href="https://github.com/jline/jline3/commit/15cdac548ce65afdad84d15096d8e5183b1a8577"><code>15cdac5</code></a> chore: Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.5 to 3.5....</li> <li><a href="https://github.com/jline/jline3/commit/2d3e1ffee5d895f0c407d838bf54da924640af4f"><code>2d3e1ff</code></a> chore: Bump org.graalvm.buildtools:native-maven-plugin from 1.1.0 to 1.1.1 (#...</li> <li><a href="https://github.com/jline/jline3/commit/0ac019ab8c44da3ae4ee47bccd216791e6ccb35d"><code>0ac019a</code></a> fix: terminal.close() blocks when pump thread is reading stdin (<a href="https://redirect.github.com/jline/jline3/issues/1911">#1911</a>)</li> <li><a href="https://github.com/jline/jline3/commit/1d637408d2cdd479a5abede3ce88710be3e611ae"><code>1d63740</code></a> fix: use confined arenas instead of auto arenas in FFM CLibrary (fixes <a href="https://redirect.github.com/jline/jline3/issues/1872">#1872</a>)</li> <li><a href="https://github.com/jline/jline3/commit/1604643d04a6ae56fdd6758757c18e968c7ff59d"><code>1604643</code></a> Merge pull request <a href="https://redirect.github.com/jline/jline3/issues/1912">#1912</a> from jline/dot-tarragon</li> <li><a href="https://github.com/jline/jline3/commit/147ee9c7024af2caed1a306e48fd236beef475df"><code>147ee9c</code></a> chore: add OSS AI helper rules for project conventions (<a href="https://redirect.github.com/jline/jline3/issues/1917">#1917</a>)</li> <li><a href="https://github.com/jline/jline3/commit/1735c1f2a22808a1a3d7837db0eca9714a66f4e8"><code>1735c1f</code></a> fix: swap rows/columns in openpty winsize constructor call (fixes <a href="https://redirect.github.com/jline/jline3/issues/1910">#1910</a>)</li> <li><a href="https://github.com/jline/jline3/commit/d9f6b86589760807162862d289685ea7673f0e41"><code>d9f6b86</code></a> fix: add PromptCancelTest from <a href="https://redirect.github.com/jline/jline3/issues/1908">#1908</a> with timeout and fixture patterns</li> <li>Additional commits viewable in <a href="https://github.com/jline/jline3/compare/4.0.14...4.1.3">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) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
= image:.idea/icon.svg[Pkl,30] Pkl
:uri-homepage: https://pkl-lang.org
:uri-docs: {uri-homepage}/main/current
:uri-docs-introduction: {uri-docs}/introduction
:uri-docs-release-notes: {uri-docs}/release-notes
:uri-docs-language: {uri-docs}/language
:uri-docs-tools: {uri-docs}/tools
:uri-github-issue: https://github.com/apple/pkl/issues
:uri-github-discussions: https://github.com/apple/pkl/discussions
:uri-pkl-examples: https://pkl-lang.org/main/current/examples.html
:uri-installation: https://pkl-lang.org/main/current/pkl-cli/index.html#installation
:uri-lang-reference: https://pkl-lang.org/main/current/language-reference/index.html
:uri-ci-artifacts: https://s01.oss.sonatype.org/content/groups/public/org/pkl-lang/
:uri-ci-pipeline: https://github.com/apple/pkl/actions
A configuration as code language with rich validation and tooling.
== Quick Links
* {uri-installation}[Installation]
* {uri-lang-reference}[Language Reference]
== Documentation
* {uri-homepage}[Home Page]
** {uri-docs-introduction}[Introduction]
** {uri-docs-language}[Language]
** {uri-docs-tools}[Tools]
** {uri-pkl-examples}[Examples]
** {uri-docs-release-notes}[Release Notes]
== Community
We'd love to hear from you!
* Create an {uri-github-issue}[issue]
* Ask a question on {uri-github-discussions}[GitHub Discussions]
== Development
image:https://github.com/apple/pkl/actions/workflows/main.yml/badge.svg?style=svg["Build (main)", link="https://github.com/apple/pkl/actions/workflows/main.yml"]
* link:CONTRIBUTING.adoc[] for tips on pull requests and filing issues
* link:DEVELOPMENT.adoc[] for build instructions
* {uri-ci-artifacts}[Sonatype Repository] for the artifacts/binaries built by our {uri-ci-pipeline}[CI pipelines] (and those of our other tools and packages repositories).
== Pkl GitHub Repositories
[%autowidth]
|===
|Name |Description
|`apple/pkl`
|A configuration as code language with rich validation and tooling.
|https://github.com/apple/pkl-evolution[`apple/pkl-evolution`]
|Suggested Pkl Improvements, Changes, or Enhancements (SPICEs)
|https://github.com/apple/pkl-go[`apple/pkl-go`]
|Pkl bindings for the Go programming language
|https://github.com/apple/pkl-go-examples[`apple/pkl-go-examples`]
|Examples for using Pkl within Go applications
|https://github.com/apple/highlightjs-pkl[`apple/highlightjs-pkl`]
|Highlight.js syntax highlighting for Pkl
|https://github.com/apple/pkl-intellij[`apple/pkl-intellij`]
|JetBrains editor plugins providing Pkl language support
|https://github.com/apple/pkl-jvm-examples[`apple/pkl-jvm-examples`]
|Examples for using Pkl within JVM applications
|https://github.com/apple/pkl-k8s[`apple/pkl-k8s`]
|Templates for using Pkl with Kubernetes
|https://github.com/apple/pkl-k8s-examples[`apple/pkl-k8s-examples`]
|Examples for using Pkl with Kubernetes
|https://github.com/apple/pkl-lang.org[`apple/pkl-lang.org`]
|The pkl-lang.org website
|https://github.com/apple/pkl-lsp[`apple/pkl-lsp`]
|Language server for Pkl, implementing the server-side of the Language Server Protocol
|https://github.com/apple/pkl-neovim[`apple/pkl-neovim`]
|Pkl language support for Neovim
|https://github.com/apple/pkl-package-docs[`apple/pkl-package-docs`]
|Documentation for Pkl packages
|https://github.com/apple/pkl-pantry[`apple/pkl-pantry`]
|Shared Pkl packages
|https://github.com/apple/pkl-project-commons[`apple/pkl-project-commons`]
|Utility libraries for Pkl
|https://github.com/apple/pkl-readers[`apple/pkl-readers`]
|Shared Pkl https://pkl-lang.org/main/current/language-reference/index.html#external-readers[external reader] tools
|https://github.com/apple/pkl-spring[`apple/pkl-spring`]
|Spring Boot extension for configuring Boot apps with Pkl
|https://github.com/apple/pkl-swift[`apple/pkl-swift`]
|Pkl bindings for the Swift programming language
|https://github.com/apple/pkl-swift-examples[`apple/pkl-swift-examples`]
|Examples for using Pkl within Swift applications
|https://github.com/apple/pkl-vscode[`apple/pkl-vscode`]
|Pkl language support for VS Code
|https://github.com/apple/pkl.tmbundle[`apple/pkl.tmbundle`]
|TextMate bundle for Pkl
|https://github.com/apple/tree-sitter-pkl[`apple/tree-sitter-pkl`]
|Tree-sitter parser for Pkl
|https://github.com/apple/rules_pkl[`apple/rules_pkl`]
|Bazel build rules for Pkl
|===
Description
Releases
10
Languages
Java
65%
Kotlin
29%
Pkl
5.2%
JavaScript
0.6%
CSS
0.2%