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

pip: (deps): bump draftjs-exporter from 2.1.7 to 5.1.0 #2210

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 24, 2025

Bumps draftjs-exporter from 2.1.7 to 5.1.0.

Release notes

Sourced from draftjs-exporter's releases.

v5.1.0

Added

  • Formalize support for Python 3.12 and 3.13, with tentative support for Python 3.14.
  • Add support for lxml v5 with the draftjs_exporter[lxml] extra.

v5.0.0

Added

  • Add tentative support for Python 3.11.
  • Add new "string_compat" engine for maximum output stability, with identical output to its first release. To use it, set the engine property to 'engine': DOM.STRING_COMPAT (#138).

Removed

  • Remove support for Python 3.6.

How to upgrade

Python 3.6 support

Python 3.6 is no longer supported, as it has reached its end of life. For projects needing Python 3.6, please keep using v4.1.2 of the exporter.

v4.1.2

Changed

  • Add tentative support for Python 3.10.
  • Stop using extras_require for development-only dependencies.

v4.1.1

Changed

  • Add support for Python 3.9 (#134).
  • Update html5lib upper bound, now defined as html5lib>=0.999,<2, to ensure compatibility with Python 3.10 (#134).

v4.1.0

Added

v4.0.0

This release contains breaking changes. Be sure to check out the "how to upgrade" section below.

Removed

  • Remove support for Python 3.5 (#129)
  • Remove HTML attributes alphabetical sorting of default string engine (#129)
  • Disable single and double quotes escaping outside of attributes for string engine (#129)
  • Stop sorting inline styles alphabetically (#129)

How to upgrade

... (truncated)

Changelog

Sourced from draftjs-exporter's changelog.

v5.1.0

Added

  • Formalize support for Python 3.12 and 3.13, with tentative support for Python 3.14.
  • Add support for lxml v5 with the draftjs_exporter[lxml] extra.

v5.0.0

Added

  • Add tentative support for Python 3.11.
  • Add new "string_compat" engine for maximum output stability, with identical output to its first release. To use it, set the engine property to 'engine': DOM.STRING_COMPAT, (#138).

Removed

  • Remove support for Python 3.6.

How to upgrade

Python 3.6 support

Python 3.6 is no longer supported, as it has reached its end of life. For projects needing Python 3.6, please keep using v4.1.2 of the exporter.

v4.1.2

Changed

  • Add tentative support for Python 3.10.
  • Stop using extras_require for development-only dependencies.

v4.1.1

Changed

  • Add support for Python 3.9 (#134).
  • Update html5lib upper bound, now defined as html5lib>=0.999,<2, to ensure compatibility with Python 3.10 (#134).

v4.1.0

Added

v4.0.0

This release contains breaking changes. Be sure to check out the "how to upgrade" section below.

Removed

... (truncated)

Commits
  • 1f0793e Release v5.1.0
  • d2d684f Spellcheck README
  • d4e8042 Add extra problem inline style output test
  • bcb8708 Enforce additional mypy check
  • 8222e64 Document how to bypass dependency version restrictions
  • 38efa78 Simplify GHA job names
  • 618e95a Add missing =
  • 3b813eb Upgrade to latest memray
  • fa9d112 Replace Python 3.8 with Python 3.13, with 3.14 tentatively
  • 0490a34 Upgrade setuptools
  • 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 [draftjs-exporter](https://github.com/springload/draftjs_exporter) from 2.1.7 to 5.1.0.
- [Release notes](https://github.com/springload/draftjs_exporter/releases)
- [Changelog](https://github.com/springload/draftjs_exporter/blob/main/CHANGELOG.md)
- [Commits](springload/draftjs_exporter@v2.1.7...v5.1.0)

---
updated-dependencies:
- dependency-name: draftjs-exporter
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner February 24, 2025 07:02
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 24, 2025
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants