chore(deps): Group compatible NAPI updates in /src/code-validator/guest - #313
Merged
simongdavies merged 2 commits intoSep 7, 2026
Merged
Conversation
Bumps [napi-derive](https://github.com/napi-rs/napi-rs) from 3.6.2 to 3.6.3. - [Release notes](https://github.com/napi-rs/napi-rs/releases) - [Commits](napi-rs/napi-rs@napi-derive-v3.6.2...napi-derive-v3.6.3) --- updated-dependencies: - dependency-name: napi-derive dependency-version: 3.6.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/cargo/src/code-validator/guest/napi-derive-3.6.3
branch
from
August 13, 2026 04:41
e56eab4 to
88c855c
Compare
Update napi to 3.12.2 alongside napi-derive 3.6.3 and napi-derive-backend 6.1.2 so generated native borrow guards are available. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Signed-off-by: Simon Davies <simongdavies@users.noreply.github.com>
simongdavies
force-pushed
the
dependabot/cargo/src/code-validator/guest/napi-derive-3.6.3
branch
from
September 7, 2026 19:10
658f192 to
05888a4
Compare
simongdavies
approved these changes
Sep 7, 2026
dependabot
Bot
deleted the
dependabot/cargo/src/code-validator/guest/napi-derive-3.6.3
branch
September 7, 2026 19:47
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Update the NAPI runtime and derive crates together in
src/code-validator/guest/Cargo.lock:napinapi-derivenapi-derive-backendThe updated derive macros reference
NativeBorrowBarrierandNativeBorrowScope, which are unavailable innapi3.12.0. Updating the runtime alongside the macros addresses the resulting E0433 compilation errors in the analysis host's#[napi]bindings. Runtime support was introduced in napi-rs/napi-rs#3423.The runtime update was generated with
cargo update --manifest-path src/code-validator/guest/Cargo.toml -p napi --precise 3.12.2. No unrelated crate versions are changed. Future Dependabot grouping is handled separately in #352.Validation
napi3.12.2,napi-derive3.6.3, andnapi-derive-backend6.1.2.git diff --checkpassed.cargo check --manifest-path src/code-validator/guest/Cargo.toml --locked -p hyperlight-analysispassed with a shorter temporary target directory and the installed LLVM binaries on PATH. This compiles the analysis host's#[napi]bindings successfully.just buildandjust checkwere attempted; both are blocked by Windows LNK1104 while linking Hyperlight's surrogate build script under this long worktree path. Full validation is deferred to CI on the updated PR head.Runtime release · Derive release