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.6.0 release proposal #43789

Merged
merged 175 commits into from
Jul 13, 2022
Merged

v18.6.0 release proposal #43789

merged 175 commits into from
Jul 13, 2022

Commits on Jul 12, 2022

  1. esm: add chaining to loaders

    PR-URL: #42623
    Reviewed-By: Geoffrey Booth <webadmin@geoffreybooth.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    JakobJingleheimer authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    da61e23 View commit details
    Browse the repository at this point in the history
  2. esm: fix http(s) import via custom loader

    PR-URL: #43130
    Reviewed-By: Geoffrey Booth <webadmin@geoffreybooth.com>
    Reviewed-By: Guy Bedford <guybedford@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    JakobJingleheimer authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    254efd9 View commit details
    Browse the repository at this point in the history
  3. esm: refactor responseURL handling

    PR-URL: #43164
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Minwoo Jung <nodecorelab@gmail.com>
    Reviewed-By: Jacob Smith <jacob@frende.me>
    guybedford authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    50d64ed View commit details
    Browse the repository at this point in the history
  4. esm: fix chain advances when loader calls next<HookName> multiple times

    PR-URL: #43303
    Reviewed-By: Geoffrey Booth <webadmin@geoffreybooth.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    JakobJingleheimer authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    10bcad5 View commit details
    Browse the repository at this point in the history
  5. tools: update lint-md-dependencies to rollup@2.75.6

    PR-URL: #43386
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
    Reviewed-By: Mestery <mestery@protonmail.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    nodejs-github-bot authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    06c367e View commit details
    Browse the repository at this point in the history
  6. doc: add code examples to node test runner

    PR-URL: #43359
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Akhil Marsonya <akhil.marsonya27@gmail.com>
    Reviewed-By: Harshitha K P <harshitha014@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@gmail.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
    2 people authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    cbaf120 View commit details
    Browse the repository at this point in the history
  7. doc: update main branch name in doc/contributing/*

    Refs: #33864
    
    PR-URL: #43438
    Reviewed-By: Richard Lau <rlau@redhat.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Danielle Adams <adamzdanielle@gmail.com>
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    Reviewed-By: LiviaMedeiros <livia@cirno.name>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    lpinca authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    429e0f4 View commit details
    Browse the repository at this point in the history
  8. doc: fixup after rename of primary nodejs branch

    Signed-off-by: Michael Dawson <mdawson@devrus.com>
    
    PR-URL: #43453
    Reviewed-By: LiviaMedeiros <livia@cirno.name>
    Reviewed-By: Richard Lau <rlau@redhat.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    mhdawson authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    e0fedcf View commit details
    Browse the repository at this point in the history
  9. crypto: fix webcrypto deriveBits for non-byte lengths

    PR-URL: #43431
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    panva authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    3ee0bb8 View commit details
    Browse the repository at this point in the history
  10. crypto: fix webcrypto AES-KW keys accepting encrypt/decrypt usages

    PR-URL: #43431
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    panva authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    018f61c View commit details
    Browse the repository at this point in the history
  11. crypto: fix webcrypto RSA generateKey() use of publicExponent

    PR-URL: #43431
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    panva authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    dedb22e View commit details
    Browse the repository at this point in the history
  12. crypto: fix webcrypto digest() invalid algorithm

    PR-URL: #43431
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    panva authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    64a9dd7 View commit details
    Browse the repository at this point in the history
  13. crypto: fix webcrypto generateKey() with empty usages

    PR-URL: #43431
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    panva authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    679f191 View commit details
    Browse the repository at this point in the history
  14. doc: update main branch name in onboarding.md

    PR-URL: #43443
    Refs: #33864
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Richard Lau <rlau@redhat.com>
    Reviewed-By: LiviaMedeiros <livia@cirno.name>
    Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
    Reviewed-By: Michael Dawson <midawson@redhat.com>
    F3n67u authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    739d3a3 View commit details
    Browse the repository at this point in the history
  15. doc: update main branch name in release guide

    PR-URL: #43437
    Refs: #33864
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Beth Griggs <bgriggs@redhat.com>
    Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    Reviewed-By: Danielle Adams <adamzdanielle@gmail.com>
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    Reviewed-By: LiviaMedeiros <livia@cirno.name>
    Reviewed-By: Michael Dawson <midawson@redhat.com>
    richardlau authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    9d61da0 View commit details
    Browse the repository at this point in the history
  16. doc: update default branch name in Makefile

    PR-URL: #43441
    Refs: #33864
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Richard Lau <rlau@redhat.com>
    Reviewed-By: LiviaMedeiros <livia@cirno.name>
    Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    F3n67u authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    06fe60a View commit details
    Browse the repository at this point in the history
  17. doc: remove branch name mention in src/README.md

    PR-URL: #43442
    Refs: #33864
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Richard Lau <rlau@redhat.com>
    Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    F3n67u authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    7f406fd View commit details
    Browse the repository at this point in the history
  18. tools: update main branch name

    PR-URL: #43440
    Refs: #33864
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: LiviaMedeiros <livia@cirno.name>
    Reviewed-By: Beth Griggs <bgriggs@redhat.com>
    Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
    Reviewed-By: Richard Lau <rlau@redhat.com>
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    F3n67u authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    752380a View commit details
    Browse the repository at this point in the history
  19. perf_hooks: fix miscounted gc performance entry starttime (#43066)

    PR-URL: #43066
    Fixes: #43062
    Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    meixg authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    02009b7 View commit details
    Browse the repository at this point in the history
  20. loader: make require.resolve throw for unknown builtin modules

    Fixes: #43274
    
    PR-URL: #43336
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    zhmushan authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    58646ea View commit details
    Browse the repository at this point in the history
  21. test: make node-api/test_buffer/test_finalizer not flaky

    PR-URL: #43418
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Richard Lau <rlau@redhat.com>
    Reviewed-By: Michael Dawson <midawson@redhat.com>
    mcollina authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    3948acc View commit details
    Browse the repository at this point in the history
  22. Revert "test: mark test_buffer/test_finalizer flaky"

    This reverts commit 73d8db8.
    
    PR-URL: #43418
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Richard Lau <rlau@redhat.com>
    Reviewed-By: Michael Dawson <midawson@redhat.com>
    mcollina authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    2b55b60 View commit details
    Browse the repository at this point in the history
  23. src: register StreamBase while registering LibuvStreamWrap

    This resolves this TODO -
    https://github.com/nodejs/node/blob/71071f896aa9696b5d36bb3bec1c7217e7420509/src/stream_wrap.cc#L111-L112.
    
    Signed-off-by: Darshan Sen <raisinten@gmail.com>
    
    PR-URL: #43321
    Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    RaisinTen authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    66ee1f1 View commit details
    Browse the repository at this point in the history
  24. doc: add new useful V8 option

    Add the `--max_semi_space_size` flag into useful V8 option.
    
    Fixes: #42511
    
    PR-URL: #42575
    Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Michael Dawson <midawson@redhat.com>
    JialuZhang-intel authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    a23051a View commit details
    Browse the repository at this point in the history
  25. doc: update default branch name in test/**

    Refs: #33864
    
    PR-URL: #43445
    Reviewed-By: Richard Lau <rlau@redhat.com>
    Reviewed-By: LiviaMedeiros <livia@cirno.name>
    Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    lpinca authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    038decf View commit details
    Browse the repository at this point in the history
  26. util: fix TypeError of symbol in template literals

    PR-URL: #42790
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    cola119 authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    a1f581a View commit details
    Browse the repository at this point in the history
  27. v8: add v8.startupSnapshot utils

    This adds several APIs under the `v8.startupSnapshot` namespace
    for specifying hooks into the startup snapshot serialization
    and deserialization.
    
    - isBuildingSnapshot()
    - addSerializeCallback()
    - addDeserializeCallback()
    - setDeserializeMainFunction()
    
    PR-URL: #43329
    Fixes: #42617
    Refs: #35711
    Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    joyeecheung authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    34e8331 View commit details
    Browse the repository at this point in the history
  28. test: improve coverage for load hooks

    Refs: #43363 (comment)
    
    PR-URL: #43374
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Jacob Smith <jacob@frende.me>
    Reviewed-By: Geoffrey Booth <webadmin@geoffreybooth.com>
    Reviewed-By: Akhil Marsonya <akhil.marsonya27@gmail.com>
    aduh95 authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    48ae00c View commit details
    Browse the repository at this point in the history
  29. test: mark test-worker-http2-stream-terminate flaky on Windows

    The test is causing a lot of CI failures, so I'd say that we should mark
    this test flaky until someone comes up with a proper fix.
    
    Refs: #43084
    Signed-off-by: Darshan Sen <raisinten@gmail.com>
    
    PR-URL: #43425
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    RaisinTen authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    5c0a24d View commit details
    Browse the repository at this point in the history
  30. fs: don't end fs promises on Isolate termination

    This is specially prevalent in the case of having in-progress FileHandle
    operations in a worker thread while the Worker is exiting.
    
    Fixes: #42829
    
    PR-URL: #42910
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    santigimeno authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    df50131 View commit details
    Browse the repository at this point in the history
  31. http: fix http agent keep alive

    PR-URL: #43380
    Reviewed-By: Paolo Insogna <paolo@cowtech.it>
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Ricky Zhou <0x19951125@gmail.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    theanarkh authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    d71ba32 View commit details
    Browse the repository at this point in the history
  32. dns: export error code constants from dns/promises

    PR-URL: #43176
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Minwoo Jung <nodecorelab@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    F3n67u authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    0bca7b7 View commit details
    Browse the repository at this point in the history
  33. doc: add ESM version examples to events api doc

    PR-URL: #43226
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    F3n67u authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    b111331 View commit details
    Browse the repository at this point in the history
  34. test: rename test-eventtarget-whatwg-*.js

    This renames some test filenames to align with the existing
    `parallel/test-whatwg-*.js` for consistency.
    
    According to the comment in each file, they are seemingly manually
    ported from the `wpt@dom/events` tests.
    
    Signed-off-by: Daeyeon Jeong daeyeon.dev@gmail.com
    
    PR-URL: #43467
    Refs: #43461
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    daeyeon authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    3b0703f View commit details
    Browse the repository at this point in the history
  35. doc: update v8 doc link to v8.dev

    PR-URL: #43482
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Harshitha K P <harshitha014@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    F3n67u authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    3247280 View commit details
    Browse the repository at this point in the history
  36. test_runner: add Subtest to tap protocol output

    PR-URL: #43417
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    MoLow authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    dda64dd View commit details
    Browse the repository at this point in the history
  37. test: skip test-net-connect-reset-until-connected on SmartOS

    Refs: #43446
    
    PR-URL: #43449
    Refs: #43446
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    panva authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    b1a7798 View commit details
    Browse the repository at this point in the history
  38. test: refactor to top-level await

    PR-URL: #43366
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    meekdenzo authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    a9ab41c View commit details
    Browse the repository at this point in the history
  39. child_process: speed up 'advanced' ipc receiving

    PR-URL: #42931
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Zeyu "Alex" Yang <himself65@outlook.com>
    CaramelFur authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    cad6d99 View commit details
    Browse the repository at this point in the history
  40. child_process: improve ipc write performance

    PR-URL: #42931
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Zeyu "Alex" Yang <himself65@outlook.com>
    CaramelFur authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    3ca9e65 View commit details
    Browse the repository at this point in the history
  41. test: fix flaky test-https-server-close- tests

    Don't initiate the second connection until the first has been
    established.
    
    Refs: nodejs/reliability#289
    
    PR-URL: #43216
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    santigimeno authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    1022c0d View commit details
    Browse the repository at this point in the history
  42. tools: update eslint to 8.18.0

    PR-URL: #43479
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    nodejs-github-bot authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    59d4da6 View commit details
    Browse the repository at this point in the history
  43. meta: update AUTHORS

    PR-URL: #43480
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    nodejs-github-bot authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    b9204c9 View commit details
    Browse the repository at this point in the history
  44. src: change FormatSize to actually accept a size_t

    This function is only called with size_t values and it does not deal
    with unsigned values nicely, so its argument type should be size_t.
    
    PR-URL: #43464
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    tniessen authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    0659d5e View commit details
    Browse the repository at this point in the history
  45. src: remove CopyBuffer

    CopyBuffer was used by the PBKDF2 implementation prior to the big
    refactor, which removed those call sites.
    
    PR-URL: #43463
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    tniessen authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    4e0afa4 View commit details
    Browse the repository at this point in the history
  46. doc: update link of ICU data slicer

    PR-URL: #43483
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    F3n67u authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    d0c78d2 View commit details
    Browse the repository at this point in the history
  47. crypto: update Wrapping and unwrapping keys webcrypto example

    PR-URL: #43452
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    panva authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    9bd13bb View commit details
    Browse the repository at this point in the history
  48. dns: make promise API fully constructed from lib/internal/dns/promises

    PR-URL: #43227
    Refs: #43198
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Minwoo Jung <nodecorelab@gmail.com>
    F3n67u authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    2149acd View commit details
    Browse the repository at this point in the history
  49. doc: fix Visual Studio 2019 download link

    PR-URL: #43236
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    F3n67u authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    c8aafe2 View commit details
    Browse the repository at this point in the history
  50. doc,test: clarify timingSafeEqual semantics

    PR-URL: #43228
    Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    tniessen authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    462e526 View commit details
    Browse the repository at this point in the history
  51. test: replace gc(true) with gc({ type: 'minor' })

    V8 considers gc(true) legacy, and the new signature is much more
    expressive.
    
    PR-URL: #43493
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Gus Caplan <me@gus.host>
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    tniessen authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    70d297c View commit details
    Browse the repository at this point in the history
  52. test: add WPT tests for dom/events

    PR-URL: #43151
    Refs: #40678
    Reviewed-By: Masashi Hirano <shisama07@gmail.com>
    Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    nissy-dev authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    eece34c View commit details
    Browse the repository at this point in the history
  53. http: defer reentrant execution of Parser::Execute

    PR-URL: #43369
    Fixes: #39671
    Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    ShogunPanda authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    491c761 View commit details
    Browse the repository at this point in the history
  54. net: fix net.Server keepalive and noDelay

    PR-URL: #43497
    Reviewed-By: Paolo Insogna <paolo@cowtech.it>
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    theanarkh authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    47a2522 View commit details
    Browse the repository at this point in the history
  55. doc: update link to MDN page about dynamic imports

    This was split into a separate page 2 days ago: mdn/content@d2b5012
    
    PR-URL: #43530
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
    jamesscottbrown authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    2e799bc View commit details
    Browse the repository at this point in the history
  56. test: allow EOVERFLOW errors in fs position tests

    Some platforms may return `EOVERFLOW` errors instead of `EFBIG`.
    
    PR-URL: #43510
    Refs: #42999
    Refs: #43509
    Reviewed-By: LiviaMedeiros <livia@cirno.name>
    Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    richardlau authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    7ca58b8 View commit details
    Browse the repository at this point in the history
  57. doc: add Juan as a security steward

    Ran through onboaring with Juan today. Add him
    to the rotation for security stewards.
    
    Signed-off-by: Michael Dawson <mdawson@devrus.com>
    
    PR-URL: #43512
    Reviewed-By: Richard Lau <rlau@redhat.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    Reviewed-By: Beth Griggs <bgriggs@redhat.com>
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    mhdawson authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    08ed28c View commit details
    Browse the repository at this point in the history
  58. doc: move MylesBorins to TSC Emeritus

    My availability has become smaller and smaller and I think for now the
    best thing to do is to move to TSC Emeritus. Perhaps I'll have more
    time to focus on Node.js Leadership again in the future, but for now
    I think it's best to officially step back a bit.
    
    So long, and thanks for all the modules o/
    
    PR-URL: #43524
    Reviewed-By: Richard Lau <rlau@redhat.com>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Michael Dawson <midawson@redhat.com>
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@gmail.com>
    Reviewed-By: Danielle Adams <adamzdanielle@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    MylesBorins authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    60b949d View commit details
    Browse the repository at this point in the history
  59. test: use unique file names in fs trace test

    Should fix test flakiness that is presumably caused by the asynchronous
    nature of the unlink operation on Windows.
    
    It's been observed that sub-tests randomly fail with "permission denied"
    errors when trying to create a new file in a directory with appropriate
    permissions.
    
    The DeleteFile() NT API call makes a file inaccessible and marks it for
    deletion but doesn't actually delete it until the last open handle has
    been closed. Accessing such a file fails with ERROR_ACCESS_DENIED.
    
    Processes can close handles manually or wait for the operating system to
    close them asynchronously after process termination. I speculate it's
    the latter that's causing the test to turn flaky.
    
    Fixes: #43502
    
    PR-URL: #43504
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: Richard Lau <rlau@redhat.com>
    Reviewed-By: LiviaMedeiros <livia@cirno.name>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    bnoordhuis authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    17b92f0 View commit details
    Browse the repository at this point in the history
  60. test: skip test-v8-serialize-leak on IBM i

    On IBM i rss memory information is not available and always returns `0`.
    
    PR-URL: #43511
    Refs: #43509
    Refs: libuv/libuv#2732
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    richardlau authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    9940dc3 View commit details
    Browse the repository at this point in the history
  61. build: update main branch name in GH workflow

    PR-URL: #43481
    Refs: #33864
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
    Reviewed-By: Tierney Cyren <hello@bnb.im>
    F3n67u authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    919c5ee View commit details
    Browse the repository at this point in the history
  62. test: refactor to top-level await

    PR-URL: #43500
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    meekdenzo authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    bd91337 View commit details
    Browse the repository at this point in the history
  63. deps: upgrade npm to 8.13.1

    PR-URL: #43552
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
    npm-cli-bot authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    0636f86 View commit details
    Browse the repository at this point in the history
  64. crypto: handle webcrypto generateKey() usages edge case

    PR-URL: #43454
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    panva authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    bb326f7 View commit details
    Browse the repository at this point in the history
  65. http: add perf_hooks detail for http request and client

    PR-URL: #43361
    Reviewed-By: Paolo Insogna <paolo@cowtech.it>
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    theanarkh authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    b27856d View commit details
    Browse the repository at this point in the history
  66. net: prevent /32 ipv4 mask from matching all ips

    Fixes: #43360
    
    PR-URL: #43381
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    supriyo-biswas authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    f8bdc53 View commit details
    Browse the repository at this point in the history
  67. wasi: use WasmMemoryObject handle for perf (#43544)

    PR-URL: #43544
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    devsnek authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    ba9b2f0 View commit details
    Browse the repository at this point in the history
  68. src: improve and update ByteSource description

    Clarify that external data must not be destroyed before the ByteSource
    that points to it, and that allocated data must have been allocated
    using OpenSSL's allocator (because it will be freed automatically, using
    OpenSSL's memory management functions).
    
    Also add a brief description of the new ByteSource::Builder class.
    
    PR-URL: #43478
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    tniessen authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    d3fc791 View commit details
    Browse the repository at this point in the history
  69. crypto: use ByteSource::Builder in To*Copy

    Avoid manual calls to MallocOpenSSL in ArrayBufferOrViewContents and
    use the new ByteSource::Builder instead.
    
    Refs: #43202
    
    PR-URL: #43477
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    tniessen authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    a43928a View commit details
    Browse the repository at this point in the history
  70. meta: update AUTHORS

    PR-URL: #43573
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    nodejs-github-bot authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    d650c9c View commit details
    Browse the repository at this point in the history
  71. crypto: don't disable TLS 1.3 without suites

    In the manual page, there is a statement that ciphersuites contain
    explicit default settings - all TLS 1.3 ciphersuites enabled.
    In node, we assume that an empty setting mean no ciphersuites and
    we disable TLS 1.3. A correct approach to disabling TLS 1.3 is to
    disable TLS 1.3 and by not override the default ciphersuits
    with an empty string.
    
    So, only override OpenSSL's TLS 1.3 ciphersuites with an explicit
    list of ciphers. If none are acceptable, the correct approach is
    to disable TLS 1.3 instead elsewhere.
    
    Fixes: #43419
    
    PR-URL: #43427
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Paolo Insogna <paolo@cowtech.it>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    AdamMajer authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    4df96b5 View commit details
    Browse the repository at this point in the history
  72. benchmark: forcefully close processes

    PR-URL: #43557
    Fixes: nodejs/build#2968
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    Reviewed-By: Rod Vagg <rod@vagg.org>
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    ShogunPanda authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    f9c30ab View commit details
    Browse the repository at this point in the history
  73. lib: fix TODO in freeze_intrinsics

    PR-URL: #43472
    Reviewed-By: Guy Bedford <guybedford@gmail.com>
    aduh95 authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    deaf4bb View commit details
    Browse the repository at this point in the history
  74. lib: refactor to avoid unsafe regex primordials

    PR-URL: #43475
    Reviewed-By: Geoffrey Booth <webadmin@geoffreybooth.com>
    Reviewed-By: Stephen Belanger <admin@stephenbelanger.com>
    aduh95 authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    b9198d9 View commit details
    Browse the repository at this point in the history
  75. lib: use null-prototype objects for property descriptors

    PR-URL: #43473
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    aduh95 authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    2233567 View commit details
    Browse the repository at this point in the history
  76. tools: fix CJS/ESM toggle on small screens

    PR-URL: #43506
    Co-authored-by: Moshe Atlow <moshe@atlow.co.il>
    Fixes: #43468
    Reviewed-By: LiviaMedeiros <livia@cirno.name>
    2 people authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    8d14d6e View commit details
    Browse the repository at this point in the history
  77. stream: pass error on legacy destroy

    PR-URL: #43519
    Reviewed-By: Robert Nagy <ronagy@icloud.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    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>
    greguz authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    1617a46 View commit details
    Browse the repository at this point in the history
  78. readline: fix to not access a property on an undefined value

    PR-URL: #43543
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    cola119 authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    e9574f3 View commit details
    Browse the repository at this point in the history
  79. test: mark test-http-server-request-timeouts-mixed flaky on macOS

    PR-URL: #43597
    Refs: #43465
    Reviewed-By: Paolo Insogna <paolo@cowtech.it>
    Reviewed-By: LiviaMedeiros <livia@cirno.name>
    F3n67u authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    7c6f548 View commit details
    Browse the repository at this point in the history
  80. test: improve code coverage for SourceMap class

    Cover malformed mappings scenario.
    
    PR-URL: #43285
    Reviewed-By: Ben Coe <bencoe@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    italojs authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    705e85e View commit details
    Browse the repository at this point in the history
  81. test: mark flaky tests on smartos

    PR-URL: #43596
    Refs: #43457
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Filip Skokan <panva.ip@gmail.com>
    Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
    Reviewed-By: Richard Lau <rlau@redhat.com>
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    F3n67u authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    dabccef View commit details
    Browse the repository at this point in the history
  82. benchmark: fix fork detection

    PR-URL: #43601
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    ShogunPanda authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    d90a6f9 View commit details
    Browse the repository at this point in the history
  83. test_runner: expose describe and it

    PR-URL: #43420
    Refs: #43415
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    MoLow authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    4bda6e0 View commit details
    Browse the repository at this point in the history
  84. net: fix net keepalive and noDelay

    1. support setKeepAlive again
    2. set keepalive and nodelay to socket which is created by server
    
    PR-URL: #43561
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    theanarkh authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    ad1d054 View commit details
    Browse the repository at this point in the history
  85. events: improve EventListener validation

    This fixes validating `EventListener` given to `add/removeEventListener`
    to improve the Web API compatibility.
    
    According to the WPT test failure with the current validation,
    `addEventListener` should not require `handleEvent` to be defined on
    an `EventListener`".  IIUC, the same can be applied to
    `removeEventListener` also.
    
    Signed-off-by: Daeyeon Jeong daeyeon.dev@gmail.com
    
    PR-URL: #43491
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    daeyeon authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    66fb059 View commit details
    Browse the repository at this point in the history
  86. src: fix compiler warning in src/heap_utils.cc

    Fixes: #43577
    Signed-off-by: Darshan Sen <raisinten@gmail.com>
    
    PR-URL: #43579
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Michael Dawson <midawson@redhat.com>
    RaisinTen authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    0b432b9 View commit details
    Browse the repository at this point in the history
  87. tools: update lint-md-dependencies

    Update to @rollup/plugin-commonjs@22.0.1 and rollup@2.75.7.
    
    PR-URL: #43572
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    nodejs-github-bot authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    c6396c1 View commit details
    Browse the repository at this point in the history
  88. doc: add backport-open-vN.x step to backporting guide

    PR-URL: #43590
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Richard Lau <rlau@redhat.com>
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Beth Griggs <bgriggs@redhat.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Danielle Adams <adamzdanielle@gmail.com>
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    LiviaMedeiros authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    54a8a0c View commit details
    Browse the repository at this point in the history
  89. perf_hooks: add initiatorType getter

    PR-URL: #43593
    Refs: https://w3c.github.io/resource-timing/#dfn-initiator-type
    Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
    Reviewed-By: Stephen Belanger <admin@stephenbelanger.com>
    Reviewed-By: Gerhard Stöbich <deb2001-github@yahoo.de>
    RafaelGSS authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    d834d21 View commit details
    Browse the repository at this point in the history
  90. src: remove a stale comment in async_hooks

    This removes a comment relevant to runtime checks for `async_hooks`.
    
    Even if `async_hooks` is experimental, the check pointed by the comment
    is performed as default unless `--no-force-async-hooks-checks` is given
    from CLI arguments.
    
    Refs: #16318
    Refs: #15454 (comment)
    
    Signed-off-by: Daeyeon Jeong daeyeon.dev@gmail.com
    
    PR-URL: #43317
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
    daeyeon authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    5ae30bf View commit details
    Browse the repository at this point in the history
  91. fs: refactor realpath with Map and Set

    PR-URL: #43569
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    LiviaMedeiros authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    12a591a View commit details
    Browse the repository at this point in the history
  92. module: also enable subpath imports in REPL

    PR-URL: #43450
    Fixes: #43410
    Reviewed-By: Guy Bedford <guybedford@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    rayw000 authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    3ad4d37 View commit details
    Browse the repository at this point in the history
  93. src,bootstrap: remove NodeMainInstance::registry_

    All uses of NodeMainInstance::registry_ were removed in
    43d2e24,
    so this change removes the variable completely.
    
    Signed-off-by: Darshan Sen <raisinten@gmail.com>
    
    PR-URL: #43392
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com>
    Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    RaisinTen authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    48ee6b9 View commit details
    Browse the repository at this point in the history
  94. doc: fix icu-small example

    Running the same in the icu doc shows that for
    icu-small the output is January instead of M01. Update
    the example in the doc to match.
    
    Signed-off-by: Michael Dawson <mdawson@devrus.com>
    
    PR-URL: #43591
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Steven R Loomis <srloomis@us.ibm.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    mhdawson authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    23c5de3 View commit details
    Browse the repository at this point in the history
  95. url: update WHATWG URL parser to align with latest spec

    PR-URL: #43190
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
    F3n67u authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    a1f1d3a View commit details
    Browse the repository at this point in the history
  96. doc: include CVSS mention

    PR-URL: #43602
    Reviewed-By: Vladimir de Turckheim <vlad2t@hotmail.com>
    Reviewed-By: Beth Griggs <bgriggs@redhat.com>
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Richard Lau <rlau@redhat.com>
    RafaelGSS authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    6ede1c2 View commit details
    Browse the repository at this point in the history
  97. errors: extract type detection & use in ERR_INVALID_RETURN_VALUE

    PR-URL: #43558
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    JakobJingleheimer authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    79ea19e View commit details
    Browse the repository at this point in the history
  98. test: mark test-worker-http2-stream-terminate flaky on all platforms

    PR-URL: #43620
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    Reviewed-By: LiviaMedeiros <livia@cirno.name>
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    F3n67u authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    ac72f4e View commit details
    Browse the repository at this point in the history
  99. doc: promote 0x to tier 4

    PR-URL: #43609
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    Reviewed-By: Beth Griggs <bgriggs@redhat.com>
    Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Gerhard Stöbich <deb2001-github@yahoo.de>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    tony-go authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    a3659e3 View commit details
    Browse the repository at this point in the history
  100. doc: remove dtrace from tierlist

    PR-URL: #43606
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    Reviewed-By: Gerhard Stöbich <deb2001-github@yahoo.de>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    tony-go authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    2251242 View commit details
    Browse the repository at this point in the history
  101. esm: restore next<HookName>'s context as optional arg

    PR-URL: #43553
    Reviewed-By: Geoffrey Booth <webadmin@geoffreybooth.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    JakobJingleheimer authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    953fefe View commit details
    Browse the repository at this point in the history
  102. test: fix Buffer.from(ArrayBufferView) call

    PR-URL: #43614
    Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    LiviaMedeiros authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    e718a6e View commit details
    Browse the repository at this point in the history
  103. test: fill DOMException names

    PR-URL: #43615
    Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    LiviaMedeiros authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    043756d View commit details
    Browse the repository at this point in the history
  104. http: fix failing test

    PR-URL: #43641
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Filip Skokan <panva.ip@gmail.com>
    ShogunPanda authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    e6d4837 View commit details
    Browse the repository at this point in the history
  105. build,test: increase stack size limit on Windows

    Fixes: #43630
    
    PR-URL: #43632
    Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
    Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
    tniessen authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    e9ee7e4 View commit details
    Browse the repository at this point in the history
  106. doc: remove lttng from tierlist

    PR-URL: #43604
    Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
    Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    Reviewed-By: Gerhard Stöbich <deb2001-github@yahoo.de>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    tony-go authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    a6e98df View commit details
    Browse the repository at this point in the history
  107. doc: remove windows xperf from tierlist

    PR-URL: #43607
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
    Reviewed-By: Gerhard Stöbich <deb2001-github@yahoo.de>
    tony-go authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    350e6ae View commit details
    Browse the repository at this point in the history
  108. deps: upgrade npm to 8.13.2

    PR-URL: #43622
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Beth Griggs <bgriggs@redhat.com>
    Reviewed-By: Ruy Adorno <ruyadorno@github.com>
    npm-cli-bot authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    7491469 View commit details
    Browse the repository at this point in the history
  109. module: cjs-module-lexer WebAssembly fallback

    PR-URL: #43612
    Reviewed-By: Geoffrey Booth <webadmin@geoffreybooth.com>
    Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Richard Lau <rlau@redhat.com>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Jacob Smith <jacob@frende.me>
    Reviewed-By: Minwoo Jung <nodecorelab@gmail.com>
    guybedford authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    e914185 View commit details
    Browse the repository at this point in the history
  110. doc: add single executable application initiative

    Refs: https://github.com/nodejs/node/issues/43432
    Refs: #42334
    Refs: https://github.com/nodejs/node/blob/main/doc/contributing/technical-priorities.md#single-executable-applications
    
    Signed-off-by: Michael Dawson <mdawson@devrus.com>
    
    PR-URL: #43611
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    mhdawson authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    6fc5a13 View commit details
    Browse the repository at this point in the history
  111. doc: remove systemtap from tierlist

    PR-URL: #43605
    Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
    Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    Reviewed-By: Gerhard St<C3><B6>bich <deb2001-github@yahoo.de>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    tony-go authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    0fe825a View commit details
    Browse the repository at this point in the history
  112. doc: remove appmetrics from tierlist

    PR-URL: #43608
    Reviewed-By: Beth Griggs <bgriggs@redhat.com>
    Reviewed-By: Michael Dawson <mhdawson@ibm.com>
    Reviewed-By: Richard Lau <riclau@uk.ibm.com>
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
    Reviewed-By: Gerhard St<C3><B6>bich <deb2001-github@yahoo.de>
    tony-go authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    cb77b3e View commit details
    Browse the repository at this point in the history
  113. meta: update AUTHORS

    PR-URL: #43660
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    nodejs-github-bot authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    508cbbc View commit details
    Browse the repository at this point in the history
  114. test: fix flaky test-perf-hooks-histogram

    Make sure the histogram containing event loop delay info is posted only
    when at least one datapoint is collected.
    
    Fixes: #43503
    
    PR-URL: #43567
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    santigimeno authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    2adf4e7 View commit details
    Browse the repository at this point in the history
  115. tools: update eslint to 8.19.0

    PR-URL: #43662
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
    nodejs-github-bot authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    99ffabf View commit details
    Browse the repository at this point in the history
  116. doc: add daeyeon to triagers

    Signed-off-by: Daeyeon Jeong daeyeon.dev@gmail.com
    
    PR-URL: #43637
    Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    Reviewed-By: Qingyu Deng <i@ayase-lab.com>
    Reviewed-By: Xuguang Mei <meixuguang@gmail.com>
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    daeyeon authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    b4b15b7 View commit details
    Browse the repository at this point in the history
  117. test: add test to ensure repl doesn't support --input-type

    PR-URL: #43507
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Michael Dawson <midawson@redhat.com>
    cola119 authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    0b49560 View commit details
    Browse the repository at this point in the history
  118. doc: improve description of --input-type

    PR-URL: #43507
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Michael Dawson <midawson@redhat.com>
    cola119 authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    3a8edb3 View commit details
    Browse the repository at this point in the history
  119. doc: fix typo in errors.md

    PR-URL: #43677
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Qingyu Deng <i@ayase-lab.com>
    Kazuma Ohashi authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    46ad206 View commit details
    Browse the repository at this point in the history
  120. doc: fix default of duplex.allowHalfOpen

    PR-URL: #43665
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    vweevers authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    267f66b View commit details
    Browse the repository at this point in the history
  121. doc: add note regarding special case of 0 stat.size

    Refs: #43669
    
    PR-URL: #43690
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Richard Lau <rlau@redhat.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
    Reviewed-By: LiviaMedeiros <livia@cirno.name>
    dougwilson authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    ca0fbfd View commit details
    Browse the repository at this point in the history
  122. doc: improve readability of dns.md

    PR-URL: #43694
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
    Reviewed-By: Harshitha K P <harshitha014@gmail.com>
    0xSanyam authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    d46261c View commit details
    Browse the repository at this point in the history
  123. doc: add Geoffrey Booth to TSC

    PR-URL: #43706
    Reviewed-By: Geoffrey Booth <webadmin@geoffreybooth.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    Reviewed-By: Richard Lau <rlau@redhat.com>
    Reviewed-By: Beth Griggs <bgriggs@redhat.com>
    Trott authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    7679c77 View commit details
    Browse the repository at this point in the history
  124. doc: remove extra 'in's

    'when in an' -> 'when an'
    
    PR-URL: #43705
    Reviewed-By: Richard Lau <rlau@redhat.com>
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    cjihrig authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    088b926 View commit details
    Browse the repository at this point in the history
  125. doc: update changelog-maker to the new flags

    PR-URL: #43696
    Reviewed-By: Richard Lau <rlau@redhat.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Beth Griggs <bgriggs@redhat.com>
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
    Reviewed-By: Danielle Adams <adamzdanielle@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    RafaelGSS authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    ca5af0d View commit details
    Browse the repository at this point in the history
  126. tools: refactor tools/license2rtf to ESM

    This reverts commit 331088f.
    
    PR-URL: #43232
    Refs: #43213
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    Reviewed-By: LiviaMedeiros <livia@cirno.name>
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    F3n67u authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    aafdf12 View commit details
    Browse the repository at this point in the history
  127. build: clarify missing clang-format tool

    PR-URL: #42762
    Co-authored-by: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Mestery <mestery@protonmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Michael Dawson <midawson@redhat.com>
    2 people authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    482bd53 View commit details
    Browse the repository at this point in the history
  128. src,stream: change return type to Maybe

    This changes the return types of some functions to indicate that
    the functions may have a pending exception, and removes some of
    todos related.
    
    Signed-off-by: Daeyeon Jeong daeyeon.dev@gmail.com
    
    PR-URL: #43575
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    daeyeon authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    2e181f6 View commit details
    Browse the repository at this point in the history
  129. events: improve Event compatibility

    This fixes `Event` constructor to improve `Event Web API`
    compatibility.
    
    The test added was written by referring to
    `wpt@dom/events/Event-constructors.any.js`.
    
    Signed-off-by: Daeyeon Jeong daeyeon.dev@gmail.com
    
    PR-URL: #43461
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: LiviaMedeiros <livia@cirno.name>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    daeyeon authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    061ed0e View commit details
    Browse the repository at this point in the history
  130. test: improve code coverage for performance_entry

    PR-URL: #43434
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    cola119 authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    c9f130e View commit details
    Browse the repository at this point in the history
  131. module: add isBuiltIn method

    PR-URL: #43396
    Fixes: #42785
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Anto Aravinth <anto.aravinth.cse@gmail.com>
    Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
    hemanth authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    9d918d9 View commit details
    Browse the repository at this point in the history
  132. bootstrap: move global initialization to js

    PR-URL: #43625
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
    Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
    alenakhineika authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    0783663 View commit details
    Browse the repository at this point in the history
  133. http2: log debug only when in debug mode

    PR-URL: #43626
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Ricky Zhou <0x19951125@gmail.com>
    mabaasit authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    1f4f811 View commit details
    Browse the repository at this point in the history
  134. test_runner: wait for stderr and stdout to complete

    PR-URL: #43666
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    MoLow authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    e51d8c6 View commit details
    Browse the repository at this point in the history
  135. assert: callTracker throw a specific error message when possible

    PR-URL: #43640
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Nitzan Uziely <linkgoron@gmail.com>
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    MoLow authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    ef174ea View commit details
    Browse the repository at this point in the history
  136. test_runner: cancel on termination

    PR-URL: #43549
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Nitzan Uziely <linkgoron@gmail.com>
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    MoLow authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    ddf7518 View commit details
    Browse the repository at this point in the history
  137. benchmark: fix output regression

    Fixes: #43628
    
    PR-URL: #43635
    Reviewed-By: Paolo Insogna <paolo@cowtech.it>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
    mscdex authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    7ee0be7 View commit details
    Browse the repository at this point in the history
  138. esm: treat 307 and 308 as redirects in HTTPS imports

    Per RFC 7231 and 7238, HTTP `307` and `308` status code are also for
    redirect responses.
    
    Fixes: #43679
    Refs: https://datatracker.ietf.org/doc/html/rfc7231#section-6.4.7
    Refs: https://datatracker.ietf.org/doc/html/rfc7238
    
    PR-URL: #43689
    Reviewed-By: Geoffrey Booth <webadmin@geoffreybooth.com>
    Reviewed-By: Zijian Liu <lxxyxzj@gmail.com>
    Reviewed-By: LiviaMedeiros <livia@cirno.name>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Jacob Smith <jacob@frende.me>
    kidonng authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    80ced1a View commit details
    Browse the repository at this point in the history
  139. build: enable GitPod prebuilds

    PR-URL: #43698
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Michael Dawson <midawson@redhat.com>
    Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@gmail.com>
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Danielle Adams <adamzdanielle@gmail.com>
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    Trott authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    ebf962c View commit details
    Browse the repository at this point in the history
  140. util: avoid inline access to Symbol.iterator

    PR-URL: #43683
    Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    cola119 authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    baa22a7 View commit details
    Browse the repository at this point in the history
  141. src: delegate NodeArrayBufferAllocator to v8's allocator

    PR-URL: #43594
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    Reviewed-By: Shelley Vohr <shelley.vohr@gmail.com>
    Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    nornagon authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    4e6a844 View commit details
    Browse the repository at this point in the history
  142. test: use Object for tests variable in fs trace test

    PR-URL: #43585
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: LiviaMedeiros <livia@cirno.name>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
    F3n67u authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    c4d88b3 View commit details
    Browse the repository at this point in the history
  143. net: add drop event for net server

    PR-URL: #43582
    Reviewed-By: Paolo Insogna <paolo@cowtech.it>
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
    theanarkh authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    a0e7b99 View commit details
    Browse the repository at this point in the history
  144. src: fix crash on FSReqPromise destructor

    We are deciding whether to end `fs` promises by checking
    `can_call_into_js()` whereas in the `FSReqPromise` destructor we're
    using the `is_stopping()` check. Though this may look as semantically
    correct it has issues because though both values are modified before
    termination on `Environment::ExitEnv()` and both are atomic they are not
    syncronized together so it may happen that when reaching the destructor
    `call_into_js` may be set to `false` whereas `is_stopping` remains
    `false` causing the crash. Fix this by checking with
    `can_call_into_js()` also in the destructor.
    
    Fixes: #43499
    
    PR-URL: #43533
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    santigimeno authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    0f6d194 View commit details
    Browse the repository at this point in the history
  145. test_runner: protect internals against prototype tampering

    PR-URL: #43578
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    aduh95 authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    40f51d8 View commit details
    Browse the repository at this point in the history
  146. util: mark cwd grey while inspecting errors

    This changes the util.inspect() output for errors in case stack
    traces contain the current working directory in their trace.
    If that's the case, the cwd part is marked grey to focus on the
    rest of the path.
    
    Signed-off-by: Ruben Bridgewater <ruben@bridgewater.de>
    
    PR-URL: #41082
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    BridgeAR authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    6b16836 View commit details
    Browse the repository at this point in the history
  147. util: remove unnecessary template string

    Signed-off-by: Ruben Bridgewater <ruben@bridgewater.de>
    
    PR-URL: #41082
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    BridgeAR authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    bdca4d3 View commit details
    Browse the repository at this point in the history
  148. util: add AggregateError.prototype.errors to inspect output

    PR-URL: #43646
    Fixes: #43645
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    LiviaMedeiros authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    5a5c4be View commit details
    Browse the repository at this point in the history
  149. net: remove redundant connecting assignment

    PR-URL: #43710
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Paolo Insogna <paolo@cowtech.it>
    oyyd authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    bf4ac4c View commit details
    Browse the repository at this point in the history
  150. doc: remove node-report from support tiers

    PR-URL: #43737
    Reviewed-By: Richard Lau <rlau@redhat.com>
    Reviewed-By: Michael Dawson <midawson@redhat.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    RafaelGSS authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    bf62ffd View commit details
    Browse the repository at this point in the history
  151. test: add test for profile command of node inspect

    PR-URL: #43058
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Anto Aravinth <anto.aravinth.cse@gmail.com>
    Reviewed-By: Akhil Marsonya <akhil.marsonya27@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
    cola119 authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    a0b799f View commit details
    Browse the repository at this point in the history
  152. meta: update AUTHORS

    PR-URL: #43750
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    nodejs-github-bot authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    3b08dfd View commit details
    Browse the repository at this point in the history
  153. tools: update lint-md-dependencies to rollup@2.76.0

    PR-URL: #43749
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    nodejs-github-bot authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    8a06b7b View commit details
    Browse the repository at this point in the history
  154. http: add diagnostics channel for http client

    PR-URL: #43580
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Stephen Belanger <admin@stephenbelanger.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    theanarkh authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    8c97f63 View commit details
    Browse the repository at this point in the history
  155. deps: update corepack to 0.12.0

    PR-URL: #43748
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
    nodejs-github-bot authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    428d03c View commit details
    Browse the repository at this point in the history
  156. lib: implement safe alternatives to Promise static methods

    PR-URL: #43728
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: Stephen Belanger <admin@stephenbelanger.com>
    Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
    aduh95 authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    dc484b6 View commit details
    Browse the repository at this point in the history
  157. cluster, net: fix listen pipe with readable and writable in cluster

    PR-URL: #43634
    Reviewed-By: Paolo Insogna <paolo@cowtech.it>
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    theanarkh authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    fa5c464 View commit details
    Browse the repository at this point in the history
  158. cluster: fix fd leak

    PR-URL: #43650
    Reviewed-By: Paolo Insogna <paolo@cowtech.it>
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    theanarkh authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    5d8ee51 View commit details
    Browse the repository at this point in the history
  159. src: merge RunInThisContext() with RunInContext()

    This commit resolves a TODO in `RunInThisContext()` by merging
    `RunInThisContext()` with `RunInContext()`.
    
    Signed-off-by: Daeyeon Jeong daeyeon.dev@gmail.com
    
    PR-URL: #43225
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    Reviewed-By: Minwoo Jung <nodecorelab@gmail.com>
    Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    daeyeon authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    fe1f740 View commit details
    Browse the repository at this point in the history
  160. test: fix typo in file name

    `desctibe` -> `describe`
    
    PR-URL: #43764
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    Reviewed-By: Akhil Marsonya <akhil.marsonya27@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    aduh95 authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    b164848 View commit details
    Browse the repository at this point in the history
  161. doc: remove openssl 1.x reference

    PR-URL: #43734
    Reviewed-By: Richard Lau <rlau@redhat.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    RafaelGSS authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    1bd5633 View commit details
    Browse the repository at this point in the history
  162. lib: make validateObject less affected by prototype tampering

    PR-URL: #42929
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    aduh95 authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    c8cbec4 View commit details
    Browse the repository at this point in the history
  163. stream: finish pipeline if dst closes before src

    If the destination stream is closed before the source has completed
    the pipeline should finnish with premature close.
    
    Fixes: #43682
    
    PR-URL: #43701
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    ronag authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    0f07abc View commit details
    Browse the repository at this point in the history
  164. test: mark test-gc-http-client-timeout as flaky on arm

    `sequential/test-gc-http-client-timeout` is failing on arm
    frequently. Mark it as flaky to unblock PRs to land.
    
    PR-URL: #43754
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    legendecas authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    38e92fd View commit details
    Browse the repository at this point in the history
  165. lib,src: add source map support for global eval

    Dynamic sources with FunctionConstructor is not supported yet as
    V8 prepends lines to the sources which makes the stack line number
    incorrect.
    
    PR-URL: #43428
    Refs: #43047
    Reviewed-By: Ben Coe <bencoe@gmail.com>
    legendecas authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    61e6d78 View commit details
    Browse the repository at this point in the history
  166. test: remove unnecessary .toString() calls in HTTP tests

    Let’s not have bad examples in our test suite and instead use the
    proper way of converting stream data to UTF-8
    (i.e. `stream.setEncoding('utf8')`) in all places.
    
    PR-URL: #43731
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Richard Lau <rlau@redhat.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    addaleax authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    f2f7d7b View commit details
    Browse the repository at this point in the history
  167. cluster: fix closing dgram sockets in cluster workers throws errors

    This fixes closing dgram sockets right after binding in cluster
    workers will throws `ERR_SOCKET_DGRAM_NOT_RUNNING` errors.
    
    PR-URL: #43709
    Fixes: #40671
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    oyyd authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    ce3a22a View commit details
    Browse the repository at this point in the history
  168. doc: add details for July 2022 security releases

    Co-authored-by: Rafael Gonzaga <rafael.nunu@hotmail.com>
    
    PR-URL: #43733
    Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
    Reviewed-By: Michael Dawson <midawson@redhat.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Richard Lau <rlau@redhat.com>
    BethGriggs authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    4569d6e View commit details
    Browse the repository at this point in the history
  169. tools: remove rpm build scripts

    I added these in 2013 but I don't think anyone uses them and I'm not
    even sure they still produce a working package.
    
    I move to remove them because that makes subsequent cleanup a little
    easier.
    
    PR-URL: #43647
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Richard Lau <rlau@redhat.com>
    Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
    Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
    bnoordhuis authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    c954bcd View commit details
    Browse the repository at this point in the history
  170. doc: include last security release date

    PR-URL: #43774
    Refs: 5a62789
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Richard Lau <rlau@redhat.com>
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    RafaelGSS authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    7ffcd85 View commit details
    Browse the repository at this point in the history
  171. deps: patch V8 to 10.2.154.13

    Refs: v8/v8@10.2.154.4...10.2.154.13
    
    PR-URL: #43727
    Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
    Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    d6a9e93 View commit details
    Browse the repository at this point in the history
  172. test: mark test-net-connect-reset-until-connected flaky on freebsd

    PR-URL: #43613
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    F3n67u authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    294f0ef View commit details
    Browse the repository at this point in the history
  173. doc: remove bullet point referring to Node.js 12

    Refs: #43734 (review)
    
    PR-URL: #43744
    Reviewed-By: Richard Lau <rlau@redhat.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    lpinca authored and targos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    e076955 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2022

  1. deps: update undici to 5.7.0

    PR-URL: #43790
    Reviewed-By: Filip Skokan <panva.ip@gmail.com>
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
    Reviewed-By: Robert Nagy <ronagy@icloud.com>
    nodejs-github-bot authored and targos committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    7fc075b View commit details
    Browse the repository at this point in the history
  2. 2022-07-13, Version 18.6.0 (Current)

    Notable changes:
    
    - esm: add chaining to loaders
    
    PR-URL: #43789
    targos committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    cd17157 View commit details
    Browse the repository at this point in the history