mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
Update emnapi 1.4.4 → 1.4.5 (patch) (#18667)
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? #### ✳️ emnapi (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/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
3333d40249
commit
4f5c820894
@ -39,7 +39,7 @@
|
||||
"devDependencies": {
|
||||
"@napi-rs/cli": "^3.0.0-alpha.78",
|
||||
"@napi-rs/wasm-runtime": "^0.2.12",
|
||||
"emnapi": "1.4.4"
|
||||
"emnapi": "1.4.5"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 10"
|
||||
|
||||
16
pnpm-lock.yaml
generated
16
pnpm-lock.yaml
generated
@ -134,13 +134,13 @@ importers:
|
||||
devDependencies:
|
||||
'@napi-rs/cli':
|
||||
specifier: ^3.0.0-alpha.78
|
||||
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))
|
||||
version: 3.0.0-alpha.78(@emnapi/runtime@1.4.5)(@types/node@20.19.1)(emnapi@1.4.5(node-addon-api@8.3.0))
|
||||
'@napi-rs/wasm-runtime':
|
||||
specifier: ^0.2.12
|
||||
version: 0.2.12
|
||||
emnapi:
|
||||
specifier: 1.4.4
|
||||
version: 1.4.4(node-addon-api@8.3.0)
|
||||
specifier: 1.4.5
|
||||
version: 1.4.5(node-addon-api@8.3.0)
|
||||
|
||||
crates/node/npm/android-arm-eabi: {}
|
||||
|
||||
@ -2882,8 +2882,8 @@ packages:
|
||||
electron-to-chromium@1.5.119:
|
||||
resolution: {integrity: sha512-Ku4NMzUjz3e3Vweh7PhApPrZSS4fyiCIbcIrG9eKrriYVLmbMepETR/v6SU7xPm98QTqMSYiCwfO89QNjXLkbQ==}
|
||||
|
||||
emnapi@1.4.4:
|
||||
resolution: {integrity: sha512-cq7665hIGMLliYusV9SV9JMDuIZ9iVBUcs/OhqawSqrEO/0gB1L5O80PLaEXauCnag4c1tPimCaBwKUYITeZLA==}
|
||||
emnapi@1.4.5:
|
||||
resolution: {integrity: sha512-qYEfWKYngSahxc6Y+zajiiwzhhn5TkRci3BLQFKHVqT3vxj061IWCgaESZ9921OsbPiyetX43kckXw80dj9d6g==}
|
||||
peerDependencies:
|
||||
node-addon-api: '>= 6.1.0'
|
||||
peerDependenciesMeta:
|
||||
@ -5343,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.5)(@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.5(node-addon-api@8.3.0))':
|
||||
dependencies:
|
||||
'@inquirer/prompts': 7.4.1(@types/node@20.19.1)
|
||||
'@napi-rs/cross-toolchain': 0.0.19
|
||||
@ -5360,7 +5360,7 @@ snapshots:
|
||||
wasm-sjlj: 1.0.6
|
||||
optionalDependencies:
|
||||
'@emnapi/runtime': 1.4.5
|
||||
emnapi: 1.4.4(node-addon-api@8.3.0)
|
||||
emnapi: 1.4.5(node-addon-api@8.3.0)
|
||||
transitivePeerDependencies:
|
||||
- '@napi-rs/cross-toolchain-arm64-target-aarch64'
|
||||
- '@napi-rs/cross-toolchain-arm64-target-armv7'
|
||||
@ -6628,7 +6628,7 @@ snapshots:
|
||||
|
||||
electron-to-chromium@1.5.119: {}
|
||||
|
||||
emnapi@1.4.4(node-addon-api@8.3.0):
|
||||
emnapi@1.4.5(node-addon-api@8.3.0):
|
||||
optionalDependencies:
|
||||
node-addon-api: 8.3.0
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user