Skip to content

chore(deps): bump napi-derive from 2.16.13 to 3.5.10#149

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

chore(deps): bump napi-derive from 2.16.13 to 3.5.10#149
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/napi-derive-3.5.6

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps napi-derive from 2.16.13 to 3.5.10.

Release notes

Sourced from napi-derive's releases.

napi-derive-v3.5.10

Other

  • updated the following local packages: napi-derive-backend

napi-derive-v3.5.9

Other

  • updated the following local packages: napi-derive-backend

napi-derive-v3.5.8

Other

  • updated the following local packages: napi-derive-backend

napi-derive-v3.5.7

Other

  • updated the following local packages: napi-derive-backend

napi-derive-v3.5.6

Fixed

  • (napi) invalid TypeScript generic syntax for type aliases (#3289)
  • (deps) update rust crate ctor to v1 (#3276)
  • (deps) update rust crate ctor to 0.13.0 (#3275)
  • (deps) update rust crate ctor to 0.12.0 (#3271)

napi-derive-v3.5.5

Fixed

  • (deps) update rust crate ctor to 0.11.0 (#3270)
  • (napi) Convert #[ctor] calls to declarative form to remove all features (#3257)

napi-derive-v3.5.4

Fixed

  • (deps) update rust crate ctor to v0.10.0 (#3224)
  • (deps) disable ctor priority feature (#3209)
  • (deps) update rust crate ctor to v0.9.1 (#3204)

napi-derive-v3.5.3

Fixed

  • (deps) update rust crate ctor to v0.8.0 (#3170)
  • (deps) update rust crate ctor to v0.7.0 (#3169)

napi-derive-v3.5.2

Fixed

... (truncated)

Commits
  • 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)
  • 4bff127 docs(readme): point sponsors image at napi.rs/sponsors.svg (#3379)
  • 1ac467e chore(napi): release v3.10.3 (#3376)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file semver-patch labels Jun 22, 2026
@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 requested review from a team as code owners June 22, 2026 19:22
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file semver-patch labels Jun 22, 2026

@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: 67485c4ff1

ℹ️ 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".

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

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 Keep napi-derive within the pinned Rust toolchain

This bumps napi-derive to the 3.x line, but napi-derive 3.5.6 declares rust-version = "1.88" in its upstream Cargo manifest while this repo pins Rust 1.87.0 in rust-toolchain.toml. Any normal cargo build/CI path that honors the repo toolchain will reject the dependency before compiling, so the native crates stop building unless the toolchain is upgraded in the same change or the dependency is kept on a 1.87-compatible release.

Useful? React with 👍 / 👎.

@datadog-datadog-prod-us1-2

This comment has been minimized.

@dependabot dependabot Bot changed the title chore(deps): bump napi-derive from 2.16.13 to 3.5.6 chore(deps): bump napi-derive from 2.16.13 to 3.5.8 Jul 1, 2026
@dependabot dependabot Bot force-pushed the dependabot/cargo/napi-derive-3.5.6 branch 3 times, most recently from 3320434 to 85aca50 Compare July 2, 2026 15:56
@dependabot dependabot Bot changed the title chore(deps): bump napi-derive from 2.16.13 to 3.5.8 chore(deps): bump napi-derive from 2.16.13 to 3.5.9 Jul 6, 2026
@dependabot dependabot Bot force-pushed the dependabot/cargo/napi-derive-3.5.6 branch from 85aca50 to fdc8e71 Compare July 6, 2026 16:58
Bumps [napi-derive](https://github.com/napi-rs/napi-rs) from 2.16.13 to 3.5.10.
- [Release notes](https://github.com/napi-rs/napi-rs/releases)
- [Commits](https://github.com/napi-rs/napi-rs/compare/napi-derive@2.16.13...napi-derive-v3.5.10)

---
updated-dependencies:
- dependency-name: napi-derive
  dependency-version: 3.5.6
  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-derive from 2.16.13 to 3.5.9 chore(deps): bump napi-derive from 2.16.13 to 3.5.10 Jul 15, 2026
@dependabot dependabot Bot force-pushed the dependabot/cargo/napi-derive-3.5.6 branch from fdc8e71 to 1a3fe11 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