Skip to content

chore(deps):(deps-dev): bump @emnapi/core from 1.4.3 to 1.4.5#77

Merged
Eibon7 merged 1 commit intomainfrom
dependabot/npm_and_yarn/emnapi/core-1.4.5
Aug 18, 2025
Merged

chore(deps):(deps-dev): bump @emnapi/core from 1.4.3 to 1.4.5#77
Eibon7 merged 1 commit intomainfrom
dependabot/npm_and_yarn/emnapi/core-1.4.5

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 18, 2025

Bumps @emnapi/core from 1.4.3 to 1.4.5.

Release notes

Sourced from @​emnapi/core's releases.

v1.4.5

What's Changed

  • fix(wasm32-wasip1-threads): process never exit if trap in threads (#156)

Full Changelog: toyobayashi/emnapi@v1.4.4...v1.4.5

v1.4.4

What's Changed

  • fix: worker.onerror may receive an Event (92d5bba)

Full Changelog: toyobayashi/emnapi@v1.4.3...v1.4.4

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@emnapi/core](https://github.com/toyobayashi/emnapi) from 1.4.3 to 1.4.5.
- [Release notes](https://github.com/toyobayashi/emnapi/releases)
- [Commits](toyobayashi/emnapi@v1.4.3...v1.4.5)

---
updated-dependencies:
- dependency-name: "@emnapi/core"
  dependency-version: 1.4.5
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 18, 2025

Assignees

The following users could not be added as assignees: emiliopostigo. Either the username does not exist or it does not have the correct permissions to be added as an assignee.

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot bot added the backend label Aug 18, 2025
@Eibon7
Copy link
Owner

Eibon7 commented Aug 18, 2025

@claude Can you review this please?

@claude
Copy link
Contributor

claude bot commented Aug 18, 2025

Claude finished @Eibon7's task —— View job


Reviewing Dependabot PR: @emnapi/core 1.4.3 → 1.4.5

Todo List:

  • Analyze package-lock.json changes
  • Review dependency usage in codebase
  • Assess release notes and bug fixes
  • Check for compatibility concerns
  • Provide merge recommendation

✅ Review Complete - SAFE TO MERGE

Summary

This dependabot PR updates @emnapi/core from 1.4.3 to 1.4.5, addressing critical WebAssembly threading issues. This is a low-risk, beneficial update.

Dependency Context

  • @emnapi/core is a transitive dependency via @tailwindcss/oxide-wasm32-wasi
  • Used for WebAssembly Node-API bindings in TailwindCSS's compilation engine
  • The project doesn't directly depend on this package - it's bundled within TailwindCSS

Changes Analysis

The update includes two important bug fixes:

  1. v1.4.4: Fixed worker.onerror event handling
  2. v1.4.5: Critical fix - resolved process exit issues in WebAssembly threads (#156)

Risk Assessment

  • Zero breaking changes - only bug fixes
  • Patch-level updates following semantic versioning
  • Well-maintained library with detailed changelog
  • Isolated impact - only affects TailwindCSS WASM compilation
  • Critical threading fix improves stability

Recommendation

✅ Approve and merge immediately. This update:

  • Fixes critical WebAssembly threading issues that could cause hanging processes
  • Improves TailwindCSS compilation stability
  • Has no compatibility concerns or breaking changes
  • Benefits from automated dependency management via dependabot

The threading fix in v1.4.5 is particularly important for production stability.

@Eibon7 Eibon7 merged commit 0ac2781 into main Aug 18, 2025
5 checks passed
@Eibon7 Eibon7 deleted the dependabot/npm_and_yarn/emnapi/core-1.4.5 branch August 18, 2025 17:33
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