node
node copied to clipboard
Node.js JavaScript runtime ✨🐢🚀✨
Failure referenced in https://github.com/nodejs/build/issues/4099#issuecomment-3617069521 - the single line fix to `deps/v8/src/execution/riscv/simulator-riscv.h` is enough to allow the cross-compiled build to pass but it seems cleaner to to pull the full commit...
The current version is hard to reason about with non-const variables, and use of `=== false`. Also we need a change for https://github.com/nodejs/node/pull/60906 to correctly detect `HAVE_SQLITE` in the code.
## [11.7.0](https://github.com/npm/cli/releases/tag/v11.7.0) (2025-12-09) ### Features * [`b380d15`](https://github.com/npm/cli/commit/b380d155050be21a9ee5ce08d50e184c06a13f36) [#8697](https://github.com/npm/cli/pull/8697) add deduping to notices unless in verbose+ mode (@owlstronaut) ### Bug Fixes * [`4ebb831`](https://github.com/npm/cli/commit/4ebb831d93f13cc0b980754bf36abb2982b131f7) [#8839](https://github.com/npm/cli/pull/8839) updates hints to use cli paradigm (@owlstronaut)...
We are dropping support for power8 and z13 on IBM platforms. First CL to make this change on V8 has landed: https://chromium-review.googlesource.com/c/v8/v8/+/7239348
### Version v16.9.1 ### Platform Microsoft Windows NT 10.0.19043.0 x64 ### Subsystem encoding ### What steps will reproduce the bug? Enter the following in the REPL: ```js new TextDecoder("Big5").decode(new Uint8Array([0x83,...
#### doc: mark sync module hooks as release candidate #### doc: reorganize docs of module customization hooks This reorganizes the documentation of module customization hooks to promote the synchronous variant...
This is an automated update of c-ares to v1.34.6.
Make `--disallow-code-generation-from-strings` a per-isolate option instead of a V8-only option, allowing it to be passed via worker `execArgv`. Fixes: https://github.com/nodejs/node/issues/60371
### Version 24.11.1 ### Platform ```text 6.17.10+deb14-amd64 debian 14/sid ``` ### Subsystem v8 ### What steps will reproduce the bug? Build on ppc64el ### How often does it reproduce? Is...
This API has been stable for the past year and it's used enough in the wild that we are unlikely to make any breaking changes without going semver-major. Mark it...