Skip to content

Bump jodit from 4.6.2 to 4.7.9#1430

Merged
valadas merged 1 commit intodevelopfrom
dependabot/npm_and_yarn/jodit-4.7.9
Jan 25, 2026
Merged

Bump jodit from 4.6.2 to 4.7.9#1430
valadas merged 1 commit intodevelopfrom
dependabot/npm_and_yarn/jodit-4.7.9

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps jodit from 4.6.2 to 4.7.9.

Release notes

Sourced from jodit's releases.

4.7.9

Full Changelog: xdan/jodit@4.7.7...4.7.9

4.7.7

No release notes provided.

4.7.6

No release notes provided.

4.7.5

No release notes provided.

4.7.4

No release notes provided.

4.7.3

No release notes provided.

4.6.19

No release notes provided.

4.6.18

No release notes provided.

4.6.16

No release notes provided.

4.6.15

No release notes provided.

4.6.14

No release notes provided.

4.6.13

No release notes provided.

4.6.12

No release notes provided.

4.6.11

No release notes provided.

4.6.10

No release notes provided.

4.6.6

No release notes provided.

4.6.5

No release notes provided.

... (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
  • 29325d1 New version 4.7.9 Read more https://github.com/xdan/jodit/blob/main/CHANGELOG.md
  • c37f0be feat: replace terser with esbuild for minifying ESM modules
  • 0c541e1 feat: remove tsconfig.json files from build during dts and esm processes
  • 535cb52 feat: update import paths in ESM tests and configure esbuild alias in karma
  • 19d25b0 feat: make Jodit instance creation asynchronous to ensure readiness
  • 02f3ad6 feat: add condition to check for ESM before verifying build directory existence
  • 4b19200 feat: improve test file inclusion for ESM by adding additional patterns
  • 8954fc5 feat: enhance testing and build process for ESM
  • 8138041 Merge branch 'main' of github.com:xdan/jodit
  • 4f7be91 feat: Add React integration examples and usage instructions to getting starte...
  • Additional commits viewable 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 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)

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

---
updated-dependencies:
- dependency-name: jodit
  dependency-version: 4.7.9
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 25, 2026
@valadas valadas added this to the 0.27.8 milestone Jan 25, 2026
@valadas valadas merged commit d34baa8 into develop Jan 25, 2026
2 checks passed
@valadas valadas deleted the dependabot/npm_and_yarn/jodit-4.7.9 branch January 25, 2026 04:55
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