Skip to content

build(deps): bump actions/checkout from 4.2.1 to 4.2.2 (#1813) [skip ci]#1813

Merged
robfrank merged 1 commit into
mainfrom
dependabot/github_actions/actions/checkout-4.2.2
Nov 5, 2024
Merged

build(deps): bump actions/checkout from 4.2.1 to 4.2.2 (#1813) [skip ci]#1813
robfrank merged 1 commit into
mainfrom
dependabot/github_actions/actions/checkout-4.2.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Nov 4, 2024

Bumps actions/checkout from 4.2.1 to 4.2.2.

Release notes

Sourced from actions/checkout's releases.

v4.2.2

What's Changed

Full Changelog: actions/checkout@v4.2.1...v4.2.2

Changelog

Sourced from actions/checkout's changelog.

Changelog

v4.2.2

v4.2.1

v4.2.0

v4.1.7

v4.1.6

v4.1.5

v4.1.4

v4.1.3

v4.1.2

v4.1.1

v4.1.0

... (truncated)

Commits

Dependabot compatibility score

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 commands and options

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.1 to 4.2.2.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4.2.1...11bd719)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions labels Nov 4, 2024
@robfrank robfrank merged commit 0d0e609 into main Nov 5, 2024
@robfrank robfrank changed the title build(deps): bump actions/checkout from 4.2.1 to 4.2.2 build(deps): bump actions/checkout from 4.2.1 to 4.2.2 (#1813) [skip ci] Nov 5, 2024
@robfrank robfrank deleted the dependabot/github_actions/actions/checkout-4.2.2 branch November 5, 2024 17:29
mergify Bot added a commit that referenced this pull request Oct 12, 2025
…4 [skip ci]

Bumps [org.jacoco:jacoco-maven-plugin](https://github.com/jacoco/jacoco) from 0.8.13 to 0.8.14.
Release notes

*Sourced from [org.jacoco:jacoco-maven-plugin's releases](https://github.com/jacoco/jacoco/releases).*

> 0.8.14
> ------
>
> New Features
> ------------
>
> * JaCoCo now officially supports Java 25 (GitHub [#1950](https://redirect.github.com/jacoco/jacoco/issues/1950)).
> * Experimental support for Java 26 class files (GitHub [#1870](https://redirect.github.com/jacoco/jacoco/issues/1807)).
> * Branches added by the Kotlin compiler for default argument number 33 or higher are filtered out during generation of report (GitHub [#1655](https://redirect.github.com/jacoco/jacoco/issues/1655)).
> * Part of bytecode generated by the Kotlin compiler for elvis operator that follows safe call operator is filtered out during generation of report (GitHub [#1814](https://redirect.github.com/jacoco/jacoco/issues/1814), [#1954](https://redirect.github.com/jacoco/jacoco/issues/1954)).
> * Part of bytecode generated by the Kotlin compiler for more cases of chained safe call operators is filtered out during generation of report (GitHub [#1956](https://redirect.github.com/jacoco/jacoco/issues/1956)).
> * Part of bytecode generated by the Kotlin compiler for invocations of suspendCoroutineUninterceptedOrReturn intrinsic is filtered out during generation of report (GitHub [#1929](https://redirect.github.com/jacoco/jacoco/issues/1929)).
> * Part of bytecode generated by the Kotlin compiler for suspending lambdas with parameters is filtered out during generation of report (GitHub [#1945](https://redirect.github.com/jacoco/jacoco/issues/1945)).
> * Part of bytecode generated by the Kotlin compiler for suspending functions and lambdas with suspension points that return inline value class is filtered out during generation of report (GitHub [#1871](https://redirect.github.com/jacoco/jacoco/issues/1871)).
> * Part of bytecode generated by the Kotlin Compose compiler plugin for pausable composition is filtered out during generation of report (GitHub [#1911](https://redirect.github.com/jacoco/jacoco/issues/1911)).
> * Methods generated by the Kotlin serialization compiler plugin are filtered out (GitHub [#1885](https://redirect.github.com/jacoco/jacoco/issues/1885), [#1970](https://redirect.github.com/jacoco/jacoco/issues/1970), [#1971](https://redirect.github.com/jacoco/jacoco/issues/1971)).
>
> Fixed bugs
> ----------
>
> * Fixed handling of implicit else clause of when with String subject in Kotlin (GitHub [#1813](https://redirect.github.com/jacoco/jacoco/issues/1813), [#1940](https://redirect.github.com/jacoco/jacoco/issues/1940)).
> * Fixed handling of implicit default clause of switch by String in Java when compiled by ECJ (GitHub [#1813](https://redirect.github.com/jacoco/jacoco/issues/1813), [#1940](https://redirect.github.com/jacoco/jacoco/issues/1940)).
>   Fixed handling of exceptions in chains of safe call operators in Kotlin (GitHub [#1819](https://redirect.github.com/jacoco/jacoco/issues/1819)).
>
> Non-functional Changes
> ----------------------
>
> * JaCoCo now depends on ASM 9.9 (GitHub [#1965](https://redirect.github.com/jacoco/jacoco/issues/1965)).


Commits

* [`2eb2483`](jacoco/jacoco@2eb2483) Prepare release v0.8.14
* [`de76181`](jacoco/jacoco@de76181) KotlinSerializableFilter should filter more methods ([#1971](https://redirect.github.com/jacoco/jacoco/issues/1971))
* [`89c4bd5`](jacoco/jacoco@89c4bd5) Fix NPE in KotlinSerializableFilter ([#1970](https://redirect.github.com/jacoco/jacoco/issues/1970))
* [`0981128`](jacoco/jacoco@0981128) Migrate release staging to the Central Publisher Portal ([#1968](https://redirect.github.com/jacoco/jacoco/issues/1968))
* [`d07bc6b`](jacoco/jacoco@d07bc6b) Add filter for bytecode generated by Kotlin serialization compiler plugin ([#1](https://redirect.github.com/jacoco/jacoco/issues/1)...
* [`5e35fd5`](jacoco/jacoco@5e35fd5) Upgrade maven-dependency-plugin to 3.9.0 ([#1966](https://redirect.github.com/jacoco/jacoco/issues/1966))
* [`c2fe5cc`](jacoco/jacoco@c2fe5cc) Upgrade ASM to 9.9 ([#1965](https://redirect.github.com/jacoco/jacoco/issues/1965))
* [`b0f8e23`](jacoco/jacoco@b0f8e23) KotlinSafeCallOperatorFilter should filter "unoptimized" safe call followed b...
* [`c7bd3f4`](jacoco/jacoco@c7bd3f4) Upgrade spotless-maven-plugin to 3.0.0 ([#1961](https://redirect.github.com/jacoco/jacoco/issues/1961))
* [`faa289d`](jacoco/jacoco@faa289d) KotlinSafeCallOperatorFilter should not be affected by presence of pseudo ins...
* Additional commits viewable in [compare view](jacoco/jacoco@v0.8.13...v0.8.14)
  
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility\_score?dependency-name=org.jacoco:jacoco-maven-plugin&package-manager=maven&previous-version=0.8.13&new-version=0.8.14)](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)
---
Dependabot commands and options
  
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 merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show  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)
mergify Bot added a commit that referenced this pull request May 3, 2026
Bumps `jline.version` from 4.0.12 to 4.0.14.
Updates `org.jline:jline-terminal` from 4.0.12 to 4.0.14
Release notes

*Sourced from [org.jline:jline-terminal's releases](https://github.com/jline/jline3/releases).*

> JLine 4.0.14
> ------------
>
> * fix: correct inverted bounds check in readBuffered methods (3.x backport) ([#1855](https://redirect.github.com/jline/jline3/pull/1855)) [`@​gnodet`](https://github.com/gnodet)
>
> 📦 Dependency updates
> --------------------
>
> * chore: Bump junit.version from 5.14.3 to 5.14.4 ([#1848](https://redirect.github.com/jline/jline3/pull/1848)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * chore: Bump actions/checkout from 4 to 6 ([#1847](https://redirect.github.com/jline/jline3/pull/1847)) @[dependabot[bot]](https://github.com/apps/dependabot)
>
> JLine 4.0.13 is a patch release with bug fixes for terminal handling, GraalVM native-image support, and encoding issues.
>
> Bug Fixes
> ---------
>
> * Fix AttributedStyle color chaining ([#1792](https://redirect.github.com/jline/jline3/issues/1792))
> * Erase probe emoji after grapheme cluster width detection ([#1801](https://redirect.github.com/jline/jline3/issues/1801))
> * Register all FFM foreign function signatures for GraalVM native-image ([#1802](https://redirect.github.com/jline/jline3/issues/1802))
> * Register Kernel32 FFM downcall signatures for GraalVM native-image ([#1803](https://redirect.github.com/jline/jline3/issues/1803))
> * Deprecate SwingTerminal.dispose() in favor of close() ([#1811](https://redirect.github.com/jline/jline3/issues/1811))
> * Avoid NPE when closing terminal with null masterOutput ([#1813](https://redirect.github.com/jline/jline3/issues/1813))
> * Close PTY streams before shutdown to prevent hang on macOS ([#1817](https://redirect.github.com/jline/jline3/issues/1817))
> * Resolve redirect targets against session working directory ([#1781](https://redirect.github.com/jline/jline3/issues/1781))
> * Use terminal encoding instead of default charset in VirtualTerminal ([#1822](https://redirect.github.com/jline/jline3/issues/1822))


Commits

* [`329f24c`](jline/jline3@329f24c) fix: remove proactive isNativeAccessEnabled() checks from terminal providers ...
* [`5e62717`](jline/jline3@5e62717) fix: prevent DA response bytes from leaking to parent shell ([#1856](https://redirect.github.com/jline/jline3/issues/1856))
* [`2700ff2`](jline/jline3@2700ff2) chore: Bump org.graalvm.buildtools:native-maven-plugin ([#1851](https://redirect.github.com/jline/jline3/issues/1851))
* [`b37b1fa`](jline/jline3@b37b1fa) chore: Bump actions/upload-pages-artifact from 4 to 5 ([#1850](https://redirect.github.com/jline/jline3/issues/1850))
* [`3befc1b`](jline/jline3@3befc1b) chore: Bump org.graalvm.sdk:graal-sdk from 25.0.2 to 25.0.3 ([#1852](https://redirect.github.com/jline/jline3/issues/1852))
* [`edc3637`](jline/jline3@edc3637) fix: correct inverted bounds check in readBuffered methods ([#1854](https://redirect.github.com/jline/jline3/issues/1854))
* [`befdfce`](jline/jline3@befdfce) fix: pass explicit version to nisse in release workflow
* [`2571aec`](jline/jline3@2571aec) chore: update nisse extension to 0.8.4
* [`acc413c`](jline/jline3@acc413c) fix: use terminal encoding instead of default charset in VirtualTerminal (fix...
* [`96d9900`](jline/jline3@96d9900) fix: resolve redirect targets against session working directory ([#1781](https://redirect.github.com/jline/jline3/issues/1781))
* Additional commits viewable in [compare view](jline/jline3@4.0.12...4.0.14)
  
Updates `org.jline:jline-reader` from 4.0.12 to 4.0.14
Release notes

*Sourced from [org.jline:jline-reader's releases](https://github.com/jline/jline3/releases).*

> JLine 4.0.14
> ------------
>
> * fix: correct inverted bounds check in readBuffered methods (3.x backport) ([#1855](https://redirect.github.com/jline/jline3/pull/1855)) [`@​gnodet`](https://github.com/gnodet)
>
> 📦 Dependency updates
> --------------------
>
> * chore: Bump junit.version from 5.14.3 to 5.14.4 ([#1848](https://redirect.github.com/jline/jline3/pull/1848)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * chore: Bump actions/checkout from 4 to 6 ([#1847](https://redirect.github.com/jline/jline3/pull/1847)) @[dependabot[bot]](https://github.com/apps/dependabot)
>
> JLine 4.0.13 is a patch release with bug fixes for terminal handling, GraalVM native-image support, and encoding issues.
>
> Bug Fixes
> ---------
>
> * Fix AttributedStyle color chaining ([#1792](https://redirect.github.com/jline/jline3/issues/1792))
> * Erase probe emoji after grapheme cluster width detection ([#1801](https://redirect.github.com/jline/jline3/issues/1801))
> * Register all FFM foreign function signatures for GraalVM native-image ([#1802](https://redirect.github.com/jline/jline3/issues/1802))
> * Register Kernel32 FFM downcall signatures for GraalVM native-image ([#1803](https://redirect.github.com/jline/jline3/issues/1803))
> * Deprecate SwingTerminal.dispose() in favor of close() ([#1811](https://redirect.github.com/jline/jline3/issues/1811))
> * Avoid NPE when closing terminal with null masterOutput ([#1813](https://redirect.github.com/jline/jline3/issues/1813))
> * Close PTY streams before shutdown to prevent hang on macOS ([#1817](https://redirect.github.com/jline/jline3/issues/1817))
> * Resolve redirect targets against session working directory ([#1781](https://redirect.github.com/jline/jline3/issues/1781))
> * Use terminal encoding instead of default charset in VirtualTerminal ([#1822](https://redirect.github.com/jline/jline3/issues/1822))


Commits

* [`329f24c`](jline/jline3@329f24c) fix: remove proactive isNativeAccessEnabled() checks from terminal providers ...
* [`5e62717`](jline/jline3@5e62717) fix: prevent DA response bytes from leaking to parent shell ([#1856](https://redirect.github.com/jline/jline3/issues/1856))
* [`2700ff2`](jline/jline3@2700ff2) chore: Bump org.graalvm.buildtools:native-maven-plugin ([#1851](https://redirect.github.com/jline/jline3/issues/1851))
* [`b37b1fa`](jline/jline3@b37b1fa) chore: Bump actions/upload-pages-artifact from 4 to 5 ([#1850](https://redirect.github.com/jline/jline3/issues/1850))
* [`3befc1b`](jline/jline3@3befc1b) chore: Bump org.graalvm.sdk:graal-sdk from 25.0.2 to 25.0.3 ([#1852](https://redirect.github.com/jline/jline3/issues/1852))
* [`edc3637`](jline/jline3@edc3637) fix: correct inverted bounds check in readBuffered methods ([#1854](https://redirect.github.com/jline/jline3/issues/1854))
* [`befdfce`](jline/jline3@befdfce) fix: pass explicit version to nisse in release workflow
* [`2571aec`](jline/jline3@2571aec) chore: update nisse extension to 0.8.4
* [`acc413c`](jline/jline3@acc413c) fix: use terminal encoding instead of default charset in VirtualTerminal (fix...
* [`96d9900`](jline/jline3@96d9900) fix: resolve redirect targets against session working directory ([#1781](https://redirect.github.com/jline/jline3/issues/1781))
* Additional commits viewable in [compare view](jline/jline3@4.0.12...4.0.14)
  
Updates `org.jline:jline-terminal-jni` from 4.0.12 to 4.0.14
Release notes

*Sourced from [org.jline:jline-terminal-jni's releases](https://github.com/jline/jline3/releases).*

> JLine 4.0.14
> ------------
>
> * fix: correct inverted bounds check in readBuffered methods (3.x backport) ([#1855](https://redirect.github.com/jline/jline3/pull/1855)) [`@​gnodet`](https://github.com/gnodet)
>
> 📦 Dependency updates
> --------------------
>
> * chore: Bump junit.version from 5.14.3 to 5.14.4 ([#1848](https://redirect.github.com/jline/jline3/pull/1848)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * chore: Bump actions/checkout from 4 to 6 ([#1847](https://redirect.github.com/jline/jline3/pull/1847)) @[dependabot[bot]](https://github.com/apps/dependabot)
>
> JLine 4.0.13 is a patch release with bug fixes for terminal handling, GraalVM native-image support, and encoding issues.
>
> Bug Fixes
> ---------
>
> * Fix AttributedStyle color chaining ([#1792](https://redirect.github.com/jline/jline3/issues/1792))
> * Erase probe emoji after grapheme cluster width detection ([#1801](https://redirect.github.com/jline/jline3/issues/1801))
> * Register all FFM foreign function signatures for GraalVM native-image ([#1802](https://redirect.github.com/jline/jline3/issues/1802))
> * Register Kernel32 FFM downcall signatures for GraalVM native-image ([#1803](https://redirect.github.com/jline/jline3/issues/1803))
> * Deprecate SwingTerminal.dispose() in favor of close() ([#1811](https://redirect.github.com/jline/jline3/issues/1811))
> * Avoid NPE when closing terminal with null masterOutput ([#1813](https://redirect.github.com/jline/jline3/issues/1813))
> * Close PTY streams before shutdown to prevent hang on macOS ([#1817](https://redirect.github.com/jline/jline3/issues/1817))
> * Resolve redirect targets against session working directory ([#1781](https://redirect.github.com/jline/jline3/issues/1781))
> * Use terminal encoding instead of default charset in VirtualTerminal ([#1822](https://redirect.github.com/jline/jline3/issues/1822))


Commits

* [`329f24c`](jline/jline3@329f24c) fix: remove proactive isNativeAccessEnabled() checks from terminal providers ...
* [`5e62717`](jline/jline3@5e62717) fix: prevent DA response bytes from leaking to parent shell ([#1856](https://redirect.github.com/jline/jline3/issues/1856))
* [`2700ff2`](jline/jline3@2700ff2) chore: Bump org.graalvm.buildtools:native-maven-plugin ([#1851](https://redirect.github.com/jline/jline3/issues/1851))
* [`b37b1fa`](jline/jline3@b37b1fa) chore: Bump actions/upload-pages-artifact from 4 to 5 ([#1850](https://redirect.github.com/jline/jline3/issues/1850))
* [`3befc1b`](jline/jline3@3befc1b) chore: Bump org.graalvm.sdk:graal-sdk from 25.0.2 to 25.0.3 ([#1852](https://redirect.github.com/jline/jline3/issues/1852))
* [`edc3637`](jline/jline3@edc3637) fix: correct inverted bounds check in readBuffered methods ([#1854](https://redirect.github.com/jline/jline3/issues/1854))
* [`befdfce`](jline/jline3@befdfce) fix: pass explicit version to nisse in release workflow
* [`2571aec`](jline/jline3@2571aec) chore: update nisse extension to 0.8.4
* [`acc413c`](jline/jline3@acc413c) fix: use terminal encoding instead of default charset in VirtualTerminal (fix...
* [`96d9900`](jline/jline3@96d9900) fix: resolve redirect targets against session working directory ([#1781](https://redirect.github.com/jline/jline3/issues/1781))
* Additional commits viewable in [compare view](jline/jline3@4.0.12...4.0.14)
  
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)
---
Dependabot commands and options
  
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  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)
mergify Bot added a commit that referenced this pull request May 10, 2026
Bumps `jline.version` from 4.0.14 to 4.1.0.
Updates `org.jline:jline-terminal` from 4.0.14 to 4.1.0
Release notes

*Sourced from [org.jline:jline-terminal's releases](https://github.com/jline/jline3/releases).*

> JLine 4.1.0
> -----------
>
> JLine 4.1 is the first minor release of the 4.x series, bringing new features, significant performance improvements, internal refactoring, and many bug fixes across terminal handling, encoding, and platform support.
>
> Highlights include streaming pipes with concurrent pipeline execution, a new `Sized` interface for uniform terminal size access, optimized display rendering with direct byte buffers, modernized signal handling via Panama FFM `sigaction()`, and a comprehensive overhaul of termios constant mappings across all supported platforms.
>
> 🚀 New features and improvements
> -------------------------------
>
> * refactor: introduce Sized interface and Size.of() factory methods ([#1731](https://redirect.github.com/jline/jline3/pull/1731)) [`@​Elec332`](https://github.com/Elec332)
> * feat: Added UnknownCommandException for Shell module ([#1780](https://redirect.github.com/jline/jline3/pull/1780)) [`@​Elec332`](https://github.com/Elec332)
> * feat: bulk read for NonBlockingPumpInputStream ([#1778](https://redirect.github.com/jline/jline3/pull/1778)) [`@​gnodet`](https://github.com/gnodet)
> * feat: add filterable(boolean) option to list and checkbox prompts ([#1784](https://redirect.github.com/jline/jline3/pull/1784)) [`@​ingokegel`](https://github.com/ingokegel)
> * refactor: Deduplicate AttributedCharSequence#emitStyleChange. ([#1788](https://redirect.github.com/jline/jline3/pull/1788)) [`@​Elec332`](https://github.com/Elec332)
> * perf: optimize Display.update for minimal allocation and output bytes ([#1785](https://redirect.github.com/jline/jline3/pull/1785)) [`@​gnodet`](https://github.com/gnodet)
> * feat: streaming pipes with concurrent pipeline execution ([#1777](https://redirect.github.com/jline/jline3/pull/1777)) [`@​gnodet`](https://github.com/gnodet)
> * feat: optimize output rendering with direct byte buffer ([#1749](https://redirect.github.com/jline/jline3/pull/1749)) [`@​gnodet`](https://github.com/gnodet)
> * feat: modernize signal handling via Panama FFM sigaction() ([#1750](https://redirect.github.com/jline/jline3/pull/1750)) [`@​gnodet`](https://github.com/gnodet)
> * feat: Add /dev/tty fallback for terminals with piped streams ([#1728](https://redirect.github.com/jline/jline3/pull/1728)) [`@​gnodet`](https://github.com/gnodet)
>
> 🐛 Bug Fixes
> -----------
>
> * Fix status bar duplication after vertical resize ([#1860](https://redirect.github.com/jline/jline3/pull/1860)) [`@​Abdelilah-AIT-HAMOU`](https://github.com/Abdelilah-AIT-HAMOU)
> * fix: remove proactive isNativeAccessEnabled() checks from terminal providers ([#1859](https://redirect.github.com/jline/jline3/pull/1859)) [`@​gnodet`](https://github.com/gnodet)
> * fix: prevent DA response bytes from leaking to parent shell ([#1856](https://redirect.github.com/jline/jline3/issues/1856)) ([#1857](https://redirect.github.com/jline/jline3/pull/1857)) [`@​gnodet`](https://github.com/gnodet)
> * fix: correct inverted bounds check in readBuffered methods ([#1853](https://redirect.github.com/jline/jline3/pull/1853)) [`@​gnodet`](https://github.com/gnodet)
> * fix: wire up unmapped termios constants in JNI and FFM providers ([#1838](https://redirect.github.com/jline/jline3/pull/1838)) [`@​gnodet`](https://github.com/gnodet)
> * fix: correct Solaris termios constants from octal to proper hex ([#1837](https://redirect.github.com/jline/jline3/pull/1837)) [`@​gnodet`](https://github.com/gnodet)
> * fix: correct FreeBSD PENDIN and NOFLSH termios constants ([#1834](https://redirect.github.com/jline/jline3/pull/1834)) [`@​gnodet`](https://github.com/gnodet)
> * fix: correct Linux PENDIN termios constant ([#1835](https://redirect.github.com/jline/jline3/pull/1835)) [`@​gnodet`](https://github.com/gnodet)
> * fix: add missing CDTR\_IFLOW readback in OsX toAttributes ([#1836](https://redirect.github.com/jline/jline3/pull/1836)) [`@​gnodet`](https://github.com/gnodet)
> * fix: replace Thread.sleep() with synchronization in TmuxEncodingTest ([#1827](https://redirect.github.com/jline/jline3/pull/1827)) [`@​gnodet`](https://github.com/gnodet)
> * fix: add VT100 response feedback to SwingTerminal and WebTerminal ([#1824](https://redirect.github.com/jline/jline3/pull/1824)) [`@​gnodet`](https://github.com/gnodet)
> * fix: use console encoding instead of default charset in Tmux ([#1826](https://redirect.github.com/jline/jline3/pull/1826)) [`@​gnodet`](https://github.com/gnodet)
> * fix: tail -n counts lines correctly when input lacks trailing newline (fixes [#1787](https://redirect.github.com/jline/jline3/issues/1787)) ([#1823](https://redirect.github.com/jline/jline3/pull/1823)) [`@​gnodet`](https://github.com/gnodet)
> * fix: use terminal encoding instead of default charset in VirtualTerminal (fixes [#1821](https://redirect.github.com/jline/jline3/issues/1821)) ([#1822](https://redirect.github.com/jline/jline3/pull/1822)) [`@​gnodet`](https://github.com/gnodet)
> * fix: close terminal in PromptBuilderTest to prevent resource leak (fixes [#1810](https://redirect.github.com/jline/jline3/issues/1810)) ([#1820](https://redirect.github.com/jline/jline3/pull/1820)) [`@​gnodet`](https://github.com/gnodet)
> * fix: resolve redirect targets against session working directory ([#1781](https://redirect.github.com/jline/jline3/pull/1781)) [`@​gnodet`](https://github.com/gnodet)
> * fix: erase probe emoji after grapheme cluster width detection (fixes [#1801](https://redirect.github.com/jline/jline3/issues/1801)) ([#1770](https://redirect.github.com/jline/jline3/pull/1770)) [`@​ingokegel`](https://github.com/ingokegel)
> * fix: close PTY streams before shutdown to prevent hang on macOS (fixes [#1808](https://redirect.github.com/jline/jline3/issues/1808)) ([#1817](https://redirect.github.com/jline/jline3/pull/1817)) [`@​gnodet`](https://github.com/gnodet)
> * fix: register all FFM foreign function signatures for GraalVM native-image ([#1802](https://redirect.github.com/jline/jline3/pull/1802)) [`@​gnodet`](https://github.com/gnodet)
> * fix: close terminals properly in tests (fixes [#1806](https://redirect.github.com/jline/jline3/issues/1806)) ([#1814](https://redirect.github.com/jline/jline3/pull/1814)) [`@​gnodet`](https://github.com/gnodet)
> * fix: deprecate SwingTerminal.dispose() in favor of close() (fixes [#1805](https://redirect.github.com/jline/jline3/issues/1805)) ([#1811](https://redirect.github.com/jline/jline3/pull/1811)) [`@​gnodet`](https://github.com/gnodet)
> * fix: avoid NPE when closing terminal with null masterOutput ([#1813](https://redirect.github.com/jline/jline3/pull/1813)) [`@​gnodet`](https://github.com/gnodet)
> * fix: Fix AttributedStyle color chaining ([#1792](https://redirect.github.com/jline/jline3/pull/1792)) [`@​Elec332`](https://github.com/Elec332)
> * fix: remove spurious (short) casts in Size setters ([#1791](https://redirect.github.com/jline/jline3/pull/1791)) [`@​gnodet`](https://github.com/gnodet)
> * fix: move Terminal parameter to first position in columnSubSequence and columnSplitLength ([#1790](https://redirect.github.com/jline/jline3/pull/1790)) [`@​gnodet`](https://github.com/gnodet)
> * fix: compiler error in ScreenTerminal.dump() ([#1773](https://redirect.github.com/jline/jline3/pull/1773)) [`@​Elec332`](https://github.com/Elec332)
>
> 📦 Dependency updates
> --------------------
>
> * chore: Bump actions/upload-pages-artifact from 4 to 5 ([#1783](https://redirect.github.com/jline/jline3/pull/1783)) @[dependabot[bot]](https://github.com/apps/dependabot)

... (truncated)


Commits

* [`bdec53e`](jline/jline3@bdec53e) chore: fix release-drafter config for 4.x branches
* [`2af04cf`](jline/jline3@2af04cf) refactor: introduce Sized interface and Size.of() factory methods ([#1731](https://redirect.github.com/jline/jline3/issues/1731))
* [`5ef0aab`](jline/jline3@5ef0aab) fix: status bar duplication after vertical resize ([#1860](https://redirect.github.com/jline/jline3/issues/1860))
* [`6141618`](jline/jline3@6141618) fix: remove proactive isNativeAccessEnabled() checks from terminal providers ...
* [`7818927`](jline/jline3@7818927) refactor: unify terminal probe response handling
* [`8a6a1d3`](jline/jline3@8a6a1d3) fix: prevent DA response bytes from leaking to parent shell ([#1856](https://redirect.github.com/jline/jline3/issues/1856))
* [`0d19e52`](jline/jline3@0d19e52) - Added UnknownCommandException ([#1780](https://redirect.github.com/jline/jline3/issues/1780))
* [`0703cc0`](jline/jline3@0703cc0) feat: bulk read(byte[], int, int) for NonBlockingPumpInputStream ([#1776](https://redirect.github.com/jline/jline3/issues/1776))
* [`8325740`](jline/jline3@8325740) fix: use maven.multiModuleProjectDirectory for test-jar path
* [`b2e362a`](jline/jline3@b2e362a) fix: deduplicate ReaderTestSupport between reader and builtins ([#1807](https://redirect.github.com/jline/jline3/issues/1807))
* Additional commits viewable in [compare view](jline/jline3@4.0.14...4.1.0)
  
Updates `org.jline:jline-reader` from 4.0.14 to 4.1.0
Release notes

*Sourced from [org.jline:jline-reader's releases](https://github.com/jline/jline3/releases).*

> JLine 4.1.0
> -----------
>
> JLine 4.1 is the first minor release of the 4.x series, bringing new features, significant performance improvements, internal refactoring, and many bug fixes across terminal handling, encoding, and platform support.
>
> Highlights include streaming pipes with concurrent pipeline execution, a new `Sized` interface for uniform terminal size access, optimized display rendering with direct byte buffers, modernized signal handling via Panama FFM `sigaction()`, and a comprehensive overhaul of termios constant mappings across all supported platforms.
>
> 🚀 New features and improvements
> -------------------------------
>
> * refactor: introduce Sized interface and Size.of() factory methods ([#1731](https://redirect.github.com/jline/jline3/pull/1731)) [`@​Elec332`](https://github.com/Elec332)
> * feat: Added UnknownCommandException for Shell module ([#1780](https://redirect.github.com/jline/jline3/pull/1780)) [`@​Elec332`](https://github.com/Elec332)
> * feat: bulk read for NonBlockingPumpInputStream ([#1778](https://redirect.github.com/jline/jline3/pull/1778)) [`@​gnodet`](https://github.com/gnodet)
> * feat: add filterable(boolean) option to list and checkbox prompts ([#1784](https://redirect.github.com/jline/jline3/pull/1784)) [`@​ingokegel`](https://github.com/ingokegel)
> * refactor: Deduplicate AttributedCharSequence#emitStyleChange. ([#1788](https://redirect.github.com/jline/jline3/pull/1788)) [`@​Elec332`](https://github.com/Elec332)
> * perf: optimize Display.update for minimal allocation and output bytes ([#1785](https://redirect.github.com/jline/jline3/pull/1785)) [`@​gnodet`](https://github.com/gnodet)
> * feat: streaming pipes with concurrent pipeline execution ([#1777](https://redirect.github.com/jline/jline3/pull/1777)) [`@​gnodet`](https://github.com/gnodet)
> * feat: optimize output rendering with direct byte buffer ([#1749](https://redirect.github.com/jline/jline3/pull/1749)) [`@​gnodet`](https://github.com/gnodet)
> * feat: modernize signal handling via Panama FFM sigaction() ([#1750](https://redirect.github.com/jline/jline3/pull/1750)) [`@​gnodet`](https://github.com/gnodet)
> * feat: Add /dev/tty fallback for terminals with piped streams ([#1728](https://redirect.github.com/jline/jline3/pull/1728)) [`@​gnodet`](https://github.com/gnodet)
>
> 🐛 Bug Fixes
> -----------
>
> * Fix status bar duplication after vertical resize ([#1860](https://redirect.github.com/jline/jline3/pull/1860)) [`@​Abdelilah-AIT-HAMOU`](https://github.com/Abdelilah-AIT-HAMOU)
> * fix: remove proactive isNativeAccessEnabled() checks from terminal providers ([#1859](https://redirect.github.com/jline/jline3/pull/1859)) [`@​gnodet`](https://github.com/gnodet)
> * fix: prevent DA response bytes from leaking to parent shell ([#1856](https://redirect.github.com/jline/jline3/issues/1856)) ([#1857](https://redirect.github.com/jline/jline3/pull/1857)) [`@​gnodet`](https://github.com/gnodet)
> * fix: correct inverted bounds check in readBuffered methods ([#1853](https://redirect.github.com/jline/jline3/pull/1853)) [`@​gnodet`](https://github.com/gnodet)
> * fix: wire up unmapped termios constants in JNI and FFM providers ([#1838](https://redirect.github.com/jline/jline3/pull/1838)) [`@​gnodet`](https://github.com/gnodet)
> * fix: correct Solaris termios constants from octal to proper hex ([#1837](https://redirect.github.com/jline/jline3/pull/1837)) [`@​gnodet`](https://github.com/gnodet)
> * fix: correct FreeBSD PENDIN and NOFLSH termios constants ([#1834](https://redirect.github.com/jline/jline3/pull/1834)) [`@​gnodet`](https://github.com/gnodet)
> * fix: correct Linux PENDIN termios constant ([#1835](https://redirect.github.com/jline/jline3/pull/1835)) [`@​gnodet`](https://github.com/gnodet)
> * fix: add missing CDTR\_IFLOW readback in OsX toAttributes ([#1836](https://redirect.github.com/jline/jline3/pull/1836)) [`@​gnodet`](https://github.com/gnodet)
> * fix: replace Thread.sleep() with synchronization in TmuxEncodingTest ([#1827](https://redirect.github.com/jline/jline3/pull/1827)) [`@​gnodet`](https://github.com/gnodet)
> * fix: add VT100 response feedback to SwingTerminal and WebTerminal ([#1824](https://redirect.github.com/jline/jline3/pull/1824)) [`@​gnodet`](https://github.com/gnodet)
> * fix: use console encoding instead of default charset in Tmux ([#1826](https://redirect.github.com/jline/jline3/pull/1826)) [`@​gnodet`](https://github.com/gnodet)
> * fix: tail -n counts lines correctly when input lacks trailing newline (fixes [#1787](https://redirect.github.com/jline/jline3/issues/1787)) ([#1823](https://redirect.github.com/jline/jline3/pull/1823)) [`@​gnodet`](https://github.com/gnodet)
> * fix: use terminal encoding instead of default charset in VirtualTerminal (fixes [#1821](https://redirect.github.com/jline/jline3/issues/1821)) ([#1822](https://redirect.github.com/jline/jline3/pull/1822)) [`@​gnodet`](https://github.com/gnodet)
> * fix: close terminal in PromptBuilderTest to prevent resource leak (fixes [#1810](https://redirect.github.com/jline/jline3/issues/1810)) ([#1820](https://redirect.github.com/jline/jline3/pull/1820)) [`@​gnodet`](https://github.com/gnodet)
> * fix: resolve redirect targets against session working directory ([#1781](https://redirect.github.com/jline/jline3/pull/1781)) [`@​gnodet`](https://github.com/gnodet)
> * fix: erase probe emoji after grapheme cluster width detection (fixes [#1801](https://redirect.github.com/jline/jline3/issues/1801)) ([#1770](https://redirect.github.com/jline/jline3/pull/1770)) [`@​ingokegel`](https://github.com/ingokegel)
> * fix: close PTY streams before shutdown to prevent hang on macOS (fixes [#1808](https://redirect.github.com/jline/jline3/issues/1808)) ([#1817](https://redirect.github.com/jline/jline3/pull/1817)) [`@​gnodet`](https://github.com/gnodet)
> * fix: register all FFM foreign function signatures for GraalVM native-image ([#1802](https://redirect.github.com/jline/jline3/pull/1802)) [`@​gnodet`](https://github.com/gnodet)
> * fix: close terminals properly in tests (fixes [#1806](https://redirect.github.com/jline/jline3/issues/1806)) ([#1814](https://redirect.github.com/jline/jline3/pull/1814)) [`@​gnodet`](https://github.com/gnodet)
> * fix: deprecate SwingTerminal.dispose() in favor of close() (fixes [#1805](https://redirect.github.com/jline/jline3/issues/1805)) ([#1811](https://redirect.github.com/jline/jline3/pull/1811)) [`@​gnodet`](https://github.com/gnodet)
> * fix: avoid NPE when closing terminal with null masterOutput ([#1813](https://redirect.github.com/jline/jline3/pull/1813)) [`@​gnodet`](https://github.com/gnodet)
> * fix: Fix AttributedStyle color chaining ([#1792](https://redirect.github.com/jline/jline3/pull/1792)) [`@​Elec332`](https://github.com/Elec332)
> * fix: remove spurious (short) casts in Size setters ([#1791](https://redirect.github.com/jline/jline3/pull/1791)) [`@​gnodet`](https://github.com/gnodet)
> * fix: move Terminal parameter to first position in columnSubSequence and columnSplitLength ([#1790](https://redirect.github.com/jline/jline3/pull/1790)) [`@​gnodet`](https://github.com/gnodet)
> * fix: compiler error in ScreenTerminal.dump() ([#1773](https://redirect.github.com/jline/jline3/pull/1773)) [`@​Elec332`](https://github.com/Elec332)
>
> 📦 Dependency updates
> --------------------
>
> * chore: Bump actions/upload-pages-artifact from 4 to 5 ([#1783](https://redirect.github.com/jline/jline3/pull/1783)) @[dependabot[bot]](https://github.com/apps/dependabot)

... (truncated)


Commits

* [`bdec53e`](jline/jline3@bdec53e) chore: fix release-drafter config for 4.x branches
* [`2af04cf`](jline/jline3@2af04cf) refactor: introduce Sized interface and Size.of() factory methods ([#1731](https://redirect.github.com/jline/jline3/issues/1731))
* [`5ef0aab`](jline/jline3@5ef0aab) fix: status bar duplication after vertical resize ([#1860](https://redirect.github.com/jline/jline3/issues/1860))
* [`6141618`](jline/jline3@6141618) fix: remove proactive isNativeAccessEnabled() checks from terminal providers ...
* [`7818927`](jline/jline3@7818927) refactor: unify terminal probe response handling
* [`8a6a1d3`](jline/jline3@8a6a1d3) fix: prevent DA response bytes from leaking to parent shell ([#1856](https://redirect.github.com/jline/jline3/issues/1856))
* [`0d19e52`](jline/jline3@0d19e52) - Added UnknownCommandException ([#1780](https://redirect.github.com/jline/jline3/issues/1780))
* [`0703cc0`](jline/jline3@0703cc0) feat: bulk read(byte[], int, int) for NonBlockingPumpInputStream ([#1776](https://redirect.github.com/jline/jline3/issues/1776))
* [`8325740`](jline/jline3@8325740) fix: use maven.multiModuleProjectDirectory for test-jar path
* [`b2e362a`](jline/jline3@b2e362a) fix: deduplicate ReaderTestSupport between reader and builtins ([#1807](https://redirect.github.com/jline/jline3/issues/1807))
* Additional commits viewable in [compare view](jline/jline3@4.0.14...4.1.0)
  
Updates `org.jline:jline-terminal-jni` from 4.0.14 to 4.1.0
Release notes

*Sourced from [org.jline:jline-terminal-jni's releases](https://github.com/jline/jline3/releases).*

> JLine 4.1.0
> -----------
>
> JLine 4.1 is the first minor release of the 4.x series, bringing new features, significant performance improvements, internal refactoring, and many bug fixes across terminal handling, encoding, and platform support.
>
> Highlights include streaming pipes with concurrent pipeline execution, a new `Sized` interface for uniform terminal size access, optimized display rendering with direct byte buffers, modernized signal handling via Panama FFM `sigaction()`, and a comprehensive overhaul of termios constant mappings across all supported platforms.
>
> 🚀 New features and improvements
> -------------------------------
>
> * refactor: introduce Sized interface and Size.of() factory methods ([#1731](https://redirect.github.com/jline/jline3/pull/1731)) [`@​Elec332`](https://github.com/Elec332)
> * feat: Added UnknownCommandException for Shell module ([#1780](https://redirect.github.com/jline/jline3/pull/1780)) [`@​Elec332`](https://github.com/Elec332)
> * feat: bulk read for NonBlockingPumpInputStream ([#1778](https://redirect.github.com/jline/jline3/pull/1778)) [`@​gnodet`](https://github.com/gnodet)
> * feat: add filterable(boolean) option to list and checkbox prompts ([#1784](https://redirect.github.com/jline/jline3/pull/1784)) [`@​ingokegel`](https://github.com/ingokegel)
> * refactor: Deduplicate AttributedCharSequence#emitStyleChange. ([#1788](https://redirect.github.com/jline/jline3/pull/1788)) [`@​Elec332`](https://github.com/Elec332)
> * perf: optimize Display.update for minimal allocation and output bytes ([#1785](https://redirect.github.com/jline/jline3/pull/1785)) [`@​gnodet`](https://github.com/gnodet)
> * feat: streaming pipes with concurrent pipeline execution ([#1777](https://redirect.github.com/jline/jline3/pull/1777)) [`@​gnodet`](https://github.com/gnodet)
> * feat: optimize output rendering with direct byte buffer ([#1749](https://redirect.github.com/jline/jline3/pull/1749)) [`@​gnodet`](https://github.com/gnodet)
> * feat: modernize signal handling via Panama FFM sigaction() ([#1750](https://redirect.github.com/jline/jline3/pull/1750)) [`@​gnodet`](https://github.com/gnodet)
> * feat: Add /dev/tty fallback for terminals with piped streams ([#1728](https://redirect.github.com/jline/jline3/pull/1728)) [`@​gnodet`](https://github.com/gnodet)
>
> 🐛 Bug Fixes
> -----------
>
> * Fix status bar duplication after vertical resize ([#1860](https://redirect.github.com/jline/jline3/pull/1860)) [`@​Abdelilah-AIT-HAMOU`](https://github.com/Abdelilah-AIT-HAMOU)
> * fix: remove proactive isNativeAccessEnabled() checks from terminal providers ([#1859](https://redirect.github.com/jline/jline3/pull/1859)) [`@​gnodet`](https://github.com/gnodet)
> * fix: prevent DA response bytes from leaking to parent shell ([#1856](https://redirect.github.com/jline/jline3/issues/1856)) ([#1857](https://redirect.github.com/jline/jline3/pull/1857)) [`@​gnodet`](https://github.com/gnodet)
> * fix: correct inverted bounds check in readBuffered methods ([#1853](https://redirect.github.com/jline/jline3/pull/1853)) [`@​gnodet`](https://github.com/gnodet)
> * fix: wire up unmapped termios constants in JNI and FFM providers ([#1838](https://redirect.github.com/jline/jline3/pull/1838)) [`@​gnodet`](https://github.com/gnodet)
> * fix: correct Solaris termios constants from octal to proper hex ([#1837](https://redirect.github.com/jline/jline3/pull/1837)) [`@​gnodet`](https://github.com/gnodet)
> * fix: correct FreeBSD PENDIN and NOFLSH termios constants ([#1834](https://redirect.github.com/jline/jline3/pull/1834)) [`@​gnodet`](https://github.com/gnodet)
> * fix: correct Linux PENDIN termios constant ([#1835](https://redirect.github.com/jline/jline3/pull/1835)) [`@​gnodet`](https://github.com/gnodet)
> * fix: add missing CDTR\_IFLOW readback in OsX toAttributes ([#1836](https://redirect.github.com/jline/jline3/pull/1836)) [`@​gnodet`](https://github.com/gnodet)
> * fix: replace Thread.sleep() with synchronization in TmuxEncodingTest ([#1827](https://redirect.github.com/jline/jline3/pull/1827)) [`@​gnodet`](https://github.com/gnodet)
> * fix: add VT100 response feedback to SwingTerminal and WebTerminal ([#1824](https://redirect.github.com/jline/jline3/pull/1824)) [`@​gnodet`](https://github.com/gnodet)
> * fix: use console encoding instead of default charset in Tmux ([#1826](https://redirect.github.com/jline/jline3/pull/1826)) [`@​gnodet`](https://github.com/gnodet)
> * fix: tail -n counts lines correctly when input lacks trailing newline (fixes [#1787](https://redirect.github.com/jline/jline3/issues/1787)) ([#1823](https://redirect.github.com/jline/jline3/pull/1823)) [`@​gnodet`](https://github.com/gnodet)
> * fix: use terminal encoding instead of default charset in VirtualTerminal (fixes [#1821](https://redirect.github.com/jline/jline3/issues/1821)) ([#1822](https://redirect.github.com/jline/jline3/pull/1822)) [`@​gnodet`](https://github.com/gnodet)
> * fix: close terminal in PromptBuilderTest to prevent resource leak (fixes [#1810](https://redirect.github.com/jline/jline3/issues/1810)) ([#1820](https://redirect.github.com/jline/jline3/pull/1820)) [`@​gnodet`](https://github.com/gnodet)
> * fix: resolve redirect targets against session working directory ([#1781](https://redirect.github.com/jline/jline3/pull/1781)) [`@​gnodet`](https://github.com/gnodet)
> * fix: erase probe emoji after grapheme cluster width detection (fixes [#1801](https://redirect.github.com/jline/jline3/issues/1801)) ([#1770](https://redirect.github.com/jline/jline3/pull/1770)) [`@​ingokegel`](https://github.com/ingokegel)
> * fix: close PTY streams before shutdown to prevent hang on macOS (fixes [#1808](https://redirect.github.com/jline/jline3/issues/1808)) ([#1817](https://redirect.github.com/jline/jline3/pull/1817)) [`@​gnodet`](https://github.com/gnodet)
> * fix: register all FFM foreign function signatures for GraalVM native-image ([#1802](https://redirect.github.com/jline/jline3/pull/1802)) [`@​gnodet`](https://github.com/gnodet)
> * fix: close terminals properly in tests (fixes [#1806](https://redirect.github.com/jline/jline3/issues/1806)) ([#1814](https://redirect.github.com/jline/jline3/pull/1814)) [`@​gnodet`](https://github.com/gnodet)
> * fix: deprecate SwingTerminal.dispose() in favor of close() (fixes [#1805](https://redirect.github.com/jline/jline3/issues/1805)) ([#1811](https://redirect.github.com/jline/jline3/pull/1811)) [`@​gnodet`](https://github.com/gnodet)
> * fix: avoid NPE when closing terminal with null masterOutput ([#1813](https://redirect.github.com/jline/jline3/pull/1813)) [`@​gnodet`](https://github.com/gnodet)
> * fix: Fix AttributedStyle color chaining ([#1792](https://redirect.github.com/jline/jline3/pull/1792)) [`@​Elec332`](https://github.com/Elec332)
> * fix: remove spurious (short) casts in Size setters ([#1791](https://redirect.github.com/jline/jline3/pull/1791)) [`@​gnodet`](https://github.com/gnodet)
> * fix: move Terminal parameter to first position in columnSubSequence and columnSplitLength ([#1790](https://redirect.github.com/jline/jline3/pull/1790)) [`@​gnodet`](https://github.com/gnodet)
> * fix: compiler error in ScreenTerminal.dump() ([#1773](https://redirect.github.com/jline/jline3/pull/1773)) [`@​Elec332`](https://github.com/Elec332)
>
> 📦 Dependency updates
> --------------------
>
> * chore: Bump actions/upload-pages-artifact from 4 to 5 ([#1783](https://redirect.github.com/jline/jline3/pull/1783)) @[dependabot[bot]](https://github.com/apps/dependabot)

... (truncated)


Commits

* [`bdec53e`](jline/jline3@bdec53e) chore: fix release-drafter config for 4.x branches
* [`2af04cf`](jline/jline3@2af04cf) refactor: introduce Sized interface and Size.of() factory methods ([#1731](https://redirect.github.com/jline/jline3/issues/1731))
* [`5ef0aab`](jline/jline3@5ef0aab) fix: status bar duplication after vertical resize ([#1860](https://redirect.github.com/jline/jline3/issues/1860))
* [`6141618`](jline/jline3@6141618) fix: remove proactive isNativeAccessEnabled() checks from terminal providers ...
* [`7818927`](jline/jline3@7818927) refactor: unify terminal probe response handling
* [`8a6a1d3`](jline/jline3@8a6a1d3) fix: prevent DA response bytes from leaking to parent shell ([#1856](https://redirect.github.com/jline/jline3/issues/1856))
* [`0d19e52`](jline/jline3@0d19e52) - Added UnknownCommandException ([#1780](https://redirect.github.com/jline/jline3/issues/1780))
* [`0703cc0`](jline/jline3@0703cc0) feat: bulk read(byte[], int, int) for NonBlockingPumpInputStream ([#1776](https://redirect.github.com/jline/jline3/issues/1776))
* [`8325740`](jline/jline3@8325740) fix: use maven.multiModuleProjectDirectory for test-jar path
* [`b2e362a`](jline/jline3@b2e362a) fix: deduplicate ReaderTestSupport between reader and builtins ([#1807](https://redirect.github.com/jline/jline3/issues/1807))
* Additional commits viewable in [compare view](jline/jline3@4.0.14...4.1.0)
  
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)
---
Dependabot commands and options
  
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  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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

1 participant