Skip to content

build(deps): bump jodit from 4.13.21 to 4.13.22 - #4581

Merged
thorsten merged 1 commit into
mainfrom
dependabot/npm_and_yarn/jodit-4.13.22
Aug 21, 2026
Merged

build(deps): bump jodit from 4.13.21 to 4.13.22#4581
thorsten merged 1 commit into
mainfrom
dependabot/npm_and_yarn/jodit-4.13.22

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 21, 2026

Copy link
Copy Markdown
Contributor

Bumps jodit from 4.13.21 to 4.13.22.

Release notes

Sourced from jodit's releases.

4.13.22

🐛 Bug Fix

  • Image processor: an image with a percent-encoded data URI (<img src="data:image/svg+xml,%3Csvg...">) made dataURItoBlob call atob on a payload that is not base64, so the editor threw InvalidCharacterError out of the change handler — on every change while such an image was in the content. Percent-encoded payloads are now decoded as well, and a data URI that still cannot be decoded leaves the image untouched instead of breaking the editor. The plugin's private copy of the helper is gone; both paths share modules/uploader/helpers/data-uri-to-blob.
Changelog

Sourced from jodit's changelog.

4.13.22

🐛 Bug Fix

  • Image processor: an image with a percent-encoded data URI (<img src="data:image/svg+xml,%3Csvg...">) made dataURItoBlob call atob on a payload that is not base64, so the editor threw InvalidCharacterError out of the change handler — on every change while such an image was in the content. Percent-encoded payloads are now decoded as well, and a data URI that still cannot be decoded leaves the image untouched instead of breaking the editor. The plugin's private copy of the helper is gone; both paths share modules/uploader/helpers/data-uri-to-blob.
Commits
  • 365ad46 New version 4.13.22 Read more https://github.com/xdan/jodit/blob/main/CHANGEL...
  • a3a5d47 docs(changelog): 4.13.22 — percent-encoded data URIs in the image processor
  • 0781e27 fix(image-processor): support percent-encoded data URIs
  • fa387a0 ci(playwright): install with --legacy-peer-deps like every other workflow
  • 145e074 chore(deps): regenerate package-lock with npm 10 for CI compatibility
  • 46be0b7 chore(deps): update dependencies within semver ranges; hoist ajv@8
  • 9ca7a63 chore(build): read package version via node instead of node-jq in Makefile
  • 7107edb chore(deps): drop unused node-jq devDependency
  • cd91845 test(source): give the CDN-loaded ace engine room on slow CI networks
  • See full diff 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 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.13.21 to 4.13.22.
- [Release notes](https://github.com/xdan/jodit/releases)
- [Changelog](https://github.com/xdan/jodit/blob/main/CHANGELOG.md)
- [Commits](xdan/jodit@4.13.21...4.13.22)

---
updated-dependencies:
- dependency-name: jodit
  dependency-version: 4.13.22
  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 Aug 21, 2026
@thorsten
thorsten merged commit c6ee1e1 into main Aug 21, 2026
16 checks passed
@thorsten
thorsten deleted the dependabot/npm_and_yarn/jodit-4.13.22 branch August 21, 2026 04:18
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.

1 participant