-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Node v20.18.1 nsolid v5.5.0 release #226
base: node-v20.x-nsolid-v5.x
Are you sure you want to change the base?
Node v20.18.1 nsolid v5.5.0 release #226
Commits on Oct 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 985262a - Browse repository at this point
Copy the full SHA 985262aView commit details
Commits on Oct 11, 2024
-
doc: add release key for aduh95
PR-URL: nodejs/node#55349 Refs: nodejs/Release#999 Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Richard Lau <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9d0041a - Browse repository at this point
Copy the full SHA 9d0041aView commit details
Commits on Nov 7, 2024
-
build: pin doc workflow to Node.js 20
To save time, the `.github/workflows/doc.yml` workflow runs with a pre-built Node.js. The switch of `lts/*` to Node.js 22 has broken this workflow for Node.js 20 and 18 due to a mismatch in globals. Pin the version of Node.js back to 20. PR-URL: nodejs/node#55755 Fixes: nodejs/node#55754 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Rafael Gonzaga <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ae34e27 - Browse repository at this point
Copy the full SHA ae34e27View commit details
Commits on Nov 16, 2024
-
buffer: fix out of range for toString
Co-authored-by: Michaël Zasso <[email protected]> PR-URL: nodejs/node#54553 Backport-PR-URL: nodejs/node#55213 Fixes: nodejs/node#52298 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Jake Yuesong Li <[email protected]> Refs: nodejs/node#54553
Configuration menu - View commit details
-
Copy full SHA for 6b3c24d - Browse repository at this point
Copy the full SHA 6b3c24dView commit details -
doc: update
require(ESM)
history and stability statusPR-URL: nodejs/node#55199 Backport-PR-URL: nodejs/node#55265 Reviewed-By: Moshe Atlow <[email protected]> Reviewed-By: Guy Bedford <[email protected]> Reviewed-By: Joyee Cheung <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 70504f8 - Browse repository at this point
Copy the full SHA 70504f8View commit details
Commits on Nov 17, 2024
-
doc: update documentation for externalizing deps
Refs: nodejs/node#54646 - Add instructions to update how process.versions is reported as I missed that in a recent addition. Signed-off-by: Michael Dawson <[email protected]> PR-URL: nodejs/node#54792 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Akhil Marsonya <[email protected]> Reviewed-By: Chengzhong Wu <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Rafael Gonzaga <[email protected]> Reviewed-By: Ulises Gascón <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a4586f0 - Browse repository at this point
Copy the full SHA a4586f0View commit details -
tools: update github_reporter to 1.7.1
PR-URL: nodejs/node#54951 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Moshe Atlow <[email protected]> Reviewed-By: Marco Ippolito <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3ebd316 - Browse repository at this point
Copy the full SHA 3ebd316View commit details -
deps: update corepack to 0.29.4
PR-URL: nodejs/node#54845 Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Moshe Atlow <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: James M Snell <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 20501a7 - Browse repository at this point
Copy the full SHA 20501a7View commit details -
lib: the REPL should survive deletion of Array.prototype methods
Specifically, `delete Array.prototype.lastIndexOf` immediately crashes the REPL, as does deletion of a few other Array prototype methods. PR-URL: nodejs/node#31457 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Michaël Zasso <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c96e5cb - Browse repository at this point
Copy the full SHA c96e5cbView commit details -
benchmark: add dotenv benchmark
PR-URL: nodejs/node#54278 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Vinícius Lourenço Claro Cardoso <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0984910 - Browse repository at this point
Copy the full SHA 0984910View commit details -
meta: add links to alternative issue trackers
PR-URL: nodejs/node#54401 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ae27e2d - Browse repository at this point
Copy the full SHA ae27e2dView commit details -
doc: add missing definitions to
internal-api.md
PR-URL: nodejs/node#53303 Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Marco Ippolito <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9947fc1 - Browse repository at this point
Copy the full SHA 9947fc1View commit details -
doc: change backporting guide with updated info
PR-URL: nodejs/node#53746 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Marco Ippolito <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4baa5c4 - Browse repository at this point
Copy the full SHA 4baa5c4View commit details -
cli: fix spacing for port range error
PR-URL: nodejs/node#54495 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 93ac799 - Browse repository at this point
Copy the full SHA 93ac799View commit details -
build: print
Running XYZ linter...
for py and ymlPR-URL: nodejs/node#54386 Reviewed-By: Luigi Pinca <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 67834ee - Browse repository at this point
Copy the full SHA 67834eeView commit details -
src: remove duplicate code setting AF_INET
`AF_INET` has been repeatedly set three times in the code. this should be redundant. removed the last two times. PR-URL: nodejs/node#54939 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a730cdb - Browse repository at this point
Copy the full SHA a730cdbView commit details -
path: remove repetitive conditional operator in
posix.resolve
PR-URL: nodejs/node#54835 Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: James M Snell <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3a682cc - Browse repository at this point
Copy the full SHA 3a682ccView commit details -
events: return
currentTarget
when dispatchingPR-URL: nodejs/node#54642 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Mattias Buelens <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Ethan Arrowood <[email protected]> Reviewed-By: Chemi Atlow <[email protected]> Reviewed-By: James M Snell <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 453df77 - Browse repository at this point
Copy the full SHA 453df77View commit details -
test: update DOM events web platform tests
PR-URL: nodejs/node#54642 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Mattias Buelens <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Ethan Arrowood <[email protected]> Reviewed-By: Chemi Atlow <[email protected]> Reviewed-By: James M Snell <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 62f2147 - Browse repository at this point
Copy the full SHA 62f2147View commit details -
Revert "build: upgrade clang-format to v18"
This reverts commit c3e1c31baa8f4a59ef49ea0d0429ec55efe2ca81. PR-URL: nodejs/node#54994 Refs: nodejs/node#53957 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 746e78c - Browse repository at this point
Copy the full SHA 746e78cView commit details -
test: update test to support OpenSSL32
Refs: nodejs/node#53382 This test fails on OpenSSL32 because it complains the key being used is too short. It seems to have been missed when the test suite was udpated to have a Makefile to generate key material as the keys are hard coded in the test as opposed to being read in from the fixtures/key directory. Update the test to use keys/certs from the fixtures directory and to remove newlines at the end of the key and cert to retain the inteded test. Signed-off-by: Michael Dawson <[email protected]> PR-URL: nodejs/node#54968 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Richard Lau <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5c11a61 - Browse repository at this point
Copy the full SHA 5c11a61View commit details -
test: adjust key sizes to support OpenSSL32
Refs: nodejs/node#53382 This test fails on OpenSSL32 because it complains the key being used is too short. Adjust the key sizes so that they will pass on OpenSSL32 in addition to other OpenSSL3 versions. Since the keys are not public key related I don't think the increase in key size will be too bad in terms of performance so I've just increased versus guarding for OpenSSL32 Signed-off-by: Michael Dawson <[email protected]> PR-URL: nodejs/node#54972 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ee5624b - Browse repository at this point
Copy the full SHA ee5624bView commit details -
worker: handle
--input-type
more consistentlyPR-URL: nodejs/node#54979 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Marco Ippolito <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f39ff4d - Browse repository at this point
Copy the full SHA f39ff4dView commit details -
meta: remove never-used workflow trigger
PR-URL: nodejs/node#54983 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Marco Ippolito <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 37b0bea - Browse repository at this point
Copy the full SHA 37b0beaView commit details -
benchmark: include ascii to fs/readfile
PR-URL: nodejs/node#54988 Reviewed-By: Daniel Lemire <[email protected]> Reviewed-By: Raz Luvaton <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Chemi Atlow <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a2aa4fa - Browse repository at this point
Copy the full SHA a2aa4faView commit details -
test: remove test-http-max-sockets flaky designation
There is no recent trace of failure for this test. Fixes: nodejs/node#47116 PR-URL: nodejs/node#54976 Reviewed-By: Robert Nagy <[email protected]> Reviewed-By: Jake Yuesong Li <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for aba9dc7 - Browse repository at this point
Copy the full SHA aba9dc7View commit details -
test: move test-http-max-sockets to parallel
PR-URL: nodejs/node#54977 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Jake Yuesong Li <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6f53c09 - Browse repository at this point
Copy the full SHA 6f53c09View commit details -
src: cleanup per env handles directly without a list
Environment handles can be cleaned up directly without saving the references in a list and iterate the list. PR-URL: nodejs/node#54993 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Joyee Cheung <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7d01b6a - Browse repository at this point
Copy the full SHA 7d01b6aView commit details -
test: add asserts to validate test assumptions
Refs: nodejs/node#54968 Refs: nodejs/node#53382 Add additional asserts as suggestd by Richard in: nodejs/node#54968 Signed-off-by: Michael Dawson <[email protected]> PR-URL: nodejs/node#54997 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1a007ea - Browse repository at this point
Copy the full SHA 1a007eaView commit details -
PR-URL: nodejs/node#55038 Reviewed-By: Jake Yuesong Li <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f849cf6 - Browse repository at this point
Copy the full SHA f849cf6View commit details -
test_runner: replace ansi clear with ansi reset
PR-URL: nodejs/node#55013 Fixes: nodejs/node#55009 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Moshe Atlow <[email protected]> Reviewed-By: Chemi Atlow <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 63c8f3d - Browse repository at this point
Copy the full SHA 63c8f3dView commit details -
tools: update error message for ICU in license-builder
PR-URL: nodejs/node#54742 Reviewed-By: Steven R Loomis <[email protected]> Reviewed-By: James M Snell <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ae4b2ae - Browse repository at this point
Copy the full SHA ae4b2aeView commit details -
build: add the option to generate compile_commands.json in vcbuild.bat
Refs: nodejs/gyp-next#238 PR-URL: nodejs/node#52279 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Stefan Stojanovic <[email protected]> Reviewed-By: James M Snell <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f25760c - Browse repository at this point
Copy the full SHA f25760cView commit details -
test: deflake test-http-header-overflow
Skip the network and push the data directly to the receiving socket so that it is guaranteed to be received as a single chunk. Fixes: nodejs/node#46291 PR-URL: nodejs/node#54978 Reviewed-By: Robert Nagy <[email protected]> Reviewed-By: James M Snell <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 93a098c - Browse repository at this point
Copy the full SHA 93a098cView commit details -
events: allow null/undefined eventInitDict
PR-URL: nodejs/node#54643 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: LiviaMedeiros <[email protected]> Reviewed-By: Minwoo Jung <[email protected]> Reviewed-By: James M Snell <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0c1666a - Browse repository at this point
Copy the full SHA 0c1666aView commit details -
test: remove unused common utilities
PR-URL: nodejs/node#54825 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Moshe Atlow <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f48992f - Browse repository at this point
Copy the full SHA f48992fView commit details -
test: improve coverage for timer promises schedular
PR-URL: nodejs/node#53370 Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: James M Snell <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 333b5a0 - Browse repository at this point
Copy the full SHA 333b5a0View commit details -
zlib: throw brotli initialization error from c++
PR-URL: nodejs/node#54698 Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Gerhard Stöbich <[email protected]> Reviewed-By: James M Snell <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 30383ff - Browse repository at this point
Copy the full SHA 30383ffView commit details -
PR-URL: nodejs/node#54865 Refs: chalk/ansi-regex#58 Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Moshe Atlow <[email protected]> Reviewed-By: James M Snell <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a3c2ef9 - Browse repository at this point
Copy the full SHA a3c2ef9View commit details -
test: add
util.stripVTControlCharacters
testPR-URL: nodejs/node#54865 Refs: chalk/ansi-regex#58 Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Moshe Atlow <[email protected]> Reviewed-By: James M Snell <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bd8fd4f - Browse repository at this point
Copy the full SHA bd8fd4fView commit details -
test_runner: use
test:
symbol on second print of parent testPR-URL: nodejs/node#54956 Reviewed-By: Moshe Atlow <[email protected]> Reviewed-By: James M Snell <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b1cad51 - Browse repository at this point
Copy the full SHA b1cad51View commit details -
test: adjust tls-set-ciphers for OpenSSL32
Refs: nodejs/node#53382 The test failed as it was using AES128 which is not supported in OpenSSL32 due to default security level and because some error messages have changed. Adjusted to use AES256 where it made sense and not run tests on OpenSSL32 where test was specific to AES128. Adjust to use the expected error messages based on version. Signed-off-by: Michael Dawson <[email protected]> PR-URL: nodejs/node#55016 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: James M Snell <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 39a80ee - Browse repository at this point
Copy the full SHA 39a80eeView commit details -
meta: add
linux
to OS labels in collaborator guidePR-URL: nodejs/node#54986 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Marco Ippolito <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d2ce003 - Browse repository at this point
Copy the full SHA d2ce003View commit details -
module: remove duplicated import
PR-URL: nodejs/node#54942 Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6e5d524 - Browse repository at this point
Copy the full SHA 6e5d524View commit details -
test: fix
test-vm-context-dont-contextify
when path contains a spaceBecause of the double encoding, the test would fail as soon as the path contains a space or any other char that's already encoded by `pathToFileURL`. PR-URL: nodejs/node#55026 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Chengzhong Wu <[email protected]> Reviewed-By: James M Snell <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9640661 - Browse repository at this point
Copy the full SHA 9640661View commit details -
test: update tls test to support OpenSSL32
Refs: nodejs/node#53382 OpenSSL32 does not support AES128 and DH 1024 to update test to use newer algorithms. Signed-off-by: Michael Dawson <[email protected]> PR-URL: nodejs/node#55030 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: James M Snell <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6c2a138 - Browse repository at this point
Copy the full SHA 6c2a138View commit details -
doc: remove
parseREPLKeyword
from REPL documentationPR-URL: nodejs/node#54749 Reviewed-By: Luigi Pinca <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for df6dc75 - Browse repository at this point
Copy the full SHA df6dc75View commit details -
test: make
test-runner-assert
more robustPR-URL: nodejs/node#55036 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Chemi Atlow <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bc7b524 - Browse repository at this point
Copy the full SHA bc7b524View commit details -
build: display free disk space after build in the test-macOS workflow
PR-URL: nodejs/node#55025 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Jake Yuesong Li <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: James M Snell <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 09f75b2 - Browse repository at this point
Copy the full SHA 09f75b2View commit details -
build: remove -v flag to reduce noise
PR-URL: nodejs/node#55025 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Jake Yuesong Li <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: James M Snell <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0b985ec - Browse repository at this point
Copy the full SHA 0b985ecView commit details -
crypto: ensure invalid SubtleCrypto JWK data import results in DataError
PR-URL: nodejs/node#55041 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2f678ea - Browse repository at this point
Copy the full SHA 2f678eaView commit details -
lib: remove lib/internal/idna.js
PR-URL: nodejs/node#55050 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Chemi Atlow <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8e6b606 - Browse repository at this point
Copy the full SHA 8e6b606View commit details -
doc: add note about
--expose-internals
PR-URL: nodejs/node#52861 Reviewed-By: Jan Krems <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Rafael Gonzaga <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 27ff2da - Browse repository at this point
Copy the full SHA 27ff2daView commit details -
tools: remove redudant code from eslint require rule
PR-URL: nodejs/node#54892 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 083311e - Browse repository at this point
Copy the full SHA 083311eView commit details -
deps: update acorn-walk to 8.3.4
PR-URL: nodejs/node#54950 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Rafael Gonzaga <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8f1956c - Browse repository at this point
Copy the full SHA 8f1956cView commit details -
doc: add abmusse to collaborators
PR-URL: nodejs/node#55086 Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Jake Yuesong Li <[email protected]> Reviewed-By: Moshe Atlow <[email protected]> Reviewed-By: Mohammed Keyvanzadeh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 94302b6 - Browse repository at this point
Copy the full SHA 94302b6View commit details -
perf_hooks: add missing type argument to getEntriesByName
Fixes: nodejs/node#54766 PR-URL: nodejs/node#54767 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ac1cb8d - Browse repository at this point
Copy the full SHA ac1cb8dView commit details -
tty: fix links for terminal colors
PR-URL: nodejs/node#54596 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Moshe Atlow <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 397be8a - Browse repository at this point
Copy the full SHA 397be8aView commit details -
repl: catch
\v
and\r
in new-line detectionPR-URL: nodejs/node#54512 Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Mohammed Keyvanzadeh <[email protected]> Reviewed-By: LiviaMedeiros <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 85b3edc - Browse repository at this point
Copy the full SHA 85b3edcView commit details -
Revert "test: mark test-fs-watch-non-recursive flaky on Windows"
This reverts commit 2a871df. It has been almost three years since the test was marked flaky. Remove the unstable designation to see if the problem persists on Windows. Fixes: nodejs/node#40728 PR-URL: nodejs/node#55079 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Jake Yuesong Li <[email protected]> Reviewed-By: Moshe Atlow <[email protected]> Reviewed-By: Stefan Stojanovic <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for eb4d468 - Browse repository at this point
Copy the full SHA eb4d468View commit details -
src: update clang-tidy and focus on modernization
PR-URL: nodejs/node#53757 Reviewed-By: Mohammed Keyvanzadeh <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 86d7181 - Browse repository at this point
Copy the full SHA 86d7181View commit details -
benchmark: create benchmark for typescript
PR-URL: nodejs/node#54904 Reviewed-By: Matteo Collina <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2be5d61 - Browse repository at this point
Copy the full SHA 2be5d61View commit details -
test: fix some tests when path contains
%
Tests should pass even if the path where the repo is cloned contains URL-significant chars. PR-URL: nodejs/node#55082 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Mohammed Keyvanzadeh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7c88739 - Browse repository at this point
Copy the full SHA 7c88739View commit details -
meta: add more information about nightly releases
PR-URL: nodejs/node#55084 Reviewed-By: Vinícius Lourenço Claro Cardoso <[email protected]> Reviewed-By: Jake Yuesong Li <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for db2496c - Browse repository at this point
Copy the full SHA db2496cView commit details -
test: fix
assertSnapshot
when path contains a quotePR-URL: nodejs/node#55087 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Moshe Atlow <[email protected]> Reviewed-By: Mohammed Keyvanzadeh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for afc1628 - Browse repository at this point
Copy the full SHA afc1628View commit details -
test: fix more tests that fail when path contains a space
PR-URL: nodejs/node#55088 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Michael Dawson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c908b8a - Browse repository at this point
Copy the full SHA c908b8aView commit details -
test: fix test-tls-junk-closes-server
Refs: nodejs/node#53382 TLS spec seems to indicate there should should be a response sent when TLS handshake fails. See https://datatracker.ietf.org/doc/html/rfc8446#page-85 When compiled with OpenSSL32 we see the the following response '15 03 03 00 02 02 16' which decodes as a fatal (0x02) TLS error alert number 22 (0x16). which corresponds to TLS1_AD_RECORD_OVERFLOW which matches the error we see if NODE_DEBUG is turned on once you get through the define aliases. If there is a response from the server the test used to hang because the end event will not be emitted until after the response is consumed. This PR fixes the test so it consumes the response. Some earlier OpenSSL versions did not seem to send a response but the error handling seems to have been re-written/improved in OpenSSL32. Signed-off-by: Michael Dawson <[email protected]> PR-URL: nodejs/node#55089 Refs: nodejs/node#52482 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Jithil P Ponnan <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7802170 - Browse repository at this point
Copy the full SHA 7802170View commit details -
src: decode native error messages as UTF-8
The native error messages can sometimes contain e.g. path content that are typically passed in as chars with UTF8-encoded code points. The native error throwing code previously always decode the chars as Latin-1, which would be incorrect. PR-URL: nodejs/node#55024 Reviewed-By: Chengzhong Wu <[email protected]> Reviewed-By: James M Snell <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for df1f049 - Browse repository at this point
Copy the full SHA df1f049View commit details -
test: deflake test-http-remove-header-stays-removed
Instead of relying on a timer, verify that `socket.end()` is called when the `'finish'` event is emitted on the `ServerResponse` object. PR-URL: nodejs/node#55004 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Jake Yuesong Li <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 82c4022 - Browse repository at this point
Copy the full SHA 82c4022View commit details -
deps: update timezone to 2024b
PR-URL: nodejs/node#55056 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Rafael Gonzaga <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7b17968 - Browse repository at this point
Copy the full SHA 7b17968View commit details -
tools: bump Rollup from 4.18.1 to 4.22.4 for
lint-md
Bumps [rollup](https://github.com/rollup/rollup) from 4.18.1 to 4.22.4. - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](rollup/rollup@v4.18.1...v4.22.4) --- updated-dependencies: - dependency-name: rollup dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> PR-URL: nodejs/node#55093 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Richard Lau <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7310abe - Browse repository at this point
Copy the full SHA 7310abeView commit details -
doc: add missing
:
torun()
'sglobPatterns
PR-URL: nodejs/node#55135 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 388c754 - Browse repository at this point
Copy the full SHA 388c754View commit details -
PR-URL: nodejs/node#53223 Reviewed-By: James M Snell <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 80edcdf - Browse repository at this point
Copy the full SHA 80edcdfView commit details -
test: deflake test/pummel/test-timers.js
PR-URL: nodejs/node#55098 Fixes: nodejs/node#55092 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 81bcec0 - Browse repository at this point
Copy the full SHA 81bcec0View commit details -
stream: treat null asyncIterator as undefined
According to the spec, getIterator should normalize incoming method to undefined if it is either undefined or null. This PR enforces that spec compliance with passed WPT. PR-URL: nodejs/node#55119 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Matthew Aitken <[email protected]> Reviewed-By: Mattias Buelens <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f10d9ad - Browse repository at this point
Copy the full SHA f10d9adView commit details -
doc: fix the require resolve algorithm in
modules.md
Before the fix, the pseudocode was describing an infinite loop. PR-URL: nodejs/node#55117 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Chemi Atlow <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7a51a16 - Browse repository at this point
Copy the full SHA 7a51a16View commit details -
build: notify via slack when review-wanted
I have noticed we don't have a usual workflow for review-wanted PRs. So, in other words the label is not useful as it should be. This commit notify via Slack (#node-core) whenever this label is placed either on an issue or in a PR. PR-URL: nodejs/node#55102 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Chemi Atlow <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f38d1e9 - Browse repository at this point
Copy the full SHA f38d1e9View commit details -
tools: make
choco install
script more readablePR-URL: nodejs/node#54002 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Stefan Stojanovic <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8981309 - Browse repository at this point
Copy the full SHA 8981309View commit details -
Revert "console: colorize console error and warn"
This reverts commit a833c9e0bed85214884d6650fe344d5896c9e67a. PR-URL: nodejs/node#54677 Reviewed-By: Joyee Cheung <[email protected]> Reviewed-By: Michaël Zasso <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3ba2e7b - Browse repository at this point
Copy the full SHA 3ba2e7bView commit details -
doc: move the YAML changes element
moved YAML changes element regarding to `onread` option from `socket.connect(options[, connectListener])` to `new net.Socket([options])` PR-URL: nodejs/node#55112 Refs: nodejs/node#25436 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 81ad69d - Browse repository at this point
Copy the full SHA 81ad69dView commit details -
assert: show the diff when deep comparing data with a custom message
Fixes: nodejs/node#48465 PR-URL: nodejs/node#54759 Reviewed-By: Moshe Atlow <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: James M Snell <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 085c344 - Browse repository at this point
Copy the full SHA 085c344View commit details -
doc: add esm examples to node:net
PR-URL: nodejs/node#55134 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1ad659a - Browse repository at this point
Copy the full SHA 1ad659aView commit details -
doc: fix link in
test/README.md
PR-URL: nodejs/node#55165 Reviewed-By: Moshe Atlow <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d9839c1 - Browse repository at this point
Copy the full SHA d9839c1View commit details -
test: update wpt test for encoding
PR-URL: nodejs/node#55151 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Moshe Atlow <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5105188 - Browse repository at this point
Copy the full SHA 5105188View commit details -
build,win: add winget config to set up env
PR-URL: nodejs/node#54729 Reviewed-By: Stefan Stojanovic <[email protected]> Reviewed-By: Vinícius Lourenço Claro Cardoso <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d0e871a - Browse repository at this point
Copy the full SHA d0e871aView commit details -
benchmark: add no-warnings to process.has bench
PR-URL: nodejs/node#55159 Reviewed-By: Vinícius Lourenço Claro Cardoso <[email protected]> Reviewed-By: Chemi Atlow <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1a0d8ef - Browse repository at this point
Copy the full SHA 1a0d8efView commit details -
watch: preserve output when gracefully restarted
PR-URL: nodejs/node#54323 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Moshe Atlow <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for efdccc8 - Browse repository at this point
Copy the full SHA efdccc8View commit details -
meta: add mailmap entry for abmusse
PR-URL: nodejs/node#55182 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Moshe Atlow <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9053d21 - Browse repository at this point
Copy the full SHA 9053d21View commit details -
doc: use correct dash in stability status
All other stability statuses use `-`, this one uses `–`. This commit removes the inconsistency. PR-URL: nodejs/node#55200 Reviewed-By: Moshe Atlow <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Debadree Chatterjee <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d65c245 - Browse repository at this point
Copy the full SHA d65c245View commit details -
doc: mention addons to experimental permission
PR-URL: nodejs/node#55166 Reviewed-By: Moshe Atlow <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Michael Dawson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d08e4c2 - Browse repository at this point
Copy the full SHA d08e4c2View commit details -
doc: fix unordered error anchors
PR-URL: nodejs/node#55242 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2f7828d - Browse repository at this point
Copy the full SHA 2f7828dView commit details -
worker: throw InvalidStateError in postMessage after close
This update addresses expected failures for invalid postMessage after close in WPT. PR-URL: nodejs/node#55206 Reviewed-By: Mattias Buelens <[email protected]> Reviewed-By: Matthew Aitken <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 226836c - Browse repository at this point
Copy the full SHA 226836cView commit details -
fs: acknowledge
signal
option infilehandle.createReadStream()
PR-URL: nodejs/node#55148 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0decaab - Browse repository at this point
Copy the full SHA 0decaabView commit details -
doc: update test context.assert
PR-URL: nodejs/node#55186 Reviewed-By: Moshe Atlow <[email protected]> Reviewed-By: Jake Yuesong Li <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f412a02 - Browse repository at this point
Copy the full SHA f412a02View commit details -
build: include
.nycrc
in coverage workflowsPR-URL: nodejs/node#55210 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Jake Yuesong Li <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5b35836 - Browse repository at this point
Copy the full SHA 5b35836View commit details -
doc: tweak onboarding instructions
Add some additional guidance based on something we missed in a recent onboarding step. Signed-off-by: Michael Dawson <[email protected]> PR-URL: nodejs/node#55212 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Rafael Gonzaga <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Jake Yuesong Li <[email protected]> Reviewed-By: Abdirahim Musse <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9e7be23 - Browse repository at this point
Copy the full SHA 9e7be23View commit details -
meta: bump peter-evans/create-pull-request from 7.0.1 to 7.0.5
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 7.0.1 to 7.0.5. - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](peter-evans/create-pull-request@8867c4a...5e91468) --- updated-dependencies: - dependency-name: peter-evans/create-pull-request dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> PR-URL: nodejs/node#55219 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Rafael Gonzaga <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8a529ab - Browse repository at this point
Copy the full SHA 8a529abView commit details -
meta: bump actions/setup-node from 4.0.3 to 4.0.4
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4.0.3 to 4.0.4. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@1e60f62...0a44ba7) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> PR-URL: nodejs/node#55223 Reviewed-By: Rafael Gonzaga <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1c20908 - Browse repository at this point
Copy the full SHA 1c20908View commit details -
meta: bump actions/checkout from 4.1.7 to 4.2.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.7 to 4.2.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@692973e...d632683) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> PR-URL: nodejs/node#55224 Reviewed-By: Rafael Gonzaga <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d3441ff - Browse repository at this point
Copy the full SHA d3441ffView commit details -
deps: upgrade openssl sources to quictls/openssl-3.0.14+quic1
PR-URL: nodejs/node#54336 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Rafael Gonzaga <[email protected]> Reviewed-By: Marco Ippolito <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 48d643f - Browse repository at this point
Copy the full SHA 48d643fView commit details -
deps: update archs files for openssl-3.0.14+quic1
PR-URL: nodejs/node#54336 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Rafael Gonzaga <[email protected]> Reviewed-By: Marco Ippolito <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 381f1f9 - Browse repository at this point
Copy the full SHA 381f1f9View commit details -
deps: upgrade openssl sources to quictls/openssl-3.0.15+quic1
PR-URL: nodejs/node#55184 Reviewed-By: Rafael Gonzaga <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for da15e7e - Browse repository at this point
Copy the full SHA da15e7eView commit details -
deps: update archs files for openssl-3.0.15+quic1
PR-URL: nodejs/node#55184 Reviewed-By: Rafael Gonzaga <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0c7f2fc - Browse repository at this point
Copy the full SHA 0c7f2fcView commit details -
test: update multiple assert tests to use node:test
PR-URL: nodejs/node#54585 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 66a87d1 - Browse repository at this point
Copy the full SHA 66a87d1View commit details -
meta: bump mozilla-actions/sccache-action from 0.0.5 to 0.0.6
Bumps [mozilla-actions/sccache-action](https://github.com/mozilla-actions/sccache-action) from 0.0.5 to 0.0.6. - [Release notes](https://github.com/mozilla-actions/sccache-action/releases) - [Commits](Mozilla-Actions/sccache-action@89e9040...9e326eb) --- updated-dependencies: - dependency-name: mozilla-actions/sccache-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> PR-URL: nodejs/node#55225 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Michaël Zasso <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8b8d35f - Browse repository at this point
Copy the full SHA 8b8d35fView commit details -
doc: fix initial default value of autoSelectFamily
Specify the initial default value of `autoSelectFamily` in description of `net.setDefaultAutoSelectFamily()` as specified in description of `net.getDefaultAutoSelectFamily()`. PR-URL: nodejs/node#55245 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Paolo Insogna <[email protected]> Reviewed-By: Jake Yuesong Li <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 27564b7 - Browse repository at this point
Copy the full SHA 27564b7View commit details -
test_runner: assert entry is a valid object
PR-URL: nodejs/node#55231 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Moshe Atlow <[email protected]> Reviewed-By: Matteo Collina <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4268517 - Browse repository at this point
Copy the full SHA 4268517View commit details -
build: fix notify-on-review-wanted action
PR-URL: nodejs/node#55304 Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: LiviaMedeiros <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0bbeb60 - Browse repository at this point
Copy the full SHA 0bbeb60View commit details -
test: make
test-loaders-workers-spawned
less flakyPR-URL: nodejs/node#55172 Reviewed-By: Joyee Cheung <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6027084 - Browse repository at this point
Copy the full SHA 6027084View commit details -
doc: add onboarding details for ambassador program
PR-URL: nodejs/node#55284 Reviewed-By: Moshe Atlow <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Paolo Insogna <[email protected]> Reviewed-By: Rafael Gonzaga <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Ulises Gascón <[email protected]> Reviewed-By: Michael Dawson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 50b13bf - Browse repository at this point
Copy the full SHA 50b13bfView commit details -
meta: move one or more collaborators to emeritus
PR-URL: nodejs/node#55300 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Ulises Gascón <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Moshe Atlow <[email protected]> Reviewed-By: Rafael Gonzaga <[email protected]> Reviewed-By: Michael Dawson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 748ed2e - Browse repository at this point
Copy the full SHA 748ed2eView commit details -
doc: fix
events.once()
example usingAbortSignal
PR-URL: nodejs/node#55144 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Jake Yuesong Li <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b963db9 - Browse repository at this point
Copy the full SHA b963db9View commit details -
benchmark: rewrite detect-esm-syntax benchmark
Syntax detection has been unflagged so it's no longer meaningful to toggle the detection based on CLI flags. It was also previously benchmarking cached module imports which isn't very meaningful for subsequent loads. This patch updates the benchmark to toggle the detection based on the presence of type field in the package.json, and generates fixtures to benchmark fresh module loads. PR-URL: nodejs/node#55238 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Matteo Collina <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a455372 - Browse repository at this point
Copy the full SHA a455372View commit details -
doc: add pmarchini to collaborators
Fixes: nodejs/node#55053 PR-URL: nodejs/node#55331 Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fd6fc61 - Browse repository at this point
Copy the full SHA fd6fc61View commit details -
Revert "doc: update test context.assert"
This reverts commit 7ddbfe8. PR-URL: nodejs/node#55344 Reviewed-By: Jake Yuesong Li <[email protected]> Reviewed-By: Chemi Atlow <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for df713f0 - Browse repository at this point
Copy the full SHA df713f0View commit details -
PR-URL: nodejs/node#55344 Reviewed-By: Jake Yuesong Li <[email protected]> Reviewed-By: Chemi Atlow <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0f81eaf - Browse repository at this point
Copy the full SHA 0f81eafView commit details -
PR-URL: nodejs/node#55329 Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Matthew Aitken <[email protected]> Reviewed-By: Rafael Gonzaga <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5d28d98 - Browse repository at this point
Copy the full SHA 5d28d98View commit details -
benchmark: adjust config for deepEqual object
This should make easier to read on benchmark/compare and when generating graphs PR-URL: nodejs/node#55254 Reviewed-By: Vinícius Lourenço Claro Cardoso <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 01f0b0e - Browse repository at this point
Copy the full SHA 01f0b0eView commit details -
build: use rclone instead of aws CLI
Use rclone to upload assets to Cloudflare as it is more reliable. Refs: nodejs/build#3508 PR-URL: nodejs/node#55617 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Moshe Atlow <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f25a5b6 - Browse repository at this point
Copy the full SHA f25a5b6View commit details
Commits on Nov 18, 2024
-
lib: move
Symbol[Async]Dispose
polyfills tointernal/util
PR-URL: nodejs/node#54853 Backport-PR-URL: nodejs/node#55264 Reviewed-By: Moshe Atlow <[email protected]> Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Chengzhong Wu <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: James M Snell <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 00a2fc7 - Browse repository at this point
Copy the full SHA 00a2fc7View commit details -
tools: add
polyfilled
option toprefer-primordials
rulePR-URL: nodejs/node#55318 Backport-PR-URL: nodejs/node#55264 Reviewed-By: Michaël Zasso <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0b3fb34 - Browse repository at this point
Copy the full SHA 0b3fb34View commit details -
2024-11-20, Version 20.18.1 'Iron' (LTS)
Notable changes: doc: * add abmusse to collaborators (Abdirahim Musse) nodejs/node#55086 PR-URL: nodejs/node#55879
Configuration menu - View commit details
-
Copy full SHA for 7017811 - Browse repository at this point
Copy the full SHA 7017811View commit details
Commits on Nov 21, 2024
-
Merge tag 'v20.18.1' into node-v20.18.1-nsolid-v5.5.0-release
2024-11-20 Node.js v20.18.1 Iron (LTS) Release Git-EVTag-v0-SHA512: 93ff8a38e6c72581e6bb28fff8992be5027dd92ea1df200bf807a579a07d41aa724b70a05ce2fad887f3202be720ebda0472298bab7e04c4732e218c327d7ee2
Configuration menu - View commit details
-
Copy full SHA for a0af5e7 - Browse repository at this point
Copy the full SHA a0af5e7View commit details -
src: close EnvInst handles after v20.18.1 merge
Added a `EnvInst::CloseUvHandles()` to be used now that `Environment::RegisterHandleCleanup()` doesn't exist anymore.
Configuration menu - View commit details
-
Copy full SHA for 6fafa1d - Browse repository at this point
Copy the full SHA 6fafa1dView commit details
Commits on Nov 22, 2024
-
deps: avoid overflow when calculating timeDeltas
PR-URL: #229 Reviewed-by: Juan José Arboleda <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for baed8d4 - Browse repository at this point
Copy the full SHA baed8d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for c3602e6 - Browse repository at this point
Copy the full SHA c3602e6View commit details