Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 19, 2021

Bumps jansi from 1.17.1 to 2.4.0.

Changelog

Sourced from jansi's changelog.

Jansi 2.4.0, released 2021-10-14

  • 2cf4461 Fix support for GraalVM native-image, fixes #199
  • d83ab13 Code cleanup
  • 3d97645 Improve error reporting when the tmp dir has the noexec flag, fixes #193
  • 454d858 Support Mac-arm64 target, fixes #218 (#222)
  • 4e5ab5b Support linux armv6 platform, fixes #201 (#221)
  • 98c430a Change the behavior to fail gracefuly in case the system is not supported, fixes #204
  • cb843bf Switch to test on LTS versions
  • ae20846 Remove native methods not used by jansi, fixes #208
  • 1ab54ca Add aarch64 support, fix #219
  • b3fe92b Remove old Win XP need to download something
  • 321a8ff [maven-release-plugin] prepare for next development iteration
  • 4e2e6a9 [maven-release-plugin] prepare release jansi-2.3.4
  • ba575ba Update changelog for release
  • 09722b7 Disable colors when running inside emacs without comint, fixes #205
  • e019a75 Add missing colors to AnsiRender, fixes #213
  • 01d68f0 Fix Ansi outputting escape sequences when disabled, fixes #215
  • 3ba11e9 Avoid possible NPE, fixes #214

Jansi 2.3.4, released 2021-07-23

  • 09722b7 Disable colors when running inside emacs without comint, fixes #205
  • e019a75 Add missing colors to AnsiRender, fixes #213
  • 01d68f0 Fix Ansi outputting escape sequences when disabled, fixes #215
  • 3ba11e9 Avoid possible NPE, fixes #214

Jansi 2.3.3, released 2021-06-11

Jansi 2.3.2, released 2021-03-16

Jansi 2.3.1, released 2021-02-11

  • 753a7f1 Fix completely broken windows code for chdir/setenv

Jansi 2.3.0, released 2021-02-11

... (truncated)

Commits
  • 165d4e0 [maven-release-plugin] prepare release jansi-2.4.0
  • bbda9a6 Update changelog for release
  • 2cf4461 Fix support for GraalVM native-image, fixes #199
  • d83ab13 Code cleanup
  • 3d97645 Improve error reporting when the tmp dir has the noexec flag, fixes #193
  • 454d858 Support Mac-arm64 target, fixes #218 (#222)
  • 4e5ab5b Support linux armv6 platform, fixes #201 (#221)
  • 98c430a Change the behavior to fail gracefuly in case the system is not supported, fi...
  • cb843bf Switch to test on LTS versions
  • ae20846 Remove native methods not used by jansi, fixes #208
  • 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 dependabot bot added the dependencies Pull requests that update a dependency file label Oct 19, 2021
Bumps [junit-jupiter](https://github.com/junit-team/junit5) from 5.7.2 to 5.8.1.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit-framework@r5.7.2...r5.8.1)

---
updated-dependencies:
- dependency-name: org.junit.jupiter:junit-jupiter
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/maven/org.fusesource.jansi-jansi-2.4.0 branch from b721494 to 567e819 Compare October 24, 2021 05:49
….version-7.4.8

Bump celesta.version from 7.3.48 to 7.4.8
…it.jupiter-junit-jupiter-5.8.1

Bump junit-jupiter from 5.7.2 to 5.8.1
@dependabot dependabot bot force-pushed the dependabot/maven/org.fusesource.jansi-jansi-2.4.0 branch from 567e819 to f3859e3 Compare October 24, 2021 06:33
dependabot bot and others added 5 commits November 29, 2021 02:23
Bumps [junit-jupiter](https://github.com/junit-team/junit5) from 5.8.1 to 5.8.2.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit-framework@r5.8.1...r5.8.2)

---
updated-dependencies:
- dependency-name: org.junit.jupiter:junit-jupiter
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [maven-jar-plugin](https://github.com/apache/maven-jar-plugin) from 3.2.0 to 3.2.2.
- [Release notes](https://github.com/apache/maven-jar-plugin/releases)
- [Commits](apache/maven-jar-plugin@maven-jar-plugin-3.2.0...maven-jar-plugin-3.2.2)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-jar-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
…che.maven.plugins-maven-jar-plugin-3.2.2

Bump maven-jar-plugin from 3.2.0 to 3.2.2
…it.jupiter-junit-jupiter-5.8.2

Bump junit-jupiter from 5.8.1 to 5.8.2
Bumps [jansi](https://github.com/fusesource/jansi) from 1.17.1 to 2.4.0.
- [Release notes](https://github.com/fusesource/jansi/releases)
- [Changelog](https://github.com/fusesource/jansi/blob/jansi-2.4.0/changelog.md)
- [Commits](fusesource/jansi@jansi-project-1.17.1...jansi-2.4.0)

---
updated-dependencies:
- dependency-name: org.fusesource.jansi:jansi
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/maven/org.fusesource.jansi-jansi-2.4.0 branch from f3859e3 to 8503ae4 Compare January 21, 2022 09:03
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants