Skip to content

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

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

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

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 29, 2026

Copy link
Copy Markdown
Contributor

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

Release notes

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

v3.8.0

Swift Package Manager

Add to your Package.swift:

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

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

Artifact: HtmlToMarkdown-rs.artifactbundle.zip Checksum: 63daa2b7e9a25fde7febbc89fae536bb3abad1e13dbea851eb010c0e557b94be

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.0/html-to-markdown-rs-zig-v3.8.0.tar.gz\",\n        .hash = \"html_to_markdown_rs-3.8.0-QtXyWxI3AQDzs_o3jEePH3M0v6SWDUkUshO_vQwFx2YG\",\n    },\n},\n```\n

v3.8.0-rc.2

Swift Package Manager

Add to your Package.swift:

.package(url: "https://github.com/xberg-io/html-to-markdown", from: "3.8.0-rc.2")
</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.0-rc.2/HtmlToMarkdown-rs.artifactbundle.zip">HtmlToMarkdown-rs.artifactbundle.zip</a>
<strong>Checksum</strong>: <code>cbb995e8dc22ddea598c5cd5e5be13e719c8c12f7fd17f5479a789b6133e52ea</code></p>
<h2>v3.8.0-rc.1</h2>
<h2>Swift Package Manager</h2>
<p>Add to your <code>Package.swift</code>:</p>
<pre lang="swift"><code>.package(url: &quot;https://github.com/xberg-io/html-to-markdown&quot;, from: &quot;3.8.0-rc.1&quot;)
</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.0-rc.1/HtmlToMarkdown-rs.artifactbundle.zip">HtmlToMarkdown-rs.artifactbundle.zip</a>
<strong>Checksum</strong>: <code>3d8c5b4883e6ccf68780ce1d8143bd4318534af171c4673ad2de1ea50aae4a6c</code></p>
<!-- raw HTML omitted -->
</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>
<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>
<ul>
<li><strong>chore(deps): bump <code>alef.toml.alef_version</code> to 0.26.6 and regenerate every binding.</strong> Fixes the dart
wrapper crate failing to build under <code>cargo build --no-default-features</code>: alef 0.26.x had regressed
the 0.25.33 fix and re-emitted <code>#[cfg(feature = ...)]</code> on the generated <code>lib.rs</code> mirror struct /
opaque-wrapper declarations, their <code>From</code> conversions, and <code>from_json</code> bridge fns, while
<code>frb_generated.rs</code> references those types/functions unconditionally (<code>E0425: cannot find type VisitorHandle</code> / <code>create_html_metadata_from_json</code>). alef 0.26.6 keeps those declarations
unconditional again. Verified: the regenerated dart crate compiles under <code>--no-default-features</code>,
default, and <code>--all-features</code>. (alef 0.26.6)</li>
</ul>
<!-- 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/cf8a015bbb0ad27984d69579a54513bdd93baa2f&quot;&gt;&lt;code&gt;cf8a015&lt;/code&gt;&lt;/a> chore(release): substitute Swift checksum for 3.8.0</li>
<li><a href="https://github.com/xberg-io/html-to-markdown/commit/ef432d15d22a37de2cbd0a3159000b68acf14f09&quot;&gt;&lt;code&gt;ef432d1&lt;/code&gt;&lt;/a> chore(release): 3.8.0 [ci skip]</li>
<li><a href="https://github.com/xberg-io/html-to-markdown/commit/6b6237251a1822169f07685c41e57c7450b91cc4&quot;&gt;&lt;code&gt;6b62372&lt;/code&gt;&lt;/a> fix(release): sync crates/-py version to rc2 (alef sync-versions)</li>
<li><a href="https://github.com/xberg-io/html-to-markdown/commit/273d2e8514865edfcdb8257a7109c9fde3fb2845&quot;&gt;&lt;code&gt;273d2e8&lt;/code&gt;&lt;/a> chore(release): 3.8.0-rc.2 [ci skip]</li>
<li><a href="https://github.com/xberg-io/html-to-markdown/commit/1e12cc8ac24c2f3c22ac0f6961f6eb57f0fee7e5&quot;&gt;&lt;code&gt;1e12cc8&lt;/code&gt;&lt;/a> docs: add repos argument to R install command</li>
<li><a href="https://github.com/xberg-io/html-to-markdown/commit/affc2866b213571c82b3418d25d4b47886525dc9&quot;&gt;&lt;code&gt;affc286&lt;/code&gt;&lt;/a> fix(ci): point tsconfig at node binding after packages/typescript removal</li>
<li><a href="https://github.com/xberg-io/html-to-markdown/commit/7137421410defa72acf18a41200eceddba7f2d9e&quot;&gt;&lt;code&gt;7137421&lt;/code&gt;&lt;/a> chore: regenerate bindings with alef 0.29.3</li>
<li><a href="https://github.com/xberg-io/html-to-markdown/commit/b5e2d5ec8cd8ed83104bae7e8a5f465752413cee&quot;&gt;&lt;code&gt;b5e2d5e&lt;/code&gt;&lt;/a> chore: bump pre-commit-hooks to v3.0.0 and rename KREUZBERG_
to XBERG_*</li>
<li><a href="https://github.com/xberg-io/html-to-markdown/commit/4c71277b9d06c783d6691f08be1e9ef2da0b691e&quot;&gt;&lt;code&gt;4c71277&lt;/code&gt;&lt;/a> chore: scrub <a href="https://github.com/kreuzberg&quot;&gt;&lt;code&gt;@​kreuzberg&lt;/code&gt;&lt;/a> from e2e/test-app lockfiles</li>
<li><a href="https://github.com/xberg-io/html-to-markdown/commit/9c1867105e60a8e26454af982f69c8691915eb53&quot;&gt;&lt;code&gt;9c18671&lt;/code&gt;&lt;/a> chore: cut 3.8.0-rc.1, realign Node package to <a href="https://github.com/xberg-io&quot;&gt;&lt;code&gt;@​xberg-io&lt;/code&gt;&lt;/a> scope, regenerate</li>
<li>Additional commits viewable in <a href="https://github.com/xberg-io/html-to-markdown/compare/v3.6.20...v3.8.0&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.0.
- [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.0)

---
updated-dependencies:
- dependency-name: html-to-markdown-rs
  dependency-version: 3.8.0
  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 Jun 29, 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