jcgay / maven-color

A colorized Maven console
MIT License
177 stars 20 forks source link

Bump jansi from 1.17.1 to 2.0.1 #81

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 4 years ago

Bumps jansi from 1.17.1 to 2.0.1.

Changelog

Sourced from jansi's changelog.

Jansi 2.0.1, released 2020-10-28

  • 282568f Make sure to include the jansi.properties file in native mode, use regex for libs

Jansi 2.0, released 2020-10-26

  • 8d65958 Remove old pom
  • 3d828cb Try to be more resilient when verifying the extracted library
  • 8bafdf7 Add resources for graalvm support
  • 71b5164 Clean a bit the native build part
  • 3ac28bb Upgrade to junit 5
  • 146b5f9 Reorganize to a single module
  • 4d24cd8 Remove hardly used stuff
  • aa0c419 Include jansi native
  • f252f0a Switch to 2.0-SNAPSHOT
  • 672c0f9 Forgot one call to new PrintStream
  • 8283aaf Fix possible encoding issues in the new AnsiNoSyncOutputStream
  • 182b884 Fix attributes used when erasing on windows, fixes #160
  • e12ff97 Merge pull request #173 from fusesource/dependabot/maven/jansi/junit-junit-4.13.1
  • 8370e29 Use a different enum when using the ENABLE_VIRTUAL_TERMINAL_PROCESSING on windows
  • 7be32c5 Do use the new variables
  • ef60bc5 Use constants for properties, allow by-passing the new system
  • 11b52d2 Fix logo
  • 57aa84d Fix windows support, do not use reflection while creating the system out/err print streams
  • 07916c1 Optimize system print streams when processing ANSI sequences
  • f6e8a9a Remove unneeded boxing/unboxing
  • 753c662 Bump junit from 4.7 to 4.13.1 in /jansi
  • 1461096 fixed typos giving ANSI output inconsistent with Ansi method name
  • c2aaada introduce jansi-native
  • f9e85d0 #151 extracted more common code to AnsiProcessor
  • 7e6bd5b #151 extracted AnsiProcessor and WindowsAnsiProcessor
  • 3b65176 typo...
  • 48489d0 #153 fixed buffer size
  • 0e7a582 example artifact has better maven-metadata than jansi
  • adb9e24 enhance memory usage using buffer, or avoiding alloc
  • 2f866c4 #146 add support for ConEmu (used by cmder)
  • fe749a5 prepare for next development iteration
  • da13459 fixed links to commit
  • 07702b4 prepare 1.18 site publication

Jansi 1.18, released 2019-04-02

Commits
  • 000180c [maven-release-plugin] prepare release jansi-2.0.1
  • 177694c Changelog for 2.0.1 release
  • 282568f Make sure to include the jansi.properties file in native mode, use regex for ...
  • 6912d44 [maven-release-plugin] prepare for next development iteration
  • a46ad76 [maven-release-plugin] prepare release jansi-2.0
  • a3b65cb Upgrade a few maven plugins
  • 79438c0 Remove references to AnsiOutputStream.java
  • a9049d7 Prepare for 2.0 release
  • 8d65958 Remove old pom
  • 3d828cb Try to be more resilient when verifying the extracted library
  • 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 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 use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
dependabot-preview[bot] commented 3 years ago

Superseded by #85.