Skip to content

Pull requests: nodejs/node

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Sort

Pull requests list

src: refine ncrypto more lib / src Issues and PRs related to general changes in the lib or src directory. needs-ci PRs that need a full CI run.
#57300 opened Mar 3, 2025 by jasnell Loading…
test: skip uv-thread-name on IBM i addons Issues and PRs related to native addons. needs-ci PRs that need a full CI run. test Issues and PRs related to the tests.
#57299 opened Mar 3, 2025 by abmusse Loading…
[v22.x backport] module: unflag --experimental-strip-types c++ Issues and PRs that require attention from people who are familiar with C++. needs-ci PRs that need a full CI run. v22.x v22.x Issues that can be reproduced on v22.x or PRs targeting the v22.x-staging branch.
#57298 opened Mar 3, 2025 by marco-ippolito Draft
doc: improved fetch docs doc Issues and PRs related to the documentations.
#57296 opened Mar 3, 2025 by lifeisfoo Loading…
meta: move RaisinTen back to collaborators, triagers and SEA champion doc Issues and PRs related to the documentations.
#57292 opened Mar 3, 2025 by RaisinTen Loading…
src: fix typo in comment c++ Issues and PRs that require attention from people who are familiar with C++. fast-track PRs that do not need to wait for 48 hours to land. util Issues and PRs related to the built-in util module.
#57291 opened Mar 3, 2025 by aduh95 Loading…
test: use assert.match in test-esm-import-meta author ready PRs that have at least one approval, no pending requests for changes, and a CI started. esm Issues and PRs related to the ECMAScript Modules implementation. needs-ci PRs that need a full CI run. test Issues and PRs related to the tests.
#57290 opened Mar 3, 2025 by aduh95 Loading…
tools: extract target abseil to abseil.gyp needs-ci PRs that need a full CI run. tools Issues and PRs related to the tools directory. v8 engine Issues and PRs related to the V8 dependency.
#57289 opened Mar 3, 2025 by legendecas Loading…
doc: update node-api version matrix doc Issues and PRs related to the documentations. lts-watch-v22.x PRs that may need to be released in v22.x node-api Issues and PRs related to the Node-API.
#57287 opened Mar 3, 2025 by legendecas Loading…
src: port initializeImportMeta to native c++ Issues and PRs that require attention from people who are familiar with C++. esm Issues and PRs related to the ECMAScript Modules implementation. needs-ci PRs that need a full CI run.
#57286 opened Mar 3, 2025 by aduh95 Loading…
stream: fix sizeAlgorithm validation in WritableStream author ready PRs that have at least one approval, no pending requests for changes, and a CI started. needs-ci PRs that need a full CI run. web streams
#57280 opened Mar 2, 2025 by daeyeon Loading…
assert: improve myers diff performance assert Issues and PRs related to the assert subsystem. author ready PRs that have at least one approval, no pending requests for changes, and a CI started. needs-benchmark-ci PR that need a benchmark CI run. needs-ci PRs that need a full CI run.
#57279 opened Mar 2, 2025 by puskin94 Loading…
readline: add support for Symbol.dispose author ready PRs that have at least one approval, no pending requests for changes, and a CI started. dont-land-on-v18.x PRs that should not land on the v18.x-staging branch and should not be released in v18.x. needs-ci PRs that need a full CI run. readline Issues and PRs related to the built-in readline module.
#57276 opened Mar 2, 2025 by aduh95 Loading…
crypto: add optional callback to crypto.diffieHellman c++ Issues and PRs that require attention from people who are familiar with C++. crypto Issues and PRs related to the crypto subsystem. needs-ci PRs that need a full CI run. semver-minor PRs that contain new features and should be released in the next minor version.
#57274 opened Mar 2, 2025 by panva Loading…
src: refactor SubtleCrypto algorithm and length validations author ready PRs that have at least one approval, no pending requests for changes, and a CI started. commit-queue-squash Add this label to instruct the Commit Queue to squash all the PR commits into the first one. crypto Issues and PRs related to the crypto subsystem. lib / src Issues and PRs related to general changes in the lib or src directory. needs-ci PRs that need a full CI run. web-standards Issues and PRs related to Web APIs webcrypto
#57273 opened Mar 2, 2025 by panva Loading…
doc: TypeScript docs should recommend erasableSyntaxOnly author ready PRs that have at least one approval, no pending requests for changes, and a CI started. commit-queue Add this label to land a pull request using GitHub Actions. commit-queue-squash Add this label to instruct the Commit Queue to squash all the PR commits into the first one. doc Issues and PRs related to the documentations.
#57271 opened Mar 2, 2025 by robpalme Loading…
crypto: add SubtleCrypto.supports feature detection in Web Crypto API crypto Issues and PRs related to the crypto subsystem. needs-ci PRs that need a full CI run.
#57270 opened Mar 2, 2025 by panva Draft
deps: update nghttp2 to 1.65.0 dependencies Pull requests that update a dependency file. http2 Issues or PRs related to the http2 subsystem. needs-ci PRs that need a full CI run.
#57269 opened Mar 2, 2025 by nodejs-github-bot Loading…
lib: runtime deprecate calling Cipheriv(...) and Decipheriv(...) without new crypto Issues and PRs related to the crypto subsystem. deprecations Issues and PRs related to deprecations. doc Issues and PRs related to the documentations. needs-ci PRs that need a full CI run. semver-major PRs that contain breaking changes and should be released in the next major version. tools Issues and PRs related to the tools directory.
#57268 opened Mar 2, 2025 by jasnell Loading…
buffer: optimize read UInt16/24 functions with bitwise operators buffer Issues and PRs related to the buffer subsystem. needs-benchmark-ci PR that need a benchmark CI run. needs-ci PRs that need a full CI run.
#57267 opened Mar 2, 2025 by gurgunday Loading…
lib: remove obsolete Cipher/Decipher exports author ready PRs that have at least one approval, no pending requests for changes, and a CI started. crypto Issues and PRs related to the crypto subsystem. doc Issues and PRs related to the documentations. needs-ci PRs that need a full CI run. semver-major PRs that contain breaking changes and should be released in the next major version. tools Issues and PRs related to the tools directory.
#57266 opened Mar 2, 2025 by jasnell Loading…
deps: update corepack to 0.32.0 author ready PRs that have at least one approval, no pending requests for changes, and a CI started. commit-queue Add this label to land a pull request using GitHub Actions. dependencies Pull requests that update a dependency file. lts-watch-v18.x PRs that may need to be released in v18.x. lts-watch-v20.x PRs that may need to be released in v20.x needs-ci PRs that need a full CI run.
#57265 opened Mar 2, 2025 by nodejs-github-bot Loading…
src: make even more improvements to error handling c++ Issues and PRs that require attention from people who are familiar with C++. lib / src Issues and PRs related to general changes in the lib or src directory. needs-ci PRs that need a full CI run.
#57264 opened Mar 1, 2025 by jasnell Loading…
src: make more error handling improvements author ready PRs that have at least one approval, no pending requests for changes, and a CI started. c++ Issues and PRs that require attention from people who are familiar with C++. lib / src Issues and PRs related to general changes in the lib or src directory. needs-ci PRs that need a full CI run.
#57262 opened Mar 1, 2025 by jasnell Loading…
tools: bump the eslint group in /tools/eslint with 5 updates author ready PRs that have at least one approval, no pending requests for changes, and a CI started. commit-queue Add this label to land a pull request using GitHub Actions. dependencies Pull requests that update a dependency file. javascript Pull requests that update Javascript code tools Issues and PRs related to the tools directory.
#57261 opened Mar 1, 2025 by dependabot bot Loading…
ProTip! Updated in the last three days: updated:>2025-02-28.