Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump django-tinymce from 3.5.0 to 3.6.0 #10797

Merged
merged 1 commit into from
Mar 20, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 20, 2023

Bumps django-tinymce from 3.5.0 to 3.6.0.

Changelog

Sourced from django-tinymce's changelog.

3.6.0 (2023-03-18)

  • Upgrade embedded tinyMCE from 5.10.1 to 5.10.7
  • Replace obsolete mode and elements by selector and target (#417)
  • Detect non-installed tinyMCE soon in init_tinymce.js
  • Stop installing the tests directory (#355)
  • Add support for translatable strings in tinyMCE config
  • Use staticfiles storage API to find tinymce location (#420)
Commits
  • d1e59b0 Prepare 3.6.0 release
  • 2136b04 Upgraded to the latest TinyMCE 5 release. This is the latest
  • 0862259 [pre-commit.ci] auto fixes from pre-commit.com hooks
  • 2d18a04 [pre-commit.ci] pre-commit autoupdate
  • db46674 Fixes #420: Switch to staticfiles_storage.url() to reference JS files
  • a8b356a [pre-commit.ci] auto fixes from pre-commit.com hooks
  • 1091351 Added support for translated options
  • 23ef6c9 [pre-commit.ci] pre-commit autoupdate
  • af4a89c Refs #417 - Replaced obsolete mode and elements by selector and target
  • fcaf84b Fail soon and loudly if tinyMCE is not loaded
  • 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 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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 20, 2023
@cla-bot cla-bot bot added the cla-signed CLA Bot: community license agreement signed label Mar 20, 2023
@codecov
Copy link

codecov bot commented Mar 20, 2023

Codecov Report

Merging #10797 (2b2f70e) into master (3a46c41) will not change coverage.
The diff coverage is n/a.

❗ Current head 2b2f70e differs from pull request most recent head c126dcd. Consider uploading reports for the commit c126dcd to get more accurate results

Additional details and impacted files
@@           Coverage Diff           @@
##           master   #10797   +/-   ##
=======================================
  Coverage   62.22%   62.22%           
=======================================
  Files         828      828           
  Lines       51246    51246           
  Branches     6563     6563           
=======================================
  Hits        31890    31890           
  Misses      17659    17659           
  Partials     1697     1697           

@afabiani afabiani added this to the 4.1.0 milestone Mar 20, 2023
@dependabot dependabot bot force-pushed the dependabot/pip/django-tinymce-3.6.0 branch 3 times, most recently from 2b2f70e to 61a0bb4 Compare March 20, 2023 14:37
Bumps [django-tinymce](https://github.com/jazzband/django-tinymce) from 3.5.0 to 3.6.0.
- [Release notes](https://github.com/jazzband/django-tinymce/releases)
- [Changelog](https://github.com/jazzband/django-tinymce/blob/master/CHANGELOG.rst)
- [Commits](jazzband/django-tinymce@3.5.0...3.6.0)

---
updated-dependencies:
- dependency-name: django-tinymce
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/django-tinymce-3.6.0 branch from 61a0bb4 to c126dcd Compare March 20, 2023 14:48
@afabiani afabiani merged commit 728dce1 into master Mar 20, 2023
@afabiani afabiani deleted the dependabot/pip/django-tinymce-3.6.0 branch March 20, 2023 14:59
github-actions bot pushed a commit that referenced this pull request Mar 20, 2023
Bumps [django-tinymce](https://github.com/jazzband/django-tinymce) from 3.5.0 to 3.6.0.
- [Release notes](https://github.com/jazzband/django-tinymce/releases)
- [Changelog](https://github.com/jazzband/django-tinymce/blob/master/CHANGELOG.rst)
- [Commits](jazzband/django-tinymce@3.5.0...3.6.0)

---
updated-dependencies:
- dependency-name: django-tinymce
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit 728dce1)
afabiani pushed a commit that referenced this pull request Mar 20, 2023
Bumps [django-tinymce](https://github.com/jazzband/django-tinymce) from 3.5.0 to 3.6.0.
- [Release notes](https://github.com/jazzband/django-tinymce/releases)
- [Changelog](https://github.com/jazzband/django-tinymce/blob/master/CHANGELOG.rst)
- [Commits](jazzband/django-tinymce@3.5.0...3.6.0)

---
updated-dependencies:
- dependency-name: django-tinymce
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit 728dce1)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport 4.1.x cla-signed CLA Bot: community license agreement signed dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant