fix(deps): update dependency org.jline:jline-terminal to v4#53
Closed
renovate[bot] wants to merge 127 commits intomainfrom
Closed
fix(deps): update dependency org.jline:jline-terminal to v4#53renovate[bot] wants to merge 127 commits intomainfrom
renovate[bot] wants to merge 127 commits intomainfrom
Conversation
This implements low-level support for scrollable views
Makes it easier to deal with rectangles that should be based on the size of enclosing rectangles
…ion digest to 4bf8a28
…e-plugin to v2.22.2
…r-plugin to v3.14.0
…ncy-plugin to v2.10
Before we could only set attributes, which then created confusion when we want to switch to another style. Are certain attributes unset because we don't care about them or do we actively want to unset them? This information is now kept in Style.
Removed separate `LineBuffer` class in favor of simply treating line buffers as a 2-dimensional `Buffer` of height 1.
Also added a "robot" implementation that can be used for testing/demos.
The provider can be used to look up available terminal providers. Falling back to the dummy provider if none are found.
15e7d3a to
8b65a2b
Compare
8b65a2b to
0fb8ca0
Compare
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.
This PR contains the following updates:
3.30.6→4.0.4Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
jline/jline3 (org.jline:jline-terminal)
v4.0.4: JLine 4.0.4Compare Source
Bug Fixes
PosixSysTerminalto prevent escape sequence[?2027$pfrom leaking into subprocess output on Cygwin/MSYSTEM environments (#1696)isSystemStream()check was unreliable on Windows MSYSTEM environmentsFull Changelog
v4.0.3: JLine 4.0.3Compare Source
JLine 4.0.3
Bugfix release fixing output corruption on Windows when using Cygwin/MSYSTEM (Git Bash).
Bug Fixes
\e[?2027$p) was written to a rawFileDescriptor(stdout/stderr) rather than a real PTY device. When the output was piped (e.g. subprocess with captured output), this escape sequence leaked into the process output, corrupting downstream consumers. The probe is now skipped when theExecPtyoutput stream is not connected to a real terminal. Interactive Cygwin/MSYSTEM terminals that support mode 2027 are unaffected. (#1695)v4.0.2: JLine 4.0.2Compare Source
JLine 4.0.2
Bugfix release fixing Maven 3/Gradle compatibility and JNI terminal provider issues.
Bug Fixes
modelVersion4.0.0 with no<parent>reference, making them consumable by Maven 3 and Gradle. Previously, child module POMs referencedjline-parentwhich usedmodelVersion4.1.0, causing resolution failures. (#1691, #1694, fixes #1688, workaround for apache/maven#11772)Module.isNativeAccessEnabled()was backported to some JDK 21 builds (e.g. 21.0.10), causing a falseUnsupportedOperationExceptionsince the method returnsfalseeven though JNI works without--enable-native-access. JNI native access restrictions are only enforced from JDK 24+, so the check is now skipped on earlier versions. (#1692, fixes #1689)Dependency Updates
v4.0.0: JLine 4.0.0Breaking Changes
New Features
Terminal Graphics & Display
Shell & Command Processing
jline-shellmodule with extensible shell foundations, variable expansion, subcommands, I/O redirection, signals, scripts, and builtins integrationjline-componentsmodule for composable UI componentsPrompts & UI
jline-promptmodule with comprehensive prompt API and modern builder patterns (#1377)%P{...}Platform Support
Other
**globstar semantics, glob arguments, grep enhancementsBug Fixes
Improvements
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.