Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps html-to-markdown from 2.18.0 to 2.19.7.

Release notes

Sourced from html-to-markdown's releases.

v2.19.7

Improvements

  • Homebrew bottle CI debugging: Added verification steps to diagnose artifact upload/download issues
    • Added verification after bottle creation to confirm file exists in workspace
    • Added if-no-files-found: error to fail fast if bottle file not found during upload
    • Added verification after artifact download to show what was actually retrieved
    • These steps will help identify why Homebrew bottle artifacts aren't being found in release workflow

Full changelog: https://github.com/kreuzberg-dev/html-to-markdown/blob/main/CHANGELOG.md

v2.19.6

Bug Fixes

WASM npm package publishing: Fixed Issue #172 - WASM package was published with only 3 files (LICENSE, package.json, README.md) instead of 25 files

  • Root cause: publish workflow downloaded WASM artifact tarballs but never extracted them before running npm publish
  • Added extraction step in .github/workflows/publish.yaml to unpack dist/, dist-node/, and dist-web/ directories
  • Added safeguard to remove .gitignore files from dist directories that could exclude content
  • Complete package now includes all WASM binaries and JavaScript wrappers (7.8 MB unpacked)

Full Changelog: kreuzberg-dev/html-to-markdown@v2.19.5...v2.19.6

v2.19.5

Bug Fixes

Homebrew bottle naming: Fixed bottle filename format to match Homebrew convention

  • Changed from double-dash (html-to-markdown--2.19.x) to single-dash (html-to-markdown-2.19.x)
  • Homebrew constructs bottle URLs based on formula name and version, expecting single dash separator
  • Fixes bottle download failures when installing via brew install

Full Changelog: kreuzberg-dev/html-to-markdown@v2.19.4...v2.19.5

v2.19.4

Bug Fixes

Homebrew formula publishing: Fixed publish workflow script that updates the Homebrew tap formula

  • Corrected bottle block deletion regex (was looking for # bottle do instead of bottle do), preventing duplicate bottle blocks from accumulating on each release
  • Added automatic source tarball SHA256 computation and formula update to ensure correct checksums
  • Formula now properly replaces old bottle blocks with new ones rather than appending

Full Changelog: kreuzberg-dev/html-to-markdown@v2.19.3...v2.19.4

v2.19.3

Bug Fixes

... (truncated)

Changelog

Sourced from html-to-markdown's changelog.

[2.19.7] - 2026-01-03

Improvements

  • Homebrew bottle CI debugging: Added verification steps to diagnose artifact upload/download issues
    • Added verification after bottle creation to confirm file exists in workspace
    • Added if-no-files-found: error to fail fast if bottle file not found during upload
    • Added verification after artifact download to show what was actually retrieved
    • These steps will help identify why Homebrew bottle artifacts aren't being found in release workflow

[2.19.6] - 2026-01-03

Bug Fixes

  • WASM npm package publishing: Fixed Issue #172 - WASM package was published with only 3 files (LICENSE, package.json, README.md) instead of 25 files
    • Root cause: publish workflow downloaded WASM artifact tarballs but never extracted them before running npm publish
    • Added extraction step in .github/workflows/publish.yaml to unpack dist/, dist-node/, and dist-web/ directories
    • Added safeguard to remove .gitignore files from dist directories that could exclude content
    • Complete package now includes all WASM binaries and JavaScript wrappers (7.8 MB unpacked)

[2.19.5] - 2025-01-02

Bug Fixes

  • Homebrew bottle naming: Fixed bottle filename format to match Homebrew convention
    • Changed from double-dash (html-to-markdown--2.19.x) to single-dash (html-to-markdown-2.19.x)
    • Homebrew constructs bottle URLs based on formula name and version, expecting single dash separator
    • Fixes bottle download failures when installing via brew install

[2.19.4] - 2025-01-02

Bug Fixes

  • Homebrew formula publishing: Fixed publish workflow script that updates the Homebrew tap formula
    • Corrected bottle block deletion regex (was looking for # bottle do instead of bottle do), preventing duplicate bottle blocks from accumulating on each release
    • Added automatic source tarball SHA256 computation and formula update to ensure correct checksums
    • Formula now properly replaces old bottle blocks with new ones rather than appending

[2.19.3] - 2025-01-02

Bug Fixes

  • Table image processing: Fixed Issue #175 - images inside Blogger-style HTML tables (e.g., <table class="tr-caption-container">) were being stripped during conversion. Enhanced table scanner to recognize images as content and properly process non-table elements like <a> and <img> that are direct children of table elements.
  • WASM npm package: Fixed Issue #172 completely - package was published but missing all WASM binaries and JavaScript wrappers (only 23 KB with 3 files). Created .npmignore to include dist/, dist-node/, and dist-web/ directories that were excluded by .gitignore during npm publish.
  • PHP Packagist publishing: Fixed version mismatch that caused Packagist to reject v2.19.2 tag. Updated sync_versions.py to synchronize both root composer.json and packages/php/composer.json.
  • Test apps: Fixed relative fixture paths in C#, Java, and Elixir test apps. Updated Elixir tests to handle tuple-returning API. Added Java native library path configuration.

Infrastructure

  • Enhanced sync_versions.py script to update root composer.json for Packagist validation

... (truncated)

Commits
  • 54a149f chore: bump version to 2.19.7
  • b922b48 ci(homebrew): add verification steps for bottle artifacts
  • 1588ad0 fix(homebrew): correct bottle filename and formula update script
  • 01e09df chore: bump version to 2.19.6
  • ba2a0e0 fix(wasm): extract and clean artifacts before npm publish (Issue #172)
  • 74e9c97 chore: bump version to 2.19.5
  • b67a786 fix(homebrew): use single dash in bottle filenames
  • 6288cb0 docs: update Go README for v2.19.4
  • d6ef0a9 docs: regenerate package READMEs for v2.19.4
  • fe8dbb9 chore: bump version to 2.19.4
  • 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 [html-to-markdown](https://github.com/kreuzberg-dev/html-to-markdown) from 2.18.0 to 2.19.7.
- [Release notes](https://github.com/kreuzberg-dev/html-to-markdown/releases)
- [Changelog](https://github.com/kreuzberg-dev/html-to-markdown/blob/main/CHANGELOG.md)
- [Commits](kreuzberg-dev/html-to-markdown@v2.18.0...v2.19.7)

---
updated-dependencies:
- dependency-name: html-to-markdown
  dependency-version: 2.19.7
  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:uv Pull requests that update python:uv code labels Jan 5, 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:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant