Skip to content

Bump justhtml from 2.2.0 to 2.3.0#25052

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/justhtml-2.3.0
Open

Bump justhtml from 2.2.0 to 2.3.0#25052
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/justhtml-2.3.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 19, 2026

Copy link
Copy Markdown
Contributor

Bumps justhtml from 2.2.0 to 2.3.0.

Release notes

Sourced from justhtml's releases.

Release v2.3.0

Fixed

  • Preserve pretty-printed paragraph line breaks when sanitization is disabled and comments are present in block containers.

Performance

  • Speed up tree construction scope checks by tracking open elements for common scoped element names.

Changed

  • Refactor tree-builder open-element bookkeeping and active-formatting entries without changing the public API.
Changelog

Sourced from justhtml's changelog.

[2.3.0] - 2026-06-12

Fixed

  • Preserve pretty-printed paragraph line breaks when sanitization is disabled and comments are present in block containers.

Performance

  • Speed up tree construction scope checks by tracking open elements for common scoped element names.

Changed

  • Refactor tree-builder open-element bookkeeping and active-formatting entries without changing the public API.
Commits
  • 7087637 Release v2.3.0
  • 9f8b0e1 docs: prepare changelog for v2.3.0
  • d7b93d1 refactor: streamline open element management in TreeBuilder with dedicated me...
  • 5f19f9b refactor: add template element tracking to TreeBuilder for improved handling ...
  • 79d35b6 test: Make performance tests less flaky by warming caches before measurement
  • 1ae1de1 refactor: replace dictionary entries with _FormattingEntry instances in TreeB...
  • 0bcf3d8 perf: add track_node_locations option to TreeBuilder for improved node tracking
  • 0b62807 perf: enhance TreeBuilder with open element scope tracking and related tests
  • 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 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 [justhtml](https://github.com/emilstenstrom/justhtml) from 2.2.0 to 2.3.0.
- [Release notes](https://github.com/emilstenstrom/justhtml/releases)
- [Changelog](https://github.com/EmilStenstrom/justhtml/blob/main/CHANGELOG.md)
- [Commits](EmilStenstrom/justhtml@v2.2.0...v2.3.0)

---
updated-dependencies:
- dependency-name: justhtml
  dependency-version: 2.3.0
  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 python Pull requests that update Python code labels Jun 19, 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 python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants