chore(deps): bump napi from 2.16.17 to 3.9.3#146
Conversation
Bumps [napi](https://github.com/napi-rs/napi-rs) from 2.16.17 to 3.9.3. - [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.9.3) --- 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>
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
|
There was a problem hiding this comment.
💡 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"] } |
There was a problem hiding this comment.
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 👍 / 👎.
Bumps napi from 2.16.17 to 3.9.3.
Release notes
Sourced from napi's releases.
... (truncated)
Commits
ee58383chore(napi): release v3.9.3 (#3335)c787276fix(napi): sync referred flag when creating a weak ThreadsafeFunction (#3337)d4276cachore(deps): update dependency oxc-parser to ^0.137.0 (#3336)a0b1831perf(napi): outline non-generic core of ThreadsafeFunction::create (#3334)3759d7bchore(deps): update rust-lang/crates-io-auth-action action to v1.0.5 (#3333)dd41eebbuild(deps): bump protobufjs from 7.6.2 to 7.6.4 (#3332)cdd48b3chore(deps): update dependency oxc-parser to ^0.136.0 (#3314)e98762dchore(deps): update yarn monorepo to v4.17.0 (#3330)529a78dchore(napi): release v3.9.2 (#3329)88f4b97fix(napi): ReadableStream Reader loses chunks and aborts on errored streams (...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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)