[PR #2251] [MERGED] Bump django-ckeditor from 6.0.0 to 6.1.0 #2485

Closed
opened 2026-02-27 12:11:16 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/modoboa/modoboa/pull/2251
Author: @dependabot[bot]
Created: 5/31/2021
Status: Merged
Merged: 6/1/2021
Merged by: @tonioo

Base: masterHead: dependabot/pip/django-ckeditor-6.1.0


📝 Commits (1)

  • 2ed733a Bump django-ckeditor from 6.0.0 to 6.1.0

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 requirements.txt (+1 -1)

📄 Description

Bumps django-ckeditor from 6.0.0 to 6.1.0.

Changelog

Sourced from django-ckeditor's changelog.

6.1.0

#. CKEditor 4.16.1

Commits
  • ae04647 django-ckeditor 6.1.0
  • 523e48a Update the bundled CKEditor to the latest 4.16.1
  • 80c69c8 Merge pull request #661 from cxgreat2014/patch-1
  • f0a5c52 add support for upcase language code
  • edff11f Merge pull request #656 from cron-ooo/outdated
  • 9866ebe remove outdated code
  • 3951b72 Changing 'django.conf.urls.url()' to 'django.urls.re_path()' because of depre...
  • 080500d Fix a note
  • 8ccc2c4 Ignore the build and dist folders
  • 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 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 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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/modoboa/modoboa/pull/2251 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 5/31/2021 **Status:** ✅ Merged **Merged:** 6/1/2021 **Merged by:** [@tonioo](https://github.com/tonioo) **Base:** `master` ← **Head:** `dependabot/pip/django-ckeditor-6.1.0` --- ### 📝 Commits (1) - [`2ed733a`](https://github.com/modoboa/modoboa/commit/2ed733a5452df80f789692f0476247d030a1201c) Bump django-ckeditor from 6.0.0 to 6.1.0 ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `requirements.txt` (+1 -1) </details> ### 📄 Description Bumps [django-ckeditor](https://github.com/django-ckeditor/django-ckeditor) from 6.0.0 to 6.1.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/django-ckeditor/django-ckeditor/blob/master/CHANGELOG.rst">django-ckeditor's changelog</a>.</em></p> <blockquote> <h2>6.1.0</h2> <p>#. CKEditor 4.16.1</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/django-ckeditor/django-ckeditor/commit/ae046476f7aea9d2b5f7d359ebe596cb6a175a37"><code>ae04647</code></a> django-ckeditor 6.1.0</li> <li><a href="https://github.com/django-ckeditor/django-ckeditor/commit/523e48a1cf5c0c73c3a179a24fc52c6613f0a75e"><code>523e48a</code></a> Update the bundled CKEditor to the latest 4.16.1</li> <li><a href="https://github.com/django-ckeditor/django-ckeditor/commit/80c69c82cb73485eb71d529dd72be03b112be2a8"><code>80c69c8</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/django-ckeditor/django-ckeditor/issues/661">#661</a> from cxgreat2014/patch-1</li> <li><a href="https://github.com/django-ckeditor/django-ckeditor/commit/f0a5c52a1b87ac0fcd2ed55485f2826af44c88b5"><code>f0a5c52</code></a> add support for upcase language code</li> <li><a href="https://github.com/django-ckeditor/django-ckeditor/commit/edff11fc84fc8f25cf0d29ae23e2f00c4d309c02"><code>edff11f</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/django-ckeditor/django-ckeditor/issues/656">#656</a> from cron-ooo/outdated</li> <li><a href="https://github.com/django-ckeditor/django-ckeditor/commit/9866ebe098794eca7a5132d6f2a4b1d1d837e735"><code>9866ebe</code></a> remove outdated code</li> <li><a href="https://github.com/django-ckeditor/django-ckeditor/commit/3951b726013f5c4ae465e907fba575f9b418bb95"><code>3951b72</code></a> Changing 'django.conf.urls.url()' to 'django.urls.re_path()' because of depre...</li> <li><a href="https://github.com/django-ckeditor/django-ckeditor/commit/080500dfcd2104abf4ba9678b2cfda33c4f21695"><code>080500d</code></a> Fix a note</li> <li><a href="https://github.com/django-ckeditor/django-ckeditor/commit/8ccc2c499d2aae9c167ef42cdab85884fcdd900b"><code>8ccc2c4</code></a> Ignore the build and dist folders</li> <li>See full diff in <a href="https://github.com/django-ckeditor/django-ckeditor/compare/6.0.0...6.1.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=django-ckeditor&package-manager=pip&previous-version=6.0.0&new-version=6.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 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) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 12:11:16 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/modoboa-modoboa#2485
No description provided.