chore(deps): update @napi-rs/cli and emnapi, group emnapi in renovate - #106
Merged
Merged
Conversation
- @napi-rs/cli ^3.8.6 -> ^3.9.1 - @emnapi/core, @emnapi/runtime, emnapi ^2.0.0-alpha.4 -> ^2.0.0-alpha.5 - re-generate example/index.d.ts with the new CLI - group emnapi + @emnapi/** into one Renovate PR Renovate PRs #95 and #96 only changed the transitive ^1.5.0 lockfile entries; the direct deps stayed at 2.0.0-alpha.4. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01JjK8HMMuqWV6MHJDs9bCgY
Bugbot couldn't run - usage limit reachedBugbot is counted against Cursor usage for this user or team, and this run hit a usage or spend limit. A user or team admin can review and increase usage limits in the Cursor dashboard. (requestId: serverGenReqId_a3afccf8-1b6c-4183-b1e5-f7f8bbb5d380) |
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |
Merged
Brooooooklyn
pushed a commit
that referenced
this pull request
Sep 14, 2026
## 🤖 New release * `libmimalloc-sys2`: 0.1.62 -> 0.1.63 (✓ API compatible changes) * `mimalloc-safe`: 0.1.66 -> 0.1.67 (✓ API compatible changes) <details><summary><i><b>Changelog</b></i></summary><p> ## `libmimalloc-sys2` <blockquote> ## [0.1.63] - 2026-09-14 ### Chore - *(deps)* Update mimalloc to v2.5.2 and mimalloc3 to v3.5.2 + init fix ([#104](#104)) </blockquote> ## `mimalloc-safe` <blockquote> ## [0.1.67] - 2026-09-14 ### Chore - *(deps)* Update mimalloc to v2.5.2 and mimalloc3 to v3.5.2 + init fix ([#104](#104)) - *(deps)* Update @napi-rs/cli and emnapi, group emnapi in renovate ([#106](#106)) </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/release-plz/release-plz/). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
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.
Changes
@napi-rs/cli^3.8.6^3.9.1@emnapi/core^2.0.0-alpha.4^2.0.0-alpha.5@emnapi/runtime^2.0.0-alpha.4^2.0.0-alpha.5emnapi^2.0.0-alpha.4^2.0.0-alpha.5example/index.d.tsis re-generated with CLI 3.9.1 (one blank line after the header)..github/renovate.jsongroupsemnapiand@emnapi/**into one Renovate PR.Why
Renovate PRs #95 and #96 said they updated
@emnapi/*toalpha.5. They only changed the transitive^1.5.0lockfile entries. The direct deps stayed at2.0.0-alpha.4.Verification
yarn installresolved the four deps to the new versionsyarn build(native) passesyarn build --target wasm32-wasip1-threadspasses with emnapi2.0.0-alpha.5renovate-config-validatorreports the config is validyarn install --immutablepasses🤖 Generated with Claude Code
https://claude.ai/code/session_01JjK8HMMuqWV6MHJDs9bCgY
Note
Low Risk
Example-only devDependency and lockfile updates plus Renovate grouping; no runtime or security-sensitive application logic changes.
Overview
Bumps the example NAPI/WASM toolchain so direct devDependencies match the intended emnapi
2.0.0-alpha.5line and@napi-rs/cli^3.9.1, withexample/yarn.lockrefreshed (including transitive bumps such as@emnapi/wasi-threadsandjs-yamlfrom the CLI).Adds a Renovate
packageRulesgroup namedemnapiforemnapiand@emnapi/**so future emnapi-related updates land in one PR. Regeneratesexample/index.d.tsvia the newer CLI (cosmetic blank line after the header).Reviewed by Cursor Bugbot for commit a320542. Bugbot is set up for automated code reviews on this repo. Configure here.