mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
Update emnapi 1.4.3 → 1.4.4 (patch) (#18534)
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.3 → 1.4.4) · [Repo](https://github.com/toyobayashi/emnapi) <details> <summary>Commits</summary> <p><a href="90c4c1b135...87bb86c3a5">See the full diff on Github</a>. The new version differs by 2 commits:</p> <ul> <li><a href="87bb86c3a5"><code>1.4.4</code></a></li> <li><a href="92d5bba8c7"><code>fix: `worker.onerror` may receive an `Event`</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
798a7bf905
commit
9cfd20b19b
@ -39,7 +39,7 @@
|
||||
"devDependencies": {
|
||||
"@napi-rs/cli": "^3.0.0-alpha.78",
|
||||
"@napi-rs/wasm-runtime": "^0.2.11",
|
||||
"emnapi": "1.4.3"
|
||||
"emnapi": "1.4.4"
|
||||
},
|
||||
"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.4)(@types/node@20.19.1)(emnapi@1.4.3(node-addon-api@8.3.0))
|
||||
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))
|
||||
'@napi-rs/wasm-runtime':
|
||||
specifier: ^0.2.11
|
||||
version: 0.2.11
|
||||
emnapi:
|
||||
specifier: 1.4.3
|
||||
version: 1.4.3(node-addon-api@8.3.0)
|
||||
specifier: 1.4.4
|
||||
version: 1.4.4(node-addon-api@8.3.0)
|
||||
|
||||
crates/node/npm/android-arm-eabi: {}
|
||||
|
||||
@ -2869,8 +2869,8 @@ packages:
|
||||
electron-to-chromium@1.5.119:
|
||||
resolution: {integrity: sha512-Ku4NMzUjz3e3Vweh7PhApPrZSS4fyiCIbcIrG9eKrriYVLmbMepETR/v6SU7xPm98QTqMSYiCwfO89QNjXLkbQ==}
|
||||
|
||||
emnapi@1.4.3:
|
||||
resolution: {integrity: sha512-qeLT07Xt4xNjlDJYtwtO664e44HXDaHnja7vWIy/g3xzZiNOcQh02gNblR6tkqnDzPPhc+dUeSYWbt6PoiYZKQ==}
|
||||
emnapi@1.4.4:
|
||||
resolution: {integrity: sha512-cq7665hIGMLliYusV9SV9JMDuIZ9iVBUcs/OhqawSqrEO/0gB1L5O80PLaEXauCnag4c1tPimCaBwKUYITeZLA==}
|
||||
peerDependencies:
|
||||
node-addon-api: '>= 6.1.0'
|
||||
peerDependenciesMeta:
|
||||
@ -5322,7 +5322,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.3(node-addon-api@8.3.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))':
|
||||
dependencies:
|
||||
'@inquirer/prompts': 7.4.1(@types/node@20.19.1)
|
||||
'@napi-rs/cross-toolchain': 0.0.19
|
||||
@ -5339,7 +5339,7 @@ snapshots:
|
||||
wasm-sjlj: 1.0.6
|
||||
optionalDependencies:
|
||||
'@emnapi/runtime': 1.4.4
|
||||
emnapi: 1.4.3(node-addon-api@8.3.0)
|
||||
emnapi: 1.4.4(node-addon-api@8.3.0)
|
||||
transitivePeerDependencies:
|
||||
- '@napi-rs/cross-toolchain-arm64-target-aarch64'
|
||||
- '@napi-rs/cross-toolchain-arm64-target-armv7'
|
||||
@ -6610,7 +6610,7 @@ snapshots:
|
||||
|
||||
electron-to-chromium@1.5.119: {}
|
||||
|
||||
emnapi@1.4.3(node-addon-api@8.3.0):
|
||||
emnapi@1.4.4(node-addon-api@8.3.0):
|
||||
optionalDependencies:
|
||||
node-addon-api: 8.3.0
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user