chore(deps): bump org.jline:jline from 3.27.1 to 4.1.3#149
chore(deps): bump org.jline:jline from 3.27.1 to 4.1.3#149dependabot[bot] wants to merge 1 commit into
Conversation
|
Holding this one. jline 3 → 4 is a major version with breaking API changes; the LiveShow line editor (LiveShowLineEditor) is written against the jline 3 API. Merging as-is would break compilation. Needs a porting pass as its own change. Leaving open as a reminder. |
Bumps [org.jline:jline](https://github.com/jline/jline3) from 3.27.1 to 4.1.3. - [Release notes](https://github.com/jline/jline3/releases) - [Commits](jline/jline3@jline-3.27.1...4.1.3) --- updated-dependencies: - dependency-name: org.jline:jline dependency-version: 4.1.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
2527a6f to
106c335
Compare
|
Done in #160, which makes the same jline 3->4 bump but also regenerates the gradle lockfiles + sha256 verification-metadata this project requires (the cause of this PR's red CI). Turns out the jline 4 API is source-compatible with the line editor, so no porting was needed. Closing. |
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
Bumps org.jline:jline from 3.27.1 to 4.1.3.
Release notes
Sourced from org.jline:jline's releases.
... (truncated)
Commits
7f44a23fix: fix command argument parsing in DefaultCommandDispatcher (#1924)911e3d6chore: Bump com.diffplug.spotless:spotless-maven-plugin from 3.5.1 to 3.6.0 (...15cdac5chore: Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.5 to 3.5....2d3e1ffchore: Bump org.graalvm.buildtools:native-maven-plugin from 1.1.0 to 1.1.1 (#...0ac019afix: terminal.close() blocks when pump thread is reading stdin (#1911)1d63740fix: use confined arenas instead of auto arenas in FFM CLibrary (fixes #1872)1604643Merge pull request #1912 from jline/dot-tarragon147ee9cchore: add OSS AI helper rules for project conventions (#1917)1735c1ffix: swap rows/columns in openpty winsize constructor call (fixes #1910)d9f6b86fix: add PromptCancelTest from #1908 with timeout and fixture patterns