Skip to content

Bump napi from 3.10.5 to 3.11.0 in /native/aa-ffi-node#320

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/native/aa-ffi-node/napi-3.11.0
Closed

Bump napi from 3.10.5 to 3.11.0 in /native/aa-ffi-node#320
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/native/aa-ffi-node/napi-3.11.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 21, 2026

Copy link
Copy Markdown
Contributor

Bumps napi from 3.10.5 to 3.11.0.

Release notes

Sourced from napi's releases.

napi-v3.11.0

Added

  • unforgeable #[napi] class identity via Node object type tags (#3405)
  • (napi) add pluggable async runtime backend (#3352)

Fixed

  • (napi) release JsDeferred tsfn on null-env teardown drain (#3404 follow-up) (#3408)
  • (napi) guard JsDeferred against env teardown (#3404)
  • (napi) register the async runtime env cleanup hook per registration (#3400)

Other

  • (napi) share tracing callsite (#3409)
Commits
  • 679eb79 chore: release (#3401)
  • 762a0e3 chore(release): publish
  • 587ae14 perf(napi): share tracing callsite (#3409)
  • 02d8ccd fix(napi): release JsDeferred tsfn on null-env teardown drain (#3404 follow-u...
  • b635204 fix(napi): guard JsDeferred against env teardown (#3404)
  • 729ebed feat: unforgeable #[napi] class identity via Node object type tags (#3405)
  • 0a4681d fix(cli): don't force-build crates whose optional napi-derive dependency is d...
  • 392ec40 chore(deps): update dependency c8 to v12 (#3403)
  • d618d7e feat(napi): add pluggable async runtime backend (#3352)
  • 1817ed2 fix(napi): register the async runtime env cleanup hook per registration (#3400)
  • Additional commits viewable in compare view

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 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 [napi](https://github.com/napi-rs/napi-rs) from 3.10.5 to 3.11.0.
- [Release notes](https://github.com/napi-rs/napi-rs/releases)
- [Commits](napi-rs/napi-rs@napi-v3.10.5...napi-v3.11.0)

---
updated-dependencies:
- dependency-name: napi
  dependency-version: 3.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

dependabot Bot commented on behalf of github Jul 21, 2026

Copy link
Copy Markdown
Contributor Author

Labels

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

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

@Chisanan232

Copy link
Copy Markdown
Contributor

Closing in favor of #322, which bumps napi and napi-derive together.

@dependabot @github

dependabot Bot commented on behalf of github Jul 22, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/cargo/native/aa-ffi-node/napi-3.11.0 branch July 22, 2026 02:09
Chisanan232 added a commit that referenced this pull request Jul 22, 2026
Combines dependabot #319 (napi-derive 3.5.10 -> 3.6.0) and #320
(napi 3.10.5 -> 3.11.0). Bumping either alone breaks the build:
the napi attribute macro expansion references bindgen_prelude
symbols (TypeTag, napi_type_tag, type_tag_from_ident,
validate_type_tag) that only exist when both crates are on the
same generation. Verified with `pnpm native:build` (napi-build's
own toolchain, matching CI) and the full test suite (631 passing).
Chisanan232 added a commit that referenced this pull request Jul 22, 2026
Combines dependabot #319 (napi-derive 3.5.10 -> 3.6.0) and #320
(napi 3.10.5 -> 3.11.0). Bumping either alone breaks the build:
the napi attribute macro expansion references bindgen_prelude
symbols (TypeTag, napi_type_tag, type_tag_from_ident,
validate_type_tag) that only exist when both crates are on the
same generation. Verified with `pnpm native:build` (napi-build's
own toolchain, matching CI) and the full test suite (631 passing).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant