Skip to content

Updated:(deps): Bump html-to-markdown-rs from 3.6.20 to 3.8.2 in /src#141

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/src/html-to-markdown-rs-3.8.2
Open

Updated:(deps): Bump html-to-markdown-rs from 3.6.20 to 3.8.2 in /src#141
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/src/html-to-markdown-rs-3.8.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 6, 2026

Copy link
Copy Markdown
Contributor

Bumps html-to-markdown-rs from 3.6.20 to 3.8.2.

Release notes

Sourced from html-to-markdown-rs's releases.

v3.8.2

Swift Package Manager

Add to your Package.swift:

.package(url: "https://github.com/xberg-io/html-to-markdown", from: "3.8.2")

The Swift binding is distributed as a pre-built artifact bundle. No Rust toolchain required.

Artifact: HtmlToMarkdown-rs.artifactbundle.zip Checksum: b902de73c91fc7bf34441bdedd65a9904cb2763db5c94cfdeccb46da594f3c72

Zig

Add to your build.zig.zon:

.dependencies = .{
    .html-to-markdown-rs-zig = .{\n        .url = \"https://github.com/xberg-io/html-to-markdown/releases/download/v3.8.2/html-to-markdown-rs-zig-v3.8.2.tar.gz\",\n        .hash = \"html_to_markdown_rs-3.8.2-QtXyW803AQDu_fgSpeirhdTWsvAh1U-XyMNST9BUVrlB\",\n    },\n},\n```\n

v3.8.1

Swift Package Manager

Add to your Package.swift:

.package(url: "https://github.com/xberg-io/html-to-markdown", from: "3.8.1")
</code></pre>
<p>The Swift binding is distributed as a pre-built artifact bundle. No Rust toolchain required.</p>
<p><strong>Artifact</strong>: <a href="https://github.com/xberg-io/html-to-markdown/releases/download/v3.8.1/HtmlToMarkdown-rs.artifactbundle.zip">HtmlToMarkdown-rs.artifactbundle.zip</a>
<strong>Checksum</strong>: <code>22a18ff610fb70d069124970ea8ac824d93731ff7140b13cb5e747153c1e1c58</code></p>
<!-- raw HTML omitted -->
<h2>Zig</h2>
<p>Add to your <code>build.zig.zon</code>:</p>
<pre><code>.dependencies = .{
    .html-to-markdown-rs-zig = .{\n        .url = \&quot;https://github.com/xberg-io/html-to-markdown/releases/download/v3.8.1/html-to-markdown-rs-zig-v3.8.1.tar.gz\&quot;,\n        .hash = \&quot;html_to_markdown_rs-3.8.1-QtXyW803AQC8DSTcdTAfB2GelrmxNA92CwyVoyGLIQhV\&quot;,\n    },\n},\n```\n

v3.8.0

Swift Package Manager

Add to your Package.swift:
&lt;/tr&gt;&lt;/table&gt;
</code></pre>
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>

<p><em>Sourced from <a href="https://github.com/xberg-io/html-to-markdown/blob/main/CHANGELOG.md&quot;&gt;html-to-markdown-rs's changelog</a>.</em></p>
<blockquote>
<h1>Changelog</h1>
<p>All notable changes to html-to-markdown will be documented in this file.</p>
<p>The format is based on <a href="https://keepachangelog.com/en/1.0.0/&quot;&gt;Keep a Changelog</a>,
and this project adheres to <a href="https://semver.org/spec/v2.0.0.html&quot;&gt;Semantic Versioning</a>.</p>
<h2>[Unreleased]</h2>
<h2>[3.8.0] - 2026-06-27</h2>
<p>Stable release promoting 3.8.0-rc.2 (fully published). Version-only bump synced across all manifests.</p>
<h2>[3.8.0-rc.2] - 2026-06-27</h2>
<h3>Changed</h3>
<ul>
<li>Regenerate all bindings with alef 0.29.3.</li>
</ul>
<h2>[3.8.0-rc.1] - 2026-06-26</h2>
<h3>Changed</h3>
<ul>
<li><strong>Rebrand Kreuzberg → Xberg across every published package identity.</strong> The Node binding now ships as
<code>@xberg-io/html-to-markdown</code> (the NAPI-RS crate itself — the separate <code>-node</code> package and the
TypeScript wrapper under <code>packages/typescript/</code> are removed) with platform packages
<code>@xberg-io/html-to-markdown-&lt;platform&gt;</code>; WASM and CLI move to <code>@xberg-io/html-to-markdown-wasm</code> and
<code>@xberg-io/html-to-markdown-cli</code>. Java/Kotlin Maven coordinates and namespace move to <code>io.xberg</code>
(<code>io.xberg:html-to-markdown[-android]</code>, JNI symbols <code>Java_io_xberg_android_…</code>), and the C# NuGet id to
<code>XbergIo.HtmlToMarkdown</code>. The GitHub org (<code>github.com/xberg-io</code>), Homebrew tap
(<code>xberg-io/homebrew-tap</code>), publisher GitHub App, sponsors links, and all docs/badges follow. The legal
entity name <strong>Kreuzberg, Inc.</strong> is unchanged.</li>
</ul>
<h3>Fixed</h3>
<ul>
<li><strong>Swift publish now creates the <code>release/swift/&lt;version&gt;</code> branch carrying the substituted
XCFramework checksum.</strong> The alef-generated Swift e2e/test-app pins
<code>.package(url: …, branch: &quot;release/swift/&lt;version&gt;&quot;)</code>, but the publish workflow only force-moved
the <code>v&lt;version&gt;</code> tag and never created that branch, so SwiftPM could not resolve the package. The
checksummed commit is now also pushed to <code>refs/heads/release/swift/&lt;version&gt;</code>.
(<code>.github/workflows/publish.yaml</code>)</li>
<li><strong>test(test_apps/go): extract the module version with <code>$NF</code> instead of <code>$2</code>.</strong> The smoke harness'
<code>download_ffi.sh</code> read the version from <code>$2</code>, which only holds in the block <code>require (…)</code> go.mod form;
the inline <code>require &lt;path&gt; &lt;version&gt;</code> form (emitted by the v3.7.2 regen) shifts the version to <code>$NF</code>,
so the script built a malformed module-cache path and failed with &quot;Binding directory not found&quot;. This
is test-harness only — the published Go package is unaffected.</li>
</ul>
<h2>[3.7.2] - 2026-06-23</h2>
<h3>Fixed</h3>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>

<ul>
<li><a href="https://github.com/xberg-io/html-to-markdown/commit/0e0861d549141c2ae3c9a7b647bbb10c92b305b3&quot;&gt;&lt;code&gt;0e0861d&lt;/code&gt;&lt;/a> chore(release): substitute Swift checksum for 3.8.2</li>
<li><a href="https://github.com/xberg-io/html-to-markdown/commit/9785a2c167ae2349691d4fa0412a6611d1a10be4&quot;&gt;&lt;code&gt;9785a2c&lt;/code&gt;&lt;/a> chore: release v3.8.2</li>
<li><a href="https://github.com/xberg-io/html-to-markdown/commit/a43f67a9323b9760568405ca44874552825e038d&quot;&gt;&lt;code&gt;a43f67a&lt;/code&gt;&lt;/a> chore: upgrade deps and regenerate bindings</li>
<li><a href="https://github.com/xberg-io/html-to-markdown/commit/3ae65fb6c80e29cd689b1d12d8c5e1ba7e3e5208&quot;&gt;&lt;code&gt;3ae65fb&lt;/code&gt;&lt;/a> docs: document poly pre-commit hooks in CONTRIBUTING</li>
<li><a href="https://github.com/xberg-io/html-to-markdown/commit/2a4ea8408cfa1f770b738b73a0da0f1e01105c4b&quot;&gt;&lt;code&gt;2a4ea84&lt;/code&gt;&lt;/a> chore: adopt poly formatting + regenerate bindings</li>
<li><a href="https://github.com/xberg-io/html-to-markdown/commit/30c3fe1207888ffb509115d87b29521045b89eab&quot;&gt;&lt;code&gt;30c3fe1&lt;/code&gt;&lt;/a> chore: repoint package.json scripts to poly; drop phpstan/php-cs-fixer from p...</li>
<li><a href="https://github.com/xberg-io/html-to-markdown/commit/a0d474d2de60269201e45e2ad32d4d042dad12fa&quot;&gt;&lt;code&gt;a0d474d&lt;/code&gt;&lt;/a> chore: remove prek + phpstan/php-cs-fixer leftover (poly hooks + mago now)</li>
<li><a href="https://github.com/xberg-io/html-to-markdown/commit/7e3efa4e40b9fa6fc62fc20ef0a9516c3227f2d5&quot;&gt;&lt;code&gt;7e3efa4&lt;/code&gt;&lt;/a> chore: remove dead .oxfmtrc.json/.oxlintrc.json</li>
<li><a href="https://github.com/xberg-io/html-to-markdown/commit/9084fc4711332646801489706aeefaa8cf3eb652&quot;&gt;&lt;code&gt;9084fc4&lt;/code&gt;&lt;/a> chore(release): 3.8.1</li>
<li><a href="https://github.com/xberg-io/html-to-markdown/commit/484ff9b616f9ccdee1f5c0b0b855312e6aaf038c&quot;&gt;&lt;code&gt;484ff9b&lt;/code&gt;&lt;/a> fix: avoid stack overflows on deeply nested HTML (<a href="https://redirect.github.com/xberg-io/html-to-markdown/issues/421&quot;&gt;#421&lt;/a&gt;)&lt;/li>
<li>Additional commits viewable in <a href="https://github.com/xberg-io/html-to-markdown/compare/v3.6.20...v3.8.2&quot;&gt;compare view</a></li>
</ul>
</details>

<br />

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 [html-to-markdown-rs](https://github.com/xberg-io/html-to-markdown) from 3.6.20 to 3.8.2.
- [Release notes](https://github.com/xberg-io/html-to-markdown/releases)
- [Changelog](https://github.com/xberg-io/html-to-markdown/blob/main/CHANGELOG.md)
- [Commits](xberg-io/html-to-markdown@v3.6.20...v3.8.2)

---
updated-dependencies:
- dependency-name: html-to-markdown-rs
  dependency-version: 3.8.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Jul 6, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: dependencies, rust. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants