Skip to content

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

Merged
pankaj28843 merged 1 commit intomainfrom
dependabot/uv/justhtml-1.2.0
Mar 25, 2026
Merged

chore(deps): bump justhtml from 0.40.0 to 1.2.0#15
pankaj28843 merged 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.

@dependabot dependabot bot added dependencies Dependency updates python Python ecosystem updates labels Jan 26, 2026
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>
@pankaj28843 pankaj28843 force-pushed the dependabot/uv/justhtml-1.2.0 branch from 41369e0 to b52712b Compare March 25, 2026 09:20
@pankaj28843 pankaj28843 merged commit 85153e5 into main Mar 25, 2026
15 checks passed
@pankaj28843 pankaj28843 deleted the dependabot/uv/justhtml-1.2.0 branch March 25, 2026 09:21
@codecov
Copy link

codecov bot commented Mar 25, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 99.61%. Comparing base (a488c1d) to head (b52712b).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #15   +/-   ##
=======================================
  Coverage   99.61%   99.61%           
=======================================
  Files          31       31           
  Lines        3637     3637           
  Branches      509      509           
=======================================
  Hits         3623     3623           
  Misses          6        6           
  Partials        8        8           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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.

1 participant