Dependency Dashboard
Author: renovate[bot]Created Apr 15, 2023Updated Sep 19, 2026
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/napi-rs/napi-rs). ## Config Migration Needed - [ ] Select this checkbox to let Renovate create an automated Config Migration PR. ## Awaiting Schedule The following updates are awaiting their schedule. To get an update now, click on a checkbox below. - [ ] chore(deps): lock file maintenance ## PR Edited (Blocked) The following updates have been manually edited so Renovate will no longer make changes. To discard all commits and start over, click on a checkbox below. - [ ] [fix(deps): update dependency typescript to v7](../pull/3386) ## Open The following updates have all been created. To force a retry/rebase of any, click on a checkbox below. - [ ] [fix(deps): update rust crate reqwest to 0.13](../pull/3083) - [ ] [fix(deps): update rust crate syn to v3](../pull/3407) - [ ] **Click on this checkbox to rebase all open PRs at once** ## PR Closed (Blocked) The following updates are blocked by an existing closed PR. To recreate the PR, click on a checkbox below. - [ ] [chore(deps): update dependency node to v24](../pull/2980) ## Detected Dependencies cargo (13)
[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/napi-rs/napi-rs). ## Config Migration Needed - [ ] Select this checkbox to let Renovate create an automated Config Migration PR. ## Awaiting Schedule The following updates are awaiting their schedule. To get an update now, click on a checkbox below. - [ ] chore(deps): lock file maintenance ## PR Edited (Blocked) The following updates have been manually edited so Renovate will no longer make changes. To discard all commits and start over, click on a checkbox below. - [ ] [fix(deps): update dependency typescript to v7](../pull/3386) ## Open The following updates have all been created. To force a retry/rebase of any, click on a checkbox below. - [ ] [fix(deps): update rust crate reqwest to 0.13](../pull/3083) - [ ] [fix(deps): update rust crate syn to v3](../pull/3407) - [ ] **Click on this checkbox to rebase all open PRs at once** ## PR Closed (Blocked) The following updates are blocked by an existing closed PR. To recreate the PR, click on a checkbox below. - [ ] [chore(deps): update dependency node to v24](../pull/2980) ## Detected Dependencies cargo (13)
bench/Cargo.toml (3) - `serde 1` - `serde_json 1` - `mimalloc 0.1` crates/async-runtime/Cargo.toml (6) - `arc-swap 1` - `async-task 4.7.1` - `futures 0.3` - `rustc-hash 2` - `rayon 1.12` - `crossbeam-deque 0.8` crates/backend/Cargo.toml (6) - `convert_case 0.12` - `proc-macro2 1` - `quote 1` - `syn 2` → [Updates: `3`] - `semver 1` - `serde_json 1` crates/macro/Cargo.toml (5) - `convert_case 0.12` - `ctor 1.0.0` - `proc-macro2 1` - `quote 1` - `syn 2` → [Updates: `3`] crates/napi/Cargo.toml (17) - `bitflags 2` - `ctor 1.0.0` - `nohash-hasher 0.2.0` - `rustc-hash 2.1.1` - `anyhow 1` - `encoding_rs 0.8` - `chrono 0.4` - `tracing 0.1` - `serde 1` - `serde_json 1` - `indexmap 2` - `futures-core 0.3` - `tokio-stream 0.1` - `futures 0.3` - `libc 0.2` - `tokio 1` - `tokio 1` crates/sys/Cargo.toml (1) - `libloading 0.9` examples/custom-async-runtime/Cargo.toml (2) - `futures 0.3` - `rustc-hash 2` examples/napi-cargo-test/Cargo.toml examples/napi-compat-mode/Cargo.toml (6) - `futures 0.3` - `serde 1` - `serde_bytes 0.11` - `serde_derive 1` - `serde_json 1` - `tokio 1` examples/napi-shared/Cargo.toml examples/napi/Cargo.toml (18) - `anyhow 1` - `chrono 0.4` - `futures 0.3` - `bytes 1` - `serde 1` - `serde_bytes 0.11` - `serde_derive 1` - `serde_json 1` - `indexmap 2` - `rustc-hash 2` - `tokio-stream 0.1` - `tokio-util 0.7` - `snmalloc-rs 0.7` - `mimalloc-safe 0.1` - `trybuild 1.0` - `tokio 1` - `tokio 1` - `reqwest 0.12` → [Updates: `0.13`] examples/shared-async-runtime/Cargo.toml (1) - `futures 0.3` memory-testing/Cargo.toml (6) - `futures 0.3` - `serde 1` - `serde_bytes 0.11` - `serde_derive 1` - `serde_json 1` - `tokio 1`dockerfile (5)
alpine-zig.Dockerfile alpine.Dockerfile (1) - `node 18-alpine` → [Updates: `24-alpine`] debian-aarch64.Dockerfile debian-zig.Dockerfile debian.Dockerfilegithub-actions (7)
.github/workflows/asan.yml (9) - `actions/checkout v7` - `actions/setup-node v7` - `dtolnay/rust-toolchain stable` - `dtolnay/rust-toolchain stable` - `actions/cache v6` - `actions/upload-artifact v7` - `node 24` - `rust nightly` - `rust nightly` .github/workflows/cleanup-cache.yml .github/workflows/docker.yaml (21) - `actions/checkout v7` - `docker/setup-qemu-action v4` - `docker/setup-buildx-action v4` - `docker/login-action v4` - `docker/build-push-action v7` - `actions/checkout v7` - `docker/setup-qemu-action v4` - `docker/setup-buildx-action v4` - `docker/login-action v4` - `docker/build-push-action v7` - `actions/checkout v7` - `docker/setup-qemu-action v4` - `docker/setup-buildx-action v4` - `docker/login-action v4` - `docker/build-push-action v7` - `actions/checkout v7` - `docker/setup-qemu-action v4` - `docker/setup-buildx-action v4` - `docker/login-action v4` - `docker/build-push-action v7` - `docker/build-push-action v7` .github/workflows/memory-test.yml (6) - `actions/checkout v7` - `actions/setup-node v7` - `dtolnay/rust-toolchain stable` - `actions/cache v6` - `node 22` → [Updates: `24`] - `rust stable` .github/workflows/release-crates.yml (7) - `actions/checkout v7` - `dtolnay/rust-toolchain stable` - `rust-lang/crates-io-auth-action v1.0.5@c6f97d42243bad5fab37ca0427f495c86d5b1a18` - `release-plz/action v0.5.139@b8d6b54b02889ff2ae2bb82e8b57c3a8fc1683a5` - `actions/checkout v7` - `dtolnay/rust-toolchain stable` - `release-plz/action v0.5.139@b8d6b54b02889ff2ae2bb82e8b57c3a8fc1683a5` .github/workflows/test-release.yaml (103) - `actions/checkout v7` - `actions/setup-node v7` - `Brooooooklyn/script-jail v0.2.10` - `actions/upload-artifact v7` - `actions/checkout v7` - `actions/setup-node v7` - `dtolnay/rust-toolchain stable` - `actions/cache v6` - `actions/checkout v7` - `actions/setup-node v7` - `dtolnay/rust-toolchain stable` - `actions/cache v6` - `actions/setup-node v7` - `actions/checkout v7` - `msys2/setup-msys2 v2` - `actions/checkout v7` - `actions/setup-node v7` - `openharmony-rs/setup-ohos-sdk v1.0` - `dtolnay/rust-toolchain stable` - `actions/cache v6` - `actions/checkout v7` - `actions/setup-node v7` - `dtolnay/rust-toolchain stable` - `actions/cache v6` - `actions/upload-artifact v7` - `actions/upload-artifact v7` - `actions/checkout v7` - `actions/setup-node v7` - `dtolnay/rust-toolchain stable` - `mlugg/setup-zig v2` - `taiki-e/install-action v2` - `actions/cache v6` - `actions/upload-artifact v7` - `actions/upload-artifact v7` - `actions/checkout v7` - `actions/setup-node v7` - `actions/download-artifact v8` - `actions/download-artifact v8` - `docker/setup-qemu-action v4` - `actions/checkout v7` - `actions/setup-node v7` - `dtolnay/rust-toolchain stable` - `actions/cache v6` - `actions/checkout v7` - `actions/setup-node v7` - `dtolnay/rust-toolchain stable` - `actions/cache v6` - `actions/checkout v7` - `dtolnay/rust-toolchain stable` - `actions/checkout v7` - `mlugg/setup-zig v2` - `jaxxstorm/action-install-gh-release v3.0.0` - `actions/setup-node v7` - `dtolnay/rust-toolchain stable` - `actions/cache v6` - `cross-platform-actions/action v1.6.0` - `actions/checkout v7` - `dtolnay/rust-toolchain stable` - `actions/cache v6` - `actions/checkout v7` - `actions/setup-node v7` - `dtolnay/rust-toolchain stable` - `actions/checkout v7` - `actions/setup-node v7` - `dtolnay/rust-toolchain stable` - `actions/checkout v7` - `actions/setup-node v7` - `dtolnay/rust-toolchain stable` - `actions/checkout v7` - `actions/setup-node v7` - `dtolnay/rust-toolchain stable` - `actions/checkout v7` - `oven-sh/setup-bun v2` - `actions/setup-node v7` - `dtolnay/rust-toolchain stable` - `actions/cache v6` - `actions/checkout v7` - `actions/setup-node v7` - `node 24` - `node 24` - `rust stable` - `node 22` → [Updates: `24`] - `node 24` - `rust stable` - `node 24` - `rust stable` - `node 24` - `node 24` - `node 22` → [Updates: `24`] - `rust stable` - `node 24` - `rust stable` - `rust stable` - `node 24` - `rust stable` - `node 24` - `node 24` - `node 24` - `rust stable` - `node 24` - `node 24` - `rust stable` - `node 24` .github/workflows/zig.yaml (16) - `actions/checkout v7` - `actions/setup-node v7` - `dtolnay/rust-toolchain stable` - `taiki-e/install-action v2` - `actions/cache v6` - `mlugg/setup-zig v2` - `taiki-e/install-action v2` - `actions/upload-artifact v7` - `actions/upload-artifact v7` - `actions/checkout v7` - `actions/setup-node v7` - `actions/download-artifact v8` - `actions/download-artifact v8` - `node 24` - `rust stable` - `node 24`npm (12)
async-runtime/package.json (1) - `node ^20.19.0 || ^22.13.0 || >=23.5.0` bench/package.json (2) - `tinybench ^6.0.2` - `vitest ^5.0.0` cli/package.json (31) - `@inquirer/prompts ^8.5.2` - `@napi-rs/cross-toolchain ^1.0.3` - `@napi-rs/wasm-tools ^1.1.0` - `@octokit/rest ^22.0.1` - `clipanion ^4.0.0-rc.4` - `colorette ^2.0.20` - `es-toolkit ^1.47.0` - `js-yaml ^5.0.0` - `obug ^3.0.0` - `semver ^7.8.2` - `typanion ^3.14.0` - `typescript ^6.0.3` → [Updates: `^7.0.0`] - `@emnapi/core ^2.0.0-alpha.4` - `@emnapi/runtime ^2.0.0-alpha.4` - `@oxc-node/core ^0.1.0` - `@std/toml ^1.0.11` - `@types/inquirer ^9.0.9` - `@types/js-yaml ^4.0.9` - `@types/node ^25.9.2` - `@types/semver ^7.7.1` - `ava ^8.0.1` - `emnapi ^2.0.0-alpha.4` - `empathic ^2.0.1` - `env-paths ^4.0.0` - `oxc-parser ^0.150.0` - `tsdown ^0.23.0` - `tslib ^2.8.1` - `@emnapi/core ^1.7.1 || ^2.0.0-alpha.4` - `@emnapi/runtime ^1.7.1 || ^2.0.0-alpha.4` - `emnapi ^1.7.1 || ^2.0.0-alpha.4` - `node ^20.17.0 || ^22.13.0 || >= 23.5.0` examples/binary/package.json examples/custom-async-runtime/package.json (8) - `@emnapi/core 2.0.0-alpha.5` - `@emnapi/runtime 2.0.0-alpha.5` - `@vitest/browser-playwright ^5.0.0` - `esbuild ^0.28.1` - `miniflare ^4.20260630.0` - `playwright ^1.61.1` - `vite ^8.1.2` - `vitest ^5.0.0` examples/napi-compat-mode/package.json (2) - `ava ^8.0.1` - `sinon ^22.0.0` examples/napi/package.json (25) - `@emnapi/core ^2.0.0-alpha.4` - `@emnapi/runtime ^2.0.0-alpha.4` - `@oxc-node/cli ^0.1.0` - `@oxc-node/core ^0.1.0` - `@testing-library/dom ^10.4.1` - `@types/lodash ^4.17.24` - `@vitest/browser ^5.0.0` - `@vitest/browser-playwright ^5.0.0` - `@vitest/ui ^5.0.0` - `ava ^8.0.1` - `buffer ^6.0.3` - `core-js ^3.49.0` - `cross-env 10.1.0` - `electron ^44.0.0` - `esbuild ^0.28.1` - `lodash ^4.18.1` - `miniflare ^4.20260630.0` - `playwright ^1.60.0` - `rxjs ^7.8.2` - `sinon ^22.0.0` - `vite ^8.0.16` - `vite-plugin-node-polyfills ^0.28.0` - `vitest ^5.0.0` - `web-streams-polyfill ^4.3.0` - `webdriverio ^9.27.2` examples/shared-async-runtime/package.json (2) - `@emnapi/core ^2.0.0-alpha.4` - `@emnapi/runtime ^2.0.0-alpha.4` memory-testing/package.json (5) - `colorette ^2.0.20` - `dockerode ^5.0.0` - `pretty-bytes ^7.1.0` - `table ^6.9.0` - `@types/dockerode ^4.0.1` package.json (27) - `@oxc-node/core ^0.1.0` - `@taplo/cli ^0.7.0` - `@types/debug ^4.1.13` - `@types/node ^25.9.2` - `@types/sinon ^22.0.0` - `ava ^8.0.1` - `bun-types ^1.3.14` - `c8 ^12.0.0` - `cross-env ^10.1.0` - `electron ^44.0.0` - `esbuild ^0.28.0` - `husky ^9.1.7` - `lerna ^10.0.0` - `lint-staged ^17.0.7` - `npm-run-all2 ^9.0.1` - `oxfmt ^0.68.0` - `oxlint ^1.81.0` - `shx ^0.4.0` - `sinon ^22.0.0` - `source-map-support ^0.5.21` - `tslib ^2.8.1` - `typescript ^6.0.3` → [Updates: `^7.0.0`] - `emnapi 2.0.0-alpha.5` - `@emnapi/core 2.0.0-alpha.5` - `@emnapi/runtime 2.0.0-alpha.5` - `@emnapi/wasi-threads 2.1.0` - `yarn 4.18.0` triples/package.json (3) - `@oxc-node/core ^0.1.0` - `@types/node ^25.9.2` - `es-toolkit ^1.47.0` wasm-runtime/package.json (14) - `@tybys/wasm-util ^0.10.3` - `@emnapi/core ^2.0.0-alpha.4` - `buffer ^6.0.3` - `events ^3.3.0` - `memfs ^4.64.0` - `node-inspect-extracted ^3.3.2` - `path-browserify ^1.0.1` - `process ^0.11.10` - `readable-stream ^4.7.0` - `rolldown ^1.2.1` - `tslib ^2.8.1` - `@emnapi/core ^1.7.1 || ^2.0.0-alpha.4` - `@emnapi/runtime ^1.7.1 || ^2.0.0-alpha.4` - `node ^20.19.0 || ^22.13.0 || >=23.5.0`--- - [ ] Check this box to trigger a request for Renovate to run again on this repository
Source: napi-rs/napi-rs