Skip to content

Bump diff and jodit in /client#8

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/client/multi-98858d0871
Open

Bump diff and jodit in /client#8
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/client/multi-98858d0871

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Jan 20, 2026

Bumps diff and jodit. These dependencies needed to be updated together.
Updates diff from 4.0.2 to 4.0.4

Commits
Maintainer changes

This version was pushed to npm by explodingcabbage, a new releaser for diff since your current version.


Updates jodit from 3.3.23 to 3.24.9

Release notes

Sourced from jodit's releases.

3.24.5

🐛 Bug Fix

  • [Wrong new empty paragraph location when cursor is set after a table and key is pressed #953](xdan/jodit#953)
  • The PluginSystem module has been refactored: now asynchronous plugins do not block the initialization of the editor and it is ready to work without them.
  • [Remove anchor element when set black text color. #936](xdan/jodit#936)
  • [Insert_only_text makes mistakes when i copy a text html that includes a style tag #934](xdan/jodit#934)
  • [Selected font styling reverts to default style after removing the added text using the backspace key #925](xdan/jodit#925)

🏠 Internal

core-js                             ^3.27.2  →   ^3.28.0
@types/node                       ^18.11.19  →  ^18.13.0
axios                                ^1.3.2  →    ^1.3.3
eslint                              ^8.33.0  →   ^8.34.0
karma-sourcemap-loader               ^0.3.8  →    ^0.4.0
lint-staged                         ^13.1.0  →   ^13.1.2
open                                 ^8.4.0  →    ^8.4.1
prettier                             ^2.8.3  →    ^2.8.4
puppeteer                           ^19.6.3  →   ^19.7.0
stylelint                          ^14.16.1  →   ^15.1.0
stylelint-config-prettier            ^9.0.4  →    ^9.0.5
stylelint-config-standard           ^29.0.0  →   ^30.0.1
synchronous-promise                  2.0.15  →    2.0.17

3.24.4

💥 Breaking Change

  • Options to hide the functionality of editing directories and files filebrowser.createNewFolder, filebrowser.editImage, filebrowser.deleteFolder,filebrowser.renameFolder,filebrowser.moveFolder,filebrowser.moveFile were marked as deprecated.
  • Instead added filebrowser.permissionsPresets: Partial<IPermissions> option.

Before:

Jodit.make('#editor', {
	filebrowser: {
		createNewFolder: false,
		deleteFolder: false,
		renameFolder: false,
		moveFolder: false,
		moveFile: false,
		editImage: false,
		ajax: {
			url: 'https://xdsoft.net/jodit/finder/'
		}
</tr></table> 

... (truncated)

Changelog

Sourced from jodit's changelog.

Changelog

Tags:

  • 💥 [Breaking Change]
  • 🚀 [New Feature]
  • 🐛 [Bug Fix]
  • 📝 [Documentation]
  • 🏠 [Internal]
  • 💅 [Polish]

4.7.6

💥 Breaking Change

  • @autobind decorator now only supports methods, not classes
    • Replaced external autobind-decorator dependency with internal implementation
    • The old package is no longer maintained (last release was 7 years ago)
    • Migration Option 1 (Recommended): Apply @autobind to individual methods:
      // Before (no longer supported):
      @autobind
      class MyClass {
          method1() { }
          method2() { }
      }
      // After:
      class MyClass {
      @​autobind
      method1() { }
      @autobind
      method2() { }
      
      }

    • Migration Option 2 (If you need class-level binding): Install and use the original package directly:
      npm install autobind-decorator
      import autobind from 'autobind-decorator';
      @​autobind
      class MyClass {
      method1() { }
      method2() { }
      }
      Note: autobind-decorator package is no longer maintained, but it still works if you need class-level binding.

... (truncated)

Commits

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 [diff](https://github.com/kpdecker/jsdiff) and [jodit](https://github.com/xdan/jodit). These dependencies needed to be updated together.

Updates `diff` from 4.0.2 to 4.0.4
- [Changelog](https://github.com/kpdecker/jsdiff/blob/master/release-notes.md)
- [Commits](kpdecker/jsdiff@v4.0.2...v4.0.4)

Updates `jodit` from 3.3.23 to 3.24.9
- [Release notes](https://github.com/xdan/jodit/releases)
- [Changelog](https://github.com/xdan/jodit/blob/main/CHANGELOG.md)
- [Commits](xdan/jodit@3.3.23...3.24.9)

---
updated-dependencies:
- dependency-name: diff
  dependency-version: 4.0.4
  dependency-type: indirect
- dependency-name: jodit
  dependency-version: 3.24.9
  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 Jan 20, 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