Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency org.fusesource.jansi:jansi to v1.18 #104

Merged
merged 1 commit into from
Mar 13, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 13, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change OpenSSF
org.fusesource.jansi:jansi (source) dependencies minor 1.11 -> 1.18 OpenSSF Scorecard

Release Notes

fusesource/jansi (org.fusesource.jansi:jansi)

v1.18

v1.17.1

  • 2a505ba improved javadoc to link to Jansi native
  • 1e0f706 Revert "Fix Thread test to run test in additional threads"
  • 8918099 Fix Thread test to run test in additional threads
  • 8329e31 Update documentation about cursor move
  • 27c99e1 fixed invalid buffer size when copying to PrintStream
  • 0728c6d fixed incorrect implementation in case of ansi.strip
  • 2142202 added explanations on results expected for specific situations
  • 1a77e3c #​119 detect Git bash with TERM=xterm since BASH is not visible
  • abe94bf #​114 prepare 1.17.1 release
  • 73c621f on MSYSTEM=MINGW, only BASH is natively ANSI aware, not Git CMD #​119
  • 48b0be5 improved diagnostic output
  • 68c5810 Javadoc quick fix for warnings and errors
  • e45e466 Synchronization to protect against problems while analyzing Ansi codes resulting from multithreading
  • 0645365 update changelog.md for 1.17 release
  • cd34211 Pass RESET_CODE via filter while closing PrintStream
  • 14b601c prepare Jansi 1.17 site

v1.17

  • 2a505ba improved javadoc to link to Jansi native
  • 1e0f706 Revert "Fix Thread test to run test in additional threads"
  • 8918099 Fix Thread test to run test in additional threads
  • 8329e31 Update documentation about cursor move
  • 27c99e1 fixed invalid buffer size when copying to PrintStream
  • 0728c6d fixed incorrect implementation in case of ansi.strip
  • 2142202 added explanations on results expected for specific situations
  • 1a77e3c #​119 detect Git bash with TERM=xterm since BASH is not visible
  • abe94bf #​114 prepare 1.17.1 release
  • 73c621f on MSYSTEM=MINGW, only BASH is natively ANSI aware, not Git CMD #​119
  • 48b0be5 improved diagnostic output
  • 68c5810 Javadoc quick fix for warnings and errors
  • e45e466 Synchronization to protect against problems while analyzing Ansi codes resulting from multithreading
  • 0645365 update changelog.md for 1.17 release
  • cd34211 Pass RESET_CODE via filter while closing PrintStream
  • 14b601c prepare Jansi 1.17 site

v1.16

  • 65c537c Upgrade to released versions of hawtjni and jansi-native
  • 7746c55 Update changelog.md
  • 90fb161 Update changelog
  • 18368e3 Support insert / delete lines ansi sequences
  • 52fba5a Fix inverted colors
  • ae16025 Add changelog for 1.16
  • 708591c Merge pull request #​81 from hboutemy/reporting
  • 1eb47a7 updated reporting configuration
  • c6830ac Use english locale when converting to lower case
  • 3f72c94 Update changelog.md
  • 8c2902a Upgrade some plugins
  • 36d386d Merge pull request #​82 from hboutemy/javadoc
  • bb3d538 ANSI output stripping does not work if TERM is xterm, fixes #​83
  • 3c82c33 Provide FreeBSD native support by default, fixes #​56
  • e73f297 Make AnsiOutputStream#write synchronized to avoid possible problems
  • 97750d6 Harcode the reset code to avoid having the AnsiOutputStream depending on Ansi, fix typo
  • 228563e Avoid the charset lookup
  • 08e2c4a Correct support for the bright colors on windows
  • e3748a2 improved javadoc
  • dbf2e8c Add a few methods to be able to render code names more easily, fixes #​14
  • 2616142 Fix encoding problem on AnsiConsole.out on windows, fixes #​79
  • a9ceddb Merge pull request #​78 from hboutemy/scm-publish
  • 8824843 Merge pull request #​76 from hboutemy/site-1.15
  • de1c836 use scm-publish plugin to deploy site to gh-pages
  • 4702c58 site enhancements for 1.15 release

v1.15

  • 1e70152 Merge remote-tracking branch 'dblock/readme-colors'
  • a8cda38 Code cleanup
  • 91669be Fix typo
  • 27d9311 Update headers
  • 4864636 Make method public and don't make statement unnecessarily nested within else clause.
  • fd67379 Refactor org.fusesource.jansi.AnsiRenderer.render(String) into a new method org.fusesource.jansi.AnsiRenderer.render(String, Appendable). I want to use this from Log4j.
  • fd83740 Merge pull request #​70 from lacasseio/gradle-issue-882
  • 471902d Merge pull request #​72 from Joe-Merten/ExtColors
  • 87da527 Merge branch 'hboutemy-APIdoc'
  • 0acd7e5 fixed API doc generation
  • 99020cc added support for extended colors (xterm 256 and 24 bit rgb)
  • 38a24fa Avoid processCursorDown overflow on Y axis

v1.14

  • eeda18c Merge pull request #​59 from sschuberth/master
  • b84df55 Merge pull request #​65 from jbonofre/NATIVE_FIX
  • 074c23b Deal with UnsatisfiedLinkError: when native lib can't be loaded, jansi can deal with this case.
  • 5a3a670 Make isXterm() also detect xterm-color and friends
  • fad337e Improve fix for issue #​55. If we can't load that natives for any reason, fallback to better defaults.

v1.13

  • a7ec77c Updating website bits.
  • 55c3817 Merge pull request #​50 from sschuberth/master
  • 08fc17a Merge pull request #​52 from hboutemy/master
  • e180ab1 Add the README's example as a separate project
  • 25ed28f Rename isCygwin() to isXterm()
  • a54d2b5 Merge pull request #​54 from ChristianSchulte/master
  • 823ee46 java.lang.UnsatisfiedLinkError: Could not load library. Reasons: [no jansi64-1.12 in java.library.path, no jansi-1.12 in java.library.path, no jansi in java.library.path]
  • affe709 make ansi(int) and ansi(StringBuilder) static methods consistent with ansi(), ie support NoAnsi
  • 03e7a2a Merge pull request #​51 from jdillon/normalize-formatting
  • 519410f normalize formatting using default idea settings
  • adeb16e Update readme.md
  • 59546ea Update readme.md
  • b9f61a2 Update readme.md

v1.12

  • 5d4eb66 Fixing dep id.
  • 3949775 Update parent pom.
  • ec777e7 Switch to released jansi-native artifacts.
  • 5dcfc1a Update to use new style of native artifacts.
  • a7a0120 Switching to sonatype mvn repo.
  • daff2c9 Build against jansi-native 1.6-SNAPSHOT
  • 5aa64b1 Merge pull request #​46 from DevFactory/release/multiple-code-improvements-fix-1
  • 23afd0e Merge pull request #​15 from garydgregory/better-Ansi
  • 236d35f Merge pull request #​45 from sschuberth/master
  • 1f0e856 Multiple code improvements - squid:SwitchLastCaseIsDefaultCheck, squid:S1197, squid:S1118
  • 65d955b Detect Cygwin, including the MSYS(2) forks
  • 704633f Fix compatibility with jansi 1.11
  • bc4e70a Upgrade to jansi-native 1.6-SNAPSHOT
  • 4a018a5 Export the internal package so that Kernel32 and CLibrary can be used in OSGi
  • 620c446 Fill console attributes when erasing the screen on windows to not leave unwanted backgrounds on the screen
  • bf3b544 Make sure bright colors are not completely ignored on windows
  • c69c78b Fix some javadocs warnings
  • 2400c7a Merge pull request #​35 from udalov/patch-1
  • 0d398a5 Check isatty() separately for stdout and stderr
  • c3b76bc Merge pull request #​26 from ghquant/fix-Ansi-DefaultColors-Windows
  • 5f202de Merge pull request #​20 from tksk/master
  • fc87486 #​10: Fixed broken links in readme file.
  • 239255c #​17: Fixed typos, and @​deprecated methods with typo.
  • 489c4d3 Merge pull request #​21 from jdbernard/master
  • 20a1ebb Merge pull request #​13 from garydgregory/turkish-fix
  • 682f9c3 implemented missing functions to set the default text and background colors on Windows
  • 0d05930 Added additional escape sequences defined in ECMA-48.
  • 2ef5976 support jansi.force property to force ansi escapes
  • 9bab505 Merge pull request #​19 from xuwei-k/patch-1

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@stempler stempler merged commit 2b1cb7c into devel Mar 13, 2024
1 of 2 checks passed
@stempler stempler deleted the renovate/org.fusesource.jansi-jansi-1.x branch March 13, 2024 16:09
Copy link

we-release bot commented Jun 19, 2024

🎉 This PR is included in version 5.2.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@we-release we-release bot added the released label Jun 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant