Update @tybys/wasm-util 0.9.0 → 0.10.0 (major) (#18541)

Here is everything you need to know about this upgrade. Please take a
good look at what changed and the test results before merging this pull
request.

### What changed?




#### ✳️ @​tybys/wasm-util (0.9.0 → 0.10.0) ·
[Repo](https://github.com/toyobayashi/wasm-util)





Sorry, we couldn't find anything useful about this release.











---
![Depfu
Status](https://depfu.com/badges/edd6acd35d74c8d41cbb540c30442adf/stats.svg)

[Depfu](https://depfu.com) will automatically keep this PR
conflict-free, as long as you don't add any commits to this branch
yourself. You can also trigger a rebase manually by commenting with
`@depfu rebase`.

<details><summary>All Depfu comment commands</summary>
<blockquote><dl>
<dt>@​depfu rebase</dt><dd>Rebases against your default branch and
redoes this update</dd>
<dt>@​depfu recreate</dt><dd>Recreates this PR, overwriting any edits
that you've made to it</dd>
<dt>@​depfu merge</dt><dd>Merges this PR once your tests are passing and
conflicts are resolved</dd>
<dt>@​depfu cancel merge</dt><dd>Cancels automatic merging of this
PR</dd>
<dt>@​depfu close</dt><dd>Closes this PR and deletes the branch</dd>
<dt>@​depfu reopen</dt><dd>Restores the branch and reopens this PR (if
it's closed)</dd>
<dt>@​depfu pause</dt><dd>Ignores all future updates for this dependency
and closes this PR</dd>
<dt>@​depfu pause [minor|major]</dt><dd>Ignores all future minor/major
updates for this dependency and closes this PR</dd>
<dt>@​depfu resume</dt><dd>Future versions of this dependency will
create PRs again (leaves this PR as is)</dd>
</dl></blockquote>
</details>

Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
This commit is contained in:
depfu[bot] 2025-07-15 10:14:57 -04:00 committed by GitHub
parent 2a4b0b59fd
commit ce0e775212
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 10 additions and 3 deletions

View File

@ -30,7 +30,7 @@
"@napi-rs/wasm-runtime": "^0.2.11",
"@emnapi/core": "^1.4.4",
"@emnapi/runtime": "^1.4.4",
"@tybys/wasm-util": "^0.9.0",
"@tybys/wasm-util": "^0.10.0",
"@emnapi/wasi-threads": "^1.0.3",
"tslib": "^2.8.0"
},

11
pnpm-lock.yaml generated
View File

@ -177,8 +177,8 @@ importers:
specifier: ^0.2.11
version: 0.2.11
'@tybys/wasm-util':
specifier: ^0.9.0
version: 0.9.0
specifier: ^0.10.0
version: 0.10.0
tslib:
specifier: ^2.8.0
version: 2.8.0
@ -2356,6 +2356,9 @@ packages:
peerDependencies:
tailwindcss: '>=3.0.0 || insiders || >=4.0.0-alpha.20 || >=4.0.0-beta.1'
'@tybys/wasm-util@0.10.0':
resolution: {integrity: sha512-VyyPYFlOMNylG45GoAe0xDoLwWuowvf92F9kySqzYh8vmYm7D2u4iUJKa1tOUpS70Ku13ASrOkS4ScXFsTaCNQ==}
'@tybys/wasm-util@0.9.0':
resolution: {integrity: sha512-6+7nlbMVX/PVDCwaIQ8nTOPveOcFLSt8GcXdx8hD0bt39uWxYT88uXzqTd4fTvqta7oeUJqudepapKNt2DYJFw==}
@ -5983,6 +5986,10 @@ snapshots:
postcss-selector-parser: 6.0.10
tailwindcss: link:packages/tailwindcss
'@tybys/wasm-util@0.10.0':
dependencies:
tslib: 2.8.0
'@tybys/wasm-util@0.9.0':
dependencies:
tslib: 2.8.0