Bump github.com/tetratelabs/wazero from 1.9.0 to 1.11.0 #2761

Merged
dependabot[bot] merged 1 commit from refs/pull/2761/head into staging 2026-01-27 01:58:16 +00:00
dependabot[bot] commented 2026-01-26 02:31:21 +00:00 (Migrated from github.com)
Owner

Imported from GitHub pull request.

Original GitHub pull request: #2510
Original author: @dependabot[bot]
Original URL: https://github.com/carverauto/serviceradar/pull/2510
Original created: 2026-01-26T02:31:21Z
Original updated: 2026-01-27T01:58:17Z
Original head: carverauto/serviceradar:dependabot/go_modules/github.com/tetratelabs/wazero-1.11.0
Original base: staging
Original merged: 2026-01-27T01:58:16Z by @mfreeman451

Bumps github.com/tetratelabs/wazero from 1.9.0 to 1.11.0.

Release notes

Sourced from github.com/tetratelabs/wazero's releases.

v1.11.0

Hi wazero friends! The new release of wazero v1.11.0 has arrived.

This release is a small "break with the past" it the sense that we added one go.mod dependency to wazero: golang.org/x/sys; read the rational for why.

Behavioral changes

Bug fixes

New Contributors

Full Changelog: https://github.com/wazero/wazero/compare/v1.10.1...v1.11.0

v1.10.1

Hiya again! We're releasing wazero v1.10.1 to fix #2444.

This small change that was breaking the release process was picked up and flagged by sum.golang.org. We're sorry for any inconvenience this caused.

There were no other changes, so the changelog since v1.9.0 covers everything that's relevant.

Experimental Features

Behavioral changes

Bug fixes

Optimizations

Commits

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)
Imported from GitHub pull request. Original GitHub pull request: #2510 Original author: @dependabot[bot] Original URL: https://github.com/carverauto/serviceradar/pull/2510 Original created: 2026-01-26T02:31:21Z Original updated: 2026-01-27T01:58:17Z Original head: carverauto/serviceradar:dependabot/go_modules/github.com/tetratelabs/wazero-1.11.0 Original base: staging Original merged: 2026-01-27T01:58:16Z by @mfreeman451 --- Bumps [github.com/tetratelabs/wazero](https://github.com/tetratelabs/wazero) from 1.9.0 to 1.11.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/tetratelabs/wazero/releases">github.com/tetratelabs/wazero's releases</a>.</em></p> <blockquote> <h2>v1.11.0</h2> <p>Hi wazero friends! The new release of wazero v1.11.0 has arrived.</p> <p>This release is a small &quot;break with the past&quot; it the sense that we added one <code>go.mod</code> dependency to wazero: <code>golang.org/x/sys</code>; read the <a href="https://github.com/wazero/wazero/blob/main/RATIONALE.md#why-xsys">rational</a> for why.</p> <h2>Behavioral changes</h2> <ul> <li>77db9681 Require Go 1.24 (<a href="https://redirect.github.com/tetratelabs/wazero/issues/2448">#2448</a>) <a href="https://github.com/ncruces"><code>@​ncruces</code></a></li> <li>fe2e7519 Use golang.org/x/sys (<a href="https://redirect.github.com/tetratelabs/wazero/issues/2443">#2443</a>) <a href="https://github.com/ncruces"><code>@​ncruces</code></a></li> </ul> <h2>Bug fixes</h2> <ul> <li>92864489 Update Wasm 2.0 spec tests. (<a href="https://redirect.github.com/tetratelabs/wazero/issues/2458">#2458</a>) <a href="https://github.com/ncruces"><code>@​ncruces</code></a></li> <li>5e7c35eb Fix race condition in refCount initialization (<a href="https://redirect.github.com/tetratelabs/wazero/issues/2447">#2447</a>) <a href="https://github.com/jackorse"><code>@​jackorse</code></a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/jackorse"><code>@​jackorse</code></a> made their first contribution in <a href="https://redirect.github.com/tetratelabs/wazero/issues/2447">#2447</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/wazero/wazero/compare/v1.10.1...v1.11.0">https://github.com/wazero/wazero/compare/v1.10.1...v1.11.0</a></p> <h2>v1.10.1</h2> <p>Hiya again! We're releasing wazero v1.10.1 to fix <a href="https://redirect.github.com/tetratelabs/wazero/issues/2444">#2444</a>.</p> <p>This <a href="https://github.com/wazero/wazero/compare/866305b2afe377c982567a8ffaf55be4e1f632ee..ee3f9d9c5c6689bbf30824aec049371aaa239f4c">small change</a> that was breaking the release process was picked up and flagged by <code>sum.golang.org</code>. We're sorry for any inconvenience this caused.</p> <p>There were no other changes, so the changelog since v1.9.0 covers everything that's relevant.</p> <h2>Experimental Features</h2> <ul> <li>5dd247b6 Concurrent Wasm compilation (<a href="https://redirect.github.com/tetratelabs/wazero/issues/2381">#2381</a>) <a href="https://github.com/davidmdm"><code>@​davidmdm</code></a></li> <li>481bac90 Tail-call proposal (<a href="https://redirect.github.com/tetratelabs/wazero/issues/2403">#2403</a>) <a href="https://github.com/evacchi"><code>@​evacchi</code></a></li> </ul> <h2>Behavioral changes</h2> <ul> <li>70ea0062 Use Go 1.25 and require Go 1.23 (<a href="https://redirect.github.com/tetratelabs/wazero/issues/2419">#2419</a>) <a href="https://github.com/mathetake"><code>@​mathetake</code></a></li> <li>b94a4307 Always use W^X if possible for security (<a href="https://redirect.github.com/tetratelabs/wazero/issues/2429">#2429</a>) <a href="https://github.com/ncruces"><code>@​ncruces</code></a></li> </ul> <h2>Bug fixes</h2> <ul> <li>26d5f5eb arm64: Account for imported funcs in the branch to a relocation island (<a href="https://redirect.github.com/tetratelabs/wazero/issues/2387">#2387</a>) <a href="https://github.com/evacchi"><code>@​evacchi</code></a></li> <li>82181973, fc438ce6 WASI fixes (<a href="https://redirect.github.com/tetratelabs/wazero/issues/2412">#2412</a>, <a href="https://redirect.github.com/tetratelabs/wazero/issues/2415">#2415</a>) <a href="https://github.com/QuLogic"><code>@​QuLogic</code></a></li> <li>7d48ca57 Introduce reference counting for compiled modules (<a href="https://redirect.github.com/tetratelabs/wazero/issues/2427">#2427</a>) <a href="https://github.com/burak-ok"><code>@​burak-ok</code></a></li> <li>514cdb33 Fix getisar0 SIGILL on old Linux kernels running on ARM64 (<a href="https://redirect.github.com/tetratelabs/wazero/issues/2439">#2439</a>) <a href="https://github.com/deluan"><code>@​deluan</code></a></li> </ul> <h2>Optimizations</h2> <ul> <li>242ae911 Optimize/streamline fill operations (<a href="https://redirect.github.com/tetratelabs/wazero/issues/2395">#2395</a>) <a href="https://github.com/ncruces"><code>@​ncruces</code></a></li> <li>7e756723 Eliminate repeated allocations in compiler (<a href="https://redirect.github.com/tetratelabs/wazero/issues/2430">#2430</a>) <a href="https://github.com/MaanasSathaye"><code>@​MaanasSathaye</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/wazero/wazero/commit/fe2e75192a79e7ff9f583825ed92a6e1fa3293d8"><code>fe2e751</code></a> Use golang.org/x/sys (<a href="https://redirect.github.com/tetratelabs/wazero/issues/2443">#2443</a>)</li> <li><a href="https://github.com/wazero/wazero/commit/9286448974219ab3be09312bf029ebaf2ea0ee5b"><code>9286448</code></a> Update Wasm 2.0 spec tests. (<a href="https://redirect.github.com/tetratelabs/wazero/issues/2458">#2458</a>)</li> <li><a href="https://github.com/wazero/wazero/commit/af80797dba6f533cb4d54b39e5b2ac1e531082fa"><code>af80797</code></a> Add go-libtiff to users.md (<a href="https://redirect.github.com/tetratelabs/wazero/issues/2457">#2457</a>)</li> <li><a href="https://github.com/wazero/wazero/commit/77db9681ccf9329c055a1e138bb1f4161112180c"><code>77db968</code></a> Change version policy to two versions. (<a href="https://redirect.github.com/tetratelabs/wazero/issues/2448">#2448</a>)</li> <li><a href="https://github.com/wazero/wazero/commit/275c9a015bd61951d109b614e12a57bec34af560"><code>275c9a0</code></a> Simplify utimens. (<a href="https://redirect.github.com/tetratelabs/wazero/issues/2449">#2449</a>)</li> <li><a href="https://github.com/wazero/wazero/commit/5e7c35ebc109e1d1a1a4f81d823232460c0f5bf4"><code>5e7c35e</code></a> Fix race condition in refCount initialization (<a href="https://redirect.github.com/tetratelabs/wazero/issues/2447">#2447</a>)</li> <li><a href="https://github.com/wazero/wazero/commit/cc1ca4c601e37706d8636bef044ee8994e97d5e6"><code>cc1ca4c</code></a> Streamline build tags: remove tinygo, cgo (<a href="https://redirect.github.com/tetratelabs/wazero/issues/2446">#2446</a>)</li> <li><a href="https://github.com/wazero/wazero/commit/ee3f9d9c5c6689bbf30824aec049371aaa239f4c"><code>ee3f9d9</code></a> Fix syntax in release workflow (<a href="https://redirect.github.com/tetratelabs/wazero/issues/2442">#2442</a>)</li> <li><a href="https://github.com/wazero/wazero/commit/866305b2afe377c982567a8ffaf55be4e1f632ee"><code>866305b</code></a> Update runners, remove signed MSI (<a href="https://redirect.github.com/tetratelabs/wazero/issues/2441">#2441</a>)</li> <li><a href="https://github.com/wazero/wazero/commit/7d48ca57367e477675f97fe9b495d523f367b591"><code>7d48ca5</code></a> Introduce reference counting for compiled modules (<a href="https://redirect.github.com/tetratelabs/wazero/issues/2427">#2427</a>)</li> <li>Additional commits viewable in <a href="https://github.com/tetratelabs/wazero/compare/v1.9.0...v1.11.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/tetratelabs/wazero&package-manager=go_modules&previous-version=1.9.0&new-version=1.11.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details>
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
carverauto/serviceradar!2761
No description provided.