Skip to content

Update @napi-rs/cli 3.4.1 → 3.5.1 (minor)#19528

Merged
RobinMalfait merged 1 commit intomainfrom
depfu/update/pnpm/@napi-rs/cli-3.5.1
Jan 6, 2026
Merged

Update @napi-rs/cli 3.4.1 → 3.5.1 (minor)#19528
RobinMalfait merged 1 commit intomainfrom
depfu/update/pnpm/@napi-rs/cli-3.5.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/cli (3.4.1 → 3.5.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:45
@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/cli development dependency in the Node.js crate's package configuration from version ^3.4.1 to ^3.5.1. This is a minor version update within the specified semver range. No other package dependencies or configuration changes are included in this update.

Pre-merge checks

✅ Passed checks (2 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly describes the main change: a minor version update of @napi-rs/cli from 3.4.1 to 3.5.1, which matches the changeset perfectly.
Description check ✅ Passed The description is related to the changeset, detailing the @napi-rs/cli version bump and noting that release information was unavailable, though it includes Depfu metadata.

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/package.json:
- Line 36: The package.json dependency entry for "@napi-rs/cli" currently
specifies a non-existent version "^3.5.1"; update the dependency to a valid
published version by replacing the version string for "@napi-rs/cli" in
package.json with "^3.5.0" so npm install can resolve the package. Ensure you
update only the version token for the "@napi-rs/cli" entry and run npm install
to verify resolution.
📜 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 d7ccc36.

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

"license": "MIT",
"devDependencies": {
"@napi-rs/cli": "^3.4.1",
"@napi-rs/cli": "^3.5.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/cli 3.5.1 release notes changelog

💡 Result:

I couldn't find any release notes or changelog entry for @napi-rs/cli version 3.5.1. The official changelog lists 3.5.0 (12/02/2025) and earlier releases — see the napi.rs changelog and the @napi-rs/cli docs. [1][2]

If you want, I can:

  • watch for a 3.5.1 entry and notify you, or
  • fetch the full changelog/compare URL to inspect recent commits between 3.5.0 and the repo HEAD.

Sources:
[1] napi.rs changelog (@napi-rs/cli entries).
[2] @napi-rs/cli docs / npm info.


🌐 Web query:

@napi-rs/cli npm package version 3.5.1

💡 Result:

I couldn't find a published @napi-rs/cli version 3.5.1.

  • Official npm listing shows latest published version 3.1.5. [1]
  • The napi.rs changelog and CDN list show a 3.5.0 release (but no 3.5.1). [2][3]

Sources: [1] npm package page, [2] napi.rs changelog, [3] jsDelivr package page.


🌐 Web query:

@napi-rs/cli breaking changes 3.4.1 to 3.5.1

💡 Result:

I couldn't find a @napi-rs/cli 3.5.1 release. The changelog shows 3.4.1 (Oct 24, 2025) and 3.5.0 (Dec 2, 2025) — 3.5.0 lists non-breaking changes (perf, dependency updates, use jsPackageName). No breaking changes are documented between 3.4.1 and 3.5.0, and there is no 3.5.1 entry in the project changelog or releases as of Jan 6, 2026. [1][2]

Sources:

  • @napi-rs/cli changelog (shows 3.4.1 and 3.5.0). [1]
  • NAPI-RS changelog overview. [2]

Version @napi-rs/cli@3.5.1 does not exist.

This version is not published in npm. The current stable releases are 3.4.1 (Oct 24, 2025) and 3.5.0 (Dec 2, 2025). Update the dependency to use "@napi-rs/cli": "^3.5.0" instead. The caret range ^3.5.1 will fail to resolve during npm install.

🤖 Prompt for AI Agents
In @crates/node/package.json at line 36, The package.json dependency entry for
"@napi-rs/cli" currently specifies a non-existent version "^3.5.1"; update the
dependency to a valid published version by replacing the version string for
"@napi-rs/cli" in package.json with "^3.5.0" so npm install can resolve the
package. Ensure you update only the version token for the "@napi-rs/cli" entry
and run npm install to verify resolution.

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 RobinMalfait enabled auto-merge (squash) January 6, 2026 11:43
@RobinMalfait RobinMalfait merged commit d5beb95 into main Jan 6, 2026
9 checks passed
@RobinMalfait RobinMalfait deleted the depfu/update/pnpm/@napi-rs/cli-3.5.1 branch January 6, 2026 11:44
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