Sync wasm32-wasi package lockfile dependency versions#20024
Open
mike-lmctl wants to merge 1 commit intotailwindlabs:mainfrom
Open
Sync wasm32-wasi package lockfile dependency versions#20024mike-lmctl wants to merge 1 commit intotailwindlabs:mainfrom
mike-lmctl wants to merge 1 commit intotailwindlabs:mainfrom
Conversation
The wasm32-wasi package manifest already requires @napi-rs/wasm-runtime ^1.1.4 and matching @emnapi packages, but its nested pnpm lockfile still resolved older 1.0.x/1.5.x packages. Regenerate that nested lockfile so the bundled dependency tree matches the package manifest. Tested: pnpm install --lockfile-only --ignore-workspace --lockfile-dir . (from crates/node/npm/wasm32-wasi) Tested: pnpm install --ignore-workspace --frozen-lockfile --ignore-scripts (from crates/node/npm/wasm32-wasi)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #20016
Summary
The
@tailwindcss/oxide-wasm32-wasipackage manifest already declares@napi-rs/wasm-runtimeas^1.1.4, along with the newer matching@emnapi/*dependencies, but its nestedpnpm-lock.yamlstill resolved the older1.0.5runtime and1.5.0@emnapipackages.This regenerates the nested wasm32-wasi lockfile so the bundled dependency tree matches the package manifest.
Test plan
Ran these from
crates/node/npm/wasm32-wasi:The frozen install reports the lockfile is up to date.