Skip to content
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

Open
wants to merge 126 commits into
base: node-v20.x-nsolid-v5.x
Choose a base branch
from

Commits on Oct 3, 2024

  1. Working on v20.18.1

    targos committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    985262a View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. 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]>
    aduh95 committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    9d0041a View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

  1. 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]>
    richardlau authored Nov 7, 2024
    Configuration menu
    Copy the full SHA
    ae34e27 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2024

  1. 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
    2 people authored and marco-ippolito committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    6b3c24d View commit details
    Browse the repository at this point in the history
  2. doc: update require(ESM) history and stability status

    PR-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]>
    aduh95 authored and marco-ippolito committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    70504f8 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2024

  1. 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]>
    mhdawson authored and marco-ippolito committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    a4586f0 View commit details
    Browse the repository at this point in the history
  2. 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]>
    nodejs-github-bot authored and marco-ippolito committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    3ebd316 View commit details
    Browse the repository at this point in the history
  3. 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]>
    nodejs-github-bot authored and marco-ippolito committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    20501a7 View commit details
    Browse the repository at this point in the history
  4. 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]>
    ljharb authored and marco-ippolito committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    c96e5cb View commit details
    Browse the repository at this point in the history
  5. 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]>
    RedYetiDev authored and marco-ippolito committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    0984910 View commit details
    Browse the repository at this point in the history
  6. 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]>
    RedYetiDev authored and marco-ippolito committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    ae27e2d View commit details
    Browse the repository at this point in the history
  7. 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]>
    RedYetiDev authored and marco-ippolito committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    9947fc1 View commit details
    Browse the repository at this point in the history
  8. 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]>
    RedYetiDev authored and marco-ippolito committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    4baa5c4 View commit details
    Browse the repository at this point in the history
  9. cli: fix spacing for port range error

    PR-URL: nodejs/node#54495
    Reviewed-By: Yagiz Nizipli <[email protected]>
    Reviewed-By: Luigi Pinca <[email protected]>
    RedYetiDev authored and marco-ippolito committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    93ac799 View commit details
    Browse the repository at this point in the history
  10. build: print Running XYZ linter... for py and yml

    PR-URL: nodejs/node#54386
    Reviewed-By: Luigi Pinca <[email protected]>
    RedYetiDev authored and marco-ippolito committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    67834ee View commit details
    Browse the repository at this point in the history
  11. 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]>
    kernelbin authored and marco-ippolito committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    a730cdb View commit details
    Browse the repository at this point in the history
  12. 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]>
    HBSPS authored and marco-ippolito committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    3a682cc View commit details
    Browse the repository at this point in the history
  13. events: return currentTarget when dispatching

    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]>
    KhafraDev authored and marco-ippolito committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    453df77 View commit details
    Browse the repository at this point in the history
  14. 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]>
    KhafraDev authored and marco-ippolito committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    62f2147 View commit details
    Browse the repository at this point in the history
  15. 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]>
    legendecas authored and marco-ippolito committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    746e78c View commit details
    Browse the repository at this point in the history
  16. 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]>
    mhdawson authored and marco-ippolito committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    5c11a61 View commit details
    Browse the repository at this point in the history
  17. 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]>
    mhdawson authored and marco-ippolito committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    ee5624b View commit details
    Browse the repository at this point in the history
  18. worker: handle --input-type more consistently

    PR-URL: nodejs/node#54979
    Reviewed-By: Michaël Zasso <[email protected]>
    Reviewed-By: Luigi Pinca <[email protected]>
    Reviewed-By: Marco Ippolito <[email protected]>
    aduh95 authored and marco-ippolito committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    f39ff4d View commit details
    Browse the repository at this point in the history
  19. meta: remove never-used workflow trigger

    PR-URL: nodejs/node#54983
    Reviewed-By: Antoine du Hamel <[email protected]>
    Reviewed-By: Marco Ippolito <[email protected]>
    RedYetiDev authored and marco-ippolito committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    37b0bea View commit details
    Browse the repository at this point in the history
  20. 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]>
    RafaelGSS authored and marco-ippolito committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    a2aa4fa View commit details
    Browse the repository at this point in the history
  21. 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]>
    lpinca authored and marco-ippolito committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    aba9dc7 View commit details
    Browse the repository at this point in the history
  22. 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]>
    lpinca authored and marco-ippolito committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    6f53c09 View commit details
    Browse the repository at this point in the history
  23. 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]>
    legendecas authored and marco-ippolito committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    7d01b6a View commit details
    Browse the repository at this point in the history
  24. 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]>
    mhdawson authored and marco-ippolito committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    1a007ea View commit details
    Browse the repository at this point in the history
  25. test: fix soucre to source

    PR-URL: nodejs/node#55038
    Reviewed-By: Jake Yuesong Li <[email protected]>
    Reviewed-By: Luigi Pinca <[email protected]>
    RedYetiDev authored and marco-ippolito committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    f849cf6 View commit details
    Browse the repository at this point in the history
  26. 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]>
    pmarchini authored and marco-ippolito committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    63c8f3d View commit details
    Browse the repository at this point in the history
  27. 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]>
    RedYetiDev authored and marco-ippolito committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    ae4b2ae View commit details
    Browse the repository at this point in the history
  28. 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]>
    segevfiner authored and marco-ippolito committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    f25760c View commit details
    Browse the repository at this point in the history
  29. 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]>
    lpinca authored and marco-ippolito committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    93a098c View commit details
    Browse the repository at this point in the history
  30. 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]>
    KhafraDev authored and marco-ippolito committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    0c1666a View commit details
    Browse the repository at this point in the history
  31. 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]>
    RedYetiDev authored and marco-ippolito committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    f48992f View commit details
    Browse the repository at this point in the history
  32. 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]>
    RedYetiDev authored and marco-ippolito committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    333b5a0 View commit details
    Browse the repository at this point in the history
  33. 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]>
    anonrig authored and marco-ippolito committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    30383ff View commit details
    Browse the repository at this point in the history
  34. util: update ansi regex

    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]>
    RedYetiDev authored and marco-ippolito committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    a3c2ef9 View commit details
    Browse the repository at this point in the history
  35. test: add util.stripVTControlCharacters test

    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]>
    RedYetiDev authored and marco-ippolito committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    bd8fd4f View commit details
    Browse the repository at this point in the history
  36. test_runner: use test: symbol on second print of parent test

    PR-URL: nodejs/node#54956
    Reviewed-By: Moshe Atlow <[email protected]>
    Reviewed-By: James M Snell <[email protected]>
    RedYetiDev authored and marco-ippolito committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    b1cad51 View commit details
    Browse the repository at this point in the history
  37. 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]>
    mhdawson authored and marco-ippolito committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    39a80ee View commit details
    Browse the repository at this point in the history
  38. meta: add linux to OS labels in collaborator guide

    PR-URL: nodejs/node#54986
    Reviewed-By: James M Snell <[email protected]>
    Reviewed-By: Marco Ippolito <[email protected]>
    RedYetiDev authored and marco-ippolito committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    d2ce003 View commit details
    Browse the repository at this point in the history
  39. 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]>
    RedYetiDev authored and marco-ippolito committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    6e5d524 View commit details
    Browse the repository at this point in the history
  40. test: fix test-vm-context-dont-contextify when path contains a space

    Because 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]>
    aduh95 authored and marco-ippolito committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    9640661 View commit details
    Browse the repository at this point in the history
  41. 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]>
    mhdawson authored and marco-ippolito committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    6c2a138 View commit details
    Browse the repository at this point in the history
  42. doc: remove parseREPLKeyword from REPL documentation

    PR-URL: nodejs/node#54749
    Reviewed-By: Luigi Pinca <[email protected]>
    RedYetiDev authored and marco-ippolito committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    df6dc75 View commit details
    Browse the repository at this point in the history
  43. test: make test-runner-assert more robust

    PR-URL: nodejs/node#55036
    Reviewed-By: James M Snell <[email protected]>
    Reviewed-By: Colin Ihrig <[email protected]>
    Reviewed-By: Chemi Atlow <[email protected]>
    RedYetiDev authored and marco-ippolito committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    bc7b524 View commit details
    Browse the repository at this point in the history
  44. 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]>
    iwuliz authored and marco-ippolito committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    09f75b2 View commit details
    Browse the repository at this point in the history
  45. 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]>
    iwuliz authored and marco-ippolito committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    0b985ec View commit details
    Browse the repository at this point in the history
  46. 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]>
    panva authored and marco-ippolito committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    2f678ea View commit details
    Browse the repository at this point in the history
  47. 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]>
    anonrig authored and marco-ippolito committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    8e6b606 View commit details
    Browse the repository at this point in the history
  48. 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]>
    RedYetiDev authored and marco-ippolito committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    27ff2da View commit details
    Browse the repository at this point in the history
  49. 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]>
    RedYetiDev authored and marco-ippolito committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    083311e View commit details
    Browse the repository at this point in the history
  50. 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]>
    nodejs-github-bot authored and marco-ippolito committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    8f1956c View commit details
    Browse the repository at this point in the history
  51. 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]>
    abmusse authored and marco-ippolito committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    94302b6 View commit details
    Browse the repository at this point in the history
  52. 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]>
    luketaher authored and marco-ippolito committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    ac1cb8d View commit details
    Browse the repository at this point in the history
  53. tty: fix links for terminal colors

    PR-URL: nodejs/node#54596
    Reviewed-By: James M Snell <[email protected]>
    Reviewed-By: Moshe Atlow <[email protected]>
    RedYetiDev authored and marco-ippolito committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    397be8a View commit details
    Browse the repository at this point in the history
  54. repl: catch \v and \r in new-line detection

    PR-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]>
    RedYetiDev authored and marco-ippolito committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    85b3edc View commit details
    Browse the repository at this point in the history
  55. 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]>
    lpinca authored and marco-ippolito committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    eb4d468 View commit details
    Browse the repository at this point in the history
  56. 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]>
    anonrig authored and marco-ippolito committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    86d7181 View commit details
    Browse the repository at this point in the history
  57. benchmark: create benchmark for typescript

    PR-URL: nodejs/node#54904
    Reviewed-By: Matteo Collina <[email protected]>
    marco-ippolito committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    2be5d61 View commit details
    Browse the repository at this point in the history
  58. 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]>
    aduh95 authored and marco-ippolito committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    7c88739 View commit details
    Browse the repository at this point in the history
  59. 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]>
    RedYetiDev authored and marco-ippolito committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    db2496c View commit details
    Browse the repository at this point in the history
  60. test: fix assertSnapshot when path contains a quote

    PR-URL: nodejs/node#55087
    Reviewed-By: Luigi Pinca <[email protected]>
    Reviewed-By: Moshe Atlow <[email protected]>
    Reviewed-By: Mohammed Keyvanzadeh <[email protected]>
    aduh95 authored and marco-ippolito committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    afc1628 View commit details
    Browse the repository at this point in the history
  61. 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]>
    aduh95 authored and marco-ippolito committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    c908b8a View commit details
    Browse the repository at this point in the history
  62. 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]>
    mhdawson authored and marco-ippolito committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    7802170 View commit details
    Browse the repository at this point in the history
  63. 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]>
    joyeecheung authored and marco-ippolito committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    df1f049 View commit details
    Browse the repository at this point in the history
  64. 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]>
    lpinca authored and marco-ippolito committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    82c4022 View commit details
    Browse the repository at this point in the history
  65. 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]>
    nodejs-github-bot authored and marco-ippolito committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    7b17968 View commit details
    Browse the repository at this point in the history
  66. 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]>
    dependabot[bot] authored and marco-ippolito committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    7310abe View commit details
    Browse the repository at this point in the history
  67. doc: add missing : to run()'s globPatterns

    PR-URL: nodejs/node#55135
    Reviewed-By: Richard Lau <[email protected]>
    Reviewed-By: Luigi Pinca <[email protected]>
    RedYetiDev authored and marco-ippolito committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    388c754 View commit details
    Browse the repository at this point in the history
  68. doc: update style guide

    PR-URL: nodejs/node#53223
    Reviewed-By: James M Snell <[email protected]>
    RedYetiDev authored and marco-ippolito committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    80edcdf View commit details
    Browse the repository at this point in the history
  69. 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]>
    jakecastelli authored and marco-ippolito committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    81bcec0 View commit details
    Browse the repository at this point in the history
  70. 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]>
    jazelly authored and marco-ippolito committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    f10d9ad View commit details
    Browse the repository at this point in the history
  71. 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]>
    chirsz-ever authored and marco-ippolito committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    7a51a16 View commit details
    Browse the repository at this point in the history
  72. 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]>
    RafaelGSS authored and marco-ippolito committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    f38d1e9 View commit details
    Browse the repository at this point in the history
  73. tools: make choco install script more readable

    PR-URL: nodejs/node#54002
    Reviewed-By: Luigi Pinca <[email protected]>
    Reviewed-By: Stefan Stojanovic <[email protected]>
    RedYetiDev authored and marco-ippolito committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    8981309 View commit details
    Browse the repository at this point in the history
  74. 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]>
    RedYetiDev authored and marco-ippolito committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    3ba2e7b View commit details
    Browse the repository at this point in the history
  75. 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]>
    sendoru authored and marco-ippolito committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    81ad69d View commit details
    Browse the repository at this point in the history
  76. 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]>
    puskin94 authored and marco-ippolito committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    085c344 View commit details
    Browse the repository at this point in the history
  77. 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]>
    mfdebian authored and marco-ippolito committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    1ad659a View commit details
    Browse the repository at this point in the history
  78. doc: fix link in test/README.md

    PR-URL: nodejs/node#55165
    Reviewed-By: Moshe Atlow <[email protected]>
    Reviewed-By: Luigi Pinca <[email protected]>
    LiviaMedeiros authored and marco-ippolito committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    d9839c1 View commit details
    Browse the repository at this point in the history
  79. 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]>
    Nahee-Park authored and marco-ippolito committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    5105188 View commit details
    Browse the repository at this point in the history
  80. 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]>
    huseyinacacak-janea authored and marco-ippolito committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    d0e871a View commit details
    Browse the repository at this point in the history
  81. 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]>
    RafaelGSS authored and marco-ippolito committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    1a0d8ef View commit details
    Browse the repository at this point in the history
  82. watch: preserve output when gracefully restarted

    PR-URL: nodejs/node#54323
    Reviewed-By: James M Snell <[email protected]>
    Reviewed-By: Moshe Atlow <[email protected]>
    theoludwig authored and marco-ippolito committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    efdccc8 View commit details
    Browse the repository at this point in the history
  83. 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]>
    abmusse authored and marco-ippolito committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    9053d21 View commit details
    Browse the repository at this point in the history
  84. 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]>
    aduh95 authored and marco-ippolito committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    d65c245 View commit details
    Browse the repository at this point in the history
  85. 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]>
    RafaelGSS authored and marco-ippolito committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    d08e4c2 View commit details
    Browse the repository at this point in the history
  86. doc: fix unordered error anchors

    PR-URL: nodejs/node#55242
    Reviewed-By: Richard Lau <[email protected]>
    Reviewed-By: Luigi Pinca <[email protected]>
    aduh95 authored and marco-ippolito committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    2f7828d View commit details
    Browse the repository at this point in the history
  87. 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]>
    Nahee-Park authored and marco-ippolito committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    226836c View commit details
    Browse the repository at this point in the history
  88. fs: acknowledge signal option in filehandle.createReadStream()

    PR-URL: nodejs/node#55148
    Reviewed-By: Luigi Pinca <[email protected]>
    Reviewed-By: Antoine du Hamel <[email protected]>
    LiviaMedeiros authored and marco-ippolito committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    0decaab View commit details
    Browse the repository at this point in the history
  89. doc: update test context.assert

    PR-URL: nodejs/node#55186
    Reviewed-By: Moshe Atlow <[email protected]>
    Reviewed-By: Jake Yuesong Li <[email protected]>
    pmarchini authored and marco-ippolito committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    f412a02 View commit details
    Browse the repository at this point in the history
  90. build: include .nycrc in coverage workflows

    PR-URL: nodejs/node#55210
    Reviewed-By: Richard Lau <[email protected]>
    Reviewed-By: Michaël Zasso <[email protected]>
    Reviewed-By: Jake Yuesong Li <[email protected]>
    iwuliz authored and marco-ippolito committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    5b35836 View commit details
    Browse the repository at this point in the history
  91. 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]>
    mhdawson authored and marco-ippolito committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    9e7be23 View commit details
    Browse the repository at this point in the history
  92. 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]>
    dependabot[bot] authored and marco-ippolito committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    8a529ab View commit details
    Browse the repository at this point in the history
  93. 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]>
    dependabot[bot] authored and marco-ippolito committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    1c20908 View commit details
    Browse the repository at this point in the history
  94. 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]>
    dependabot[bot] authored and marco-ippolito committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    d3441ff View commit details
    Browse the repository at this point in the history
  95. 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]>
    nodejs-github-bot authored and marco-ippolito committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    48d643f View commit details
    Browse the repository at this point in the history
  96. 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]>
    nodejs-github-bot authored and marco-ippolito committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    381f1f9 View commit details
    Browse the repository at this point in the history
  97. 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]>
    nodejs-github-bot authored and marco-ippolito committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    da15e7e View commit details
    Browse the repository at this point in the history
  98. 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]>
    nodejs-github-bot authored and marco-ippolito committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    0c7f2fc View commit details
    Browse the repository at this point in the history
  99. 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]>
    jasnell authored and marco-ippolito committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    66a87d1 View commit details
    Browse the repository at this point in the history
  100. 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]>
    dependabot[bot] authored and marco-ippolito committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    8b8d35f View commit details
    Browse the repository at this point in the history
  101. 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]>
    freego555 authored and marco-ippolito committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    27564b7 View commit details
    Browse the repository at this point in the history
  102. 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]>
    geeksilva97 authored and marco-ippolito committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    4268517 View commit details
    Browse the repository at this point in the history
  103. 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]>
    RafaelGSS authored and marco-ippolito committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    0bbeb60 View commit details
    Browse the repository at this point in the history
  104. test: make test-loaders-workers-spawned less flaky

    PR-URL: nodejs/node#55172
    Reviewed-By: Joyee Cheung <[email protected]>
    aduh95 authored and marco-ippolito committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    6027084 View commit details
    Browse the repository at this point in the history
  105. 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]>
    marco-ippolito committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    50b13bf View commit details
    Browse the repository at this point in the history
  106. 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]>
    nodejs-github-bot authored and marco-ippolito committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    748ed2e View commit details
    Browse the repository at this point in the history
  107. doc: fix events.once() example using AbortSignal

    PR-URL: nodejs/node#55144
    Reviewed-By: James M Snell <[email protected]>
    Reviewed-By: Jake Yuesong Li <[email protected]>
    foxxyz authored and marco-ippolito committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    b963db9 View commit details
    Browse the repository at this point in the history
  108. 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]>
    joyeecheung authored and marco-ippolito committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    a455372 View commit details
    Browse the repository at this point in the history
  109. 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]>
    pmarchini authored and marco-ippolito committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    fd6fc61 View commit details
    Browse the repository at this point in the history
  110. 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]>
    aduh95 authored and marco-ippolito committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    df713f0 View commit details
    Browse the repository at this point in the history
  111. doc: fix Markdown linter

    PR-URL: nodejs/node#55344
    Reviewed-By: Jake Yuesong Li <[email protected]>
    Reviewed-By: Chemi Atlow <[email protected]>
    Reviewed-By: Luigi Pinca <[email protected]>
    aduh95 authored and marco-ippolito committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    0f81eaf View commit details
    Browse the repository at this point in the history
  112. deps: update undici to 6.20.0

    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]>
    nodejs-github-bot authored and marco-ippolito committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    5d28d98 View commit details
    Browse the repository at this point in the history
  113. 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]>
    RafaelGSS authored and marco-ippolito committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    01f0b0e View commit details
    Browse the repository at this point in the history
  114. 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]>
    targos authored and marco-ippolito committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    f25a5b6 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2024

  1. lib: move Symbol[Async]Dispose polyfills to internal/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]>
    aduh95 authored and marco-ippolito committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    00a2fc7 View commit details
    Browse the repository at this point in the history
  2. tools: add polyfilled option to prefer-primordials rule

    PR-URL: nodejs/node#55318
    Backport-PR-URL: nodejs/node#55264
    Reviewed-By: Michaël Zasso <[email protected]>
    aduh95 authored and marco-ippolito committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    0b3fb34 View commit details
    Browse the repository at this point in the history
  3. 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
    marco-ippolito committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    7017811 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2024

  1. 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
    santigimeno committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    a0af5e7 View commit details
    Browse the repository at this point in the history
  2. src: close EnvInst handles after v20.18.1 merge

    Added a `EnvInst::CloseUvHandles()` to be used now that
    `Environment::RegisterHandleCleanup()` doesn't exist anymore.
    santigimeno committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    6fafa1d View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2024

  1. deps: avoid overflow when calculating timeDeltas

    PR-URL: #229
    Reviewed-by: Juan José Arboleda <[email protected]>
    santigimeno authored and juanarbol committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    baed8d4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c3602e6 View commit details
    Browse the repository at this point in the history