Skip to content

chore(deps): bump napi from 2.16.17 to 3.10.5#146

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/napi-3.9.3
Open

chore(deps): bump napi from 2.16.17 to 3.10.5#146
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/napi-3.9.3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 22, 2026

Copy link
Copy Markdown
Contributor

Bumps napi from 2.16.17 to 3.10.5.

Release notes

Sourced from napi's releases.

napi-v3.10.5

Fixed

  • (napi) release FunctionRef off the JS thread via the custom-GC TSFN (#3394)

napi-v3.10.4

Fixed

  • (cli) align build and project configuration (#3387)

Other

  • (readme) point sponsors image at napi.rs/sponsors.svg (#3379)

napi-v3.10.3

Fixed

  • (napi) preserve the JS error object when cloning an Error off-thread (#3375)

napi-v3.10.2

Fixed

  • (napi) keep message and cause when cloning a JS-exception Error off-thread (#3373)

napi-v3.10.1

Fixed

  • (napi) release Error's exception reference via the custom GC when dropped off-thread. (#3370)
  • (napi) stop ref exception object in ThreadsafeFunction sync-throw path on wasm targets (#3369)

Other

  • (napi) share class accessor trampolines (#3364)
  • optimize object field raw property access (#3365)

napi-v3.10.0

Added

  • (napi) implement To/FromNapiValue for OsString, OsStr, Path and PathBuf (#3339)

Fixed

  • (napi) route custom-GC Buffer/TypedArray cross-thread drops through the owning isolate (#3357) (#3360)

napi-v3.9.4

Other

  • (napi-derive) outline #[napi(object)] field-error decoration (#3338)

napi-v3.9.3

... (truncated)

Commits
  • 9709883 chore(napi): release v3.10.5 (#3395)
  • c931c97 fix(napi): release FunctionRef off the JS thread via the custom-GC TSFN (#3394)
  • 3812aa7 chore: release (#3380)
  • ce56779 chore(release): publish
  • b9825c7 fix(derive): defer receiver borrow until argument conversion (#3392)
  • aa49714 fix(cli): align build and project configuration (#3387)
  • 68cbb8d chore(deps): update yarn to v4.17.1 (#3385)
  • 3069f44 fix(sys): fall back to libnode.dll for symbol loading on MSVC targets (#3384)
  • b015713 fix(cli): validate cross-compilation flags upfront and document them accurate...
  • 81a35ce chore(deps): update dependency oxc-parser to ^0.139.0 (#3382)
  • Additional commits viewable in compare view

@dependabot @github

dependabot Bot commented on behalf of github Jun 22, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: dependabot, rust. Please create them before Dependabot can add them to a pull request.

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

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file semver-patch labels Jun 22, 2026
@dependabot dependabot Bot requested a review from a team as a code owner June 22, 2026 19:21
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jun 22, 2026
@dependabot dependabot Bot requested a review from a team as a code owner June 22, 2026 19:21
@datadog-datadog-prod-us1

This comment has been minimized.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: b9a01f2b19

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

anyhow = "1"
libdd-crashtracker = { git = "https://github.com/DataDog/libdatadog.git", tag = "v35.0.0" }
napi = { version = "2", features = ["serde-json"] }
napi = { version = "3", features = ["serde-json"] }

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Badge Enable compat-mode for crashtracker's v2 APIs

When building the crashtracker crate, this v3 dependency is resolved without compat-mode, but crates/crashtracker/src/unhandled_exception.rs still imports and uses napi::{JsFunction, JsObject}. In napi v3 those legacy JsValue types are only exported under compat-mode, so the crate will fail to compile instead of producing crashtracker.node; please add that feature here or migrate these calls to the v3 Object/Function APIs.

Useful? React with 👍 / 👎.

@dependabot dependabot Bot changed the title chore(deps): bump napi from 2.16.17 to 3.9.3 chore(deps): bump napi from 2.16.17 to 3.10.0 Jul 1, 2026
@dependabot dependabot Bot force-pushed the dependabot/cargo/napi-3.9.3 branch 3 times, most recently from bdc1958 to 582ad41 Compare July 2, 2026 15:56
@dependabot dependabot Bot changed the title chore(deps): bump napi from 2.16.17 to 3.10.0 chore(deps): bump napi from 2.16.17 to 3.10.3 Jul 6, 2026
@dependabot dependabot Bot force-pushed the dependabot/cargo/napi-3.9.3 branch from 582ad41 to 2c3961f Compare July 6, 2026 16:58
Bumps [napi](https://github.com/napi-rs/napi-rs) from 2.16.17 to 3.10.5.
- [Release notes](https://github.com/napi-rs/napi-rs/releases)
- [Commits](https://github.com/napi-rs/napi-rs/compare/napi@2.16.17...napi-v3.10.5)

---
updated-dependencies:
- dependency-name: napi
  dependency-version: 3.9.3
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title chore(deps): bump napi from 2.16.17 to 3.10.3 chore(deps): bump napi from 2.16.17 to 3.10.5 Jul 15, 2026
@dependabot dependabot Bot force-pushed the dependabot/cargo/napi-3.9.3 branch from 2c3961f to 99e7bfa Compare July 15, 2026 19:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file semver-patch

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants