Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 22, 2025

Bumps html-to-markdown from 2.9.2 to 2.15.0.

Release notes

Sourced from html-to-markdown's releases.

2.15.0

Fixed

  • Rust core: clamp table colspan/rowspan to prevent pathological allocations on malformed HTML.
  • Rust core: reject binary-like inputs early to avoid OOMs when non-HTML data is passed to convert.

v2.14.11

Full Changelog: kreuzberg-dev/html-to-markdown@v2.14.10...v2.14.11

v2.14.10

Full Changelog: kreuzberg-dev/html-to-markdown@v2.14.9...v2.14.10

v2.14.9

What's Changed

Full Changelog: kreuzberg-dev/html-to-markdown@v2.14.7...v2.14.9

v2.14.8

Full Changelog: kreuzberg-dev/html-to-markdown@v2.14.7...v2.14.8

v2.14.7

Full Changelog: kreuzberg-dev/html-to-markdown@v2.14.6...v2.14.7

v2.14.6

Full Changelog: kreuzberg-dev/html-to-markdown@v2.14.5...v2.14.6

v2.14.5

Full Changelog: kreuzberg-dev/html-to-markdown@v2.14.4...v2.14.5

v2.14.4

Full Changelog: kreuzberg-dev/html-to-markdown@v2.14.3...v2.14.4

v2.14.3

What's Changed

Full Changelog: kreuzberg-dev/html-to-markdown@v2.14.2...v2.14.3

v2.14.2

Full Changelog: kreuzberg-dev/html-to-markdown@v2.14.1...v2.14.2

v2.14.1

[2.14.1] - 2025-12-12

Fixed

... (truncated)

Changelog

Sourced from html-to-markdown's changelog.

[2.15.0] - 2025-12-19

Fixed

  • Rust core: clamp table colspan/rowspan to prevent pathological allocations on malformed HTML.
  • Rust core: reject binary-like inputs early to avoid OOMs when non-HTML data is passed to convert.

[2.14.11] - 2025-12-16

Fixed

  • C# (NuGet): fix ConvertWithMetadata() deserialization for metadata enums (link_type, image_type, data_type, text_direction) by honoring the JSON wire values.

[2.14.10] - 2025-12-16

Fixed

  • Python: release the GIL during native conversion so ThreadPoolExecutor parallelism doesn't regress performance, and always build the extension with metadata support (so convert_with_metadata is always available).

[2.14.9] - 2025-12-16

Fixed

  • Structured data: JSON-LD is now extracted from <script type="application/ld+json"> tags (including when placed in <head>), preserving the script contents for parsing.

[2.14.8] - 2025-12-15

Fixed

  • Rust crate (html-to-markdown-rs): enable the metadata feature by default so convert_with_metadata is available without extra Cargo features.

[2.14.7] - 2025-12-15

Fixed

  • Elixir (macOS): package now ships a .cargo/config.toml so Rustler can compile without requiring user-specific linker flags.

[2.14.6] - 2025-12-15

Fixed

  • RubyGems publish: skip duplicate ruby-platform gems when multiple CI jobs produce identical artifacts for the same version.
  • Hex publish: ensure the Rust core crate is staged into the Elixir package before publishing.

[2.14.5] - 2025-12-15

Fixed

  • RubyGems publish: prevent corrupted gem pushes by downloading rubygems-* artifacts into separate directories (no merge), and publishing gems recursively with an integrity check.

[2.14.4] - 2025-12-15

Fixed

  • Release pipeline: build the C# osx-x64 native FFI library on macos-15-intel (macOS-13 runners are retired), unblocking NuGet publication.
  • Elixir (Hex): package now vendors the Rust core crate so mix deps.get && mix test works outside this monorepo.

[2.14.3] - 2025-12-15

... (truncated)

Commits
  • a208da9 fix(ci): stage rust core for elixir tests
  • c199b03 chore(release): 2.15.0
  • 112ce32 docs(go-binding): correct Go module tag format
  • 454eee8 fix(csharp-binding): parse metadata enums from JSON
  • 0e7815e fix(py-binding): release GIL and require metadata
  • a1fc8ad fix(rust-core): extract json-ld from script tags
  • 4fbef05 Merge pull request #154 from Goldziher/dependabot/github_actions/actions/uplo...
  • 75df14c Merge pull request #155 from Goldziher/dependabot/github_actions/actions/down...
  • f9634c2 chore(deps): bump actions/download-artifact from 5 to 7
  • 500cf1a chore(deps): bump actions/upload-artifact from 5 to 6
  • 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/Goldziher/html-to-markdown) from 2.9.2 to 2.15.0.
- [Release notes](https://github.com/Goldziher/html-to-markdown/releases)
- [Changelog](https://github.com/Goldziher/html-to-markdown/blob/main/CHANGELOG.md)
- [Commits](kreuzberg-dev/html-to-markdown@v2.9.2...v2.15.0)

---
updated-dependencies:
- dependency-name: html-to-markdown
  dependency-version: 2.15.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:uv Pull requests that update python:uv code labels Dec 22, 2025
@DevNergis DevNergis merged commit 0a25e02 into latest Dec 29, 2025
9 of 10 checks passed
@dependabot dependabot bot deleted the dependabot/uv/html-to-markdown-2.15.0 branch December 29, 2025 02:36
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.

2 participants