Skip to content

build(deps): bump jodit from 4.2.50 to 4.13.16 - #309

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

build(deps): bump jodit from 4.2.50 to 4.13.16#309
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/jodit-4.13.16

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps jodit from 4.2.50 to 4.13.16.

Release notes

Sourced from jodit's releases.

4.13.16

🐛 Bug Fix

  • Enter: pressing Enter with the caret at the bottom of a fixed-height (scrollable) editor left the new line clipped below the visible area — the view only caught up once you started typing. Three stacked causes: after splitting a paragraph the scroll targeted the left (already visible) half instead of the block that keeps the caret; inView treated a line clipped by the container's bottom edge as visible; and Chrome's scroll anchoring shifted the scroll position during the split. The editor now keeps the scroll stable across the split and follows the caret, scrolling the minimal distance (new line aligned to the bottom edge instead of jumping to the top). Fixes #1300.

4.13.15

🚀 New Feature

  • Uploader / insert popup: new option uploader.showTabInFileSelector (default true). Set it to false to hide the Upload (drag-and-drop) tab in the image/file insert popup while keeping the uploader configured for the file browser — previously any configured uploader forced the tab to appear. Fixes #1406.

4.13.14

💅 Polish

  • Languages: Slovak locale polish — consistent capitalization (Premenovať, Ukážka, Stiahnuť) and translations for the file-browser actions (Upload file, Remove file, Update file list, Select file, Edit image, Tiles view, List view). Thanks @​KamikX (#1417).

4.13.13

🚀 New Feature

  • Color picker: the palette popup now has a text input for the color value — paste or type a hex code (#FF0000, FF0000, short #F00) or an rgb()/rgba() value and press Enter (or blur) to apply it. Previously the only way to pick a non-palette color was the native browser picker. Invalid values are ignored. Requested in jodit-react#310.

🏠 Internal

  • Regression tests: applying styles/commands (color, fontsize, bold) to a fully selected list hits every <li>, not just one (reported in jodit-react#313 against an older jodit; not reproducible on current code).

4.13.12

🏠 Internal

  • Dependencies: dev/build-only bumps — webpack-dev-server 6.0.0 (#1400), fast-uri 3.1.5 and socket.io-parser 4.2.7 (security, #1416, #1415), prettier 3.9.6 with the repo reformatted to its new union-type wrapping (#1403), terser-webpack-plugin 5.6.1 (#1402) — the minimizer config now uses the format key instead of its deprecated output alias: the new plugin merges its own format on top of the user options, and passing both crashed the SWC minifier with duplicate field `format` . No runtime changes.

4.13.11

🚀 New Feature

  • Languages: Slovak (sk) localization — thanks @​KamikX (#1412). Also wired up the Persian (fa) and Swedish (sv) locales: both files have existed in src/langs/ for years but were never registered in src/languages.ts, so language: 'fa' / language: 'sv' silently fell back to English. Swedish additionally got the missing Spellcheck/Speech Recognize plugin translations.

🐛 Bug Fix

  • File browser / i18n: the "create directory" prompt reused the same type name translation key as file rename, so both prompts always showed the same text; it now uses its own type dir name key (translated in every locale). The French type name translation was also wrong — it read "type de fichier" ("file type") instead of a "enter the name" prompt. Thanks @​AntoineRoue (#1405).

🏠 Internal

  • Dependencies: dev/build-only Dependabot bumps — postcss 8.5.25, shell-quote+concurrently (security), http-proxy-middleware 2.0.10 (security), eslint-plugin-mocha 11.3.0, cssnano-preset-advanced 8.0.2, eslint-plugin-prettier 5.5.6, autoprefixer 10.5.4, @eslint/compat 2.1.0, @eslint/eslintrc 3.3.6, tsx 4.23.1 (#1413, #1410, #1409, #1404, #1401, #1399, #1398, #1397, #1396, #1395); GitHub Actions bumps setup-node 7, first-interaction 3, upload-pages-artifact 5, deploy-pages 5, sticky-pull-request-comment 3 (#1390#1394).

4.13.10

... (truncated)

Changelog

Sourced from jodit's changelog.

4.13.16

🐛 Bug Fix

  • Enter: pressing Enter with the caret at the bottom of a fixed-height (scrollable) editor left the new line clipped below the visible area — the view only caught up once you started typing. Three stacked causes: after splitting a paragraph the scroll targeted the left (already visible) half instead of the block that keeps the caret; inView treated a line clipped by the container's bottom edge as visible; and Chrome's scroll anchoring shifted the scroll position during the split. The editor now keeps the scroll stable across the split and follows the caret, scrolling the minimal distance (new line aligned to the bottom edge instead of jumping to the top). Fixes #1300.

4.13.15

🚀 New Feature

  • Uploader / insert popup: new option uploader.showTabInFileSelector (default true). Set it to false to hide the Upload (drag-and-drop) tab in the image/file insert popup while keeping the uploader configured for the file browser — previously any configured uploader forced the tab to appear. Fixes #1406.

4.13.14

💅 Polish

  • Languages: Slovak locale polish — consistent capitalization (Premenovať, Ukážka, Stiahnuť) and translations for the file-browser actions (Upload file, Remove file, Update file list, Select file, Edit image, Tiles view, List view). Thanks @​KamikX (#1417).

4.13.13

🚀 New Feature

  • Color picker: the palette popup now has a text input for the color value — paste or type a hex code (#FF0000, FF0000, short #F00) or an rgb()/rgba() value and press Enter (or blur) to apply it. Previously the only way to pick a non-palette color was the native browser picker. Invalid values are ignored. Requested in jodit-react#310.

🏠 Internal

  • Regression tests: applying styles/commands (color, fontsize, bold) to a fully selected list hits every <li>, not just one (reported in jodit-react#313 against an older jodit; not reproducible on current code).

4.13.12

🏠 Internal

  • Dependencies: dev/build-only bumps — webpack-dev-server 6.0.0 (#1400), fast-uri 3.1.5 and socket.io-parser 4.2.7 (security, #1416, #1415), prettier 3.9.6 with the repo reformatted to its new union-type wrapping (#1403), terser-webpack-plugin 5.6.1 (#1402) — the minimizer config now uses the format key instead of its deprecated output alias: the new plugin merges its own format on top of the user options, and passing both crashed the SWC minifier with duplicate field `format` . No runtime changes.

4.13.11

🚀 New Feature

  • Languages: Slovak (sk) localization — thanks @​KamikX (#1412). Also wired up the Persian (fa) and Swedish (sv) locales: both files have existed in src/langs/ for years but were never registered in src/languages.ts, so language: 'fa' / language: 'sv' silently fell back to English. Swedish additionally got the missing Spellcheck/Speech Recognize plugin translations.

🐛 Bug Fix

  • File browser / i18n: the "create directory" prompt reused the same type name translation key as file rename, so both prompts always showed the same text; it now uses its own type dir name key (translated in every locale). The French type name translation was also wrong — it read "type de fichier" ("file type") instead of a "enter the name" prompt. Thanks @​AntoineRoue (#1405).

🏠 Internal

  • Dependencies: dev/build-only Dependabot bumps — postcss 8.5.25, shell-quote+concurrently (security), http-proxy-middleware 2.0.10 (security), eslint-plugin-mocha 11.3.0, cssnano-preset-advanced 8.0.2, eslint-plugin-prettier 5.5.6, autoprefixer 10.5.4, @eslint/compat 2.1.0, @eslint/eslintrc 3.3.6, tsx 4.23.1 (#1413, #1410, #1409, #1404, #1401, #1399, #1398, #1397, #1396, #1395); GitHub Actions bumps setup-node 7, first-interaction 3, upload-pages-artifact 5, deploy-pages 5, sticky-pull-request-comment 3 (#1390#1394).

4.13.10

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for jodit since your current version.


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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

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

---
updated-dependencies:
- dependency-name: jodit
  dependency-version: 4.13.16
  dependency-type: indirect
...

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 7, 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