Skip to content

Conversation

@depfu
Copy link
Contributor

@depfu depfu bot commented Jan 10, 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?

✳️ @​emnapi/core (1.7.1 → 1.8.1) · Repo

Release Notes

1.8.1

What's Changed

Full Changelog: v1.8.0...v1.8.1

1.8.0

What's Changed

Full Changelog: v1.7.1...v1.8.0

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 4 commits:


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 10, 2026 13:45
@depfu depfu bot added the depfu label Jan 10, 2026
@coderabbitai
Copy link

coderabbitai bot commented Jan 10, 2026

Walkthrough

The crates/node/npm/wasm32-wasi/package.json file has been updated to modify the @emnapi/core dependency version from ^1.7.1 to ^1.8.1. This version update is reflected in both the dependencies and bundledDependencies sections of the configuration file. No other functional changes, control flow modifications, or error handling adjustments are present. The public API remains unchanged.

🚥 Pre-merge checks | ✅ 2
✅ Passed checks (2 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly and accurately describes the main change: updating @emnapi/core from version 1.7.1 to 1.8.1.
Description check ✅ Passed The description is fully related to the changeset, providing release notes, changelog details, and upstream commit information for the @emnapi/core dependency update.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.


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

Copy link

@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 31: Update the dependency version for @emnapi/runtime to match
@emnapi/core by changing the @emnapi/runtime entry from ^1.7.1 to ^1.8.1 in
package.json so both @emnapi/core and @emnapi/runtime use ^1.8.1; ensure
package.json has "@emnapi/runtime": "^1.8.1" and run your package manager
install to update lockfiles.
📜 Review details

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 7971167 and 3ada0bc.

⛔ Files ignored due to path filters (1)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
📒 Files selected for processing (1)
  • 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). (7)
  • GitHub Check: macOS
  • GitHub Check: Windows
  • GitHub Check: Linux
  • GitHub Check: Linux / upgrade
  • GitHub Check: Linux / vite
  • GitHub Check: Linux / postcss
  • GitHub Check: Linux / cli

"dependencies": {
"@napi-rs/wasm-runtime": "^1.1.1",
"@emnapi/core": "^1.7.1",
"@emnapi/core": "^1.8.1",
Copy link

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

🏁 Script executed:

cat crates/node/npm/wasm32-wasi/package.json

Repository: tailwindlabs/tailwindcss

Length of output: 1109


🏁 Script executed:

# Check if @emnapi/core version 1.8.1 exists and get version info
npm view @emnapi/core@1.8.1 version 2>&1 || echo "Version not found or npm unavailable"
npm view @emnapi/core versions --json 2>&1 | tail -20

Repository: tailwindlabs/tailwindcss

Length of output: 284


🌐 Web query:

@emnapi/core 1.8.1 npm package release changelog features

💡 Result:

I couldn't find an official changelog or release notes specifically listing the features for @emnapi/core v1.8.1. NPM/Snyk show v1.8.1 as the latest published version, but the repository's GitHub release/tags or a CHANGELOG.md referencing 1.8.1 wasn't found in my search. Sources checked:

  • @emnapi/core package pages on npm. [1][2]
  • Snyk package page showing latest version 1.8.1. [3]
  • emnapi GitHub repository (no release notes/CHANGELOG entry for 1.8.1 found). [4]

If you want, I can:

  • Check the repo tags/releases again and open the v1.8.1 tag if present, or
  • Inspect the package tarball from the npm registry to extract the publish commit / package.json / changelog contents.

Which would you prefer?


🌐 Web query:

@emnapi/runtime @emnapi/core compatibility version requirements

💡 Result:

Short answer: @emnapi/runtime and @emnapi/core must use the same package version — install matching versions (exactly the same release). [1][2]

Sources:

  • emnapi Getting Started (tips: "Each package should match the same version"). [1]
  • emnapi npm page (same recommendation). [2]

Update @emnapi/runtime to ^1.8.1 to match @emnapi/core.

The @emnapi packages require matching versions. Both @emnapi/core (line 31) and @emnapi/runtime (line 32) must be at the same version. Update @emnapi/runtime from ^1.7.1 to ^1.8.1.

🤖 Prompt for AI Agents
In @crates/node/npm/wasm32-wasi/package.json at line 31, Update the dependency
version for @emnapi/runtime to match @emnapi/core by changing the
@emnapi/runtime entry from ^1.7.1 to ^1.8.1 in package.json so both @emnapi/core
and @emnapi/runtime use ^1.8.1; ensure package.json has "@emnapi/runtime":
"^1.8.1" and run your package manager install to update lockfiles.

@depfu
Copy link
Contributor Author

depfu bot commented Jan 10, 2026

Sorry, but the merge failed with:

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

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