chore(deps): bump org.jline:jline 3.27.1 → 4.1.3#160
Merged
Conversation
Closes Dependabot #149. Despite the major version (3 -> 4), the jline API the LiveShow line editor uses — TerminalBuilder / LineReaderBuilder / DefaultHistory / readLine + the EndOfFile/UserInterrupt exceptions — is unchanged, so JLineLineEditor.kt compiles and runs unmodified (my earlier "breaking API" hold was wrong). - Regenerated all gradle.lockfiles (root + the 7 submodules that see jline transitively) and added jline 4 sha256 checksums to verification-metadata. - LiveShowLineEditorTest (11) green at runtime; full ./gradlew build green; detekt baseline steady at 415. Only the pre-existing macOS Seatbelt ProcessSandboxMacTest flake fails locally (auto-skips on Linux CI). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes Dependabot #149 (which had red CI — the un-regenerated lockfile + verification-metadata). Done properly here.
Despite the major version (3 → 4), the jline API the LiveShow line editor uses —
TerminalBuilder/LineReaderBuilder/DefaultHistory/readLine+ theEndOfFileException/UserInterruptExceptioncatches — is unchanged, soJLineLineEditor.ktcompiles and runs unmodified. (My earlier "breaking API" hold was wrong — verified by building.)gradle.lockfiles (root + the 7 submodules that see jline transitively) and added jline 4 sha256 checksums toverification-metadata.xml.LiveShowLineEditorTest(11) green at runtime; full./gradlew buildgreen; detekt baseline steady at 415.🤖 Generated with Claude Code