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

[v18.x] deps: upgrade npm to 10.1.0 #49611

Closed
wants to merge 109 commits into from

Commits on Sep 7, 2023

  1. https: fix connection checking interval not clearing on server close

    The connection interval should close when httpsServer.close is called
    similarly to how it gets cleared when httpServer.close is called.
    
    fixes: nodejs#48373
    PR-URL: nodejs#48383
    Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
    Reviewed-By: Paolo Insogna <paolo@cowtech.it>
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
    Reviewed-By: Minwoo Jung <nodecorelab@gmail.com>
    Linkgoron authored and ruyadorno committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    2fd05a0 View commit details
    Browse the repository at this point in the history
  2. src: handle wasm out of bound in osx will raise SIGBUS correctly

    fix: nodejs#46559
    OSX will raise both SIGBUS and SIGSEGV when out of bound memory visit,
    This commit set sigaction in OSX for two signals to handle this.
    
    PR-URL: nodejs#46561
    Fixes: nodejs#46559
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    Reviewed-By: Minwoo Jung <nodecorelab@gmail.com>
    Reviewed-By: Michael Dawson <midawson@redhat.com>
    HerrCai0907 authored and ruyadorno committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    cb3abcb View commit details
    Browse the repository at this point in the history
  3. doc: fix typo in events.md

    Signed-off-by: Darshan Sen <raisinten@gmail.com>
    PR-URL: nodejs#48436
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    RaisinTen authored and ruyadorno committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    7292bb7 View commit details
    Browse the repository at this point in the history
  4. doc: add link for news from security wg

    Signed-off-by: Michael Dawson <mdawson@devrus.com>
    
    PR-URL: nodejs#48396
    Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    mhdawson authored and ruyadorno committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    6f28f4c View commit details
    Browse the repository at this point in the history
  5. doc: add additional info on TSFN dispatch

    Refs: nodejs#48356
    
    Signed-off-by: Michael Dawson <mdawson@devrus.com>
    
    PR-URL: nodejs#48367
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
    mhdawson authored and ruyadorno committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    a8db331 View commit details
    Browse the repository at this point in the history
  6. test: fix flaky test-watch-mode

    PR-URL: nodejs#48147
    Backport-PR-URL: nodejs#49468
    Fixes: nodejs#44898
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    MoLow authored and ruyadorno committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    4892dc5 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. stream: fix deadlock when pipeing to full sink

    When piping a paused Readable to a full Writable we didn't
    register a drain listener which cause the src to never
    resume.
    
    Refs: nodejs#48666
    PR-URL: nodejs#48691
    Backport-PR-URL: nodejs#49323
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    ronag authored and ruyadorno committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    097dea0 View commit details
    Browse the repository at this point in the history
  2. esm: add --import flag

    PR-URL: nodejs#43942
    Backport-PR-URL: nodejs#49539
    Fixes: nodejs#40110
    Reviewed-By: Geoffrey Booth <webadmin@geoffreybooth.com>
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: Jacob Smith <jacob@frende.me>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    MoLow authored and ruyadorno committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    1f396d2 View commit details
    Browse the repository at this point in the history
  3. doc: mark --import as experimental

    PR-URL: nodejs#44067
    Backport-PR-URL: nodejs#49539
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    MoLow authored and ruyadorno committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    aaaa54d View commit details
    Browse the repository at this point in the history
  4. deps: update corepack to 0.18.1

    PR-URL: nodejs#48483
    Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Mestery <mestery@protonmail.com>
    nodejs-github-bot authored and ruyadorno committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    6147ff2 View commit details
    Browse the repository at this point in the history
  5. deps: update corepack to 0.19.0

    PR-URL: nodejs#48540
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
    nodejs-github-bot authored and ruyadorno committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    9da7103 View commit details
    Browse the repository at this point in the history
  6. deps: update ada to 2.6.0

    PR-URL: nodejs#48896
    Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
    nodejs-github-bot authored and ruyadorno committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    e7019da View commit details
    Browse the repository at this point in the history
  7. deps: upgrade npm to 9.7.2

    PR-URL: nodejs#48514
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
    npm-cli-bot authored and ruyadorno committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    35512ca View commit details
    Browse the repository at this point in the history
  8. deps: upgrade npm to 9.8.0

    PR-URL: nodejs#48665
    Reviewed-By: Luke Karrys <luke@lukekarrys.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
    npm-cli-bot authored and ruyadorno committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    e8d5d06 View commit details
    Browse the repository at this point in the history
  9. deps: upgrade npm to 9.8.1

    PR-URL: nodejs#48838
    Reviewed-By: Luke Karrys <luke@lukekarrys.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
    npm-cli-bot authored and ruyadorno committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    a2bfe6c View commit details
    Browse the repository at this point in the history
  10. crypto: remove OPENSSL_FIPS guard for OpenSSL 3

    The OPENSSL_FIPS guard is only needed for versions of OpenSSL earlier
    than 3.0.
    
    Removing the guard for OpenSSL 3 fixes `parallel/test-crypto-fips`
    when run with a FIPS enabled OpenSSL 3 configuration.
    
    PR-URL: nodejs#48392
    Refs: nodejs#48379
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Michael Dawson <midawson@redhat.com>
    richardlau authored and ruyadorno committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    aa08460 View commit details
    Browse the repository at this point in the history
  11. deps: update zlib to 1.2.13.1-motley-3ca9f16

    PR-URL: nodejs#48413
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
    nodejs-github-bot authored and ruyadorno committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    71db13a View commit details
    Browse the repository at this point in the history
  12. crypto: update root certificates to NSS 3.90

    This is the certdata.txt[0] from NSS 3.90, released on 2023-04-06.
    
    This is the version of NSS that shipped in Firefox 113 on
    2023-05-09.
    
    Certificates added:
    - BJCA Global Root CA1
    - BJCA Global Root CA2
    
    [0] https://hg.mozilla.org/projects/nss/raw-file/NSS_3_90_RTM/lib/ckfw/builtins/certdata.txt
    
    PR-URL: nodejs#48416
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
    Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
    nodejs-github-bot authored and ruyadorno committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    10a5bee View commit details
    Browse the repository at this point in the history
  13. doc: add kvakil to collaborators

    ...and remove them triagers
    
    Fixes: nodejs#48155
    PR-URL: nodejs#48449
    Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    kvakil authored and ruyadorno committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    d9ab855 View commit details
    Browse the repository at this point in the history
  14. node-api: implement external strings

    Introduce APIs that allow for the creation of JavaScript strings without
    copying the underlying native string into the engine. The APIs fall back
    to regular string creation if the engine's external string APIs are
    unavailable. In this case, an optional boolean out-parameter indicates
    that the string was copied, and the optional finalizer is called if
    given.
    
    PR-URL: nodejs#48339
    Fixes: nodejs#48198
    Reviewed-By: Daeyeon Jeong <daeyeon.dev@gmail.com>
    Signed-off-by: Gabriel Schulhof <gabrielschulhof@gmail.com>
    gabrielschulhof authored and ruyadorno committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    f93102c View commit details
    Browse the repository at this point in the history
  15. doc: refine when file is undefined in test events

    PR-URL: nodejs#48451
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
    MoLow authored and ruyadorno committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    e86be12 View commit details
    Browse the repository at this point in the history
  16. tools: update lint-md-dependencies

    - `@rollup/plugin-commonjs@25.0.1`
    - `rollup@3.24.1`
    
    PR-URL: nodejs#48417
    Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    nodejs-github-bot authored and ruyadorno committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    9db17f0 View commit details
    Browse the repository at this point in the history
  17. doc: add preveen-stack to triagers

    PR-URL: nodejs#48387
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    Reviewed-By: Qingyu Deng <i@ayase-lab.com>
    preveen-stack authored and ruyadorno committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    6f5f4aa View commit details
    Browse the repository at this point in the history
  18. doc: revise error.md introduction

    PR-URL: nodejs#48423
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Mestery <mestery@protonmail.com>
    aduh95 authored and ruyadorno committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    ebe5416 View commit details
    Browse the repository at this point in the history
  19. node-api: provide napi_define_properties fast path

    Implement defining properties via V8's
    `v8::Object::CreateDataProperty()`, which is faster for data-valued,
    writable, configurable, and enumerable properties.
    
    Re: nodejs#45905
    Signed-off-by: Gabriel Schulhof <gabrielschulhof@gmail.com>
    PR-URL: nodejs#48440
    Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
    gabrielschulhof authored and ruyadorno committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    f5892b4 View commit details
    Browse the repository at this point in the history
  20. doc: update fs flags documentation

    PR-URL: nodejs#48463
    Fixes: nodejs#48452
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: LiviaMedeiros <livia@cirno.name>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Mestery <mestery@protonmail.com>
    Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
    sinkhaha authored and ruyadorno committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    9e94b65 View commit details
    Browse the repository at this point in the history
  21. tools: prepare tools/doc for to-vfile 8.0.0

    toVFile.readSync() is removed in favor of readSync().
    
    PR-URL: nodejs#48485
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
    Trott authored and ruyadorno committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    76b1a4a View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2023

  1. tools: update doc to to-vfile@8.0.0

    PR-URL: nodejs#48485
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
    nodejs-github-bot authored and ruyadorno committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    0c780d0 View commit details
    Browse the repository at this point in the history
  2. tools: update eslint to 8.43.0

    PR-URL: nodejs#48487
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    nodejs-github-bot authored and ruyadorno committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    bb96b80 View commit details
    Browse the repository at this point in the history
  3. http: fix for handling on boot timers headers and request

    This change is a fix for handling headersTimeout and requestTimeout
    that causes unexpected behavior if the HTTP server is started on boot:
    
     - the connections to the server can be closed immediately
       with the status HTTP 408
    
    This issue usually happens on IoT or embedded devices where
    the reference timestamp (returned by uv_hrtime()) is counted since boot
    and can be smaller than the headersTimeout or the requestTimeout value.
    
    Additionally added performance improvement to process the list of
    connection only if one of the timers should be processed
    
    PR-URL: nodejs#48291
    Reviewed-By: Robert Nagy <ronagy@icloud.com>
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Paolo Insogna <paolo@cowtech.it>
    Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    franciszek-koltuniuk-red authored and ruyadorno committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    68052fb View commit details
    Browse the repository at this point in the history
  4. doc: link to Runtime Keys in export conditions

    This commit:
    1. Adds a link to the WinterCG Runtime Keys proposal draft spec in the
        documentation for the `export` condition.
    2. Adds a criteria to add more export conditions to the Node.js docs:
        they should be Node.js core-relevant.
    3. Removes the "deno" and "react-native" export conditions from the core
        docs with the expectation that readers will follow the link to the
        Runtime Keys proposal draft spec to learn about them and more.
    
    PR-URL: nodejs#48408
    Reviewed-By: Guy Bedford <guybedford@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Geoffrey Booth <webadmin@geoffreybooth.com>
    Reviewed-By: Jacob Smith <jacob@frende.me>
    Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    jcbhmr authored and ruyadorno committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    da5d76e View commit details
    Browse the repository at this point in the history
  5. tools: replace sed with perl

    For cross-platform compatibility use perl instead of sed.
    
    Fixes: nodejs#48496
    PR-URL: nodejs#48499
    Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
    Reviewed-By: Richard Lau <rlau@redhat.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
    Reviewed-By: Mestery <mestery@protonmail.com>
    Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    lpinca authored and ruyadorno committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    38fb350 View commit details
    Browse the repository at this point in the history
  6. report: disable js stack when no context is entered

    There are no guarantees that the JS stack can be generated when no
    context is entered.
    
    PR-URL: nodejs#48495
    Fixes: nodejs/node-v8#250
    Refs: https://chromium-review.googlesource.com/c/v8/v8/+/4582948
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Gerhard Stöbich <deb2001-github@yahoo.de>
    legendecas authored and ruyadorno committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    52bbd35 View commit details
    Browse the repository at this point in the history
  7. test: skip test-runner-watch-mode on IBMi

    PR-URL: nodejs#48473
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Nitzan Uziely <linkgoron@gmail.com>
    Reviewed-By: Richard Lau <rlau@redhat.com>
    MoLow authored and ruyadorno committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    0c195f4 View commit details
    Browse the repository at this point in the history
  8. tools: update lint-md-dependencies

    Updates: rollup@3.25.1 to-vfile@8.0.0 vfile-reporter@8.0.0
    PR-URL: nodejs#48486
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
    Reviewed-By: Mestery <mestery@protonmail.com>
    nodejs-github-bot authored and ruyadorno committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    b673d4a View commit details
    Browse the repository at this point in the history
  9. http: remove useless ternary in test

    PR-URL: nodejs#48481
    Reviewed-By: Jacob Smith <jacob@frende.me>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Matthew Aitken <maitken033380023@gmail.com>
    Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Qingyu Deng <i@ayase-lab.com>
    LockingReal authored and ruyadorno committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    54406f1 View commit details
    Browse the repository at this point in the history
  10. doc: add vmoroz to collaborators

    PR-URL: nodejs#48527
    Fixes: nodejs#48388
    Reviewed-By: Michael Dawson <midawson@redhat.com>
    Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
    vmoroz authored and ruyadorno committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    0f9da7d View commit details
    Browse the repository at this point in the history
  11. doc: update security-release-process.md

    PR-URL: nodejs#48504
    Reviewed-By: Ruy Adorno <ruyadorno@google.com>
    Reviewed-By: Richard Lau <rlau@redhat.com>
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    RafaelGSS authored and ruyadorno committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    7341c5f View commit details
    Browse the repository at this point in the history
  12. src: refactor SplitString in util

    PR-URL: nodejs#48491
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Stephen Belanger <admin@stephenbelanger.com>
    Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
    anonrig authored and ruyadorno committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    ed198bf View commit details
    Browse the repository at this point in the history
  13. deps: update icu to 73.2

    PR-URL: nodejs#48502
    Reviewed-By: Debadree Chatterjee <debadree333@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Richard Lau <rlau@redhat.com>
    nodejs-github-bot authored and ruyadorno committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    bd1959c View commit details
    Browse the repository at this point in the history
  14. typings: remove unused primordials

    PR-URL: nodejs#48509
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    anonrig authored and ruyadorno committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    1cfccb7 View commit details
    Browse the repository at this point in the history
  15. module: add SourceMap.findOrigin

    This adds the `SourceMap.findOrigin(lineNumber, columnNumber)` method,
    for finding the origin source file and 1-indexed line and column numbers
    corresponding to the 1-indexed line and column numbers from a call site
    in generated source code.
    
    Fix: nodejs#47770
    PR-URL: nodejs#47790
    Fixes: nodejs#47770
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Geoffrey Booth <webadmin@geoffreybooth.com>
    isaacs authored and ruyadorno committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    f7de8ed View commit details
    Browse the repository at this point in the history
  16. doc: unnest mime and MIMEParams from MIMEType constructor

    PR-URL: nodejs#47950
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Semigradsky authored and ruyadorno committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    1a8df8e View commit details
    Browse the repository at this point in the history
  17. doc: fix filename type in watch result

    PR-URL: nodejs#48032
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Mestery <mestery@protonmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Semigradsky authored and ruyadorno committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    4a6c169 View commit details
    Browse the repository at this point in the history
  18. lib: reduce url getters on makeRequireFunction

    PR-URL: nodejs#48492
    Refs: nodejs/performance#92
    Reviewed-By: Jacob Smith <jacob@frende.me>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Geoffrey Booth <webadmin@geoffreybooth.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    anonrig authored and ruyadorno committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    edab50c View commit details
    Browse the repository at this point in the history
  19. stream: fix premature pipeline end

    Fixes: nodejs#48406
    PR-URL: nodejs#48435
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
    Reviewed-By: Debadree Chatterjee <debadree333@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    ronag authored and ruyadorno committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    a72af53 View commit details
    Browse the repository at this point in the history
  20. test: remove unnecessary noop function args to mustNotCall()

    PR-URL: nodejs#48513
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Harshitha K P <harshitha014@gmail.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    aduh95 authored and ruyadorno committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    161f8c2 View commit details
    Browse the repository at this point in the history
  21. test: define NAPI_VERSION before including node_api.h

    Include node.h first to define NAPI_VERSION that node binary is built
    with. The node.h should also be included first in embedder's use case
    since it is the primary header file.
    
    PR-URL: nodejs#48376
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Michael Dawson <midawson@redhat.com>
    legendecas authored and ruyadorno committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    73fdd37 View commit details
    Browse the repository at this point in the history
  22. doc: add description of autoAllocateChunkSize in ReadableStream

    Refs: https://developer.mozilla.org/en-US/docs/Web/API/ReadableStream/ReadableStream
    PR-URL: nodejs#48004
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    debadree25 authored and ruyadorno committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    384d814 View commit details
    Browse the repository at this point in the history
  23. test: make IsolateData per-isolate in cctest

    This ensures that we only create one IsolateData for each isolate
    inthe cctest, since IsolateData are meant to be per-isolate.
    We need to make the isolate and isolate_data static in the
    test fixtures as a result, similar to how the event loops and
    array buffer allocators are managed in the
    NodeZeroIsolateTestFixture but it is fine because gtest ensures
    that the Setup() and TearDown() of the fixtures are always run
    in order and would never overlap in one process.
    
    PR-URL: nodejs#48450
    Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
    joyeecheung authored and ruyadorno committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    acd104d View commit details
    Browse the repository at this point in the history
  24. fs: remove unneeded return statement

    The `writable._write()` implementation does not need to return anything,
    only call the callback.
    
    PR-URL: nodejs#48526
    Reviewed-By: Keyhan Vakil <kvakil@sylph.kvakil.me>
    Reviewed-By: Debadree Chatterjee <debadree333@gmail.com>
    Reviewed-By: Deokjin Kim <deokjin81.kim@gmail.com>
    lpinca authored and ruyadorno committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    3864d25 View commit details
    Browse the repository at this point in the history
  25. fs: call the callback with an error if writeSync fails

    Catch SyncWriteStream write file error.
    
    Fixes: nodejs#47948
    Signed-off-by: killagu <killa123@126.com>
    PR-URL: nodejs#47949
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    killagu authored and ruyadorno committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    e52b364 View commit details
    Browse the repository at this point in the history
  26. deps: update minimatch to 9.0.2

    PR-URL: nodejs#48542
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    nodejs-github-bot authored and ruyadorno committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    3b8ce3e View commit details
    Browse the repository at this point in the history
  27. tools: update lint-md-dependencies

    Update to @rollup/plugin-commonjs@25.0.2 and rollup@3.25.2.
    
    PR-URL: nodejs#48544
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
    Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
    nodejs-github-bot authored and ruyadorno committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    d6b3935 View commit details
    Browse the repository at this point in the history
  28. doc: run license-builder

    PR-URL: nodejs#48552
    Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
    Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    github-actions[bot] authored and ruyadorno committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    d287a36 View commit details
    Browse the repository at this point in the history
  29. benchmark: add bar.R

    Signed-off-by: RafaelGSS <rafael.nunu@hotmail.com>
    PR-URL: nodejs#47729
    Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
    Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
    RafaelGSS authored and ruyadorno committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    442fd93 View commit details
    Browse the repository at this point in the history
  30. src: fix Coverity issue regarding unnecessary copy

    PR-URL: nodejs#48565
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
    anonrig authored and ruyadorno committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    d4bc9d8 View commit details
    Browse the repository at this point in the history
  31. deps: update googletest to ec4fed9

    PR-URL: nodejs#48538
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
    nodejs-github-bot authored and ruyadorno committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    8843274 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. lib: add option to force handling stopped events

    PR-URL: nodejs#48301
    Backport-PR-URL: nodejs#49587
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
    atlowChemi authored and ruyadorno committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    dbaa2cc View commit details
    Browse the repository at this point in the history
  2. deps: update zlib to 1.2.13.1-motley-f81f385

    PR-URL: nodejs#48541
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
    Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
    nodejs-github-bot authored and ruyadorno committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    ad145e6 View commit details
    Browse the repository at this point in the history
  3. doc: update return type for describe

    PR-URL: nodejs#48572
    Fixes: nodejs#48571
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
    shrujalshah28 authored and ruyadorno committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    2884705 View commit details
    Browse the repository at this point in the history
  4. test: remove test-timers-immediate-queue flaky designation

    PR-URL: nodejs#48575
    Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
    Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
    Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    lpinca authored and ruyadorno committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    9308992 View commit details
    Browse the repository at this point in the history
  5. test: remove test-crypto-keygen flaky designation

    PR-URL: nodejs#48575
    Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
    Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
    Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    lpinca authored and ruyadorno committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    87e5563 View commit details
    Browse the repository at this point in the history
  6. http: server add async dispose

    PR-URL: nodejs#48548
    Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
    Reviewed-By: Paolo Insogna <paolo@cowtech.it>
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    atlowChemi authored and ruyadorno committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    3edeeac View commit details
    Browse the repository at this point in the history
  7. http2: server add asyncDispose

    PR-URL: nodejs#48548
    Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
    Reviewed-By: Paolo Insogna <paolo@cowtech.it>
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    atlowChemi authored and ruyadorno committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    3ecc607 View commit details
    Browse the repository at this point in the history
  8. https: server add asyncDispose

    PR-URL: nodejs#48548
    Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
    Reviewed-By: Paolo Insogna <paolo@cowtech.it>
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    atlowChemi authored and ruyadorno committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    9e9b8a3 View commit details
    Browse the repository at this point in the history
  9. deps: update acorn to 8.9.0

    PR-URL: nodejs#48484
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
    Reviewed-By: Mestery <mestery@protonmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Reviewed-By: Michael Dawson <midawson@redhat.com>
    nodejs-github-bot authored and ruyadorno committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    a365f2e View commit details
    Browse the repository at this point in the history
  10. doc: update security release stewards

    PR-URL: nodejs#48569
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Ruy Adorno <ruyadorno@google.com>
    Reviewed-By: Michael Dawson <midawson@redhat.com>
    RafaelGSS authored and ruyadorno committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    e23dcab View commit details
    Browse the repository at this point in the history
  11. test: add missing assertions to test-runner-cli

    PR-URL: nodejs#48593
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
    MoLow authored and ruyadorno committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    d4518ba View commit details
    Browse the repository at this point in the history
  12. http: null the joinDuplicateHeaders property on cleanup

    Null the `joinDuplicateHeaders` property when the parser is freed.
    
    Refs: nodejs#45982
    PR-URL: nodejs#48608
    Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: Matthew Aitken <maitken033380023@gmail.com>
    lpinca authored and ruyadorno committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    27d6833 View commit details
    Browse the repository at this point in the history
  13. doc: fix options order

    Move the `joinDuplicateHeaders` option to the correct alphabetical
    order.
    
    PR-URL: nodejs#48617
    Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    lpinca authored and ruyadorno committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    09e8c1a View commit details
    Browse the repository at this point in the history
  14. test_runner: fixed test shorthands return type

    `test.todo`, `test.only` and `test.skip` are expected to return the
    same as `test`. This commit corrects the inconsistent behavior of
    these shorthands.
    
    Fixes: nodejs#48557
    PR-URL: nodejs#48555
    Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
    shockerqt authored and ruyadorno committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    dbd6b3c View commit details
    Browse the repository at this point in the history
  15. src: fix uninitialized field access in AsyncHooks

    Co-authored-by: Joyee Cheung <joyeec9h3@gmail.com>
    PR-URL: nodejs#48566
    Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
    Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
    Reviewed-By: Minwoo Jung <nodecorelab@gmail.com>
    Reviewed-By: Gerhard Stöbich <deb2001-github@yahoo.de>
    2 people authored and ruyadorno committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    83fe6b1 View commit details
    Browse the repository at this point in the history
  16. src: deduplicate X509 getter implementations

    Reorder arguments of internal helper functions such that their order is
    consistent across X509 property getters. Add ReturnPropertyThroughBIO()
    and ReturnProperty(). Use these new helpers to deduplicate code across
    various X509 property getters.
    
    PR-URL: nodejs#48563
    Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
    Reviewed-By: Alba Mendez <me@alba.sh>
    tniessen authored and ruyadorno committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    1ed0697 View commit details
    Browse the repository at this point in the history
  17. meta: bump github/codeql-action from 2.3.6 to 2.20.1

    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.3.6 to 2.20.1.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@83f0fe6...f6e388e)
    
    ---
    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: nodejs#48627
    Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
    Reviewed-By: Mestery <mestery@protonmail.com>
    Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
    dependabot[bot] authored and ruyadorno committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    57550d0 View commit details
    Browse the repository at this point in the history
  18. meta: bump ossf/scorecard-action from 2.1.3 to 2.2.0

    Bumps [ossf/scorecard-action](https://github.com/ossf/scorecard-action) from 2.1.3 to 2.2.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@80e868c...08b4669)
    
    ---
    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: nodejs#48628
    Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
    Reviewed-By: Mestery <mestery@protonmail.com>
    Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
    dependabot[bot] authored and ruyadorno committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    c059b94 View commit details
    Browse the repository at this point in the history
  19. meta: bump step-security/harden-runner from 2.4.0 to 2.4.1

    Bumps [step-security/harden-runner](https://github.com/step-security/harden-runner) from 2.4.0 to 2.4.1.
    - [Release notes](https://github.com/step-security/harden-runner/releases)
    - [Commits](step-security/harden-runner@128a634...55d479f)
    
    ---
    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: nodejs#48626
    Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    dependabot[bot] authored and ruyadorno committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    66eb38f View commit details
    Browse the repository at this point in the history
  20. tools: update lint-md-dependencies to rollup@3.26.0

    PR-URL: nodejs#48631
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
    Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    nodejs-github-bot authored and ruyadorno committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    500c482 View commit details
    Browse the repository at this point in the history
  21. tools: update eslint to 8.44.0

    PR-URL: nodejs#48632
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
    Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
    Reviewed-By: Zeyu "Alex" Yang <himself65@outlook.com>
    nodejs-github-bot authored and ruyadorno committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    5ee7e26 View commit details
    Browse the repository at this point in the history
  22. meta: bump actions/checkout from 3.5.2 to 3.5.3

    Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.2 to 3.5.3.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@8e5e7e5...c85c95e)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    PR-URL: nodejs#48625
    Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
    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 ruyadorno committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    0006bd8 View commit details
    Browse the repository at this point in the history
  23. child_process: support Symbol.dispose

    PR-URL: nodejs#48551
    Reviewed-By: Robert Nagy <ronagy@icloud.com>
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    MoLow authored and ruyadorno committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    f70b63e View commit details
    Browse the repository at this point in the history
  24. Revert "test: remove test-crypto-keygen flaky designation"

    This reverts commit 893c000.
    
    Refs: nodejs#48575 (comment)
    PR-URL: nodejs#48652
    Reviewed-By: Richard Lau <rlau@redhat.com>
    Reviewed-By: Matthew Aitken <maitken033380023@gmail.com>
    lpinca authored and ruyadorno committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    cfcb3de View commit details
    Browse the repository at this point in the history
  25. events: allow safely adding listener to abortSignal

    PR-URL: nodejs#48596
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: Robert Nagy <ronagy@icloud.com>
    atlowChemi authored and ruyadorno committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    1c58ee7 View commit details
    Browse the repository at this point in the history
  26. http2: send RST code 8 on AbortController signal

    Fixes: nodejs#47321
    Refs: https://www.rfc-editor.org/rfc/rfc7540#section-7
    PR-URL: nodejs#48573
    Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
    Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
    Reviewed-By: Minwoo Jung <nodecorelab@gmail.com>
    devm33 authored and ruyadorno committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    1c591b1 View commit details
    Browse the repository at this point in the history
  27. doc: mention git node release prepare

    Signed-off-by: RafaelGSS <rafael.nunu@hotmail.com>
    PR-URL: nodejs#48644
    Reviewed-By: Ruy Adorno <ruyadorno@google.com>
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Richard Lau <rlau@redhat.com>
    RafaelGSS authored and ruyadorno committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    3568941 View commit details
    Browse the repository at this point in the history
  28. doc: clarify transform._transform() callback argument logic

    Clarify that `transform._transform()` callback second argument is
    used only if the first argument is `null`, i.e. no error occured
    processing the chunk.
    
    PR-URL: nodejs#48680
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Akhil Marsonya <akhil.marsonya27@gmail.com>
    rafasofizada authored and ruyadorno committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    cb2e22c View commit details
    Browse the repository at this point in the history
  29. events: fix bug listenerCount don't compare wrapped listener

    When add listener by once, it will be wrapped into another function.
    And when pass listener and there is just one event listener added by
    once, it will return 0 even if passed listener equal wrapped event
    listener.
    
    Refs: nodejs#46523
    PR-URL: nodejs#48592
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Paolo Insogna <paolo@cowtech.it>
    Reviewed-By: Minwoo Jung <nodecorelab@gmail.com>
    yuzheng14 authored and ruyadorno committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    6e2cbe0 View commit details
    Browse the repository at this point in the history
  30. src: remove kEagerCompile for CompileFunction

    It wasn't doing anything, and actually enabling it would cause some
    tests to fail.
    
    Refs: nodejs#48576
    PR-URL: nodejs#48671
    Refs: v8/v8@cb00db4
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    kvakil authored and ruyadorno committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    ae11d1e View commit details
    Browse the repository at this point in the history
  31. deps: V8: cherry-pick cb00db4dba6c

    Original commit message:
    
        [compiler] fix CompileFunction ignoring kEagerCompile
    
        v8::ScriptCompiler::CompileFunction was ignoring kEagerCompile. Unlike
        the other functions in v8::ScriptCompiler, it was not actually
        propagating kEagerCompile to the parser. The newly updated test fails
        without this change.
    
        I did some archeology and found that this was commented out since the
        original CL in https://crrev.com/c/980944.
    
        As far as I know Node.js is the main consumer of this particular API.
        This CL speeds up Node.js's overall startup time by ~13%.
    
        Change-Id: Ifc3cd6653555194d46ca48db14f7ba7a4afe0053
        Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4571822
        Commit-Queue: Marja Hölttä <marja@chromium.org>
        Reviewed-by: Marja Hölttä <marja@chromium.org>
        Cr-Commit-Position: refs/heads/main@{#87944}
    
    Refs: v8/v8@cb00db4
    PR-URL: nodejs#48671
    Refs: nodejs#48576
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    kvakil authored and ruyadorno committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    4af650c View commit details
    Browse the repository at this point in the history
  32. tools: update lint-md-dependencies to rollup@3.26.2

    PR-URL: nodejs#48705
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
    nodejs-github-bot authored and ruyadorno committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    49870cb View commit details
    Browse the repository at this point in the history
  33. tools: update doc to unist-util-select@5.0.0 unist-util-visit@5.0.0

    PR-URL: nodejs#48714
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    nodejs-github-bot authored and ruyadorno committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    0d21b4f View commit details
    Browse the repository at this point in the history
  34. esm: fix emit deprecation on legacy main resolve

    PR-URL: nodejs#48664
    Refs: nodejs#48325
    Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
    aduh95 authored and ruyadorno committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    c0463b6 View commit details
    Browse the repository at this point in the history
  35. http2: use addAbortListener

    PR-URL: nodejs#48550
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    atlowChemi authored and ruyadorno committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    aaa8857 View commit details
    Browse the repository at this point in the history
  36. readline: use addAbortListener

    PR-URL: nodejs#48550
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    atlowChemi authored and ruyadorno committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    d28b1ee View commit details
    Browse the repository at this point in the history
  37. stream: use addAbortListener

    PR-URL: nodejs#48550
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    atlowChemi authored and ruyadorno committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    051d5ae View commit details
    Browse the repository at this point in the history
  38. dgram: use addAbortListener

    PR-URL: nodejs#48550
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    atlowChemi authored and ruyadorno committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    5780364 View commit details
    Browse the repository at this point in the history
  39. child_process: use addAbortListener

    PR-URL: nodejs#48550
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    atlowChemi authored and ruyadorno committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    f6bad9d View commit details
    Browse the repository at this point in the history
  40. lib: use addAbortListener

    PR-URL: nodejs#48550
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    atlowChemi authored and ruyadorno committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    8f7f0d9 View commit details
    Browse the repository at this point in the history
  41. dgram: socket add asyncDispose

    PR-URL: nodejs#48717
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    atlowChemi authored and ruyadorno committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    8ebec71 View commit details
    Browse the repository at this point in the history
  42. net: server add asyncDispose

    PR-URL: nodejs#48717
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    atlowChemi authored and ruyadorno committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    df5013c View commit details
    Browse the repository at this point in the history
  43. test: move test-net-throttle to parallel

    The test is not very resource intensive. It just writes data to a TCP
    socket until backpressure is reached. Move it parallel.
    
    PR-URL: nodejs#48599
    Fixes: nodejs#40507
    Reviewed-By: Filip Skokan <panva.ip@gmail.com>
    Reviewed-By: Jacob Smith <jacob@frende.me>
    Reviewed-By: LiviaMedeiros <livia@cirno.name>
    Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    Reviewed-By: Nitzan Uziely <linkgoron@gmail.com>
    lpinca authored and ruyadorno committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    edda8dc View commit details
    Browse the repository at this point in the history
  44. test: deflake test-net-throttle

    Sometimes the test completes with only two data chunks received on the
    client.
    
    Fixes: nodejs#40507
    PR-URL: nodejs#48599
    Reviewed-By: Filip Skokan <panva.ip@gmail.com>
    Reviewed-By: Jacob Smith <jacob@frende.me>
    Reviewed-By: LiviaMedeiros <livia@cirno.name>
    Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    Reviewed-By: Nitzan Uziely <linkgoron@gmail.com>
    lpinca authored and ruyadorno committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    d40e502 View commit details
    Browse the repository at this point in the history
  45. deps: update acorn to 8.10.0

    PR-URL: nodejs#48713
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
    nodejs-github-bot authored and ruyadorno committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    404f3ab View commit details
    Browse the repository at this point in the history
  46. fs, stream: initial Symbol.dispose and Symbol.asyncDispose support

    Co-authored-by: Benjamin Gruenbaum <benjamingr@gmail.com>
    PR-URL: nodejs#48518
    Backport-PR-URL: nodejs#49598
    Reviewed-By: Robert Nagy <ronagy@icloud.com>
    Reviewed-By: Erick Wendel <erick.workspace@gmail.com>
    Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    2 people authored and ruyadorno committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    6747721 View commit details
    Browse the repository at this point in the history
  47. deps: upgrade to libuv 1.45.0

    - linux: introduce io_uring support libuv/libuv#3952
    - src: add new metrics APIs libuv/libuv#3749
    - unix,win: give thread pool threads an 8 MB stack libuv/libuv#3787
    - win,unix: change execution order of timers libuv/libuv#3927
    
    Fixes: nodejs#43931
    Fixes: nodejs#42496
    Fixes: nodejs#47715
    Fixes: nodejs#47259
    Fixes: nodejs#47241
    PR-URL: nodejs#48078
    Backport-PR-URL: nodejs#49591
    Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
    Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
    Reviewed-By: Debadree Chatterjee <debadree333@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
    Reviewed-By: Richard Lau <rlau@redhat.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
    santigimeno authored and ruyadorno committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    0aad358 View commit details
    Browse the repository at this point in the history
  48. deps: upgrade to libuv 1.46.0

    Notable changes
    - fs: use WTF-8 on Windows: libuv/libuv#2970
    - linux: add some more iouring backed fs ops: libuv/libuv#4012
    
    Important bugs fixed
    - linux: work around io_uring IORING_OP_CLOSE bug: libuv/libuv#4059
    - src: don't run timers if loop is stopped/unref'd: libuv/libuv#4048
    
    PR-URL: nodejs#48618
    Backport-PR-URL: nodejs#49591
    Fixes: nodejs#48512
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Richard Lau <rlau@redhat.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
    Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
    PR-URL: nodejs#48078
    santigimeno authored and ruyadorno committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    8af0d8c View commit details
    Browse the repository at this point in the history
  49. build: sync libuv header change

    PR-URL: nodejs#48429
    Backport-PR-URL: nodejs#49591
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com>
    PR-URL: nodejs#48078
    gengjiawen authored and ruyadorno committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    e03aa5f View commit details
    Browse the repository at this point in the history
  50. deps: add missing thread-common.c in uv.gyp

    PR-URL: nodejs#49410
    Backport-PR-URL: nodejs#49591
    Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
    Reviewed-By: Richard Lau <rlau@redhat.com>
    Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
    PR-URL: nodejs#48078
    santigimeno authored and ruyadorno committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    7b72655 View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    2c7ffa0 View commit details
    Browse the repository at this point in the history