chore: bump napi-derive from 3.5.6 to 3.5.7 - #106
Conversation
Bumps [napi-derive](https://github.com/napi-rs/napi-rs) from 3.5.6 to 3.5.7. - [Release notes](https://github.com/napi-rs/napi-rs/releases) - [Commits](napi-rs/napi-rs@napi-derive-v3.5.6...napi-derive-v3.5.7) --- updated-dependencies: - dependency-name: napi-derive dependency-version: 3.5.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: eae3bd3e8e
ℹ️ 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".
| [[package]] | ||
| name = "napi-derive-backend" | ||
| version = "5.0.4" | ||
| version = "5.1.1" |
There was a problem hiding this comment.
Update napi with the derive backend
This bumps napi-derive-backend to 5.1.1, whose generated #[napi(object)] code uses new runtime helpers such as napi::bindgen_prelude::get_named_property_raw and from_raw_optional_field; this crate has #[napi(object)] structs in src/lib.rs. The same lockfile still pins napi to 3.9.0, which does not export those helpers, so cargo build --locked fails once the macros expand. Please update the napi lock entry to a compatible release in the same change, or keep the backend on a version compatible with 3.9.0.
Useful? React with 👍 / 👎.
|
A newer version of napi-derive exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged. |
Bumps napi-derive from 3.5.6 to 3.5.7.
Release notes
Sourced from napi-derive's releases.
Commits
9cc199fchore: release (#3345)b77119echore(release): publish71ce9f6chore(deps): update actions/cache action to v6 (#3349)8c87f47chore(deps): update@tybys/wasm-utilto 0.10.3 (#3348)04e2a76chore(deps): update cross-platform-actions/action action to v1.3.0 (#3346)54ecbe4chore(deps): update actions/checkout action to v7 (#3340)3dd0c30perf(napi-derive): outline #[napi(object)] field-error decoration (#3338)81ac3d9build(deps): bump undici from 6.26.0 to 6.27.0 (#3342)ee58383chore(napi): release v3.9.3 (#3335)c787276fix(napi): sync referred flag when creating a weak ThreadsafeFunction (#3337)You can trigger a rebase of this PR 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)