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.4.0 proposal #43385

Merged
merged 96 commits into from Jun 16, 2022
Merged

v18.4.0 proposal #43385

merged 96 commits into from Jun 16, 2022

Commits on Jun 12, 2022

  1. doc: use serial comma in console docs

    Refs: #11321
    Refs: #17384
    
    PR-URL: #43257
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    tniessen authored and danielleadams committed Jun 12, 2022
    Configuration menu
    Copy the full SHA
    69ce503 View commit details
    Browse the repository at this point in the history
  2. tools: update clang-format 1.7.0 to 1.8.0

    v1.7.0 was shipping ARM64 binaries for macOS which doesn't run on Intel
    Macs. v1.8.0 moved back to x86_64 binaries which works on both Intel
    and M1 Macs.
    
    Signed-off-by: Darshan Sen <raisinten@gmail.com>
    
    PR-URL: #43241
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    RaisinTen authored and danielleadams committed Jun 12, 2022
    Configuration menu
    Copy the full SHA
    b3d7dc1 View commit details
    Browse the repository at this point in the history
  3. tools: update lint-md-dependencies to rollup@2.75.3

    PR-URL: #43261
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    nodejs-github-bot authored and danielleadams committed Jun 12, 2022
    Configuration menu
    Copy the full SHA
    f93848f View commit details
    Browse the repository at this point in the history
  4. doc: add src/crypto to CC list for nodejs/crypto

    PR-URL: #43286
    Reviewed-By: Richard Lau <rlau@redhat.com>
    Reviewed-By: Akhil Marsonya <akhil.marsonya27@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    tniessen authored and danielleadams committed Jun 12, 2022
    Configuration menu
    Copy the full SHA
    5a3a2a1 View commit details
    Browse the repository at this point in the history
  5. test: add BigInts to common.getArrayBufferViews()

    PR-URL: #43235
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    LiviaMedeiros authored and danielleadams committed Jun 12, 2022
    Configuration menu
    Copy the full SHA
    acd96d8 View commit details
    Browse the repository at this point in the history
  6. doc: update CHANGELOG_V18.md

    PR-URL: #43298
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    panva authored and danielleadams committed Jun 12, 2022
    Configuration menu
    Copy the full SHA
    ee392c5 View commit details
    Browse the repository at this point in the history
  7. tools: update codecov/codecov-action version

    Refs: https://github.com/codecov/codecov-action/releases
    
    PR-URL: #43297
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Filip Skokan <panva.ip@gmail.com>
    aduh95 authored and danielleadams committed Jun 12, 2022
    Configuration menu
    Copy the full SHA
    10f7994 View commit details
    Browse the repository at this point in the history
  8. src: convey potential exceptions during StreamPipe construction

    This moves the V8 calls during the StreamPipe construction to an
    overload of StreamPipe::New(), so that it is possible to indicate if
    there is a pending exception/termination.
    
    Refs: #40425 (comment)
    Signed-off-by: Darshan Sen <raisinten@gmail.com>
    
    PR-URL: #43240
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Minwoo Jung <nodecorelab@gmail.com>
    RaisinTen authored and danielleadams committed Jun 12, 2022
    Configuration menu
    Copy the full SHA
    5e65c1f View commit details
    Browse the repository at this point in the history
  9. build: add nonpm and nocorepack to vcbuild.bat

    The `./configure` script allows you to produce a build without npm and
    corepack with the `--without-npm` and `--without-corepack` options
    respectively, so this change adds the same capability to the
    `vcbuild.bat` script.
    
    Signed-off-by: Darshan Sen <raisinten@gmail.com>
    
    PR-URL: #43219
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    RaisinTen authored and danielleadams committed Jun 12, 2022
    Configuration menu
    Copy the full SHA
    8d892f5 View commit details
    Browse the repository at this point in the history
  10. doc: fix 404 link of BUILDING.md

    PR-URL: #43234
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    F3n67u authored and danielleadams committed Jun 12, 2022
    Configuration menu
    Copy the full SHA
    4674b0d View commit details
    Browse the repository at this point in the history
  11. doc: fix chromium document link in pull-requests.md

    PR-URL: #43265
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Michael Dawson <midawson@redhat.com>
    Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Qingyu Deng <i@ayase-lab.com>
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    rikapo authored and danielleadams committed Jun 12, 2022
    Configuration menu
    Copy the full SHA
    7d0f6da View commit details
    Browse the repository at this point in the history
  12. lib: use null-prototype objects for property descriptors

    Refs: #42921
    
    PR-URL: #43270
    Reviewed-By: Paolo Insogna <paolo@cowtech.it>
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
    Reviewed-By: Minwoo Jung <nodecorelab@gmail.com>
    aduh95 authored and danielleadams committed Jun 12, 2022
    1 Configuration menu
    Copy the full SHA
    b864460 View commit details
    Browse the repository at this point in the history
  13. fs: export constants from fs/promises

    PR-URL: #43177
    Reviewed-By: LiviaMedeiros <livia@cirno.name>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    F3n67u authored and danielleadams committed Jun 12, 2022
    Configuration menu
    Copy the full SHA
    9b76453 View commit details
    Browse the repository at this point in the history
  14. doc: promote cdt to tier 3

    PR-URL: #43290
    Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
    Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Gerhard Stöbich <deb2001-github@yahoo.de>
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Akhil Marsonya <akhil.marsonya27@gmail.com>
    tony-go authored and danielleadams committed Jun 12, 2022
    Configuration menu
    Copy the full SHA
    fff0560 View commit details
    Browse the repository at this point in the history
  15. tls: fix performance regression in convertALPNProtocols()

    `isUint8Array()` covers instances of `Buffer`
    `isArrayBufferView()` path is cold and not worth additional check
    
    PR-URL: #43250
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Minwoo Jung <nodecorelab@gmail.com>
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    LiviaMedeiros authored and danielleadams committed Jun 12, 2022
    Configuration menu
    Copy the full SHA
    7f8f61a View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2022

  1. crypto: add CFRG curves to Web Crypto API

    PR-URL: #42507
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    panva authored and danielleadams committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    28c034d View commit details
    Browse the repository at this point in the history
  2. report: add more heap infos in process report

    PR-URL: #43116
    Reviewed-By: Zeyu "Alex" Yang <himself65@outlook.com>
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
    theanarkh authored and danielleadams committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    201f3d7 View commit details
    Browse the repository at this point in the history
  3. test: convert then to async/await

    PR-URL: #43292
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    meekdenzo authored and danielleadams committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    18fffe6 View commit details
    Browse the repository at this point in the history
  4. meta: update AUTHORS

    PR-URL: #43312
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    nodejs-github-bot authored and danielleadams committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    60dc362 View commit details
    Browse the repository at this point in the history
  5. lib: give names to promisified methods

    Affected functions: `fs.exists`, `readline.Interface.prototype.question`
    
    PR-URL: #43218
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Minwoo Jung <nodecorelab@gmail.com>
    LiviaMedeiros authored and danielleadams committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    4a9511d View commit details
    Browse the repository at this point in the history
  6. doc: use serial comma in ESM docs

    Refs: #11321
    Refs: #17384
    
    PR-URL: #43322
    Reviewed-By: Jacob Smith <jacob@frende.me>
    Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
    tniessen authored and danielleadams committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    8a4e1fa View commit details
    Browse the repository at this point in the history
  7. doc: use serial comma in pull request doc

    PR-URL: #43319
    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: Akhil Marsonya <akhil.marsonya27@gmail.com>
    F3n67u authored and danielleadams committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    c572d2d View commit details
    Browse the repository at this point in the history
  8. doc: add CIGTM to glossary.md

    PR-URL: #43316
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Akhil Marsonya <akhil.marsonya27@gmail.com>
    F3n67u authored and danielleadams committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    f3188c1 View commit details
    Browse the repository at this point in the history
  9. tools: use hashes instead of tags for external actions (#43284)

    Using tags is a security risk, as they can be updated to point to
    anything else.
    
    Refs: nodejs/corepack#117 (comment)
    
    PR-URL: #43284
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    aduh95 authored and danielleadams committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    f598fe1 View commit details
    Browse the repository at this point in the history
  10. doc: add missing require to stream api doc

    PR-URL: #43237
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    F3n67u authored and danielleadams committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    c9aed9d View commit details
    Browse the repository at this point in the history
  11. doc: make clear the result of comparison between Symbol.for

    PR-URL: #43309
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Akhil Marsonya <akhil.marsonya27@gmail.com>
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    cola119 authored and danielleadams committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    05f38c6 View commit details
    Browse the repository at this point in the history
  12. tools: update eslint to 8.17.0

    PR-URL: #43314
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    nodejs-github-bot authored and danielleadams committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    d5d0f01 View commit details
    Browse the repository at this point in the history
  13. tools: update lint-md-dependencies to rollup@2.75.5

    PR-URL: #43313
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    nodejs-github-bot authored and danielleadams committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    7f45d69 View commit details
    Browse the repository at this point in the history
  14. doc: use serial comma in net docs

    Refs: #11321
    Refs: #17384
    
    PR-URL: #43335
    Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    tniessen authored and danielleadams committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    9335ea6 View commit details
    Browse the repository at this point in the history
  15. doc: improve description of TZ

    - Simplify the beginning of the description.
    - Add a missing serial comma.
    - Add a missing parenthesis.
    
    PR-URL: #43334
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    tniessen authored and danielleadams committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    f2bc6a3 View commit details
    Browse the repository at this point in the history
  16. doc: fix typo in util.parseArgs usage example

    PR-URL: #43332
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    Reviewed-By: LiviaMedeiros <livia@cirno.name>
    michaelficarra authored and danielleadams committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    02944a6 View commit details
    Browse the repository at this point in the history
  17. doc: change glossary link in pull request guide to node's glossary doc

    PR-URL: #43318
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Akhil Marsonya <akhil.marsonya27@gmail.com>
    Reviewed-By: Danielle Adams <adamzdanielle@gmail.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Qingyu Deng <i@ayase-lab.com>
    Reviewed-By: Zijian Liu <lxxyxzj@gmail.com>
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    F3n67u authored and danielleadams committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    f9ad98f View commit details
    Browse the repository at this point in the history
  18. doc: add undici to glossary

    PR-URL: #43327
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Akhil Marsonya <akhil.marsonya27@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    F3n67u authored and danielleadams committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    d558b3c View commit details
    Browse the repository at this point in the history
  19. net,dns: move hasObserver out of perf function

    move the hasObserver out of startPerf and stopPerf
    to avoid generating useless objects when these are no observer
    
    PR-URL: #43217
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Minwoo Jung <nodecorelab@gmail.com>
    theanarkh authored and danielleadams committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    9803b82 View commit details
    Browse the repository at this point in the history
  20. doc: fix specifier example in esm.md

    PR-URL: #43351
    Reviewed-By: Jacob Smith <jacob@frende.me>
    Reviewed-By: Geoffrey Booth <webadmin@geoffreybooth.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    privatenumber authored and danielleadams committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    b824a0b View commit details
    Browse the repository at this point in the history
  21. doc: use serial comma in webstreams docs

    Refs: #11321
    Refs: #17384
    
    PR-URL: #43353
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    tniessen authored and danielleadams committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    052c8ea View commit details
    Browse the repository at this point in the history
  22. doc: fix typo in globals.md

    Use apostrophe for possessive.
    
    Signed-off-by: Daeyeon Jeong daeyeon.dev@gmail.com
    
    PR-URL: #43365
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    Reviewed-By: Akhil Marsonya <akhil.marsonya27@gmail.com>
    Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    daeyeon authored and danielleadams committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    cc3505b View commit details
    Browse the repository at this point in the history
  23. crypto: remove Node.js-specific webcrypto extensions

    PR-URL: #43310
    Reviewed-By: James M Snell <jasnell@gmail.com>
    panva authored and danielleadams committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    6d00533 View commit details
    Browse the repository at this point in the history
  24. meta: move one or more collaborators to emeritus (#43183)

    PR-URL: #43183
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    nodejs-github-bot authored and danielleadams committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    a8ecec5 View commit details
    Browse the repository at this point in the history
  25. tools: fix find-inactive actions

    PR-URL: #43377
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    LiviaMedeiros authored and danielleadams committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    8c0fe1e View commit details
    Browse the repository at this point in the history
  26. util: add kEmptyObject to internal/util

    PR-URL: #43159
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    LiviaMedeiros authored and danielleadams committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    b187d55 View commit details
    Browse the repository at this point in the history
  27. async_hooks: use kEmptyObject

    PR-URL: #43159
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    LiviaMedeiros authored and danielleadams committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    702bfa0 View commit details
    Browse the repository at this point in the history
  28. child_process: use kEmptyObject

    PR-URL: #43159
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    LiviaMedeiros authored and danielleadams committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    4109ddc View commit details
    Browse the repository at this point in the history
  29. cluster: use kEmptyObject

    PR-URL: #43159
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    LiviaMedeiros authored and danielleadams committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    7b5cb14 View commit details
    Browse the repository at this point in the history
  30. crypto: use kEmptyObject

    PR-URL: #43159
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    LiviaMedeiros authored and danielleadams committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    df0903c View commit details
    Browse the repository at this point in the history
  31. events: use kEmptyObject

    PR-URL: #43159
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    LiviaMedeiros authored and danielleadams committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    fda2105 View commit details
    Browse the repository at this point in the history
  32. fs: use kEmptyObject

    PR-URL: #43159
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    LiviaMedeiros authored and danielleadams committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    63bf49b View commit details
    Browse the repository at this point in the history
  33. http: use kEmptyObject

    PR-URL: #43159
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    LiviaMedeiros authored and danielleadams committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    a4409f8 View commit details
    Browse the repository at this point in the history
  34. http2: use kEmptyObject

    PR-URL: #43159
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    LiviaMedeiros authored and danielleadams committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    2ffd541 View commit details
    Browse the repository at this point in the history
  35. https: use kEmptyObject

    PR-URL: #43159
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    LiviaMedeiros authored and danielleadams committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    b468b8f View commit details
    Browse the repository at this point in the history
  36. perf_hooks: use kEmptyObject

    PR-URL: #43159
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    LiviaMedeiros authored and danielleadams committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    a3310d1 View commit details
    Browse the repository at this point in the history
  37. readline: use kEmptyObject

    PR-URL: #43159
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    LiviaMedeiros authored and danielleadams committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    5e98cac View commit details
    Browse the repository at this point in the history
  38. stream: use kEmptyObject

    PR-URL: #43159
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    LiviaMedeiros authored and danielleadams committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    b200a5f View commit details
    Browse the repository at this point in the history
  39. test_runner: use kEmptyObject

    PR-URL: #43159
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    LiviaMedeiros authored and danielleadams committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    e576a7f View commit details
    Browse the repository at this point in the history
  40. timers: use kEmptyObject

    PR-URL: #43159
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    LiviaMedeiros authored and danielleadams committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    fecad7a View commit details
    Browse the repository at this point in the history
  41. tls: use kEmptyObject

    PR-URL: #43159
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    LiviaMedeiros authored and danielleadams committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    e31baca View commit details
    Browse the repository at this point in the history
  42. vm: use kEmptyObject

    PR-URL: #43159
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    LiviaMedeiros authored and danielleadams committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    024b396 View commit details
    Browse the repository at this point in the history
  43. wasi: use kEmptyObject

    PR-URL: #43159
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    LiviaMedeiros authored and danielleadams committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    7fc432f View commit details
    Browse the repository at this point in the history
  44. worker: use kEmptyObject

    PR-URL: #43159
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    LiviaMedeiros authored and danielleadams committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    44b65d0 View commit details
    Browse the repository at this point in the history
  45. lib: use kEmptyObject in various places

    PR-URL: #43159
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    LiviaMedeiros authored and danielleadams committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    3b2f7ee View commit details
    Browse the repository at this point in the history
  46. tools: add avoid-prototype-pollution lint rule

    PR-URL: #43308
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    aduh95 authored and danielleadams committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    cf8a115 View commit details
    Browse the repository at this point in the history
  47. tools: fix create-or-update-pull-request-action hash on GHA

    PR-URL: #43378
    Reviewed-By: LiviaMedeiros <livia@cirno.name>
    Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
    Reviewed-By: Tierney Cyren <hello@bnb.im>
    aduh95 authored and danielleadams committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    b69d874 View commit details
    Browse the repository at this point in the history
  48. doc: add F3n67u to triagers

    PR-URL: #43350
    Reviewed-By: Qingyu Deng <i@ayase-lab.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    Reviewed-By: Akhil Marsonya <akhil.marsonya27@gmail.com>
    Reviewed-By: LiviaMedeiros <livia@cirno.name>
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    Reviewed-By: Xuguang Mei <meixuguang@gmail.com>
    Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    F3n67u authored and danielleadams committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    adec5fa View commit details
    Browse the repository at this point in the history
  49. meta: update AUTHORS

    PR-URL: #43387
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    nodejs-github-bot authored and danielleadams committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    b05cea5 View commit details
    Browse the repository at this point in the history
  50. doc: add fspromises mkdir example

    Signed-off-by: Tierney Cyren <hello@bnb.im>
    
    PR-URL: #40843
    Reviewed-By: Adrian Estrada <edsadr@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    bnb authored and danielleadams committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    e30d4c1 View commit details
    Browse the repository at this point in the history
  51. test: fix common.mustNotCall error message

    When using `util.inspect` as a callback, the array index (second
    argument) is picked up as the `showHidden` param, and the argument
    array (third argument) as the `depth` param. This fails with a seemingly
    unrelated error message when the argument array contains a
    `Symbol`-related property.
    
    PR-URL: #42917
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    aduh95 authored and danielleadams committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    f8d26c6 View commit details
    Browse the repository at this point in the history
  52. test: add test for short-option followed by its value

    PR-URL: #43358
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@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: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    Reviewed-By: Akhil Marsonya <akhil.marsonya27@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    cola119 authored and danielleadams committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    e1b8c85 View commit details
    Browse the repository at this point in the history
  53. perf_hooks: fix function wrapped by timerify to work correctly

    PR-URL: #43330
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    Reviewed-By: Minwoo Jung <nodecorelab@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    cola119 authored and danielleadams committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    112518f View commit details
    Browse the repository at this point in the history
  54. readline: fix question stack overflow

    This commit fixes readline interface's question callback wrapping when
    it is being called with `signal` option. Previous version completely
    overwrites passed callback and throws "Maximum call stack size exceeded"
    error.
    
    PR-URL: #43320
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    chapko authored and danielleadams committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    7e8a00a View commit details
    Browse the repository at this point in the history
  55. src: fix memory leaks and refactor ByteSource

    Add ByteSource::Builder to replace the common MallocOpenSSL() +
    ByteSource::Allocated() pattern.
    
    Remove ByteSource::reset() that is unused.
    
    Remove ByteSource::Resize() to make ByteSource truly immutable (until
    moved away). Instead, ByteSource::Builder::release() takes an optional
    size argument that truncates the resulting ByteSource.
    
    Fix occurrences of MallocOpenSSL() that do not always free the allocated
    memory by using the new ByteSource::Builder class instead.
    
    Remove ByteSource::get() and replace uses with ByteSource::data().
    
    Remove ReallocOpenSSL() because it likely only saves us a few bytes
    whenever we use it.
    
    PR-URL: #43202
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    tniessen authored and danielleadams committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    931ecfa View commit details
    Browse the repository at this point in the history
  56. repl: make autocomplete case-insensitive

    This changes autocomplete suggestion filter to ignore input case
    allowing for more autosuggest results shown on the screen
    
    Fixes: #41631
    
    PR-URL: #41632
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    gribnoysup authored and danielleadams committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    66d956c View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2022

  1. doc: use serial comma in report docs

    Refs: #11321
    Refs: #17384
    
    PR-URL: #43394
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Harshitha K P <harshitha014@gmail.com>
    Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
    tniessen authored and danielleadams committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    41955e5 View commit details
    Browse the repository at this point in the history
  2. bootstrap: consolidate global properties definition

    `globalThis.process` and `globalThis.Buffer` has been re-defined with
    a getter/setter pair.
    
    `atob` and `bota` are defined as enumerable properties according to
    WebIDL definition.
    
    PR-URL: #43357
    Refs: #26882
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
    legendecas authored and danielleadams committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    f7c4015 View commit details
    Browse the repository at this point in the history
  3. doc: remove ETW from diag tierlist

    PR-URL: #43295
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    Reviewed-By: Gerhard Stöbich <deb2001-github@yahoo.de>
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    tony-go authored and danielleadams committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    4caeb10 View commit details
    Browse the repository at this point in the history
  4. doc: remove llnode from diag tierlist

    PR-URL: #43289
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    Reviewed-By: Gerhard Stöbich <deb2001-github@yahoo.de>
    Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
    Reviewed-By: Danielle Adams <adamzdanielle@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    tony-go authored and danielleadams committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    b9634e7 View commit details
    Browse the repository at this point in the history
  5. meta: move one or more collaborators to emeritus

    PR-URL: #43399
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Yuta Hiroto <hello@hiroppy.me>
    Reviewed-By: Richard Lau <rlau@redhat.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Akhil Marsonya <akhil.marsonya27@gmail.com>
    nodejs-github-bot authored and danielleadams committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    64edd6c View commit details
    Browse the repository at this point in the history
  6. test: fix address in use error

    test-domain-dep0097.js was sporadically failing because it is a parallel
    test and uses opens a default inspector port.
    
    This commit changes to bind to a random free port
    
    PR-URL: #43199
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Minwoo Jung <nodecorelab@gmail.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Akhil Marsonya <akhil.marsonya27@gmail.com>
    Reviewed-By: Michael Dawson <midawson@redhat.com>
    everett1992 authored and danielleadams committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    71802c3 View commit details
    Browse the repository at this point in the history
  7. src: fix json utils escapes for U+000B

    PR-URL: #43206
    Fixes: #43193
    Reviewed-By: Richard Lau <rlau@redhat.com>
    Reviewed-By: Michael Dawson <midawson@redhat.com>
    Reviewed-By: Minwoo Jung <nodecorelab@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    legendecas authored and danielleadams committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    a056840 View commit details
    Browse the repository at this point in the history
  8. deps: upgrade npm to 8.12.1

    PR-URL: #43301
    Reviewed-By: Ruy Adorno <ruyadorno@github.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
    Reviewed-By: Mestery <mestery@protonmail.com>
    npm-cli-bot authored and danielleadams committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    f4c830f View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2022

  1. test: mark test_buffer/test_finalizer flaky

    Refs: #43389
    
    Mark new test as flaky as it seems to have
    had intermittent failures since it was added.
    
    Signed-off-by: Michael Dawson <mdawson@devrus.com>
    
    PR-URL: #43414
    Reviewed-By: Richard Lau <rlau@redhat.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
    mhdawson authored and danielleadams committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    42c2115 View commit details
    Browse the repository at this point in the history
  2. doc: clarify use of deps/icu-small

    Add some additional info about use of icu
    subset in deps/icu-small
    
    Signed-off-by: Michael Dawson <mdawson@devrus.com>
    
    PR-URL: #43287
    Reviewed-By: Steven R Loomis <srloomis@us.ibm.com>
    mhdawson authored and danielleadams committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    36e5684 View commit details
    Browse the repository at this point in the history
  3. doc: add initial doc on how to update cjs-module-lexer

    Add some initial doc based on discussion with Guy
    Bedford.
    
    Signed-off-by: Michael Dawson <mdawson@devrus.com>
    
    PR-URL: #43255
    Reviewed-By: Guy Bedford <guybedford@gmail.com>
    mhdawson authored and danielleadams committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    066f963 View commit details
    Browse the repository at this point in the history
  4. inspector: add missing initialization

    Add missing initialization reported by coverity. With
    proper usage it looks like it will be initialized but
    still good to have it initialized to a known state in
    case that changes or invalide usage.
    
    The method used to create object ids newObjectId() starts
    at 1 so initializing to 0 should be safe and what we get
    now when compiled in a way that auto initializes (for example
    debug)
    
    Signed-off-by: Michael Dawson <mdawson@devrus.com>
    
    PR-URL: #43254
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    Reviewed-By: Minwoo Jung <nodecorelab@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    mhdawson authored and danielleadams committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    d2a98dc View commit details
    Browse the repository at this point in the history
  5. deps: update undici to 5.5.1

    PR-URL: #43412
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: LiviaMedeiros <livia@cirno.name>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    nodejs-github-bot authored and danielleadams committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    517f17b View commit details
    Browse the repository at this point in the history
  6. events: fix adding abort listener in events.once

    Event listeners passed to un/subscribe the abort event are mismatched.
    This removes the wrapper function in `eventTargetAgnosticAddListener()`
    and directly passes the given listener to the `EventTarget`.
    
    IMO, removing the wrapper seems harmless, and the `AbortSignal` is
    seemingly the only `EventTarget` passed to this function for now.
    
    Fixes: #43337
    Refs: #33659
    Refs: #34997
    
    Signed-off-by: Daeyeon Jeong daeyeon.dev@gmail.com
    
    PR-URL: #43373
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    daeyeon authored and danielleadams committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    0c5092c View commit details
    Browse the repository at this point in the history
  7. deps: update Corepack to 0.11.2

    PR-URL: #43402
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
    arcanis authored and danielleadams committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    fe7fd85 View commit details
    Browse the repository at this point in the history
  8. util: freeze kEnumerableProperty

    PR-URL: #43390
    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: Beth Griggs <bgriggs@redhat.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    LiviaMedeiros authored and danielleadams committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    56b8cc5 View commit details
    Browse the repository at this point in the history
  9. crypto: fix webcrypto JWK EC and OKP import crv check

    PR-URL: #43346
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    panva authored and danielleadams committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    0a075cb View commit details
    Browse the repository at this point in the history
  10. crypto: test webcrypto ec raw public key import

    PR-URL: #43405
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    panva authored and danielleadams committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    7f02e22 View commit details
    Browse the repository at this point in the history
  11. crypto: fix webcrypto import of cfrg raw public keys

    PR-URL: #43404
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    panva authored and danielleadams committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    9f1de2c View commit details
    Browse the repository at this point in the history
  12. test: remove unused argument in test-util-inspect.js

    PR-URL: #43395
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    cjihrig authored and danielleadams committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    1cc1a57 View commit details
    Browse the repository at this point in the history
  13. doc: packages documentation updates for 12 EOL

    PR-URL: #43375
    Reviewed-By: Geoffrey Booth <webadmin@geoffreybooth.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    guybedford authored and danielleadams committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    f91babe View commit details
    Browse the repository at this point in the history
  14. dns: accept 'IPv4' and 'IPv6' for family

    Refs: #43014
    
    PR-URL: #43054
    Fixes: #43014
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    Reviewed-By: Beth Griggs <bgriggs@redhat.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Michael Dawson <midawson@redhat.com>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    aduh95 authored and danielleadams committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    0bb84b0 View commit details
    Browse the repository at this point in the history
  15. tools: report unsafe string and regex primordials as lint errors

    | The string method             | looks up the property |
    | ----------------------------- | --------------------- |
    | `String.prototype.match`      | `Symbol.match`        |
    | `String.prototype.matchAll`   | `Symbol.matchAll`     |
    | `String.prototype.replace`    | `Symbol.replace`      |
    | `String.prototype.replaceAll` | `Symbol.replace`      |
    | `String.prototype.search`     | `Symbol.search`       |
    | `String.prototype.split`      | `Symbol.split`        |
    
    Functions that lookup the `exec` property on the prototype chain:
    
    * `RegExp.prototype[Symbol.match]`
    * `RegExp.prototype[Symbol.matchAll]`
    * `RegExp.prototype[Symbol.replace]`
    * `RegExp.prototype[Symbol.search]`
    * `RegExp.prototype[Symbol.split]`
    * `RegExp.prototype.test`
    
    `RegExp.prototype[Symbol.replace]` and `RegExp.prototype[Symbol.split]`
    are still allowed for a lack of a better solution.
    
    PR-URL: #43393
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    aduh95 authored and danielleadams committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    ac9599a View commit details
    Browse the repository at this point in the history
  16. tools,doc: add guards against prototype pollution when creating proxies

    PR-URL: #43391
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: LiviaMedeiros <livia@cirno.name>
    Reviewed-By: Сковорода Никита Андреевич <chalkerx@gmail.com>
    aduh95 authored and danielleadams committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    812140c View commit details
    Browse the repository at this point in the history
  17. 2022-06-16, Version 18.4.0 (Current)

    Notable changes:
    
    * crypto:
      * remove Node.js-specific webcrypto extensions (Filip Skokan) #43310
      * add CFRG curves to Web Crypto API (Filip Skokan) #42507
    * dns:
      * accept `'IPv4'` and `'IPv6'` for `family` (Antoine du Hamel) #43054
    * report:
      * add more heap infos in process report (theanarkh) #43116
    
    PR-URL: #43385
    danielleadams committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    e339e9c View commit details
    Browse the repository at this point in the history