Skip to content

Update @napi-rs/wasm-runtime 1.1.0 → 1.1.1 (patch)#19527

Merged
RobinMalfait merged 1 commit intomainfrom
depfu/update/pnpm/@napi-rs/wasm-runtime-1.1.1
Jan 6, 2026
Merged

Update @napi-rs/wasm-runtime 1.1.0 → 1.1.1 (patch)#19527
RobinMalfait merged 1 commit intomainfrom
depfu/update/pnpm/@napi-rs/wasm-runtime-1.1.1

Conversation

@depfu
Copy link
Copy Markdown
Contributor

@depfu depfu bot commented Jan 6, 2026

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?

✳️ @​napi-rs/wasm-runtime (1.1.0 → 1.1.1) · Repo

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


Depfu Status

Depfu 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.

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

@depfu depfu bot requested a review from a team as a code owner January 6, 2026 08:25
@depfu depfu bot added the depfu label Jan 6, 2026
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai bot commented Jan 6, 2026

Walkthrough

This pull request updates the @napi-rs/wasm-runtime dependency version from ^1.1.0 to ^1.1.1 in two package.json files under crates/node (crates/node/npm/wasm32-wasi/package.json and crates/node/package.json). The changes are limited to dependency version bumps; there are no modifications to code logic, control flow, or exported/public entity declarations.

Pre-merge checks

✅ Passed checks (2 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately describes the main change: a patch version bump of @napi-rs/wasm-runtime from 1.1.0 to 1.1.1 across the dependency manifests.
Description check ✅ Passed The description is related to the changeset as it documents the dependency update, though it notes that no useful release notes were found for the new version.

📜 Recent review details

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between a429ae7 and ce8fd46.

⛔ Files ignored due to path filters (1)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
📒 Files selected for processing (2)
  • crates/node/npm/wasm32-wasi/package.json
  • crates/node/package.json
🚧 Files skipped from review as they are similar to previous changes (2)
  • crates/node/package.json
  • crates/node/npm/wasm32-wasi/package.json
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (6)
  • GitHub Check: Linux / upgrade
  • GitHub Check: Linux / cli
  • GitHub Check: Linux / vite
  • GitHub Check: Linux / postcss
  • GitHub Check: Windows
  • GitHub Check: Linux

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Copy Markdown
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Fix all issues with AI Agents
In @crates/node/npm/wasm32-wasi/package.json:
- Line 30: The package.json dependency for "@napi-rs/wasm-runtime" references a
non-existent version "^1.1.1"; update that version string to a published release
(e.g., "^1.1.0" or "^1.0.3") in the dependency list, then regenerate the
lockfile by running the package manager (npm install / npm ci) so the resolved
version is recorded; ensure the change is made to the dependency entry for
"@napi-rs/wasm-runtime" and include the updated lockfile in the commit.
📜 Review details

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between c07d4a7 and a429ae7.

⛔ Files ignored due to path filters (1)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
📒 Files selected for processing (2)
  • crates/node/npm/wasm32-wasi/package.json
  • crates/node/package.json
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (8)
  • GitHub Check: Linux / oxide
  • GitHub Check: Linux / postcss
  • GitHub Check: Linux / upgrade
  • GitHub Check: Windows
  • GitHub Check: macOS
  • GitHub Check: Linux / cli
  • GitHub Check: Linux / vite
  • GitHub Check: Linux
🔇 Additional comments (1)
crates/node/package.json (1)

37-37: LGTM! Consistent dependency update.

The devDependency version update is consistent with the dependency update in crates/node/npm/wasm32-wasi/package.json. Both files are correctly updated to version 1.1.1.

"browser": "tailwindcss-oxide.wasi-browser.js",
"dependencies": {
"@napi-rs/wasm-runtime": "^1.1.0",
"@napi-rs/wasm-runtime": "^1.1.1",
Copy link
Copy Markdown
Contributor

@coderabbitai coderabbitai bot Jan 6, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🔴 Critical

🧩 Analysis chain

🌐 Web query:

@napi-rs/wasm-runtime version 1.1.1 npm package releases changelog

💡 Result:

I couldn’t find a published @napi-rs/wasm-runtime v1.1.1 or a changelog for that version. The npm registry shows latest published v1.0.3, and CDN/registry listings indicate v1.1.0 as a published tag — but no v1.1.1 release was found. [1][2][3]

Sources:

  • npm package page (shows v1.0.3 as current on npm). [1]
  • jsDelivr / package listing (shows v1.1.0). [2]
  • Yarn/package index (version history showing v1.1.0 as latest tag). [3]

If you want, I can:

  • search the napi-rs GitHub releases/tags and produce a changelog for the latest actual release, or
  • notify you if/when v1.1.1 appears and fetch its changelog.

🌐 Web query:

@napi-rs/wasm-runtime security vulnerabilities CVE

💡 Result:

No known CVEs have been reported for the @napi-rs/wasm-runtime package as of Jan 6, 2026 — security scanners (Snyk, ReversingLabs) show no direct vulnerabilities for the package. [1][2] (Note: there are CVEs for other Wasm runtimes such as WAMR/Wasmer/Wasmtime, but those affect different projects, not @napi-rs/wasm-runtime.) [3]

Sources:

  • Snyk package page for @napi-rs/wasm-runtime. [1]
  • ReversingLabs / Spectra Assure scan for @napi-rs/wasm-runtime. [2]
  • Example NVD entry for a Wasm runtime CVE (WAMR) — included to show related but separate runtime CVEs. [3]

🏁 Script executed:

cat -n crates/node/npm/wasm32-wasi/package.json | grep -A 2 -B 2 "@napi-rs/wasm-runtime"

Repository: tailwindlabs/tailwindcss

Length of output: 416


Version @napi-rs/wasm-runtime@1.1.1 does not exist on npm.

The npm registry shows v1.0.3 as the latest published release, and v1.1.0 exists but v1.1.1 does not. With the caret constraint (^1.1.1), npm will fail to resolve this dependency during installation. Update to either ^1.1.0 or ^1.0.3 depending on which is the intended version.

🤖 Prompt for AI Agents
In @crates/node/npm/wasm32-wasi/package.json at line 30, The package.json
dependency for "@napi-rs/wasm-runtime" references a non-existent version
"^1.1.1"; update that version string to a published release (e.g., "^1.1.0" or
"^1.0.3") in the dependency list, then regenerate the lockfile by running the
package manager (npm install / npm ci) so the resolved version is recorded;
ensure the change is made to the dependency entry for "@napi-rs/wasm-runtime"
and include the updated lockfile in the commit.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It does exist, that's why it got updated.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems like the humans are having a chat. I'll hop back into my burrow for now. If you need me again, just tag @coderabbitai in a new comment, and I'll come hopping out!

@depfu
Copy link
Copy Markdown
Contributor Author

depfu bot commented Jan 6, 2026

Sorry, but the merge failed with:

At least 1 approving review is required by reviewers with write access.

@RobinMalfait
Copy link
Copy Markdown
Member

@depfu rebase

@RobinMalfait RobinMalfait enabled auto-merge (squash) January 6, 2026 11:44
@depfu depfu bot force-pushed the depfu/update/pnpm/@napi-rs/wasm-runtime-1.1.1 branch from a429ae7 to ce8fd46 Compare January 6, 2026 11:45
@RobinMalfait RobinMalfait merged commit dc432aa into main Jan 6, 2026
9 checks passed
@RobinMalfait RobinMalfait deleted the depfu/update/pnpm/@napi-rs/wasm-runtime-1.1.1 branch January 6, 2026 11:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant