chore(deps): update dependency conversejs/converse.js to v14 - #9
Merged
Merged
Conversation
renovate
Bot
force-pushed
the
renovate/conversejs-converse.js-14.x
branch
from
August 24, 2026 08:58
3172859 to
579ecc6
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
13.0.1→14.0.0Release Notes
conversejs/converse.js (conversejs/converse.js)
v14.0.0: 14.0.0 (2026-06-26)Compare Source
🔒 This release adds support for OMEMO:2 encryption. 🔒
#1472: feat(omemo): remember the per-chat encryption (on/off) state across chat-close and re-login
#2097: fix(omemo): surface an error for an undecryptable OMEMO message instead of silently dropping it when it carries no fallback body
#2336: fix(omemo): hide the encryption toggle on an untrusted device, where OMEMO can't be used
#2606: fix(omemo): hiding media now also hides decrypted OMEMO media instead of re-rendering it
#2632: fix(omemo): preserve the original filename when downloading a received encrypted image
#4041: fix: strip trailing slashes from
assets_pathto prevent double-slash asset URLs#4076: fix(omemo): don't send encrypted MUC messages to banned (outcast) or non-affiliated occupants
Remove
client-compressand use browser APIsfeat(pubsub): Add new API methods to create, subscribe and unsubscribe.
feat(version): Add XEP-0092 Software Version support and show the server's software version in the profile modal
feat: add support for OMEMO 2 (
urn:xmpp:omemo:2), using Stanza Content Encryption (XEP-0420)fix(omemo): Detect omemo:2-only contacts as OMEMO-capable
fix(omemo): Enable self-healing of abandoned or unpublished bundle
fix(omemo): Gracefully handle contact device listed but bundle not published
fix(theme): Clear the background class list before setting theme attributes.
fix: Prior theme CSS class is not removed when changing the theme dynamically.
fix:
isTrustedIdentityin OMEMO store wasn't properly loading the identityfix: broadcast presence when the chat status (
show) is clearedfix: the idle status flag could never be cleared, leaving stale idle presence after the user became active again
refactor: Drop deprecated Karma test runner and Jasmine testing library and use Vitest instead.
Backwards incompatible changes
'wasm-unsafe-eval'to yourscript-srcdirective, otherwise OMEMO fails to initialize with aWebAssembly.instantiate()CSP error. This token is much narrower than'unsafe-eval'(it permits WASM compilation only).See the security docs for the recommended CSP.
api.modal.showno longer takes a modal instance as first parameter<script>tag, you must addtype="module":<script type="module" src="converse.js"></script>. Any inline scripts callingconverse.initialize()must also usetype="module".Configuration
📅 Schedule: (UTC)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.