mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
Update @emnapi/runtime 1.4.4 → 1.4.5 (patch) (#18666)
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request. ### What changed? #### ✳️ @emnapi/runtime (1.4.4 → 1.4.5) · [Repo](https://github.com/toyobayashi/emnapi) <details> <summary>Release Notes</summary> <h4><a href="https://github.com/toyobayashi/emnapi/releases/tag/v1.4.5">1.4.5</a></h4> <blockquote><h2 dir="auto">What's Changed</h2> <ul dir="auto"> <li>fix(wasm32-wasip1-threads): process never exit if trap in threads (<a href="https://bounce.depfu.com/github.com/toyobayashi/emnapi/pull/156">#156</a>)</li> </ul> <p dir="auto"><strong>Full Changelog</strong>: <a href="https://bounce.depfu.com/github.com/toyobayashi/emnapi/compare/v1.4.4...v1.4.5"><tt>v1.4.4...v1.4.5</tt></a></p></blockquote> <p><em>Does any of this look wrong? <a href="https://depfu.com/packages/npm/@emnapi%2Fruntime/feedback">Please let us know.</a></em></p> </details> <details> <summary>Commits</summary> <p><a href="87bb86c3a5...4afb0e72e2">See the full diff on Github</a>. The new version differs by 2 commits:</p> <ul> <li><a href="4afb0e72e2"><code>1.4.5</code></a></li> <li><a href="c2ffebf277"><code>fix(wasm32-wasip1-threads): process never exit if trap in threads (#156)</code></a></li> </ul> </details> ---  [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:
parent
ebb2d4395a
commit
ffb1d72016
@ -29,7 +29,7 @@
|
||||
"dependencies": {
|
||||
"@napi-rs/wasm-runtime": "^0.2.12",
|
||||
"@emnapi/core": "^1.4.4",
|
||||
"@emnapi/runtime": "^1.4.4",
|
||||
"@emnapi/runtime": "^1.4.5",
|
||||
"@tybys/wasm-util": "^0.10.0",
|
||||
"@emnapi/wasi-threads": "^1.0.4",
|
||||
"tslib": "^2.8.0"
|
||||
|
||||
19
pnpm-lock.yaml
generated
19
pnpm-lock.yaml
generated
@ -134,7 +134,7 @@ importers:
|
||||
devDependencies:
|
||||
'@napi-rs/cli':
|
||||
specifier: ^3.0.0-alpha.78
|
||||
version: 3.0.0-alpha.78(@emnapi/runtime@1.4.4)(@types/node@20.19.1)(emnapi@1.4.4(node-addon-api@8.3.0))
|
||||
version: 3.0.0-alpha.78(@emnapi/runtime@1.4.5)(@types/node@20.19.1)(emnapi@1.4.4(node-addon-api@8.3.0))
|
||||
'@napi-rs/wasm-runtime':
|
||||
specifier: ^0.2.12
|
||||
version: 0.2.12
|
||||
@ -168,8 +168,8 @@ importers:
|
||||
specifier: ^1.4.4
|
||||
version: 1.4.4
|
||||
'@emnapi/runtime':
|
||||
specifier: ^1.4.4
|
||||
version: 1.4.4
|
||||
specifier: ^1.4.5
|
||||
version: 1.4.5
|
||||
'@emnapi/wasi-threads':
|
||||
specifier: ^1.0.4
|
||||
version: 1.0.4
|
||||
@ -685,6 +685,9 @@ packages:
|
||||
'@emnapi/runtime@1.4.4':
|
||||
resolution: {integrity: sha512-hHyapA4A3gPaDCNfiqyZUStTMqIkKRshqPIuDOXv1hcBnD4U3l8cP0T1HMCfGRxQ6V64TGCcoswChANyOAwbQg==}
|
||||
|
||||
'@emnapi/runtime@1.4.5':
|
||||
resolution: {integrity: sha512-++LApOtY0pEEz1zrd9vy1/zXVaVJJ/EbAF3u0fXIzPJEDtnITsBGbbK0EkM72amhl/R5b+5xx0Y/QhcVOpuulg==}
|
||||
|
||||
'@emnapi/wasi-threads@1.0.3':
|
||||
resolution: {integrity: sha512-8K5IFFsQqF9wQNJptGbS6FNKgUTsSRYnTqNCG1vPP8jFdjSv18n2mQfJpkt2Oibo9iBEzcDnDxNwKTzC7svlJw==}
|
||||
|
||||
@ -4807,6 +4810,10 @@ snapshots:
|
||||
dependencies:
|
||||
tslib: 2.8.0
|
||||
|
||||
'@emnapi/runtime@1.4.5':
|
||||
dependencies:
|
||||
tslib: 2.8.0
|
||||
|
||||
'@emnapi/wasi-threads@1.0.3':
|
||||
dependencies:
|
||||
tslib: 2.8.0
|
||||
@ -5162,7 +5169,7 @@ snapshots:
|
||||
|
||||
'@img/sharp-wasm32@0.34.3':
|
||||
dependencies:
|
||||
'@emnapi/runtime': 1.4.4
|
||||
'@emnapi/runtime': 1.4.5
|
||||
optional: true
|
||||
|
||||
'@img/sharp-win32-arm64@0.34.3':
|
||||
@ -5336,7 +5343,7 @@ snapshots:
|
||||
'@jridgewell/resolve-uri': 3.1.2
|
||||
'@jridgewell/sourcemap-codec': 1.5.0
|
||||
|
||||
'@napi-rs/cli@3.0.0-alpha.78(@emnapi/runtime@1.4.4)(@types/node@20.19.1)(emnapi@1.4.4(node-addon-api@8.3.0))':
|
||||
'@napi-rs/cli@3.0.0-alpha.78(@emnapi/runtime@1.4.5)(@types/node@20.19.1)(emnapi@1.4.4(node-addon-api@8.3.0))':
|
||||
dependencies:
|
||||
'@inquirer/prompts': 7.4.1(@types/node@20.19.1)
|
||||
'@napi-rs/cross-toolchain': 0.0.19
|
||||
@ -5352,7 +5359,7 @@ snapshots:
|
||||
typanion: 3.14.0
|
||||
wasm-sjlj: 1.0.6
|
||||
optionalDependencies:
|
||||
'@emnapi/runtime': 1.4.4
|
||||
'@emnapi/runtime': 1.4.5
|
||||
emnapi: 1.4.4(node-addon-api@8.3.0)
|
||||
transitivePeerDependencies:
|
||||
- '@napi-rs/cross-toolchain-arm64-target-aarch64'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user