Skip to content

chore(deps): bump justhtml from 0.40.0 to 1.2.0#15

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/uv/justhtml-1.2.0
Open

chore(deps): bump justhtml from 0.40.0 to 1.2.0#15
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/uv/justhtml-1.2.0

Conversation

@dependabot
Copy link
Contributor

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

Bumps justhtml from 0.40.0 to 1.2.0.

Release notes

Sourced from justhtml's releases.

Release v1.2.0

Added

  • Selectors: Add :comment pseudo-class for selecting HTML comment nodes.
  • Transforms: Add Escape(selector) (escape an element’s tags as text while hoisting its children).
  • CLI: Add --cleanup option to remove unhelpful output artifacts (empty links, images, and empty tags).
  • Docs: Add “Learn by examples” migration page and JustHTML agent usage notes (llms.txt).

Fixed

  • CSS sanitization: Make it possible to allow url:s in inline styles.

Changed

  • Public API: Export all transforms from justhtml so they’re available via from justhtml import ....

Release v1.1.0

Added

  • Docs: Add search to the documentation site.

Fixed

  • SanitizationPolicy now validates and normalizes allowed_tags / allowed_attributes to prevent silent misconfiguration (for example accidentally passing a string).

Changed

  • Prefer sanitize= over safe= on JustHTML(...) (safe remains as a backwards-compatible alias).

Release v1.0.0

Changed

  • Declare JustHTML stable: the public API is now considered 1.0, and breaking changes will follow SemVer.
Changelog

Sourced from justhtml's changelog.

[1.2.0] - 2026-01-26

Added

  • Selectors: Add :comment pseudo-class for selecting HTML comment nodes.
  • Transforms: Add Escape(selector) (escape an element’s tags as text while hoisting its children).
  • CLI: Add --cleanup option to remove unhelpful output artifacts (empty links, images, and empty tags).
  • Docs: Add “Learn by examples” migration page and JustHTML agent usage notes (llms.txt).

Fixed

  • CSS sanitization: Make it possible to allow url:s in inline styles.

Changed

  • Public API: Export all transforms from justhtml so they’re available via from justhtml import ....

[1.1.0] - 2026-01-24

Added

  • Docs: Add search to the documentation site.

Fixed

  • SanitizationPolicy now validates and normalizes allowed_tags / allowed_attributes to prevent silent misconfiguration (for example accidentally passing a string).

Changed

  • Prefer sanitize= over safe= on JustHTML(...) (safe remains as a backwards-compatible alias).

[1.0.0] - 2026-01-21

Changed

  • Declare JustHTML stable: the public API is now considered 1.0, and breaking changes will follow SemVer.
Commits
  • e3211f6 Release v1.2.0
  • 5e72a28 chore: update changelog for version 1.2.0 release with new features, fixes, a...
  • a891c22 feat: add usage notes for JustHTML agents and examples for common patterns
  • b714852 feat: add additional transforms and update all exports
  • 76f2ec5 feat: enhance CSS sanitization by adding URL handling and disallowed function...
  • a8d0eb3 feat: add support for :comment pseudo-class in selector queries and tests
  • 7e4dc71 feat: add Escape transform to emit tags as text while hoisting children
  • 4c2cbfd feat: add --cleanup option to CLI for removing unhelpful output artifacts
  • 20e0a80 feat: add Makefile for Jekyll documentation setup
  • d8aeaa0 feat: add Jekyll configuration and default layout for documentation site
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [justhtml](https://github.com/emilstenstrom/justhtml) from 0.40.0 to 1.2.0.
- [Release notes](https://github.com/emilstenstrom/justhtml/releases)
- [Changelog](https://github.com/EmilStenstrom/justhtml/blob/main/CHANGELOG.md)
- [Commits](EmilStenstrom/justhtml@v0.40.0...v1.2.0)

---
updated-dependencies:
- dependency-name: justhtml
  dependency-version: 1.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Dependency updates python Python ecosystem updates labels Jan 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependency updates python Python ecosystem updates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants