Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 11, 2025

Bumps org.jline:jline from 3.30.4 to 3.30.5.

Release notes

Sourced from org.jline:jline's releases.

3.30.5

🚀 New features and improvements

🐛 Bug Fixes

  • Fix macOS hang in pipe operations by removing PTY terminal usage (#1382) @​gnodet
  • enhancement: only compute suggestions in the Nano editor if something… (#1327) @​johnpoth
  • fix: refactor TerminalProvider methods to use inputEncoding/outputEncoding parameters (#1319) @​gnodet
  • Fix System.out not working after closing dumb terminal (#1337) @​gnodet

📦 Dependency updates

📝 Documentation updates

... (truncated)

Commits
  • b91a3b3 Zero-commit release process (#1335)
  • e2422d7 [maven-release-plugin] prepare for next development iteration
  • ae95742 [maven-release-plugin] prepare release jline-3.30.5
  • 87bf8b3 Fix macOS hang in pipe operations by removing PTY terminal usage (#1382)
  • 0ee349c provide smarter arg parsing #1370 (#1371)
  • 0088a70 ConsoleEngineImpl: change method and field visibilities (#1357)
  • 6152f8b Allow ConsoleEngineImpl subclasses access to VariableReferenceCompleter (#1362)
  • aafaf9c chore: Bump com.diffplug.spotless:spotless-maven-plugin (#1364)
  • ba9f347 chore: Bump groovy.version from 4.0.27 to 4.0.28 (#1365)
  • e085017 chore: Bump com.palantir.javaformat:palantir-java-format (#1369)
  • Additional commits viewable in compare view

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)

@dependabot dependabot bot added dependabot PRs with auto version bumps from dependabot dependencies Pull requests that update a dependency file patch labels Aug 11, 2025
@dependabot dependabot bot requested a review from a team as a code owner August 11, 2025 18:24
@dependabot dependabot bot added patch dependencies Pull requests that update a dependency file dependabot PRs with auto version bumps from dependabot labels Aug 11, 2025
@github-actions
Copy link
Contributor

❌ Gradle check result for dfc2ae4: FAILURE

Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change?

Bumps [org.jline:jline](https://github.com/jline/jline3) from 3.30.4 to 3.30.5.
- [Release notes](https://github.com/jline/jline3/releases)
- [Commits](jline/jline3@jline-3.30.4...3.30.5)

---
updated-dependencies:
- dependency-name: org.jline:jline
  dependency-version: 3.30.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/gradle/test/fixtures/hdfs-fixture/org.jline-jline-3.30.5 branch from dfc2ae4 to 27ea4a3 Compare August 12, 2025 01:10
Signed-off-by: dependabot[bot] <[email protected]>
@github-actions
Copy link
Contributor

✅ Gradle check result for 09e90ec: SUCCESS

@codecov
Copy link

codecov bot commented Aug 12, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 72.99%. Comparing base (8446ab7) to head (1601e13).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff              @@
##               main   #19013      +/-   ##
============================================
+ Coverage     72.96%   72.99%   +0.03%     
- Complexity    69396    69466      +70     
============================================
  Files          5647     5647              
  Lines        319013   319013              
  Branches      46151    46151              
============================================
+ Hits         232764   232862      +98     
+ Misses        67390    67272     -118     
- Partials      18859    18879      +20     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@github-actions
Copy link
Contributor

✅ Gradle check result for 1601e13: SUCCESS

@cwperks cwperks merged commit 2beda7a into main Aug 12, 2025
31 checks passed
@dependabot dependabot bot deleted the dependabot/gradle/test/fixtures/hdfs-fixture/org.jline-jline-3.30.5 branch August 12, 2025 10:10
RajatGupta02 pushed a commit to RajatGupta02/OpenSearch that referenced this pull request Aug 18, 2025
…ture (opensearch-project#19013)

* Bump org.jline:jline in /test/fixtures/hdfs-fixture

Bumps [org.jline:jline](https://github.com/jline/jline3) from 3.30.4 to 3.30.5.
- [Release notes](https://github.com/jline/jline3/releases)
- [Commits](jline/jline3@jline-3.30.4...3.30.5)

---
updated-dependencies:
- dependency-name: org.jline:jline
  dependency-version: 3.30.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update changelog

Signed-off-by: dependabot[bot] <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Craig Perkins <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Craig Perkins <[email protected]>
atris pushed a commit to atris/OpenSearch that referenced this pull request Aug 28, 2025
…ture (opensearch-project#19013)

* Bump org.jline:jline in /test/fixtures/hdfs-fixture

Bumps [org.jline:jline](https://github.com/jline/jline3) from 3.30.4 to 3.30.5.
- [Release notes](https://github.com/jline/jline3/releases)
- [Commits](jline/jline3@jline-3.30.4...3.30.5)

---
updated-dependencies:
- dependency-name: org.jline:jline
  dependency-version: 3.30.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update changelog

Signed-off-by: dependabot[bot] <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Craig Perkins <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Craig Perkins <[email protected]>
kh3ra pushed a commit to kh3ra/OpenSearch that referenced this pull request Sep 5, 2025
…ture (opensearch-project#19013)

* Bump org.jline:jline in /test/fixtures/hdfs-fixture

Bumps [org.jline:jline](https://github.com/jline/jline3) from 3.30.4 to 3.30.5.
- [Release notes](https://github.com/jline/jline3/releases)
- [Commits](jline/jline3@jline-3.30.4...3.30.5)

---
updated-dependencies:
- dependency-name: org.jline:jline
  dependency-version: 3.30.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update changelog

Signed-off-by: dependabot[bot] <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Craig Perkins <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Craig Perkins <[email protected]>
vinaykpud pushed a commit to vinaykpud/OpenSearch that referenced this pull request Sep 26, 2025
…ture (opensearch-project#19013)

* Bump org.jline:jline in /test/fixtures/hdfs-fixture

Bumps [org.jline:jline](https://github.com/jline/jline3) from 3.30.4 to 3.30.5.
- [Release notes](https://github.com/jline/jline3/releases)
- [Commits](jline/jline3@jline-3.30.4...3.30.5)

---
updated-dependencies:
- dependency-name: org.jline:jline
  dependency-version: 3.30.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update changelog

Signed-off-by: dependabot[bot] <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Craig Perkins <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Craig Perkins <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependabot PRs with auto version bumps from dependabot dependencies Pull requests that update a dependency file patch

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants