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

v20.18.0 release proposal #55170

Merged
merged 281 commits into from
Oct 3, 2024
Merged

v20.18.0 release proposal #55170

merged 281 commits into from
Oct 3, 2024
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Oct 2, 2024

  1. buffer: use faster integer argument check

    PR-URL: #54089
    Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Daniel Lemire <daniel@lemire.me>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    ronag authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    3012d31 View commit details
    Browse the repository at this point in the history
  2. url: improve resolveObject with ObjectAssign

    PR-URL: #54092
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
    Reviewed-By: Daeyeon Jeong <daeyeon.dev@gmail.com>
    EarlyRiser42 authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    b25563d View commit details
    Browse the repository at this point in the history
  3. doc: clarify useCodeCache setting for cross-platform SEA generation

    PR-URL: #53994
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
    debbs061 authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    4021215 View commit details
    Browse the repository at this point in the history
  4. doc: expand troubleshooting section

    Update the troubleshooting section with regards to
    memory requirements and potential errors. This error
    specifically happened to me on an Ubuntu host with
    2GB of RAM which wasn't enough and g++ error'ed
    during Node.js compilation step.
    
    PR-URL: #53808
    Reviewed-By: Richard Lau <rlau@redhat.com>
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Ulises Gascón <ulisesgascongonzalez@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    lirantal authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    fff8eb2 View commit details
    Browse the repository at this point in the history
  5. src: account for OpenSSL unexpected version

    PR-URL: #54038
    Reviewed-By: Richard Lau <rlau@redhat.com>
    Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
    Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
    Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@gmail.com>
    Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    codebytere authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    9759049 View commit details
    Browse the repository at this point in the history
  6. stream: throw TypeError when criteria fulfilled in getIterator

    PR-URL: #53825
    Fixes: #53819
    Refs: #53819
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Debadree Chatterjee <debadree333@gmail.com>
    jakecastelli authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    713fc0c View commit details
    Browse the repository at this point in the history
  7. typings: add missing binding function writeFileUtf8()

    PR-URL: #54110
    Reviewed-By: Daeyeon Jeong <daeyeon.dev@gmail.com>
    Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
    pluris authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    cc37401 View commit details
    Browse the repository at this point in the history
  8. doc: update list of Triagers on the README.md

    PR-URL: #54138
    Reviewed-By: Michael Dawson <midawson@redhat.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
    aduh95 authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    2acaeab View commit details
    Browse the repository at this point in the history
  9. doc: add missing new lines to custom test reporter examples

    PR-URL: #54152
    Reviewed-By: Chemi Atlow <chemi@atlow.co.il>
    Reviewed-By: Harshitha K P <harshitha014@gmail.com>
    Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
    Reviewed-By: Jake Yuesong Li <jake.yuesong@gmail.com>
    EddieAbbondanzio authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    8d41bb9 View commit details
    Browse the repository at this point in the history
  10. lib,permission: support Buffer to permission.has

    PR-URL: #54104
    Fixes: #54100
    Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
    Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
    RafaelGSS authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    afbf2c0 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    17b7ec4 View commit details
    Browse the repository at this point in the history
  12. test: fix typo in test

    PR-URL: #54137
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Harshitha K P <harshitha014@gmail.com>
    Reviewed-By: Jake Yuesong Li <jake.yuesong@gmail.com>
    sonsurim authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    dbc26c2 View commit details
    Browse the repository at this point in the history
  13. benchmark: use assert.ok instead of assert

    PR-URL: #54176
    Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    RafaelGSS authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    b6e8305 View commit details
    Browse the repository at this point in the history
  14. doc: add documentation for blob.bytes() method

    PR-URL: #54114
    Fixes: #54105
    Reviewed-By: Daeyeon Jeong <daeyeon.dev@gmail.com>
    Reviewed-By: Jake Yuesong Li <jake.yuesong@gmail.com>
    jmsb02 authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    f131dc6 View commit details
    Browse the repository at this point in the history
  15. test_runner: run after hooks even if test is aborted

    If a test is run, but aborted, any after hooks should still be
    run, as they may need to perform cleanup.
    
    PR-URL: #54151
    Reviewed-By: Chemi Atlow <chemi@atlow.co.il>
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
    Reviewed-By: Jake Yuesong Li <jake.yuesong@gmail.com>
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Raz Luvaton <rluvaton@gmail.com>
    cjihrig authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    65b6fec View commit details
    Browse the repository at this point in the history
  16. doc: refresh instructions for building node from source

    - Organize the prerequisites sub-header properly
    - Add a note about memory limit
    
    PR-URL: #53768
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Reviewed-By: Michael Dawson <midawson@redhat.com>
    lirantal authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    e9fc548 View commit details
    Browse the repository at this point in the history
  17. buffer: add JSDoc to blob bytes method

    PR-URL: #54117
    Reviewed-By: Jake Yuesong Li <jake.yuesong@gmail.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    RobertoSimonini1 authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    76c3770 View commit details
    Browse the repository at this point in the history
  18. lib: fix typos in comments within internal/streams

    fixed typos in comments within the internal/streams directory.
    
    PR-URL: #54093
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Jake Yuesong Li <jake.yuesong@gmail.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    MCprotein authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    1ad857e View commit details
    Browse the repository at this point in the history
  19. test_runner: remove outdated comment

    Network imports were removed, so remove the comment.
    
    Refs: #53822
    PR-URL: #54146
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Jake Yuesong Li <jake.yuesong@gmail.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
    cjihrig authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    8fd951f View commit details
    Browse the repository at this point in the history
  20. stream: make checking pendingcb on WritableStream backward compatible

    PR-URL: #54142
    Fixes: #54131
    Refs: #54131
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Robert Nagy <ronagy@icloud.com>
    jakecastelli authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    337cd41 View commit details
    Browse the repository at this point in the history
  21. inspector: provide detailed info to fix DevTools frontend errors

    PR-URL: #54156
    Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    cola119 authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    d1007fb View commit details
    Browse the repository at this point in the history
  22. doc: move release key for Myles Borins

    Myles has stepped down as a releaser. Move his key in `README.md`
    to the "Other keys used to sign some previous releases" section.
    
    PR-URL: #54059
    Refs: nodejs/Release#1024
    Refs: https://github.com/nodejs/Release/blob/main/GOVERNANCE.md#offboarding-releasers
    Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
    Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
    Reviewed-By: Ulises Gascón <ulisesgascongonzalez@gmail.com>
    richardlau authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    39c30ea View commit details
    Browse the repository at this point in the history
  23. doc, meta: replace command with link to keys

    PR-URL: #53745
    Reviewed-By: Ulises Gascón <ulisesgascongonzalez@gmail.com>
    Reviewed-By: Beth Griggs <bethanyngriggs@gmail.com>
    Reviewed-By: Richard Lau <rlau@redhat.com>
    RedYetiDev authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    c114585 View commit details
    Browse the repository at this point in the history
  24. sea: don't set code cache flags when snapshot is used

    When both useCodeCache and useSnapshot are set, we generate the
    snapshot and skip the generation of the code cache since the
    snapshot already includes the code cache. But we previously still
    persist the code cache setting in the flags that got serialized
    into the SEA, so the resulting executable would still try to read
    the code cache even if it's not added to the SEA, leading to a flaky
    crash caused by OOB on some platforms.
    
    This patch fixes the crash by ignoring the code cache setting when
    generating the flag if both snapshot and code cache is configured.
    
    PR-URL: #54120
    Fixes: #50740
    Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
    Reviewed-By: Richard Lau <rlau@redhat.com>
    joyeecheung authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    7f09d98 View commit details
    Browse the repository at this point in the history
  25. doc: move onread option from socket.connect() to new net.socket()

    Fixes: #53792
    PR-URL: #54194
    Reviewed-By: Paolo Insogna <paolo@cowtech.it>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Tim Perry <pimterry@gmail.com>
    sendoru authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    6ab2715 View commit details
    Browse the repository at this point in the history
  26. meta: bump ossf/scorecard-action from 2.3.3 to 2.4.0

    Bumps [ossf/scorecard-action](https://github.com/ossf/scorecard-action) from 2.3.3 to 2.4.0.
    - [Release notes](https://github.com/ossf/scorecard-action/releases)
    - [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md)
    - [Commits](ossf/scorecard-action@dc50aa9...62b2cac)
    
    ---
    updated-dependencies:
    - dependency-name: ossf/scorecard-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    PR-URL: #54171
    Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    dependabot[bot] authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    80dd38d View commit details
    Browse the repository at this point in the history
  27. meta: bump github/codeql-action from 3.25.11 to 3.25.15

    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.25.11 to 3.25.15.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@b611370...afb54ba)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    PR-URL: #54168
    Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    dependabot[bot] authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    7d5dd6f View commit details
    Browse the repository at this point in the history
  28. meta: bump actions/setup-node from 4.0.2 to 4.0.3

    Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4.0.2 to 4.0.3.
    - [Release notes](https://github.com/actions/setup-node/releases)
    - [Commits](actions/setup-node@60edb5d...1e60f62)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-node
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    PR-URL: #54170
    Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    dependabot[bot] authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    775ebbe View commit details
    Browse the repository at this point in the history
  29. meta: bump step-security/harden-runner from 2.8.1 to 2.9.0

    Bumps [step-security/harden-runner](https://github.com/step-security/harden-runner) from 2.8.1 to 2.9.0.
    - [Release notes](https://github.com/step-security/harden-runner/releases)
    - [Commits](step-security/harden-runner@17d0e2b...0d38121)
    
    ---
    updated-dependencies:
    - dependency-name: step-security/harden-runner
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    PR-URL: #54169
    Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    dependabot[bot] authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    3a103c3 View commit details
    Browse the repository at this point in the history
  30. meta: bump actions/setup-python from 5.1.0 to 5.1.1

    Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.1.0 to 5.1.1.
    - [Release notes](https://github.com/actions/setup-python/releases)
    - [Commits](actions/setup-python@82c7e63...39cd149)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-python
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    PR-URL: #54165
    Refs: actions/setup-python@39cd149
    Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
    dependabot[bot] authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    a35d980 View commit details
    Browse the repository at this point in the history
  31. meta: bump actions/download-artifact from 4.1.7 to 4.1.8

    Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.7 to 4.1.8.
    - [Release notes](https://github.com/actions/download-artifact/releases)
    - [Commits](actions/download-artifact@65a9edc...fa0a91b)
    
    ---
    updated-dependencies:
    - dependency-name: actions/download-artifact
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    PR-URL: #54167
    Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    dependabot[bot] authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    ca808dd View commit details
    Browse the repository at this point in the history
  32. meta: bump actions/upload-artifact from 4.3.3 to 4.3.4

    Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.3 to 4.3.4.
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](actions/upload-artifact@6546280...0b2256b)
    
    ---
    updated-dependencies:
    - dependency-name: actions/upload-artifact
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    PR-URL: #54166
    Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    dependabot[bot] authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    db78978 View commit details
    Browse the repository at this point in the history
  33. deps: update simdutf to 5.3.1

    PR-URL: #54196
    Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
    Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
    nodejs-github-bot authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    c169d9c View commit details
    Browse the repository at this point in the history
  34. deps: update undici to 6.19.5

    PR-URL: #54076
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
    Reviewed-By: Matthew Aitken <maitken033380023@gmail.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Reviewed-By: Richard Lau <rlau@redhat.com>
    Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
    nodejs-github-bot authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    d30145f View commit details
    Browse the repository at this point in the history
  35. test: update wpt test for streams

    PR-URL: #54129
    Reviewed-By: Daeyeon Jeong <daeyeon.dev@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Nahee-Park authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    c8587ec View commit details
    Browse the repository at this point in the history
  36. doc: add links to security steward companies

    PR-URL: #52981
    Reviewed-By: Ulises Gascón <ulisesgascongonzalez@gmail.com>
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Paolo Insogna <paolo@cowtech.it>
    Reviewed-By: Vinícius Lourenço Claro Cardoso <contact@viniciusl.com.br>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
    Reviewed-By: Michael Dawson <midawson@redhat.com>
    RedYetiDev authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    322b5d9 View commit details
    Browse the repository at this point in the history
  37. test: set test-structuredclone-jstransferable non-flaky

    Fixes: #50260
    PR-URL: #54115
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
    StefanStojanovic authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    d478db7 View commit details
    Browse the repository at this point in the history
  38. doc: fix sea assets example

    PR-URL: #54192
    Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Sadzurami authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    4e7edc4 View commit details
    Browse the repository at this point in the history
  39. test_runner: make mock_loader not confuse CJS and ESM resolution

    PR-URL: #53846
    Fixes: #53807
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    syi0808 authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    56cbc80 View commit details
    Browse the repository at this point in the history
  40. path: fix relative on Windows

    PR-URL: #53991
    Fixes: #27534
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    huseyinacacak-janea authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    c61cee2 View commit details
    Browse the repository at this point in the history
  41. doc: add esm examples to node:console

    PR-URL: #54108
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Jake Yuesong Li <jake.yuesong@gmail.com>
    Reviewed-By: Ulises Gascón <ulisesgascongonzalez@gmail.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    mfdebian authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    24976bf View commit details
    Browse the repository at this point in the history
  42. doc: add KevinEady as a triager

    PR-URL: #54179
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Vladimir Morozov <vmorozov@microsoft.com>
    legendecas authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    fb2b191 View commit details
    Browse the repository at this point in the history
  43. benchmark: remove force option as force defaults to true

    PR-URL: #54203
    Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    debbs061 authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    0309b05 View commit details
    Browse the repository at this point in the history
  44. deps: update acorn to 8.12.1

    PR-URL: #53465
    Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
    Reviewed-By: Chemi Atlow <chemi@atlow.co.il>
    Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Michael Dawson <midawson@redhat.com>
    nodejs-github-bot authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    38aa9d6 View commit details
    Browse the repository at this point in the history
  45. benchmark: support --help in CLI

    PR-URL: #53358
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    RedYetiDev authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    f48f2c2 View commit details
    Browse the repository at this point in the history
  46. meta: add module label for the lib/internal/modules folder

    PR-URL: #52858
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    RedYetiDev authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    dd8ab83 View commit details
    Browse the repository at this point in the history
  47. doc: add esm examples to node:dns

    PR-URL: #54172
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Reviewed-By: Ulises Gascón <ulisesgascongonzalez@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    mfdebian authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    62bf03b View commit details
    Browse the repository at this point in the history
  48. lib: fix unhandled errors in webstream adapters

    WebStream's Readable controller does not tolerate `.close()` being
    called after an `error`. However, when wrapping a Node's Readable stream
    it is possible that the sequence of events leads to `finished()`'s
    callback being invoked after such `error`.
    
    In order to handle this, in this change we call the `finished()` handler
    earlier when controller is canceled, and always handle this as an error
    case.
    
    Fix: #54205
    PR-URL: #54206
    Fixes: #54205
    Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Mattias Buelens <mattias@buelens.com>
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    indutny authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    f408536 View commit details
    Browse the repository at this point in the history
  49. test: use assert.{s,deepS}trictEqual()

    Use `asset.strictEqual()` and `asset.deepStrictEqual()` in
    `test/parallel/test-tls-set-sigalgs.js`.
    
    PR-URL: #54208
    Reviewed-By: Jake Yuesong Li <jake.yuesong@gmail.com>
    Reviewed-By: Daeyeon Jeong <daeyeon.dev@gmail.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
    lpinca authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    782a6a0 View commit details
    Browse the repository at this point in the history
  50. doc: make some parameters optional in tracingChannel.traceCallback

    Plus, add missing `position` parameter to CJS example.
    
    PR-URL: #54068
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Ulises Gascón <ulisesgascongonzalez@gmail.com>
    Reviewed-By: Jake Yuesong Li <jake.yuesong@gmail.com>
    deokjinkim authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    07bde05 View commit details
    Browse the repository at this point in the history
  51. meta: move one or more collaborators to emeritus

    PR-URL: #54210
    Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: Kohei Ueno <kohei.ueno119@gmail.com>
    Reviewed-By: Richard Lau <rlau@redhat.com>
    Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Michael Dawson <midawson@redhat.com>
    nodejs-github-bot authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    b61a2f5 View commit details
    Browse the repository at this point in the history
  52. tools: make undici updater build wasm from src

    - modify updater to include all files required to rebuild
      wasm from what's stored in the deps/undici directory
    - modify updater to build wasm from source while updating
    
    Signed-off-by: Michael Dawson <mdawson@devrus.com>
    PR-URL: #54128
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
    Reviewed-By: Robert Nagy <ronagy@icloud.com>
    mhdawson authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    f90688c View commit details
    Browse the repository at this point in the history
  53. src: skip inspector wait in internal workers

    Internal workers are essential to load user scripts and bootstrapped
    with internal entrypoints. They should not be waiting for inspectors
    even when `--inspect-brk` and `--inspect-wait` were specified, and avoid
    blocking main thread to bootstrap.
    
    IsolateData can be created with a specified PerIsolateOptions instead of
    creating a copy from the per_process namespace. This also avoids
    creating a copy bypassing the parent env's modified options, like
    creating a worker thread from a worker thread.
    
    PR-URL: #54219
    Fixes: #53681
    Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    legendecas authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    91936eb View commit details
    Browse the repository at this point in the history
  54. doc: warn for windows build bug

    Refs: nodejs/build#3739
    PR-URL: #54217
    Reviewed-By: Stefan Stojanovic <stefan.stojanovic@janeasystems.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Jake Yuesong Li <jake.yuesong@gmail.com>
    jazelly authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    53f5c54 View commit details
    Browse the repository at this point in the history
  55. test: refactor test-runner-module-mocking

    PR-URL: #54233
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    aduh95 authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    e446517 View commit details
    Browse the repository at this point in the history
  56. test: fix timeout not being cleared

    PR-URL: #54242
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Jake Yuesong Li <jake.yuesong@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Tierney Cyren <hello@bnb.im>
    Isaac-yz-Liu authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    4c219b0 View commit details
    Browse the repository at this point in the history
  57. typings: add util.styleText type definition

    PR-URL: #54252
    Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
    Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
    RafaelGSS authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    628ae4b View commit details
    Browse the repository at this point in the history
  58. deps: update undici to 6.19.7

    PR-URL: #54286
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
    Reviewed-By: Matthew Aitken <maitken033380023@gmail.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
    nodejs-github-bot authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    6e7de37 View commit details
    Browse the repository at this point in the history
  59. console: use validateOneOf for colorMode validation

    refactor the Console constructor to use validateOneOf for validating
    the colorMode parameter.
    
    PR-URL: #54245
    Reviewed-By: Kohei Ueno <kohei.ueno119@gmail.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
    Reviewed-By: Jake Yuesong Li <jake.yuesong@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    rayark1 authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    a110409 View commit details
    Browse the repository at this point in the history
  60. benchmark: change assert() to assert.ok()

    PR-URL: #54254
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    RafaelGSS authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    f2971b6 View commit details
    Browse the repository at this point in the history
  61. meta: add test-permission-* CODEOWNERS

    PR-URL: #54267
    Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
    RafaelGSS authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    67ca397 View commit details
    Browse the repository at this point in the history
  62. doc: explicitly mention node:fs module restriction

    PR-URL: #54269
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    RafaelGSS authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    6a4f05e View commit details
    Browse the repository at this point in the history
  63. benchmark: rename count to n

    It's a common approach to use n as number of iterations over the
    benchmark. Changing it from count to n will also make
    ./node benchmark/run.js --set n=X more meaningful among other
    benchmarks
    
    PR-URL: #54271
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    RafaelGSS authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    93ee36e View commit details
    Browse the repository at this point in the history
  64. tty: initialize winSize array with values

    Assigning to a holey array in the native layer may crash if it has
    getters that throw.
    
    Refs: #54186
    PR-URL: #54281
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
    targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    a033dff View commit details
    Browse the repository at this point in the history
  65. inspector: support Network.loadingFailed event

    PR-URL: #54246
    Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    cola119 authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    59a3952 View commit details
    Browse the repository at this point in the history
  66. deps: update c-ares to v1.33.0

    PR-URL: #54198
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Richard Lau <rlau@redhat.com>
    nodejs-github-bot authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    239588b View commit details
    Browse the repository at this point in the history
  67. doc, test: simplify test README table

    PR-URL: #53971
    Reviewed-By: James M Snell <jasnell@gmail.com>
    RedYetiDev authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    0843077 View commit details
    Browse the repository at this point in the history
  68. doc: add esm examples to node:http2

    PR-URL: #54292
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    mfdebian authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    7e25fab View commit details
    Browse the repository at this point in the history
  69. lib: avoid for of loop and remove unnecessary variable in zlib

    removed the unnecessary declaration of 'i' in the _final method scope
    and changed the for of loop to a for loop
    
    Refs: https://github.com/nodejs/node/blob/main/doc/contributing/primordials.md#unsafe-array-iteration
    PR-URL: #54258
    Reviewed-By: Daeyeon Jeong <daeyeon.dev@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    MCprotein authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    b79aeab View commit details
    Browse the repository at this point in the history
  70. deps: update zlib to 1.3.0.1-motley-887bb57

    PR-URL: #53464
    Reviewed-By: Chemi Atlow <chemi@atlow.co.il>
    Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
    Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    nodejs-github-bot authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    ac294e3 View commit details
    Browse the repository at this point in the history
  71. deps: update zlib to 1.3.0.1-motley-e432200

    PR-URL: #53464
    Reviewed-By: Chemi Atlow <chemi@atlow.co.il>
    Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
    Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    nodejs-github-bot authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    3d8113f View commit details
    Browse the repository at this point in the history
  72. deps: update zlib to 1.3.0.1-motley-8b7eff8

    PR-URL: #53464
    Reviewed-By: Chemi Atlow <chemi@atlow.co.il>
    Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
    Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    nodejs-github-bot authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    2477e79 View commit details
    Browse the repository at this point in the history
  73. deps: update zlib to 1.3.0.1-motley-68e57e6

    PR-URL: #53464
    Reviewed-By: Chemi Atlow <chemi@atlow.co.il>
    Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
    Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    nodejs-github-bot authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    654c8d1 View commit details
    Browse the repository at this point in the history
  74. deps: update zlib to 1.3.0.1-motley-c2469fd

    PR-URL: #53464
    Reviewed-By: Chemi Atlow <chemi@atlow.co.il>
    Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
    Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    nodejs-github-bot authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    926981a View commit details
    Browse the repository at this point in the history
  75. deps: update zlib to 1.3.0.1-motley-71660e1

    PR-URL: #53464
    Reviewed-By: Chemi Atlow <chemi@atlow.co.il>
    Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
    Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    nodejs-github-bot authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    d3a743f View commit details
    Browse the repository at this point in the history
  76. lib: replace spread operator with primordials function

    replaced the spread operator with ArrayPrototypeSlice to avoid reliance
    on user-mutable methods and enhance the safety of array iteration
    
    Refs:
    https://github.com/nodejs/node/blob/main/doc/contributing/primordials.md#unsafe-array-iteration
    PR-URL: #54053
    Refs: https://github.com/nodejs/node/blob/main/doc/contributing/primordials.md#unsafe-array-iteration
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
    Reviewed-By: Raz Luvaton <rluvaton@gmail.com>
    MCprotein authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    c004aba View commit details
    Browse the repository at this point in the history
  77. benchmark: add stream.compose benchmark

    PR-URL: #54308
    Reviewed-By: Vinícius Lourenço Claro Cardoso <contact@viniciusl.com.br>
    Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    jakecastelli authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    8b71fa7 View commit details
    Browse the repository at this point in the history
  78. url: modify pathToFileURL to handle extended UNC path

    PR-URL: #54262
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    EarlyRiser42 authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    728c3fd View commit details
    Browse the repository at this point in the history
  79. doc: mark process.nextTick legacy

    PR-URL: #51280
    Refs: #51156
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Robert Nagy <ronagy@icloud.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
    Reviewed-By: Paolo Insogna <paolo@cowtech.it>
    marco-ippolito authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    9529a30 View commit details
    Browse the repository at this point in the history
  80. deps: update simdutf to 5.3.4

    PR-URL: #54312
    Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    nodejs-github-bot authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    87ca1d7 View commit details
    Browse the repository at this point in the history
  81. tools: add find pyenv path on windows

    PR-URL: #54314
    Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
    marco-ippolito authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    a7fdc60 View commit details
    Browse the repository at this point in the history
  82. test_runner: do not expose internal loader

    PR-URL: #54106
    Fixes: #54071
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
    aduh95 authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    27da75a View commit details
    Browse the repository at this point in the history
  83. buffer: optimize for common encodings

    PR-URL: #54319
    Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Bryan English <bryan@bryanenglish.com>
    ronag authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    f5f40c8 View commit details
    Browse the repository at this point in the history
  84. build: update ruff to 0.5.2

    PR-URL: #53909
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    RedYetiDev authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    6e550b1 View commit details
    Browse the repository at this point in the history
  85. test: use relative paths in test-cli-permission tests

    `process.permission.has("fs")` checks if the process has permission
    for all files under `cwd`. Granting permission for `/tmp` and running
    tests with `cwd` containing `/tmp` will make the funtion return
    `true`, differing from expected results. Using relative paths ensures
    test paths are not `cwd` itself.
    
    Fixes: #54021
    PR-URL: #54188
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    sendoru authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    fcf82ad View commit details
    Browse the repository at this point in the history
  86. path: change posix.join to use array

    Change posix.join to use array.join instead of additional assignment.
    
    PR-URL: #54331
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
    HBSPS authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    2859b4b View commit details
    Browse the repository at this point in the history
  87. buffer: optimize createFromString

    PR-URL: #54324
    Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    ronag authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    f36831f View commit details
    Browse the repository at this point in the history
  88. tools: remove header from c-ares license

    PR-URL: #54335
    Refs: c-ares/c-ares@595cf21
    Reviewed-By: Richard Lau <rlau@redhat.com>
    Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    RedYetiDev authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    b5fbe96 View commit details
    Browse the repository at this point in the history
  89. benchmark: use assert.ok searchparams

    PR-URL: #54334
    Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
    Reviewed-By: Matthew Aitken <maitken033380023@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Jake Yuesong Li <jake.yuesong@gmail.com>
    RafaelGSS authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    8c8708c View commit details
    Browse the repository at this point in the history
  90. buffer: optimize byteLength for common encodings

    PR-URL: #54342
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    ronag authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    d04246a View commit details
    Browse the repository at this point in the history
  91. doc: fix typo in method name in the sea doc

    PR-URL: #54027
    Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
    Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
    Reviewed-By: Ulises Gascón <ulisesgascongonzalez@gmail.com>
    firecraftgaming authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    f142e66 View commit details
    Browse the repository at this point in the history
  92. doc: correct peformance entry types

    Fixes: #54212
    Fixes: #50290
    PR-URL: #54263
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Jake Yuesong Li <jake.yuesong@gmail.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    jazelly authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    994b46a View commit details
    Browse the repository at this point in the history
  93. doc: replace v19 mention in Current release

    PR-URL: #54361
    Reviewed-By: Richard Lau <rlau@redhat.com>
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Jake Yuesong Li <jake.yuesong@gmail.com>
    RafaelGSS authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    460fb49 View commit details
    Browse the repository at this point in the history
  94. doc: add versions when --watch-preserve-output was added

    PR-URL: #54328
    Refs: #45717
    Reviewed-By: Jake Yuesong Li <jake.yuesong@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Debadree Chatterjee <debadree333@gmail.com>
    Reviewed-By: Ulises Gascón <ulisesgascongonzalez@gmail.com>
    Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
    theoludwig authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    83b2cb9 View commit details
    Browse the repository at this point in the history
  95. doc: add note on weakness of permission model

    Malicious JavaScript code can bypass the permission model. Hence, it
    does not fulfill the requirements of a security mechanism against
    malicious code.
    
    PR-URL: #54268
    Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
    tniessen authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    69fb71f View commit details
    Browse the repository at this point in the history
  96. doc: add git node security --cleanup

    PR-URL: #54381
    Reviewed-By: Ruy Adorno <ruy@vlt.sh>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
    RafaelGSS authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    244542b View commit details
    Browse the repository at this point in the history
  97. doc: fix error description of the max header size

    PR-URL: #54125
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    erm1116 authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    1ac1fe4 View commit details
    Browse the repository at this point in the history
  98. test_runner: use validateStringArray for timers.enable()

    `apis` which is argument of `timers.enable()` is string array.
    So use `validatStringArray` instead of `validateArray`. And
    `options` is optional, so update JSDoc.
    
    PR-URL: #49534
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Chemi Atlow <chemi@atlow.co.il>
    Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
    Reviewed-By: Zijian Liu <lxxyxzj@gmail.com>
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    deokjinkim authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    4f421b3 View commit details
    Browse the repository at this point in the history
  99. doc: add esm examples to node:https

    PR-URL: #54399
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    mfdebian authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    cdc6713 View commit details
    Browse the repository at this point in the history
  100. doc, meta: add missing , to BUILDING.md

    PR-URL: #54409
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    RedYetiDev authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    beff587 View commit details
    Browse the repository at this point in the history
  101. meta: run coverage-windows when vcbuild.bat updated

    PR-URL: #54412
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
    RedYetiDev authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    cf283d9 View commit details
    Browse the repository at this point in the history
  102. src: improve buffer.transcode performance

    PR-URL: #54153
    Reviewed-By: Daniel Lemire <daniel@lemire.me>
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Minwoo Jung <nodecorelab@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    anonrig authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    872856c View commit details
    Browse the repository at this point in the history
  103. deps: update undici to 6.19.8

    PR-URL: #54456
    Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    nodejs-github-bot authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    9a4a7b7 View commit details
    Browse the repository at this point in the history
  104. doc: fix capitalization in module.md

    PR-URL: #54488
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Ulises Gascón <ulisesgascongonzalez@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Jake Yuesong Li <jake.yuesong@gmail.com>
    shallow-beach authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    d53e6cf View commit details
    Browse the repository at this point in the history
  105. stream: change stream to use index instead of for...of

    PR-URL: #54474
    Refs: https://github.com/nodejs/node/blob/main/doc/contributing/primordials.md#unsafe-array-iteration
    Reviewed-By: Daeyeon Jeong <daeyeon.dev@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Raz Luvaton <rluvaton@gmail.com>
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    HBSPS authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    0c32918 View commit details
    Browse the repository at this point in the history
  106. meta: remind users to use a supported version in bug reports

    PR-URL: #54481
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
    RedYetiDev authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    36931aa View commit details
    Browse the repository at this point in the history
  107. build: don't clean obj.target directory if it doesn't exist

    This can happen to ninja builds, which would then throw an
    error instead of being a noop if the command is executed.
    
    PR-URL: #54337
    Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
    joyeecheung authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    82d8051 View commit details
    Browse the repository at this point in the history
  108. fs: refactor handleTimestampsAndMode to remove redundant call

    Refactored the `handleTimestampsAndMode` function to eliminate the
    redundant `setDestTimestampsAndMode` call. This simplifies the function
    by ensuring that `setDestTimestampsAndMode` is only called once after
    any necessary modifications to file writability.
    
    PR-URL: #54369
    Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Minwoo Jung <nodecorelab@gmail.com>
    rayark1 authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    f568384 View commit details
    Browse the repository at this point in the history
  109. timers: fix validation

    PR-URL: #54404
    Reviewed-By: Claudio Wunder <cwunder@gnome.org>
    ShogunPanda authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    f524b8a View commit details
    Browse the repository at this point in the history
  110. benchmark: fix benchmark for file path and URL conversion

    PR-URL: #54190
    Reviewed-By: Daeyeon Jeong <daeyeon.dev@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    EarlyRiser42 authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    671c3ac View commit details
    Browse the repository at this point in the history
  111. src: return v8::Object from error constructors

    It's more specific than `v8::Value`.
    
    PR-URL: #54541
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
    targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    90ff714 View commit details
    Browse the repository at this point in the history
  112. src: handle errors correctly in permission.cc

    Return an empty `MaybeLocal` to indicate that an exception is pending.
    
    PR-URL: #54541
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
    targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    342c324 View commit details
    Browse the repository at this point in the history
  113. tools: remove unused python files

    PR-URL: #53928
    Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Ulises Gascón <ulisesgascongonzalez@gmail.com>
    RedYetiDev authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    d6b9cc3 View commit details
    Browse the repository at this point in the history
  114. deps: update c-ares to v1.33.1

    PR-URL: #54549
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
    Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
    nodejs-github-bot authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    7f8edce View commit details
    Browse the repository at this point in the history
  115. buffer: allow invalid encoding in from

    Looks like a bug to me but the change should probably
    done in a semver majpr.
    
    PR-URL: #54533
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: Jake Yuesong Li <jake.yuesong@gmail.com>
    Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
    ronag authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    84bf93b View commit details
    Browse the repository at this point in the history
  116. src: remove redundant AESCipherMode

    For each supported variant of AES, we already have OpenSSL's associated
    NID, so we can simply retrieve the block cipher mode of operation from
    the NID.
    
    PR-URL: #54438
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    tniessen authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    8422064 View commit details
    Browse the repository at this point in the history
  117. node-api: remove RefBase and CallbackWrapper

    PR-URL: #53590
    Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
    Reviewed-By: Gabriel Schulhof <gabrielschulhof@gmail.com>
    Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Michael Dawson <midawson@redhat.com>
    vmoroz authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    d65a8f3 View commit details
    Browse the repository at this point in the history
  118. zlib: simplify validators

    PR-URL: #54442
    Reviewed-By: James M Snell <jasnell@gmail.com>
    anonrig authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    ecdf6dd View commit details
    Browse the repository at this point in the history
  119. doc: add note about shasum generation failure

    PR-URL: #54487
    Reviewed-By: Ulises Gascón <ulisesgascongonzalez@gmail.com>
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    marco-ippolito authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    c86fe23 View commit details
    Browse the repository at this point in the history
  120. doc: support collaborators - talk amplification

    - document that we support collaborators by amplifying their talks
    
    Signed-off-by: Michael Dawson <midawson@redhat.com>
    PR-URL: #54508
    Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
    Reviewed-By: Ulises Gascón <ulisesgascongonzalez@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    mhdawson authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    b3708e7 View commit details
    Browse the repository at this point in the history
  121. doc: fix information about including coverage files

    PR-URL: #54527
    Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    RedYetiDev authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    482302b View commit details
    Browse the repository at this point in the history
  122. test: fix embedding test for Windows

    PR-URL: #53659
    Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
    Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
    Reviewed-By: Stefan Stojanovic <stefan.stojanovic@janeasystems.com>
    Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
    Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    vmoroz authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    229e102 View commit details
    Browse the repository at this point in the history
  123. lib: respect terminal capabilities on styleText

    This PR changes styleText API to respect terminal
    capabilities and environment variables such as
    NO_COLOR, NODE_DISABLE_COLORS, and FORCE_COLOR.
    
    PR-URL: #54389
    Fixes: #54365
    Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
    Reviewed-By: Claudio Wunder <cwunder@gnome.org>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    RafaelGSS authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    e84812c View commit details
    Browse the repository at this point in the history
  124. test: move a couple of tests over to using node:test

    PR-URL: #54582
    Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    jasnell authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    f145982 View commit details
    Browse the repository at this point in the history
  125. doc: add getHeapStatistics() property descriptions

    PR-URL: #54584
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    bcmarinacci authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    2f5b98e View commit details
    Browse the repository at this point in the history
  126. test: merge ongc and gcutil into gc.js

    PR-URL: #54355
    Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
    Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
    tannal authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    10bea1c View commit details
    Browse the repository at this point in the history
  127. vm: introduce vanilla contexts via vm.constants.DONT_CONTEXTIFY

    This implements a flavor of vm.createContext() and friends
    that creates a context without contextifying its global object.
    This is suitable when users want to freeze the context (impossible
    when the global is contextified i.e. has interceptors installed)
    or speed up the global access if they don't need the interceptor
    behavior.
    
    ```js
    const vm = require('node:vm');
    
    const context = vm.createContext(vm.constants.DONT_CONTEXTIFY);
    
    // In contexts with contextified global objects, this is false.
    // In vanilla contexts this is true.
    console.log(vm.runInContext('globalThis', context) === context);
    
    // In contexts with contextified global objects, this would throw,
    // but in vanilla contexts freezing the global object works.
    vm.runInContext('Object.freeze(globalThis);', context);
    
    // In contexts with contextified global objects, freezing throws
    // and won't be effective. In vanilla contexts, freezing works
    // and prevents scripts from accidentally leaking globals.
    try {
      vm.runInContext('globalThis.foo = 1; foo;', context);
    } catch(e) {
      console.log(e); // Uncaught ReferenceError: foo is not defined
    }
    
    console.log(context.Array);  // [Function: Array]
    ```
    
    PR-URL: #54394
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
    joyeecheung authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    2d90340 View commit details
    Browse the repository at this point in the history
  128. test: update test-assert to use node:test

    PR-URL: #54585
    Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    jasnell authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    916a73c View commit details
    Browse the repository at this point in the history
  129. test: update test-assert-typedarray-deepequal to use node:test

    PR-URL: #54585
    Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    jasnell authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    d7ac326 View commit details
    Browse the repository at this point in the history
  130. doc: fix typo in styleText description

    PR-URL: #54616
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Chemi Atlow <chemi@atlow.co.il>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    RafaelGSS authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    b6374c2 View commit details
    Browse the repository at this point in the history
  131. test: increase key size for ca2-cert.pem

    Refs: #44498
    Refs: #53382
    
    Key sizes were increased to 2048 in PR 44498 including
    the configuration file for the generation of ca2-cert.pem.
    However, it seems like updating ca2-cert.pem and related files
    themselves were missed as they were not updated in the PR and
    the ca2-cert.pem reported as being associated with a 1024 bit key.
    I believe that was the cause of some of the failures mentioned in
    #53382 as OpenSSL 3.2
    increased the default security level from 1 to 2 and that
    would mean that certificates associated with keys of 1024 bits
    would no longer be accepted.
    
    This PR updates the key size for ca2-cert.pem. It was not
    necessary to change the config, only run the generation for
    the ca2-cert.pem and related files.
    
    Signed-off-by: Michael Dawson <midawson@redhat.com>
    PR-URL: #54599
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Richard Lau <rlau@redhat.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    mhdawson authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    a50bbca View commit details
    Browse the repository at this point in the history
  132. src,lib: add performance.uvMetricsInfo

    This commit exposes a new API to the perf_hooks.performance
    module. This wraps uv_metrics_info into
    performance.uvMetricsInfo() function.
    
    PR-URL: #54413
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: Vinícius Lourenço Claro Cardoso <contact@viniciusl.com.br>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Richard Lau <rlau@redhat.com>
    Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
    Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
    RafaelGSS authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    3aaae68 View commit details
    Browse the repository at this point in the history
  133. doc: add alert on REPL from TCP socket

    PR-URL: #54594
    Refs: https://hackerone.com/reports/2684357
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
    RafaelGSS authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    22a103e View commit details
    Browse the repository at this point in the history
  134. doc: add support me link for anonrig

    PR-URL: #54611
    Refs: https://github.com/nodejs/node/blob/4f14eb15454b9f6ae7f0145947debd2c79a2a84f/doc/contributing/recognizing-contributors.md?plain=1#L23
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
    Reviewed-By: Ruy Adorno <ruy@vlt.sh>
    Reviewed-By: Michael Dawson <midawson@redhat.com>
    anonrig authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    4bfd832 View commit details
    Browse the repository at this point in the history
  135. test: update TLS test for OpenSSL 3.2

    Update `parallel/test-tls-set-sigalgs` to account for error code changes
    in OpenSSL 3.2 and later.
    
    PR-URL: #54612
    Refs: #53384
    Reviewed-By: Filip Skokan <panva.ip@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
    richardlau authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    d2a7e45 View commit details
    Browse the repository at this point in the history
  136. test: fix test-tls-client-auth test for OpenSSL32

    Refs: #53382
    Refs: #53384
    
    Same change as in 53384 where OpenSSL32 returns a slightly
    different error but for a different test.
    
    Signed-off-by: Michael Dawson <midawson@redhat.com>
    PR-URL: #54610
    Reviewed-By: Richard Lau <rlau@redhat.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    mhdawson authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    ed2377c View commit details
    Browse the repository at this point in the history
  137. build: reclaim disk space on macOS GHA runner

    Refs: nodejs/build#3878
    PR-URL: #54658
    Reviewed-By: Richard Lau <rlau@redhat.com>
    Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
    jakecastelli authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    71ca266 View commit details
    Browse the repository at this point in the history
  138. doc: add documentation about os.tmpdir() overrides

    This documents the TMPDIR, TEMP and TMP overrides on different
    platforms and that some operating systems set these by default.
    
    PR-URL: #54613
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: Richard Lau <rlau@redhat.com>
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    joyeecheung authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    7c83c15 View commit details
    Browse the repository at this point in the history
  139. lib: refactor SubtleCrypto experimental warnings

    PR-URL: #54620
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
    panva authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    b85c8ce View commit details
    Browse the repository at this point in the history
  140. doc: fix webcrypto.md AES-GCM backticks

    PR-URL: #54621
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Richard Lau <rlau@redhat.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    panva authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    87f78a3 View commit details
    Browse the repository at this point in the history
  141. test: improve output of child process utilities

    - Display command and options when it fails
    - Keep the caller line at the top of the stack trace.
    
    PR-URL: #54622
    Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
    Reviewed-By: Chemi Atlow <chemi@atlow.co.il>
    joyeecheung authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    99566ae View commit details
    Browse the repository at this point in the history
  142. crypto: remove unused kHashTypes internal

    PR-URL: #54627
    Reviewed-By: Filip Skokan <panva.ip@gmail.com>
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    aduh95 authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    f287cd7 View commit details
    Browse the repository at this point in the history
  143. doc: fix typo

    name used instructions differed that what is in the code
    
    Signed-off-by: Michael Dawson <midawson@redhat.com>
    PR-URL: #54640
    Reviewed-By: Gerhard Stöbich <deb2001-github@yahoo.de>
    Reviewed-By: Jake Yuesong Li <jake.yuesong@gmail.com>
    Reviewed-By: Richard Lau <rlau@redhat.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    mhdawson authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    53167b2 View commit details
    Browse the repository at this point in the history
  144. meta: fix contributing codeowners

    PR-URL: #54641
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    RedYetiDev authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    4d361b3 View commit details
    Browse the repository at this point in the history
  145. https: only use default ALPNProtocols when appropriate

    PR-URL: #54411
    Reviewed-By: Robert Nagy <ronagy@icloud.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Paolo Insogna <paolo@cowtech.it>
    Reviewed-By: Tim Perry <pimterry@gmail.com>
    Reviewed-By: Ethan Arrowood <ethan@arrowood.dev>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    mscdex authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    41f5eac View commit details
    Browse the repository at this point in the history
  146. tools: remove readability/fn_size rule

    PR-URL: #54663
    Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    RafaelGSS authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    fe3155c View commit details
    Browse the repository at this point in the history
  147. lib: ensure no holey array in fixed_queue

    Co-authored-by: Jake Yuesong Li <jake.yuesong@gmail.com>
    PR-URL: #54537
    Fixes: #54472
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: Jake Yuesong Li <jake.yuesong@gmail.com>
    2 people authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    b8c06dc View commit details
    Browse the repository at this point in the history
  148. timers: document ref option for scheduler.wait

    PR-URL: #54605
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Jake Yuesong Li <jake.yuesong@gmail.com>
    ShogunPanda authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    b6ed97c View commit details
    Browse the repository at this point in the history
  149. typings: correct param type of SafePromisePrototypeFinally

    PR-URL: #54727
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Jake Yuesong Li <jake.yuesong@gmail.com>
    iwuliz authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    b5bf08f View commit details
    Browse the repository at this point in the history
  150. meta: fix links in SECURITY.md

    PR-URL: #54696
    Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
    RedYetiDev authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    c666ebc View commit details
    Browse the repository at this point in the history
  151. meta: bump github/codeql-action from 3.25.15 to 3.26.6

    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.25.15 to 3.26.6.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@afb54ba...4dd1613)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    PR-URL: #54702
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    dependabot[bot] authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    3e6a9bb View commit details
    Browse the repository at this point in the history
  152. meta: bump actions/upload-artifact from 4.3.4 to 4.4.0

    Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.4 to 4.4.0.
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](actions/upload-artifact@0b2256b...5076954)
    
    ---
    updated-dependencies:
    - dependency-name: actions/upload-artifact
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    PR-URL: #54703
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    dependabot[bot] authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    6f103ae View commit details
    Browse the repository at this point in the history
  153. meta: bump step-security/harden-runner from 2.9.0 to 2.9.1

    Bumps [step-security/harden-runner](https://github.com/step-security/harden-runner) from 2.9.0 to 2.9.1.
    - [Release notes](https://github.com/step-security/harden-runner/releases)
    - [Commits](step-security/harden-runner@0d38121...5c7944e)
    
    ---
    updated-dependencies:
    - dependency-name: step-security/harden-runner
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    PR-URL: #54704
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
    dependabot[bot] authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    3f753d8 View commit details
    Browse the repository at this point in the history
  154. benchmark: adds groups to better separate benchmarks

    Fixes: #26425
    Co-Authored-By: Yaman Kassir <mestery@protonmail.com>
    PR-URL: #54393
    Reviewed-By: Vinícius Lourenço Claro Cardoso <contact@viniciusl.com.br>
    2 people authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    2c9e4c9 View commit details
    Browse the repository at this point in the history
  155. build: turn off -Wrestrict

    PR-URL: #54737
    Refs: #54736
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
    Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
    Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
    Reviewed-By: Jake Yuesong Li <jake.yuesong@gmail.com>
    richardlau authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    f7a606e View commit details
    Browse the repository at this point in the history
  156. meta: update sccache to v0.8.1

    PR-URL: #54720
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: Richard Lau <rlau@redhat.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    RedYetiDev authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    8747af1 View commit details
    Browse the repository at this point in the history
  157. meta: bump actions/setup-python from 5.1.1 to 5.2.0

    PR-URL: #54691
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
    Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Trott authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    27b0688 View commit details
    Browse the repository at this point in the history
  158. benchmark,doc: mention bar.R to the list of scripts

    PR-URL: #54722
    Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    RafaelGSS authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    0b9161b View commit details
    Browse the repository at this point in the history
  159. benchmark,doc: add CPU scaling governor to perf

    PR-URL: #54723
    Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    RafaelGSS authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    1b8584b View commit details
    Browse the repository at this point in the history
  160. doc, child_process: add esm snippets

    PR-URL: #53616
    Reviewed-By: Chemi Atlow <chemi@atlow.co.il>
    RedYetiDev authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    2e3e177 View commit details
    Browse the repository at this point in the history
  161. crypto: return a clearer error when loading an unsupported pkcs12

    PR-URL: #54485
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    pimterry authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    a5984e4 View commit details
    Browse the repository at this point in the history
  162. benchmark: add strictEqual and notStrictEqual bench

    PR-URL: #54734
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Chemi Atlow <chemi@atlow.co.il>
    RafaelGSS authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    8f10156 View commit details
    Browse the repository at this point in the history
  163. benchmark: add throws and doesNotThrow bench

    PR-URL: #54734
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Chemi Atlow <chemi@atlow.co.il>
    RafaelGSS authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    6db777f View commit details
    Browse the repository at this point in the history
  164. benchmark: add rejects and doesNotReject bench

    PR-URL: #54734
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Chemi Atlow <chemi@atlow.co.il>
    RafaelGSS authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    66acab9 View commit details
    Browse the repository at this point in the history
  165. benchmark: add match and doesNotMatch bench

    PR-URL: #54734
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Chemi Atlow <chemi@atlow.co.il>
    RafaelGSS authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    4078aa8 View commit details
    Browse the repository at this point in the history
  166. zlib: deprecate instantiating classes without new

    PR-URL: #54708
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: LiviaMedeiros <livia@cirno.name>
    Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    anonrig authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    4644d05 View commit details
    Browse the repository at this point in the history
  167. lib: add note about removing node:sys module

    PR-URL: #54743
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    RafaelGSS authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    77c5922 View commit details
    Browse the repository at this point in the history
  168. benchmark: enhance dc publish benchmark

    PR-URL: #54745
    Reviewed-By: Stephen Belanger <admin@stephenbelanger.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    RafaelGSS authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    b877972 View commit details
    Browse the repository at this point in the history
  169. benchmark: add access async version to bench

    PR-URL: #54747
    Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    RafaelGSS authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    2393f21 View commit details
    Browse the repository at this point in the history
  170. doc: add support link for marco-ippolito

    PR-URL: #54789
    Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Jake Yuesong Li <jake.yuesong@gmail.com>
    marco-ippolito authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    9cbfd5b View commit details
    Browse the repository at this point in the history
  171. tools: add util scripts to land and rebase PRs

    PR-URL: #54656
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: LiviaMedeiros <livia@cirno.name>
    aduh95 authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    a47bb9b View commit details
    Browse the repository at this point in the history
  172. typings: fix TypedArray to a global type

    PR-URL: #54063
    Reviewed-By: Daeyeon Jeong <daeyeon.dev@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    1ilsang authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    e635e09 View commit details
    Browse the repository at this point in the history
  173. test: refactor test-esm-type-field-errors

    Co-Authored-By: Jacob Smith <jacob@frende.me>
    PR-URL: #54368
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    2 people authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    3606c53 View commit details
    Browse the repository at this point in the history
  174. doc: replace --allow-fs-read by --allow-fs-write in related section

    PR-URL: #54427
    Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    M1CK431 authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    e2bab0f View commit details
    Browse the repository at this point in the history
  175. doc: clarify --max-old-space-size and --max-semi-space-size units

    PR-URL: #54477
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Ulises Gascón <ulisesgascongonzalez@gmail.com>
    alexandre-abrioux authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    62953ef View commit details
    Browse the repository at this point in the history
  176. test: refactor fs-watch tests due to macOS issue

    In `macOS`, fsevents generated immediately before start watching may
    leak into the event callback. See: #54450
    for an explanation. This might be fixed at some point in `libuv` though
    it may take some time (see: libuv/libuv#3866).
    This commit comes in anticipation of the soon-to-be-released
    `libuv@1.49.0` which was making these tests very flaky.
    
    PR-URL: #54498
    Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
    Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
    santigimeno authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    4f82673 View commit details
    Browse the repository at this point in the history
  177. test: fix test-process-load-env-file when path contains '

    If the repo is cloned on a path that contains a quote, the test should
    not fail.
    
    PR-URL: #54511
    Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    aduh95 authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    68891a6 View commit details
    Browse the repository at this point in the history
  178. benchmark: add buffer.isUtf8 bench

    PR-URL: #54740
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    RafaelGSS authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    7410d51 View commit details
    Browse the repository at this point in the history
  179. benchmark: add buffer.isAscii benchmark

    PR-URL: #54740
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    RafaelGSS authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    194fc11 View commit details
    Browse the repository at this point in the history
  180. meta: add Windows ARM64 to flaky-tests list

    PR-URL: #54693
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    RedYetiDev authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    a0c10f2 View commit details
    Browse the repository at this point in the history
  181. crypto: reject dh,x25519,x448 in {Sign,Verify}Final

    Fixes: #53742
    PR-URL: #53774
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    JLHwung authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    231ab78 View commit details
    Browse the repository at this point in the history
  182. doc: fix typo in recognizing-contributors

    PR-URL: #54822
    Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
    Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
    Reviewed-By: Richard Lau <rlau@redhat.com>
    tniessen authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    77c702c View commit details
    Browse the repository at this point in the history
  183. deps: update cjs-module-lexer to 1.4.0

    PR-URL: #54713
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Michael Dawson <midawson@redhat.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    nodejs-github-bot authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    cf6ded5 View commit details
    Browse the repository at this point in the history
  184. doc: mark --conditions CLI flag as stable

    PR-URL: #54209
    Reviewed-By: James M Snell <jasnell@gmail.com>
    guybedford authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    ec22d86 View commit details
    Browse the repository at this point in the history
  185. test: set test-debugger-heap-profiler as flaky

    PR-URL: #54802
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Matthew Aitken <maitken033380023@gmail.com>
    Reviewed-By: Michael Dawson <midawson@redhat.com>
    anonrig authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    d0f208d View commit details
    Browse the repository at this point in the history
  186. test: set test-performance-function as flaky

    PR-URL: #54802
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Matthew Aitken <maitken033380023@gmail.com>
    Reviewed-By: Michael Dawson <midawson@redhat.com>
    anonrig authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    eed0537 View commit details
    Browse the repository at this point in the history
  187. test: set test-runner-watch-mode-complex as flaky

    PR-URL: #54802
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Matthew Aitken <maitken033380023@gmail.com>
    Reviewed-By: Michael Dawson <midawson@redhat.com>
    anonrig authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    16176a6 View commit details
    Browse the repository at this point in the history
  188. test: set test-http2-large-file as flaky

    PR-URL: #54802
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Matthew Aitken <maitken033380023@gmail.com>
    Reviewed-By: Michael Dawson <midawson@redhat.com>
    anonrig authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    c98cd12 View commit details
    Browse the repository at this point in the history
  189. test: set test-esm-loader-hooks-inspect-wait as flaky

    PR-URL: #54802
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Matthew Aitken <maitken033380023@gmail.com>
    Reviewed-By: Michael Dawson <midawson@redhat.com>
    anonrig authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    3a56517 View commit details
    Browse the repository at this point in the history
  190. test: set test-async-context-frame as flaky

    PR-URL: #54802
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Matthew Aitken <maitken033380023@gmail.com>
    Reviewed-By: Michael Dawson <midawson@redhat.com>
    anonrig authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    e8cb03d View commit details
    Browse the repository at this point in the history
  191. test: set test-writewrap as flaky

    PR-URL: #54802
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Matthew Aitken <maitken033380023@gmail.com>
    Reviewed-By: Michael Dawson <midawson@redhat.com>
    anonrig authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    68e1974 View commit details
    Browse the repository at this point in the history
  192. test: set test-runner-run-watch as flaky

    PR-URL: #54802
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Matthew Aitken <maitken033380023@gmail.com>
    Reviewed-By: Michael Dawson <midawson@redhat.com>
    anonrig authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    38afc4d View commit details
    Browse the repository at this point in the history
  193. test: set test-fs-utimes as flaky

    PR-URL: #54802
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Matthew Aitken <maitken033380023@gmail.com>
    Reviewed-By: Michael Dawson <midawson@redhat.com>
    anonrig authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    57ae680 View commit details
    Browse the repository at this point in the history
  194. test: set test-macos-app-sandbox as flaky

    PR-URL: #54802
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Matthew Aitken <maitken033380023@gmail.com>
    Reviewed-By: Michael Dawson <midawson@redhat.com>
    anonrig authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    97d41c6 View commit details
    Browse the repository at this point in the history
  195. test: set test-single-executable-application-empty as flaky

    PR-URL: #54802
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Matthew Aitken <maitken033380023@gmail.com>
    Reviewed-By: Michael Dawson <midawson@redhat.com>
    anonrig authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    9808fee View commit details
    Browse the repository at this point in the history
  196. test: set test-http-server-request-timeouts-mixed as flaky

    PR-URL: #54802
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Matthew Aitken <maitken033380023@gmail.com>
    Reviewed-By: Michael Dawson <midawson@redhat.com>
    anonrig authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    b5b5cc8 View commit details
    Browse the repository at this point in the history
  197. test: set test-worker-arraybuffer-zerofill as flaky

    PR-URL: #54802
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Matthew Aitken <maitken033380023@gmail.com>
    Reviewed-By: Michael Dawson <midawson@redhat.com>
    anonrig authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    d1bae5e View commit details
    Browse the repository at this point in the history
  198. doc: add support link for mcollina

    Signed-off-by: Matteo Collina <hello@matteocollina.com>
    PR-URL: #54786
    Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Jake Yuesong Li <jake.yuesong@gmail.com>
    Reviewed-By: Steven R Loomis <srl295@gmail.com>
    mcollina authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    4a840ce View commit details
    Browse the repository at this point in the history
  199. test: fix volatile for CauseSegfault with clang

    PR-URL: #54325
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    tie authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    f7af8ca View commit details
    Browse the repository at this point in the history
  200. tools: add readability/fn_size to filter

    PR-URL: #54744
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    RafaelGSS authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    f5c65d0 View commit details
    Browse the repository at this point in the history
  201. build: do not build with code cache for core coverage collection

    Disable code cache for built-ins when are building Node.js to
    collect test coverage of built-ins, as code caching makes the
    V8 coverage collection less precises (specifically, all the
    functions deserialized from the code cache will not have
    block-level coverage data).
    
    Data from local testing:
    
    Before:
    
    ---------|----------|---------|---------
     % Stmts | % Branch | % Funcs | % Lines
    ---------|----------|---------|---------
       95.58 |    94.43 |   95.19 |   95.58
    ---------|----------|---------|---------
    
    After:
    
    ---------|----------|---------|---------
     % Stmts | % Branch | % Funcs | % Lines
    ---------|----------|---------|---------
       95.93 |    94.77 |   96.03 |   95.93
    ---------|----------|---------|---------
    
    PR-URL: #54633
    Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
    Reviewed-By: Richard Lau <rlau@redhat.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Daeyeon Jeong <daeyeon.dev@gmail.com>
    joyeecheung authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    e862eec View commit details
    Browse the repository at this point in the history
  202. doc: add ERR_INVALID_ADDRESS to errors.md

    PR-URL: #54661
    Reviewed-By: James M Snell <jasnell@gmail.com>
    RedYetiDev authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    d48a22f View commit details
    Browse the repository at this point in the history
  203. meta: bump peter-evans/create-pull-request from 6.1.0 to 7.0.1

    Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 6.1.0 to 7.0.1.
    - [Release notes](https://github.com/peter-evans/create-pull-request/releases)
    - [Commits](peter-evans/create-pull-request@c5a7806...8867c4a)
    
    ---
    updated-dependencies:
    - dependency-name: peter-evans/create-pull-request
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    PR-URL: #54820
    Refs: peter-evans/create-pull-request@8867c4a
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
    dependabot[bot] authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    54af473 View commit details
    Browse the repository at this point in the history
  204. doc: experimental flag for global accessible APIs

    Explicitly document that adding an API to the global scope requires
    `semver-major` label. Waiving the `semver-major` requires a regular
    TSC consensus process.
    
    PR-URL: #54330
    Refs: #54329
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Michael Dawson <midawson@redhat.com>
    legendecas authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    a6c748f View commit details
    Browse the repository at this point in the history
  205. doc: run license-builder

    PR-URL: #54854
    Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
    Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    github-actions[bot] authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    1dfd238 View commit details
    Browse the repository at this point in the history
  206. tls: add allowPartialTrustChain flag

    This commit exposes the `X509_V_FLAG_PARTIAL_CHAIN` OpenSSL flag to
    users. This is behavior that has been requested repeatedly in the
    Github issues, and allows aligning behavior with other TLS libraries
    and commonly used applications (e.g. `curl`).
    
    As a drive-by, simplify the `SecureContext` source by deduplicating
    call sites at which a new custom certificate store was created for the
    `secureContext` in question.
    
    Fixes: #36453
    PR-URL: #54790
    Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    addaleax authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    bc020f7 View commit details
    Browse the repository at this point in the history
  207. repl: doc-deprecate instantiating node:repl classes without new

    PR-URL: #54842
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
    Reviewed-By: LiviaMedeiros <livia@cirno.name>
    Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    RedYetiDev authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    d6a2317 View commit details
    Browse the repository at this point in the history
  208. esm: fix support for URL instances in import.meta.resolve

    PR-URL: #54690
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Jacob Smith <jacob@frende.me>
    Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
    Reviewed-By: LiviaMedeiros <livia@cirno.name>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    aduh95 authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    0dd4639 View commit details
    Browse the repository at this point in the history
  209. fs: refactor rimraf to avoid using primordials

    PR-URL: #54834
    Reviewed-By: LiviaMedeiros <livia@cirno.name>
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    anonrig authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    f0c55e2 View commit details
    Browse the repository at this point in the history
  210. timers: avoid generating holey internal arrays

    PR-URL: #54771
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    gurgunday authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    5358601 View commit details
    Browse the repository at this point in the history
  211. test: move test-http-server-request-timeouts-mixed

    Test was moved to sequential a while back.
    
    PR-URL: #54841
    Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: LiviaMedeiros <livia@cirno.name>
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    jasnell authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    e2c69c9 View commit details
    Browse the repository at this point in the history
  212. path: remove StringPrototypeCharCodeAt from posix.extname

    PR-URL: #54546
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    RedYetiDev authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    309cb1c View commit details
    Browse the repository at this point in the history
  213. test_runner: improve code coverage cleanup

    The test runner's code coverage leaves old coverage data in the
    temp directory. This commit updates the cleanup logic to:
    
    - Stop code collection. Otherwise V8 would write collection data
      again when the process exits.
    - Remove the temp directory containing the coverage data.
    - Attempt to clean up the coverage data even if parsing the
      data resulted in an error.
    
    With this change, I no longer see any coverage data left behind
    in the system temp directory.
    
    Refs: nodejs/build#3864
    Refs: nodejs/build#3887
    PR-URL: #54856
    Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
    Reviewed-By: Jake Yuesong Li <jake.yuesong@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    cjihrig authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    c981e61 View commit details
    Browse the repository at this point in the history
  214. doc: add support link for aduh95

    PR-URL: #54866
    Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
    Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
    Reviewed-By: LiviaMedeiros <livia@cirno.name>
    Reviewed-By: Jake Yuesong Li <jake.yuesong@gmail.com>
    Reviewed-By: Ulises Gascón <ulisesgascongonzalez@gmail.com>
    Reviewed-By: Gerhard Stöbich <deb2001-github@yahoo.de>
    Reviewed-By: Michael Dawson <midawson@redhat.com>
    aduh95 authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    096623b View commit details
    Browse the repository at this point in the history
  215. test: reduce fs calls in test-fs-existssync-false

    PR-URL: #54815
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    anonrig authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    8f49b7c View commit details
    Browse the repository at this point in the history
  216. test: use platform timeout

    PR-URL: #54591
    Refs: #54499
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Richard Lau <rlau@redhat.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
    jakecastelli authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    c6f9afe View commit details
    Browse the repository at this point in the history
  217. test: fix test-tls-client-mindhsize for OpenSSL32

    Refs: #53382
    
    - OpenSSL32 has a minimum dh key size by 2048 by
      default.
    - Create larter 3072 dh key needed for testing and
      adjust tests to use it for builds with OpenSSL32
    
    Signed-off-by: Michael Dawson <midawson@redhat.com>
    PR-URL: #54739
    Reviewed-By: Richard Lau <rlau@redhat.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    mhdawson authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    f26cf09 View commit details
    Browse the repository at this point in the history
  218. test: reduce the allocation size in test-worker-arraybuffer-zerofill

    Test has been flaky with timeouts in CI. This is possibly due to the
    repeated large allocations on the main thread. This commit reduces the
    allocation size and makes a number of other cleanups. The main goal
    is to hopefully make this test more reliable / not-flaky.
    
    Also move the test to sequential. The frequent large allocations
    could be causing the test to be flaky if run parallel to other tests.
    
    PR-URL: #54839
    Refs: #52274
    Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    jasnell authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    f5e7738 View commit details
    Browse the repository at this point in the history
  219. test: reduce test-esm-loader-hooks-inspect-wait flakiness

    Refs: #51560
    PR-URL: #54827
    Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    lpinca authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    60f5f54 View commit details
    Browse the repository at this point in the history
  220. test: remove dead code in test-http2-misbehaving-multiplex

    PR-URL: #54860
    Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: LiviaMedeiros <livia@cirno.name>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    lpinca authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    7b7687e View commit details
    Browse the repository at this point in the history
  221. doc, meta: fix broken link in onboarding.md

    PR-URL: #54886
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
    Reviewed-By: Ulises Gascón <ulisesgascongonzalez@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
    RedYetiDev authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    c40b4b4 View commit details
    Browse the repository at this point in the history
  222. test: deflake test-http2-misbehaving-multiplex

    Fixes: #54859
    PR-URL: #54872
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Jake Yuesong Li <jake.yuesong@gmail.com>
    Reviewed-By: Richard Lau <rlau@redhat.com>
    lpinca authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    747d9ae View commit details
    Browse the repository at this point in the history
  223. test: strip color chars in test-runner-run

    Fixes: #54551
    PR-URL: #54552
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    puskin94 authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    d2ec961 View commit details
    Browse the repository at this point in the history
  224. test: move more url tests to node:test

    PR-URL: #54636
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    anonrig authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    124f715 View commit details
    Browse the repository at this point in the history
  225. src: add Cleanable class to Environment

    We store a linked list of `Cleanable` objects on the
    `node::Environment` and invoke their `Clean()` method during env
    teardown.
    
    This eliminates the need for adding many cleanup hooks.
    
    PR-URL: #54880
    Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
    gabrielschulhof authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    85542b0 View commit details
    Browse the repository at this point in the history
  226. lib: make WeakRef safe in abort_controller

    PR-URL: #54791
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    jazelly authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    d86f247 View commit details
    Browse the repository at this point in the history
  227. build: fix conflicting V8 object print flags

    Signed-off-by: Daeyeon Jeong <daeyeon.dev@gmail.com>
    PR-URL: #54785
    Reviewed-By: James M Snell <jasnell@gmail.com>
    daeyeon authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    d288ec3 View commit details
    Browse the repository at this point in the history
  228. http: reduce likelihood of race conditions on keep-alive timeout

    Fixes: #52649
    Refs: #54293
    
    Co-authored-by: Arrigo Zanette <zanettea@gmail.com>
    PR-URL: #54863
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: LiviaMedeiros <livia@cirno.name>
    Reviewed-By: Jake Yuesong Li <jake.yuesong@gmail.com>
    Reviewed-By: Ethan Arrowood <ethan@arrowood.dev>
    2 people authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    596940c View commit details
    Browse the repository at this point in the history
  229. deps: update simdutf to 5.5.0

    PR-URL: #54434
    Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Michael Dawson <midawson@redhat.com>
    nodejs-github-bot authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    95b55c3 View commit details
    Browse the repository at this point in the history
  230. test: add missing await

    Add missing `await` in
    `test/parallel/test-inspector-async-stack-traces-promise-then.js`.
    
    PR-URL: #54828
    Reviewed-By: Jake Yuesong Li <jake.yuesong@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
    Reviewed-By: Richard Lau <rlau@redhat.com>
    Reviewed-By: Michael Dawson <midawson@redhat.com>
    lpinca authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    9db46b5 View commit details
    Browse the repository at this point in the history
  231. test: use correct file naming syntax for util-parse-env

    PR-URL: #53705
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Richard Lau <rlau@redhat.com>
    Reviewed-By: Chemi Atlow <chemi@atlow.co.il>
    Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    RedYetiDev authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    1b3b4f4 View commit details
    Browse the repository at this point in the history
  232. node-api: add support for UTF-8 and Latin-1 property keys

    PR-URL: #52984
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
    Reviewed-By: Vladimir Morozov <vmorozov@microsoft.com>
    Mert Can Altin authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    7611093 View commit details
    Browse the repository at this point in the history
  233. node-api: add external buffer creation benchmark

    Add a micro benchmark for external buffer creation.
    
    PR-URL: #54877
    Refs: #53804
    Refs: #44111
    Reviewed-By: Gabriel Schulhof <gabrielschulhof@gmail.com>
    Reviewed-By: Michael Dawson <midawson@redhat.com>
    legendecas authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    3011927 View commit details
    Browse the repository at this point in the history
  234. doc, build: fixup build docs

    PR-URL: #54899
    Reviewed-By: Richard Lau <rlau@redhat.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    RedYetiDev authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    c4d0ca4 View commit details
    Browse the repository at this point in the history
  235. test: fix test test-tls-dhe for OpenSSL32

    Refs: #53382
    
    - OpenSSL32 has a minimum dh key size by 2048 by default.
    - Adjust test to use larger 3072 key instead of 1024
      when OpenSSL32 is present.
    
    Signed-off-by: Michael Dawson <midawson@redhat.com>
    PR-URL: #54903
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Richard Lau <rlau@redhat.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    mhdawson authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    a9fc8d9 View commit details
    Browse the repository at this point in the history
  236. test: deflake test-dns

    Prevent responses from being cached.
    
    Fixes: #54124
    PR-URL: #54902
    Reviewed-By: Michael Dawson <midawson@redhat.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    lpinca authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    597bc14 View commit details
    Browse the repository at this point in the history
  237. test: improve test-internal-fs-syncwritestream

    A subtest about the behavior when `autoClose=false`.
    
    PR-URL: #54671
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    sungpaks authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    8048c2e View commit details
    Browse the repository at this point in the history
  238. lib: remove unnecessary async

    Co-authored-by: Jason Zhang <xzha4350@gmail.com>
    PR-URL: #54829
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Michael Dawson <midawson@redhat.com>
    2 people authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    fc37b80 View commit details
    Browse the repository at this point in the history
  239. deps: update cjs-module-lexer to 1.4.1

    PR-URL: #54846
    Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
    Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Michael Dawson <midawson@redhat.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    nodejs-github-bot authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    1fc904f View commit details
    Browse the repository at this point in the history
  240. build: upgrade clang-format to v18

    PR-URL: #53957
    Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    RedYetiDev authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    d285fc1 View commit details
    Browse the repository at this point in the history
  241. test: fix test-http2-socket-close.js

    Fixes: #54819
    PR-URL: #54900
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Richard Lau <rlau@redhat.com>
    huseyinacacak-janea authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    5d48543 View commit details
    Browse the repository at this point in the history
  242. test: adjust tls test for OpenSSL32

    Refs: #53382
    
    Looks like test is forcing an error through bad data and
    the error code we get is different for OpenSSL32. Adjust
    test to cope with the variation across versions.
    
    Signed-off-by: Michael Dawson <midawson@redhat.com>
    PR-URL: #54909
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Richard Lau <rlau@redhat.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    mhdawson authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    4092889 View commit details
    Browse the repository at this point in the history
  243. doc: fix broken Android building link

    PR-URL: #54922
    Reviewed-By: Richard Lau <rlau@redhat.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Xuguang Mei <meixuguang@gmail.com>
    nikwen authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    2879ce9 View commit details
    Browse the repository at this point in the history
  244. repl: avoid interpreting 'npm' as a command when errors are recoverable

    This change ensures that 'npm' within JavaScript code is not mistakenly
    interpreted as an npm command when the error is recoverable.
    This allows 'npm' to be treated as expected in such scenarios.
    
    Fixes: #54830
    PR-URL: #54848
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Kohei Ueno <kohei.ueno119@gmail.com>
    islandryu authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    a983726 View commit details
    Browse the repository at this point in the history
  245. test_runner: reimplement assert.ok to allow stack parsing

    PR-URL: #54776
    Refs: nodejs/help#4461
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Chemi Atlow <chemi@atlow.co.il>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    RedYetiDev authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    b048eae View commit details
    Browse the repository at this point in the history
  246. test: adjust test-tls-junk-server for OpenSSL32

    Refs: #53382
    
    OpenSSL32 returns different error text. Looking through
    the test it seems like the expected error text has been adjusted
    for different OpenSSL versions in the past and what the test
    is testing is not related to the error being returned.
    
    Update test to allow for error returned by OpenSSL32
    
    Signed-off-by: Michael Dawson <midawson@redhat.com>
    PR-URL: #54926
    Refs: #53382
    Reviewed-By: Richard Lau <rlau@redhat.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    mhdawson authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    76110b0 View commit details
    Browse the repository at this point in the history
  247. benchmark: --no-warnings to avoid DEP/ExpWarn log

    PR-URL: #54928
    Reviewed-By: Vinícius Lourenço Claro Cardoso <contact@viniciusl.com.br>
    Reviewed-By: Filip Skokan <panva.ip@gmail.com>
    RafaelGSS authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    013c48f View commit details
    Browse the repository at this point in the history
  248. doc: add missing EventSource docs to globals

    PR-URL: #55022
    Backport-PR-URL: #55059
    Refs: #51575
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Jake Yuesong Li <jake.yuesong@gmail.com>
    Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
    Reviewed-By: Chemi Atlow <chemi@atlow.co.il>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    KhafraDev authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    92f3447 View commit details
    Browse the repository at this point in the history
  249. vm: harden module type checks

    Check if the value returned from user linker function is a null-ish
    value.
    
    `validateInternalField` should be preferred when checking `this`
    argument to guard against null-ish `this`.
    
    Co-authored-by: Mike Ralphson <mike.ralphson@gmail.com>
    PR-URL: #52162
    Backport-PR-URL: #53109
    Reviewed-By: Vinícius Lourenço Claro Cardoso <contact@viniciusl.com.br>
    Reviewed-By: Yagiz Nizipli <yagiz.nizipli@sentry.io>
    2 people authored and targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    9e1c229 View commit details
    Browse the repository at this point in the history
  250. 2024-10-03, Version 20.18.0 'Iron' (LTS)

    Notable changes:
    
    buffer:
      * optimize createFromString (Robert Nagy) #54324
    inspector:
      * (SEMVER-MINOR) support `Network.loadingFailed` event (Kohei Ueno) #54246
      * (SEMVER-MINOR) add initial support for network inspection (Kohei Ueno) #53593
    lib:
      * (SEMVER-MINOR) add EventSource Client (Aras Abbasi) #51575
    repl:
      * doc-deprecate instantiating `node:repl` classes without `new` (Aviv Keller) #54842
    src,lib:
      * (SEMVER-MINOR) add performance.uvMetricsInfo (Rafael Gonzaga) #54413
    test_runner:
      * (SEMVER-MINOR) support module mocking (Colin Ihrig) #52848
    tls:
      * (SEMVER-MINOR) add `allowPartialTrustChain` flag (Anna Henningsen) #54790
    url:
      * (SEMVER-MINOR) implement parse method for safer URL parsing (Ali Hassan) #52280
    vm:
      * (SEMVER-MINOR) introduce vanilla contexts via vm.constants.DONT_CONTEXTIFY (Joyee Cheung) #54394
    zlib:
      * deprecate instantiating classes without new (Yagiz Nizipli) #54708
    
    PR-URL: #55170
    targos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    7eebd17 View commit details
    Browse the repository at this point in the history