VerifAPS / verifaps-lib

Libraries for the analysis of IEC61131-3 code
Other
15 stars 5 forks source link

Bump org.fxmisc.richtext:richtextfx from 0.10.5 to 0.11.2 #121

Closed dependabot[bot] closed 7 months ago

dependabot[bot] commented 8 months ago

Bumps org.fxmisc.richtext:richtextfx from 0.10.5 to 0.11.2.

Release notes

Sourced from org.fxmisc.richtext:richtextfx's releases.

0.11.2

Note: that this release requires at least Java 11 or higher.

An Automatic-Module-Name entry of "org.fxmisc.richtext" has been added to the richtextfx-0.11.2.jar manifest. While the fat Jar richtextfx-fat-0.11.2 has a module-info class.

Fixed placeholder not showing in some layouts Bumped Flowless version to 0.7.2

See the Changelog for bug fixes and further details.

0.11.1

Note: that this release requires at least Java 11 or higher.

An Automatic-Module-Name entry of "org.fxmisc.richtext" has been added to the richtextfx-0.11.1.jar manifest. While the fat Jar richtextfx-fat-0.11.1 has a module-info class.

Bumped Flowless version to 0.7.1

See the Changelog for bug fixes and further details.

0.11.0

Note: that this release requires at least Java 11 or higher.

An Automatic-Module-Name entry of "org.fxmisc.richtext" has been added to both the richtextfx-0.11.0.jar manifest as well as the fat Jar richtextfx-fat-0.11.0 manifest.

Notable new feature is support for wavy underlines.

Bumped Flowless version to 0.7.0 which may influence scrolling listeners as spurious events have been reduced.

See the Changelog for bug fixes and further details.

0.10.9

Note: that this release is NOT Java 8 compatible, and requires at least Java 9 or higher.

An Automatic-Module-Name entry of "org.fxmisc.richtext" has been added to the richtextfx-0.10.9.jar manifest, while the fat Jar richtextfx-fat-0.10.9.jar has a module-info class with module name "richtextfx.fat".

Besides not being Java 8 compatible the only other difference from the previous 0.10.8 release is that this release uses Flowless 0.6.9

See the Changelog for bug fixes and further details.

0.10.8

Note: that this is the LAST release compatible with Java 8.

An Automatic-Module-Name entry of "org.fxmisc.richtext" has been added to both the richtextfx-0.10.8.jar manifest as well as the fat Jar richtextfx-fat-0.10.8.jar manifest.

This release uses Flowless 0.6.4 by default which is the last Java 8 compatible version. If you are using a newer Java version then preferably use Flowless 0.6.9 or a newer version of RichTextFX.

A notable change is CodeArea navigation behaving more like a code editor now.

... (truncated)

Changelog

Sourced from org.fxmisc.richtext:richtextfx's changelog.

v0.11.2 (2023-10-22)

Full Changelog

Implemented enhancements:

  • Bumped Flowless to 0.7.2

Fixed bugs:

  • Fixed placeholder position in some layouts #1193

v0.11.1 (2023-08-18)

Full Changelog

Implemented enhancements:

  • Bump Junit to 4.13.2
  • Bumped Flowless to 0.7.1
  • Added isFolded API #1156

Fixed bugs:

  • Prevent pom from containing JavaFX dependencies #1155
  • Fixed InputMethodRequest recursive call #1165
  • Fixed prefHeight calc and layout for no wrap #1169

Notes from Flowless 0.7.1:

  • Minor update with small change to SizeTracker, catching IOOB & NoSuchElement exceptions.

v0.11.0 (2022-11-14)

Full Changelog

Implemented enhancements:

  • Bumped Flowless to 0.7.0
  • Compiled with Java 11 (Thank you Andreas)
  • Remove Java 8 & 9 multi-jar compatibility #1148
  • Support wavy underlines #1131 (Thank you shoaniki)

Fixed bugs:

  • Fix for SceneBuilder compatibility #1112
  • Fixed paragraph graphic node width calculation #1125 (Thank you RationalityFrontline)
  • Fixed multi line text calculation #1135
  • Fixed code area unicode word selection #1139
  • Fixed TextFlow children concurrency access #1142

Notes from Flowless 0.7.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 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)
github-actions[bot] commented 8 months ago

Qodana Community for JVM

It seems all right 👌

No new problems were found according to the checks applied

💡 Qodana analysis was run in the pull request mode: only the changed files were checked

View the detailed Qodana report To be able to view the detailed Qodana report, you can either: 1. Register at [Qodana Cloud](https://qodana.cloud/) and [configure the action](https://github.com/jetbrains/qodana-action#qodana-cloud) 2. Use [GitHub Code Scanning with Qodana](https://github.com/jetbrains/qodana-action#github-code-scanning) 3. Host [Qodana report at GitHub Pages](https://github.com/JetBrains/qodana-action/blob/3a8e25f5caad8d8b01c1435f1ef7b19fe8b039a0/README.md#github-pages) 4. Inspect and use `qodana.sarif.json` (see [the Qodana SARIF format](https://www.jetbrains.com/help/qodana/qodana-sarif-output.html#Report+structure) for details) To get `*.log` files or any other Qodana artifacts, run the action with `upload-result` option set to `true`, so that the action will upload the files as the job artifacts: ```yaml - name: 'Qodana Scan' uses: JetBrains/qodana-action@v2023.2.9 with: upload-result: true ```
Contact Qodana team Contact us at [qodana-support@jetbrains.com](mailto:qodana-support@jetbrains.com) - Or via our issue tracker: https://jb.gg/qodana-issue - Or share your feedback: https://jb.gg/qodana-discussions