Skip to content

build(deps): bump jodit from 4.13.16 to 4.13.20 - #4573

Merged
thorsten merged 1 commit into
mainfrom
dependabot/npm_and_yarn/jodit-4.13.20
Aug 19, 2026
Merged

build(deps): bump jodit from 4.13.16 to 4.13.20#4573
thorsten merged 1 commit into
mainfrom
dependabot/npm_and_yarn/jodit-4.13.20

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps jodit from 4.13.16 to 4.13.20.

Release notes

Sourced from jodit's releases.

4.13.20

🐛 Bug Fix

  • Search: the next/previous/close/replace buttons of the search bar could be reached with Tab but did nothing on Enter/Space — the handlers listened only to pointerdown, while keyboard activation of a native button fires click. Keyboard-initiated clicks (detail === 0, which also covers screen readers) are now handled; pointer behaviour is unchanged. Fixes #1440.

4.13.19

🐛 Bug Fix

  • Accessibility / toolbar: split-button dropdown triggers (list type, color, etc.) now participate in Tab navigation and open with Enter/Space, as their role="button" promises. Thanks @​Sakshamm-Goyal (#1420, fixes #1419).
  • Accessibility / table: the table-size picker is exposed as an ARIA grid with a single Tab stop — move the active cell with bounded arrow keys (the size preview stays in sync), insert the table with Enter, close the picker with Escape. Mouse and touch keep the same insertion path. Thanks @​Sakshamm-Goyal (#1421, fixes #1418).

🏠 Internal

  • CI: the greeting workflow failed on every new issue/PR — actions/first-interaction v3 renamed its inputs to snake_case (issue_message/pr_message/repo_token).
  • Dependencies (dev/build only): webpack-cli 7.2.2, less 4.8.1, @swc/core 1.15.47, @playwright/test 1.62.1, js-yaml 4.3.1, @tony.ganchev/eslint-plugin-header 3.4.4, mini-css-extract-plugin 2.10.2, axios 1.19.0, dotenv 17.4.2, serialize-javascript 7.0.7 (#1424#1439); GitHub Actions: actions/checkout v7, actions/stale v11, actions/labeler v7, softprops/action-gh-release v3. The @eslint/js 10 bump was declined — it pairs with ESLint 10 while the repo is on ESLint 9 (#1432).

4.13.18

🐛 Bug Fix

  • Helpers/inView: getBoundingClientRect returns fractional values while scroll offsets are integers, so a container scrolled right up to its limit could still appear to clip the element by a fraction of a pixel — scrollIntoViewIfNeeded then needlessly fell through to elm.scrollIntoView() and scrolled the whole page (breaking e.g. Perfect Scrollbar integrations). Elements clipped by less than a pixel are now treated as visible. Reported by Ralf Pichler (Uniquare, Jodit OEM).

4.13.17

🐛 Bug Fix

  • Uploader: with uploader.insertImageAsBase64URI: true the filesWereUploaded event was never fired — images read as data-URI skip the server branch of sendFiles, which was the only place emitting the event. Now it also fires once all dropped/pasted images have been read and inserted as base64. Reported by Ralf Pichler (Uniquare, Jodit OEM).
Changelog

Sourced from jodit's changelog.

4.13.20

🐛 Bug Fix

  • Search: the next/previous/close/replace buttons of the search bar could be reached with Tab but did nothing on Enter/Space — the handlers listened only to pointerdown, while keyboard activation of a native button fires click. Keyboard-initiated clicks (detail === 0, which also covers screen readers) are now handled; pointer behaviour is unchanged. Fixes #1440.

4.13.19

🐛 Bug Fix

  • Accessibility / toolbar: split-button dropdown triggers (list type, color, etc.) now participate in Tab navigation and open with Enter/Space, as their role="button" promises. Thanks @​Sakshamm-Goyal (#1420, fixes #1419).
  • Accessibility / table: the table-size picker is exposed as an ARIA grid with a single Tab stop — move the active cell with bounded arrow keys (the size preview stays in sync), insert the table with Enter, close the picker with Escape. Mouse and touch keep the same insertion path. Thanks @​Sakshamm-Goyal (#1421, fixes #1418).

🏠 Internal

  • CI: the greeting workflow failed on every new issue/PR — actions/first-interaction v3 renamed its inputs to snake_case (issue_message/pr_message/repo_token).
  • Dependencies (dev/build only): webpack-cli 7.2.2, less 4.8.1, @swc/core 1.15.47, @playwright/test 1.62.1, js-yaml 4.3.1, @tony.ganchev/eslint-plugin-header 3.4.4, mini-css-extract-plugin 2.10.2, axios 1.19.0, dotenv 17.4.2, serialize-javascript 7.0.7 (#1424#1439); GitHub Actions: actions/checkout v7, actions/stale v11, actions/labeler v7, softprops/action-gh-release v3. The @eslint/js 10 bump was declined — it pairs with ESLint 10 while the repo is on ESLint 9 (#1432).

4.13.18

🐛 Bug Fix

  • Helpers/inView: getBoundingClientRect returns fractional values while scroll offsets are integers, so a container scrolled right up to its limit could still appear to clip the element by a fraction of a pixel — scrollIntoViewIfNeeded then needlessly fell through to elm.scrollIntoView() and scrolled the whole page (breaking e.g. Perfect Scrollbar integrations). Elements clipped by less than a pixel are now treated as visible. Reported by Ralf Pichler (Uniquare, Jodit OEM).

4.13.17

🐛 Bug Fix

  • Uploader: with uploader.insertImageAsBase64URI: true the filesWereUploaded event was never fired — images read as data-URI skip the server branch of sendFiles, which was the only place emitting the event. Now it also fires once all dropped/pasted images have been read and inserted as base64. Reported by Ralf Pichler (Uniquare, Jodit OEM).
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.13.16 to 4.13.20.
- [Release notes](https://github.com/xdan/jodit/releases)
- [Changelog](https://github.com/xdan/jodit/blob/main/CHANGELOG.md)
- [Commits](xdan/jodit@4.13.16...4.13.20)

---
updated-dependencies:
- dependency-name: jodit
  dependency-version: 4.13.20
  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 19, 2026
@thorsten
thorsten merged commit 2f003be into main Aug 19, 2026
16 checks passed
@thorsten
thorsten deleted the dependabot/npm_and_yarn/jodit-4.13.20 branch August 19, 2026 04:45
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