chore(deps): bump napi from 2.16.17 to 3.10.3#146
Conversation
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
This comment has been minimized.
This comment has been minimized.
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 👍 / 👎.
bdc1958 to
582ad41
Compare
Bumps [napi](https://github.com/napi-rs/napi-rs) from 2.16.17 to 3.10.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.10.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>
582ad41 to
2c3961f
Compare
Bumps napi from 2.16.17 to 3.10.3.
Release notes
Sourced from napi's releases.
... (truncated)
Commits
1ac467echore(napi): release v3.10.3 (#3376)9d672f9fix(napi): preserve the JS error object when cloning an Error off-thread (#3375)35476aechore(napi): release v3.10.2 (#3374)7844c73ci: dogfood script-jail@v0.2.10 (lifecycle audit gate + safe install) (#3343)d449ccdfix(napi): keep message and cause when cloning a JS-exception Error off-threa...2ec02a6chore(deps): update dependency electron to v43 (#3361)fd0a99fchore(deps): update dependency@types/sinonto v22 (#3366)745cd85fix: de-flake Windows CI (ava import-from-project EPERM race + cli e2e timeou...2785de5chore: release (#3367)441ae7afix(napi): release Error's exception reference via the custom GC when dropped...