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

Bump io.element.android:wysiwyg from 2.2.2 to 2.14.1 #8607

Merged
merged 9 commits into from
Nov 9, 2023

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps io.element.android:wysiwyg from 2.2.2 to 2.6.0.

Changelog

Sourced from io.element.android:wysiwyg's changelog.

[2.5.0] - 2023-08-11

Added

  • Android: Support for a Compose version of the library
  • iOS: Support for overriding behaviour for enter and shift + enter keyboard inputs

Changed

  • Common: Uniffi bindings build now uses library path and macros instead of UDL file
  • iOS: Improved support for delegating items pasting to the hosting application

Fixed

  • iOS: Composer focused state being published within view updates

[2.4.1] - 2023-07-26

Fixed

  • Web: CTRL+Backspace behaviour on Windows

[2.4.0] - 2023-07-26

Changed

  • Common: API for getting Markdown content now depends on context (composer usage or final output)
  • Common: Set Rust version to 1.71 and Uniffi version to 0.24.1

Fixed

  • Common: Fix an inconsistency with code blocks when parsing back and forth between Markdown & HTML
  • iOS: Fixed XCFramework hierarchy to avoid modulemap files conflicting with other C or Rust libraries
  • iOS: Fixed an issue with Uniffi C symbols conflicting with other Rust libraries in a shared namespace

[2.3.1] - 2023-06-30

Added

  • Web: Listener to handle composition events

Changed

  • Web: Enable choice of outputting rich text in message or composer format
  • Web: Initialising behaviour to support initialising a composer containing mentions
  • Web: Improved consistency when converting plain text composer output into a Rust model

Fixed

  • Common: Newline handng when parsing block quotes from markdown

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Aug 11, 2023
@dependabot dependabot bot requested review from a team and jonnyandrew and removed request for a team August 11, 2023 23:45
@dependabot dependabot bot requested review from bmarty, ganfra and yostyle August 11, 2023 23:45
@jonnyandrew jonnyandrew self-assigned this Aug 18, 2023
@jonnyandrew jonnyandrew changed the title Bump io.element.android:wysiwyg from 2.2.2 to 2.5.0 Bump io.element.android:wysiwyg from 2.2.2 to 2.6.0 Aug 21, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 21, 2023

A newer version of io.element.android:wysiwyg exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

@sonarcloud
Copy link

sonarcloud bot commented Aug 25, 2023

SonarCloud Quality Gate failed.    Quality Gate failed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

0.0% 0.0% Coverage
0.0% 0.0% Duplication

warning The version of Java (11.0.20) you have used to run this analysis is deprecated and we will stop accepting it soon. Please update to at least Java 17.
Read more here

idea Catch issues before they fail your Quality Gate with our IDE extension sonarlint SonarLint

dependabot bot and others added 6 commits November 6, 2023 18:15
Bumps [io.element.android:wysiwyg](https://github.com/matrix-org/matrix-wysiwyg) from 2.2.2 to 2.5.0.
- [Changelog](https://github.com/matrix-org/matrix-rich-text-editor/blob/main/CHANGELOG.md)
- [Commits](matrix-org/matrix-rich-text-editor@2.2.2...2.5.0)

---
updated-dependencies:
- dependency-name: io.element.android:wysiwyg
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
It fixes crash: java.lang.IllegalStateException: Flow invariant is violated
@bmarty bmarty force-pushed the dependabot/gradle/io.element.android-wysiwyg-2.5.0 branch from 8a3498b to 4341cf8 Compare November 6, 2023 17:30
Copy link

sonarcloud bot commented Nov 8, 2023

SonarCloud Quality Gate failed.    Quality Gate failed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

0.0% 0.0% Coverage
0.0% 0.0% Duplication

warning The version of Java (11.0.21) you have used to run this analysis is deprecated and we will stop accepting it soon. Please update to at least Java 17.
Read more here

idea Catch issues before they fail your Quality Gate with our IDE extension sonarlint SonarLint

Copy link
Member

@bmarty bmarty left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK

@bmarty bmarty merged commit 7073b16 into develop Nov 9, 2023
15 of 17 checks passed
@bmarty bmarty deleted the dependabot/gradle/io.element.android-wysiwyg-2.5.0 branch November 9, 2023 08:35
@bmarty bmarty changed the title Bump io.element.android:wysiwyg from 2.2.2 to 2.6.0 Bump io.element.android:wysiwyg from 2.2.2 to 2.14.1 Nov 9, 2023
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 java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants