Skip to content

Bump jodit from 4.12.3 to 4.12.4#1196

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/jodit-4.12.4
Open

Bump jodit from 4.12.3 to 4.12.4#1196
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/jodit-4.12.4

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jun 3, 2026

Bumps jodit from 4.12.3 to 4.12.4.

Release notes

Sourced from jodit's releases.

4.12.4

🐛 Bug Fix

  • Speech Recognize: the recognition confirmation "beep" created a new AudioContext on every result and never closed it. During continuous dictation these piled up — leaking until the browser's per-page limit was hit and the overlapping audio turned into a "roar" that could crash the tab. The sound helper now reuses a single AudioContext per recognizer and releases it on destruct. Recognizer cleanup is also tied to the editor lifecycle (previously the toolbar button's beforeDestruct), so it survives toolbar rebuilds and is freed when the editor is destroyed.
Changelog

Sourced from jodit's changelog.

4.12.4

🐛 Bug Fix

  • Speech Recognize: the recognition confirmation "beep" created a new AudioContext on every result and never closed it. During continuous dictation these piled up — leaking until the browser's per-page limit was hit and the overlapping audio turned into a "roar" that could crash the tab. The sound helper now reuses a single AudioContext per recognizer and releases it on destruct. Recognizer cleanup is also tied to the editor lifecycle (previously the toolbar button's beforeDestruct), so it survives toolbar rebuilds and is freed when the editor is destroyed.

4.12.0

🚀 New Feature

  • Add Jodit.configure() static method for deep-merging partial options into global defaults without losing existing keys. Previously, overriding nested defaults like controls or createAttributes required setting each property individually. Now you can patch only the keys you need:

    // Add a button without losing existing controls
    Jodit.configure({
      controls: {
        myButton: { icon: 'pencil', command: 'selectall' }
      }
    });
    // Partially update createAttributes
    Jodit.configure({
    createAttributes: {
    div: { class: 'my-class' }
    }
    });

🏠 Internal

  • Upgrade TypeScript from 5.9 to 6.0
  • Replace ts-node with tsx for running TypeScript tooling scripts
  • Add ignoreDeprecations: "6.0" to tsconfig files for TS 6 compatibility
  • Add declare module '*.less' for TS 6 stricter side-effect import checks
  • Fix --update-snapshots flag not being passed to Playwright in make screenshots-update

4.11.15

🏠 Internal

  • Add data-ref attributes to image buttons in UIImageMainTab

4.11.14

🚀 New Feature

  • Add stream() method to Ajax class for SSE (Server-Sent Events) streaming over XMLHttpRequest. Returns an AsyncGenerator<string> that yields parsed data: fields incrementally via onprogress.

    const ajax = new Jodit.modules.Ajax({

... (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 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)

Bumps [jodit](https://github.com/xdan/jodit) from 4.12.3 to 4.12.4.
- [Release notes](https://github.com/xdan/jodit/releases)
- [Changelog](https://github.com/xdan/jodit/blob/main/CHANGELOG.md)
- [Commits](xdan/jodit@4.12.3...4.12.4)

---
updated-dependencies:
- dependency-name: jodit
  dependency-version: 4.12.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 3, 2026
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 javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants