Skip to content

chore(deps): bump the minor-and-patch group with 2 updates#36

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/minor-and-patch-a018f7de4a
Open

chore(deps): bump the minor-and-patch group with 2 updates#36
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/minor-and-patch-a018f7de4a

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the minor-and-patch group with 2 updates: html-to-markdown-rs and open.

Updates html-to-markdown-rs from 3.7.2 to 3.8.1

Release notes

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

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")

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

Artifact: HtmlToMarkdown-rs.artifactbundle.zip Checksum: 22a18ff610fb70d069124970ea8ac824d93731ff7140b13cb5e747153c1e1c58

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.1/html-to-markdown-rs-zig-v3.8.1.tar.gz\",\n        .hash = \"html_to_markdown_rs-3.8.1-QtXyW803AQC8DSTcdTAfB2GelrmxNA92CwyVoyGLIQhV\",\n    },\n},\n```\n

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")
</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/HtmlToMarkdown-rs.artifactbundle.zip">HtmlToMarkdown-rs.artifactbundle.zip</a>
<strong>Checksum</strong>: <code>63daa2b7e9a25fde7febbc89fae536bb3abad1e13dbea851eb010c0e557b94be</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.0/html-to-markdown-rs-zig-v3.8.0.tar.gz\&quot;,\n        .hash = \&quot;html_to_markdown_rs-3.8.0-QtXyWxI3AQDzs_o3jEePH3M0v6SWDUkUshO_vQwFx2YG\&quot;,\n    },\n},\n```\n

v3.8.0-rc.2

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>
</blockquote>
</details>
<details>
<summary>Commits</summary>

<ul>
<li><a href="https://github.com/xberg-io/html-to-markdown/commit/a6f29ccefa9b1c7f7b4fffa8a795760348578dc8&quot;&gt;&lt;code&gt;a6f29cc&lt;/code&gt;&lt;/a> chore(release): substitute Swift checksum for 3.8.1</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><a href="https://github.com/xberg-io/html-to-markdown/commit/f603bbeaedc8af8ed473f63ca90d1b871979f7f3&quot;&gt;&lt;code&gt;f603bbe&lt;/code&gt;&lt;/a> chore(deps): upgrade dependencies and regenerate bindings</li>
<li><a href="https://github.com/xberg-io/html-to-markdown/commit/051410f0abfed652655f0d6b588aa21b2ef102c3&quot;&gt;&lt;code&gt;051410f&lt;/code&gt;&lt;/a> ci: use shared reusable poly validate workflow</li>
<li><a href="https://github.com/xberg-io/html-to-markdown/commit/be92881dd852eb20df727a363458e814a45af4fc&quot;&gt;&lt;code&gt;be92881&lt;/code&gt;&lt;/a> chore: migrate to poly toolchain and regenerate bindings</li>
<li><a href="https://github.com/xberg-io/html-to-markdown/commit/e50f4d01f67e9439833a4a1cd0d4f034ba0af9a5&quot;&gt;&lt;code&gt;e50f4d0&lt;/code&gt;&lt;/a> chore: drop stale banner_url from alef.toml</li>
<li><a href="https://github.com/xberg-io/html-to-markdown/commit/061cbd53f4fe6d276e86ec5825d7c46ee063f506&quot;&gt;&lt;code&gt;061cbd5&lt;/code&gt;&lt;/a> chore(docs): serve brand assets from shared xberg-io/assets CDN</li>
<li><a href="https://github.com/xberg-io/html-to-markdown/commit/9ba2be35708322708ecdf94f672c5517de3840a7&quot;&gt;&lt;code&gt;9ba2be3&lt;/code&gt;&lt;/a> feat(docs): add Dart/Flutter unofficial binding to README (<a href="https://redirect.github.com/xberg-io/html-to-markdown/issues/425&quot;&gt;#425&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/xberg-io/html-to-markdown/commit/9236dcd072a5fe67882cb8fd36c589d1dedf16aa&quot;&gt;&lt;code&gt;9236dcd&lt;/code&gt;&lt;/a> chore(deps): bump com.fasterxml.jackson.core:jackson-databind (<a href="https://redirect.github.com/xberg-io/html-to-markdown/issues/423&quot;&gt;#423&lt;/a&gt;)&lt;/li>
<li>Additional commits viewable in <a href="https://github.com/xberg-io/html-to-markdown/compare/v3.7.2...v3.8.1&quot;&gt;compare view</a></li>
</ul>
</details>

<br />

Updates open from 5.3.5 to 5.3.6

Release notes

Sourced from open's releases.

v5.3.6

Bug Fixes

  • use PowerShell instead of wslview on WSL WSL users reported that wslu's wslview is discontinued and unavailable in some package managers. The regression tests cover the WSL command builder and initially failed because the first generated command was still wslview.

    Build the WSL opener as a PowerShell Start-Process -FilePath script argument with the target quoted as data, then retain the xdg-open, gio, gnome-open, and kde-open fallbacks. Update the user-facing docs and keep the WSL command builder testable from host builds without adding dev-dependencies.

Commit Statistics

  • 2 commits contributed to the release.
  • 48 days passed between releases.
  • 1 commit was understood as conventional.
  • 1 unique issue was worked on: #122

Commit Details

  • #122
    • Use PowerShell instead of wslview on WSL (44d1d41)
  • Uncategorized
    • Merge pull request #123 from Byron/avoid-wslview (41c4cf0)
Changelog

Sourced from open's changelog.

5.3.6 (2026-06-29)

Bug Fixes

  • use PowerShell instead of wslview on WSL WSL users reported that wslu's wslview is discontinued and unavailable in some package managers. The regression tests cover the WSL command builder and initially failed because the first generated command was still wslview.

    Build the WSL opener as a PowerShell Start-Process -FilePath script argument with the target quoted as data, then retain the xdg-open, gio, gnome-open, and kde-open fallbacks. Update the user-facing docs and keep the WSL command builder testable from host builds without adding dev-dependencies.

Commit Statistics

  • 2 commits contributed to the release.
  • 48 days passed between releases.
  • 1 commit was understood as conventional.
  • 1 unique issue was worked on: #122

Commit Details

  • #122
    • Use PowerShell instead of wslview on WSL (44d1d41)
  • Uncategorized
    • Merge pull request #123 from Byron/avoid-wslview (41c4cf0)
Commits

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the minor-and-patch group with 2 updates: [html-to-markdown-rs](https://github.com/xberg-io/html-to-markdown) and [open](https://github.com/Byron/open-rs).


Updates `html-to-markdown-rs` from 3.7.2 to 3.8.1
- [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.7.2...v3.8.1)

Updates `open` from 5.3.5 to 5.3.6
- [Release notes](https://github.com/Byron/open-rs/releases)
- [Changelog](https://github.com/Byron/open-rs/blob/main/changelog.md)
- [Commits](Byron/open-rs@v5.3.5...v5.3.6)

---
updated-dependencies:
- dependency-name: html-to-markdown-rs
  dependency-version: 3.8.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: open
  dependency-version: 5.3.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Jul 2, 2026
@dependabot dependabot Bot requested a review from MaximeGaudin as a code owner July 2, 2026 22:36
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Jul 2, 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 rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants