Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V20.5.0 proposal #48761

Merged
merged 55 commits into from
Jul 20, 2023
Merged

V20.5.0 proposal #48761

merged 55 commits into from
Jul 20, 2023

Commits on Jul 13, 2023

  1. src: deduplicate X509 getter implementations

    Reorder arguments of internal helper functions such that their order is
    consistent across X509 property getters. Add ReturnPropertyThroughBIO()
    and ReturnProperty(). Use these new helpers to deduplicate code across
    various X509 property getters.
    
    PR-URL: #48563
    Reviewed-By: Juan José Arboleda <[email protected]>
    Reviewed-By: Alba Mendez <[email protected]>
    tniessen authored and juanarbol committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    df363d0 View commit details
    Browse the repository at this point in the history
  2. meta: bump github/codeql-action from 2.3.6 to 2.20.1

    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.3.6 to 2.20.1.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@83f0fe6...f6e388e)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    PR-URL: #48627
    Reviewed-By: Yagiz Nizipli <[email protected]>
    Reviewed-By: Mestery <[email protected]>
    Reviewed-By: Moshe Atlow <[email protected]>
    dependabot[bot] authored and juanarbol committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    25c5a0a View commit details
    Browse the repository at this point in the history
  3. meta: bump ossf/scorecard-action from 2.1.3 to 2.2.0

    Bumps [ossf/scorecard-action](https://github.com/ossf/scorecard-action) from 2.1.3 to 2.2.0.
    - [Release notes](https://github.com/ossf/scorecard-action/releases)
    - [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md)
    - [Commits](ossf/scorecard-action@80e868c...08b4669)
    
    ---
    updated-dependencies:
    - dependency-name: ossf/scorecard-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    PR-URL: #48628
    Reviewed-By: Yagiz Nizipli <[email protected]>
    Reviewed-By: Mestery <[email protected]>
    Reviewed-By: Moshe Atlow <[email protected]>
    dependabot[bot] authored and juanarbol committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    332e480 View commit details
    Browse the repository at this point in the history
  4. src,lib: reducing C++ calls of esm legacy main resolve

    Instead of many C++ calls, now we make only one C++ call
    to return a enum number that represents the selected state.
    
    PR-URL: #48325
    Reviewed-By: Yagiz Nizipli <[email protected]>
    Reviewed-By: Geoffrey Booth <[email protected]>
    Reviewed-By: Rafael Gonzaga <[email protected]>
    H4ad authored and juanarbol committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    9cf2e1f View commit details
    Browse the repository at this point in the history
  5. meta: bump step-security/harden-runner from 2.4.0 to 2.4.1

    Bumps [step-security/harden-runner](https://github.com/step-security/harden-runner) from 2.4.0 to 2.4.1.
    - [Release notes](https://github.com/step-security/harden-runner/releases)
    - [Commits](step-security/harden-runner@128a634...55d479f)
    
    ---
    updated-dependencies:
    - dependency-name: step-security/harden-runner
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    PR-URL: #48626
    Reviewed-By: Moshe Atlow <[email protected]>
    Reviewed-By: Luigi Pinca <[email protected]>
    dependabot[bot] authored and juanarbol committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    b5cb69c View commit details
    Browse the repository at this point in the history
  6. tools: update lint-md-dependencies to [email protected]

    PR-URL: #48631
    Reviewed-By: Luigi Pinca <[email protected]>
    Reviewed-By: Moshe Atlow <[email protected]>
    Reviewed-By: Mohammed Keyvanzadeh <[email protected]>
    Reviewed-By: Rich Trott <[email protected]>
    nodejs-github-bot authored and juanarbol committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    42dc6eb View commit details
    Browse the repository at this point in the history
  7. tools: update eslint to 8.44.0

    PR-URL: #48632
    Reviewed-By: Luigi Pinca <[email protected]>
    Reviewed-By: Moshe Atlow <[email protected]>
    Reviewed-By: Mohammed Keyvanzadeh <[email protected]>
    Reviewed-By: Zeyu "Alex" Yang <[email protected]>
    nodejs-github-bot authored and juanarbol committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    a1f4ff7 View commit details
    Browse the repository at this point in the history
  8. permission: v8.writeHeapSnapshot and process.report

    Co-Authored-By: haxatron <[email protected]>
    Signed-off-by: RafaelGSS <[email protected]>
    PR-URL: #48564
    Reviewed-By: Paolo Insogna <[email protected]>
    Reviewed-By: Marco Ippolito <[email protected]>
    2 people authored and juanarbol committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    f4333b1 View commit details
    Browse the repository at this point in the history
  9. meta: bump actions/checkout from 3.5.2 to 3.5.3

    Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.2 to 3.5.3.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@8e5e7e5...c85c95e)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    PR-URL: #48625
    Reviewed-By: Moshe Atlow <[email protected]>
    Reviewed-By: Antoine du Hamel <[email protected]>
    Reviewed-By: Rafael Gonzaga <[email protected]>
    Reviewed-By: Luigi Pinca <[email protected]>
    dependabot[bot] authored and juanarbol committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    dff6c25 View commit details
    Browse the repository at this point in the history
  10. bootstrap: hide experimental web globals with flag kNoBrowserGlobals

    Do not install experimental web globals when the environment is
    initialized with embedder flag
    `node::EnvironmentFlags::kNoBrowserGlobals`.
    
    PR-URL: #48545
    Reviewed-By: Colin Ihrig <[email protected]>
    legendecas authored and juanarbol committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    e2d0195 View commit details
    Browse the repository at this point in the history
  11. child_process: support Symbol.dispose

    PR-URL: #48551
    Reviewed-By: Robert Nagy <[email protected]>
    Reviewed-By: Benjamin Gruenbaum <[email protected]>
    MoLow authored and juanarbol committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    4e08160 View commit details
    Browse the repository at this point in the history
  12. timers: support Symbol.dispose

    PR-URL: #48633
    Reviewed-By: Zeyu "Alex" Yang <[email protected]>
    Reviewed-By: Benjamin Gruenbaum <[email protected]>
    Reviewed-By: Robert Nagy <[email protected]>
    MoLow authored and juanarbol committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    e2442bb View commit details
    Browse the repository at this point in the history
  13. Revert "test: remove test-crypto-keygen flaky designation"

    This reverts commit 893c000.
    
    Refs: #48575 (comment)
    PR-URL: #48652
    Reviewed-By: Richard Lau <[email protected]>
    Reviewed-By: Matthew Aitken <[email protected]>
    lpinca authored and juanarbol committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    dfa0aee View commit details
    Browse the repository at this point in the history
  14. events: allow safely adding listener to abortSignal

    PR-URL: #48596
    Reviewed-By: Matteo Collina <[email protected]>
    Reviewed-By: Moshe Atlow <[email protected]>
    Reviewed-By: Benjamin Gruenbaum <[email protected]>
    Reviewed-By: Robert Nagy <[email protected]>
    atlowChemi authored and juanarbol committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    a316808 View commit details
    Browse the repository at this point in the history
  15. http2: send RST code 8 on AbortController signal

    Fixes: #47321
    Refs: https://www.rfc-editor.org/rfc/rfc7540#section-7
    PR-URL: #48573
    Reviewed-By: Rafael Gonzaga <[email protected]>
    Reviewed-By: Yagiz Nizipli <[email protected]>
    Reviewed-By: Minwoo Jung <[email protected]>
    devm33 authored and juanarbol committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    4a0b66e View commit details
    Browse the repository at this point in the history
  16. doc: mention git node release prepare

    Signed-off-by: RafaelGSS <[email protected]>
    PR-URL: #48644
    Reviewed-By: Ruy Adorno <[email protected]>
    Reviewed-By: Michaël Zasso <[email protected]>
    Reviewed-By: Richard Lau <[email protected]>
    RafaelGSS authored and juanarbol committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    dd7ea3e View commit details
    Browse the repository at this point in the history
  17. doc: drop <b> of v20 changelog

    PR-URL: #48649
    Reviewed-By: Moshe Atlow <[email protected]>
    Reviewed-By: Michaël Zasso <[email protected]>
    Reviewed-By: Luigi Pinca <[email protected]>
    Reviewed-By: Richard Lau <[email protected]>
    Reviewed-By: Marco Ippolito <[email protected]>
    RafaelGSS authored and juanarbol committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    7daefae View commit details
    Browse the repository at this point in the history
  18. doc: fix copy node executable in Windows

    Windows where command lists all places it finds a pattern in Path.
    The first one is the one that executes when called.
    So the old code was overriding the first executable by any other match.
    
    PR-URL: #48624
    Reviewed-By: Darshan Sen <[email protected]>
    Reviewed-By: Luigi Pinca <[email protected]>
    yoavain authored and juanarbol committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    999ae0c View commit details
    Browse the repository at this point in the history
  19. deps: upgrade npm to 9.8.0

    PR-URL: #48665
    Reviewed-By: Luke Karrys <[email protected]>
    Reviewed-By: Luigi Pinca <[email protected]>
    Reviewed-By: Mohammed Keyvanzadeh <[email protected]>
    npm-cli-bot authored and juanarbol committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    150e155 View commit details
    Browse the repository at this point in the history
  20. doc: clarify transform._transform() callback argument logic

    Clarify that `transform._transform()` callback second argument is
    used only if the first argument is `null`, i.e. no error occured
    processing the chunk.
    
    PR-URL: #48680
    Reviewed-By: Luigi Pinca <[email protected]>
    Reviewed-By: Akhil Marsonya <[email protected]>
    rafasofizada authored and juanarbol committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    caccb05 View commit details
    Browse the repository at this point in the history
  21. events: fix bug listenerCount don't compare wrapped listener

    When add listener by once, it will be wrapped into another function.
    And when pass listener and there is just one event listener added by
    once, it will return 0 even if passed listener equal wrapped event
    listener.
    
    Refs: #46523
    PR-URL: #48592
    Reviewed-By: Luigi Pinca <[email protected]>
    Reviewed-By: Paolo Insogna <[email protected]>
    Reviewed-By: Minwoo Jung <[email protected]>
    yuzheng14 authored and juanarbol committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    67b13d1 View commit details
    Browse the repository at this point in the history
  22. src: remove kEagerCompile for CompileFunction

    It wasn't doing anything, and actually enabling it would cause some
    tests to fail.
    
    Refs: #48576
    PR-URL: #48671
    Refs: v8/v8@cb00db4
    Reviewed-By: Darshan Sen <[email protected]>
    Reviewed-By: Michaël Zasso <[email protected]>
    kvakil authored and juanarbol committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    d99ea48 View commit details
    Browse the repository at this point in the history
  23. deps: V8: cherry-pick cb00db4dba6c

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

    PR-URL: #48705
    Reviewed-By: Luigi Pinca <[email protected]>
    Reviewed-By: Michaël Zasso <[email protected]>
    Reviewed-By: Moshe Atlow <[email protected]>
    nodejs-github-bot authored and juanarbol committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    b25e78a View commit details
    Browse the repository at this point in the history
  25. tools: update doc to [email protected] [email protected]

    PR-URL: #48714
    Reviewed-By: Luigi Pinca <[email protected]>
    Reviewed-By: Benjamin Gruenbaum <[email protected]>
    Reviewed-By: Rich Trott <[email protected]>
    nodejs-github-bot authored and juanarbol committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    38ce95d View commit details
    Browse the repository at this point in the history
  26. esm: fix emit deprecation on legacy main resolve

    PR-URL: #48664
    Refs: #48325
    Reviewed-By: Yagiz Nizipli <[email protected]>
    Reviewed-By: Rich Trott <[email protected]>
    Reviewed-By: Rafael Gonzaga <[email protected]>
    aduh95 authored and juanarbol committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    cc7809d View commit details
    Browse the repository at this point in the history
  27. http2: use addAbortListener

    PR-URL: #48550
    Reviewed-By: Benjamin Gruenbaum <[email protected]>
    Reviewed-By: Matteo Collina <[email protected]>
    atlowChemi authored and juanarbol committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    e4333ac View commit details
    Browse the repository at this point in the history
  28. readline: use addAbortListener

    PR-URL: #48550
    Reviewed-By: Benjamin Gruenbaum <[email protected]>
    Reviewed-By: Matteo Collina <[email protected]>
    atlowChemi authored and juanarbol committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    f691dca View commit details
    Browse the repository at this point in the history
  29. stream: use addAbortListener

    PR-URL: #48550
    Reviewed-By: Benjamin Gruenbaum <[email protected]>
    Reviewed-By: Matteo Collina <[email protected]>
    atlowChemi authored and juanarbol committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    5a382d0 View commit details
    Browse the repository at this point in the history
  30. dgram: use addAbortListener

    PR-URL: #48550
    Reviewed-By: Benjamin Gruenbaum <[email protected]>
    Reviewed-By: Matteo Collina <[email protected]>
    atlowChemi authored and juanarbol committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    002ce31 View commit details
    Browse the repository at this point in the history
  31. net: use addAbortListener

    PR-URL: #48550
    Reviewed-By: Benjamin Gruenbaum <[email protected]>
    Reviewed-By: Matteo Collina <[email protected]>
    atlowChemi authored and juanarbol committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    ac11264 View commit details
    Browse the repository at this point in the history
  32. child_process: use addAbortListener

    PR-URL: #48550
    Reviewed-By: Benjamin Gruenbaum <[email protected]>
    Reviewed-By: Matteo Collina <[email protected]>
    atlowChemi authored and juanarbol committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    7d843bb View commit details
    Browse the repository at this point in the history
  33. lib: use addAbortListener

    PR-URL: #48550
    Reviewed-By: Benjamin Gruenbaum <[email protected]>
    Reviewed-By: Matteo Collina <[email protected]>
    atlowChemi authored and juanarbol committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    1295c76 View commit details
    Browse the repository at this point in the history
  34. dgram: socket add asyncDispose

    PR-URL: #48717
    Reviewed-By: Matteo Collina <[email protected]>
    Reviewed-By: Moshe Atlow <[email protected]>
    Reviewed-By: Benjamin Gruenbaum <[email protected]>
    atlowChemi authored and juanarbol committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    c47b2cb View commit details
    Browse the repository at this point in the history
  35. net: server add asyncDispose

    PR-URL: #48717
    Reviewed-By: Matteo Collina <[email protected]>
    Reviewed-By: Moshe Atlow <[email protected]>
    Reviewed-By: Benjamin Gruenbaum <[email protected]>
    atlowChemi authored and juanarbol committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    cfa69bd View commit details
    Browse the repository at this point in the history
  36. bootstrap: use correct descriptor for Symbol.{dispose,asyncDispose}

    Followup to #48518; fixes #48699
    
    PR-URL: #48703
    Reviewed-By: Luigi Pinca <[email protected]>
    Reviewed-By: Nitzan Uziely <[email protected]>
    Reviewed-By: Moshe Atlow <[email protected]>
    Reviewed-By: Benjamin Gruenbaum <[email protected]>
    ljharb authored and juanarbol committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    eb0aba5 View commit details
    Browse the repository at this point in the history
  37. test: move test-net-throttle to parallel

    The test is not very resource intensive. It just writes data to a TCP
    socket until backpressure is reached. Move it parallel.
    
    PR-URL: #48599
    Fixes: #40507
    Reviewed-By: Filip Skokan <[email protected]>
    Reviewed-By: Jacob Smith <[email protected]>
    Reviewed-By: LiviaMedeiros <[email protected]>
    Reviewed-By: Mohammed Keyvanzadeh <[email protected]>
    Reviewed-By: Darshan Sen <[email protected]>
    Reviewed-By: Nitzan Uziely <[email protected]>
    lpinca authored and juanarbol committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    d378b2c View commit details
    Browse the repository at this point in the history
  38. test: deflake test-net-throttle

    Sometimes the test completes with only two data chunks received on the
    client.
    
    Fixes: #40507
    PR-URL: #48599
    Reviewed-By: Filip Skokan <[email protected]>
    Reviewed-By: Jacob Smith <[email protected]>
    Reviewed-By: LiviaMedeiros <[email protected]>
    Reviewed-By: Mohammed Keyvanzadeh <[email protected]>
    Reviewed-By: Darshan Sen <[email protected]>
    Reviewed-By: Nitzan Uziely <[email protected]>
    lpinca authored and juanarbol committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    6e82077 View commit details
    Browse the repository at this point in the history
  39. deps: update acorn to 8.10.0

    PR-URL: #48713
    Reviewed-By: Luigi Pinca <[email protected]>
    Reviewed-By: Benjamin Gruenbaum <[email protected]>
    Reviewed-By: Mohammed Keyvanzadeh <[email protected]>
    nodejs-github-bot authored and juanarbol committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    c73cfcc View commit details
    Browse the repository at this point in the history
  40. doc: fix ambiguity in http.md and https.md

    PR-URL: #48692
    Fixes: #48688
    Reviewed-By: Robert Nagy <[email protected]>
    Reviewed-By: Marco Ippolito <[email protected]>
    Reviewed-By: Luigi Pinca <[email protected]>
    Reviewed-By: Benjamin Gruenbaum <[email protected]>
    Reviewed-By: Matteo Collina <[email protected]>
    an5er authored and juanarbol committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    69b55d2 View commit details
    Browse the repository at this point in the history
  41. stream: fix deadlock when pipeing to full sink

    When piping a paused Readable to a full Writable we didn't
    register a drain listener which cause the src to never
    resume.
    
    Refs: #48666
    PR-URL: #48691
    Reviewed-By: Benjamin Gruenbaum <[email protected]>
    Reviewed-By: Luigi Pinca <[email protected]>
    Reviewed-By: Matteo Collina <[email protected]>
    ronag authored and juanarbol committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    daeb21d View commit details
    Browse the repository at this point in the history
  42. tools: run fetch_deps.py with Python 3

    Python 3 is now required to run `gclient`. Run `tools/v8/fetch_deps.py`,
    which spawns `glient`, with Python 3.
    
    PR-URL: #48729
    Fixes: #48728
    Reviewed-By: Luigi Pinca <[email protected]>
    Reviewed-By: Debadree Chatterjee <[email protected]>
    Reviewed-By: Jiawen Geng <[email protected]>
    Reviewed-By: Michaël Zasso <[email protected]>
    Reviewed-By: Moshe Atlow <[email protected]>
    Reviewed-By: Yagiz Nizipli <[email protected]>
    richardlau authored and juanarbol committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    4398ade View commit details
    Browse the repository at this point in the history
  43. build: do not pass target toolchain flags to host toolchain

    Fixes target toolchain arguments being passed to the host toolchain when
    cross-compiling. For example, -m64 is not available on aarch64.
    
    PR-URL: #48597
    Reviewed-By: Richard Lau <[email protected]>
    tie authored and juanarbol committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    67a1018 View commit details
    Browse the repository at this point in the history
  44. src: make BaseObject iteration order deterministic

    Previously we just rely on the unordered_set order to iterate over
    the BaseObjects, which is not deterministic.
    
    The iteration is only used in printing, verification, and snapshot
    generation. In the first two cases the performance overhead of
    sorting does not matter because they are only used for debugging.
    In the last case the determinism is more important than the trivial
    overhead of sorting. So this patch makes the iteration deterministic
    by sorting the set first, as what is already being done when we
    drain the queue.
    
    PR-URL: #48702
    Refs: nodejs/build#3043
    Reviewed-By: Tobias Nießen <[email protected]>
    Reviewed-By: Yagiz Nizipli <[email protected]>
    Reviewed-By: Luigi Pinca <[email protected]>
    joyeecheung authored and juanarbol committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    a9a4b73 View commit details
    Browse the repository at this point in the history
  45. deps: update minimatch to 9.0.3

    PR-URL: #48704
    Reviewed-By: Luigi Pinca <[email protected]>
    Reviewed-By: Michaël Zasso <[email protected]>
    Reviewed-By: Moshe Atlow <[email protected]>
    nodejs-github-bot authored and juanarbol committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    fa94deb View commit details
    Browse the repository at this point in the history
  46. module: add SourceMap.lineLengths

    Fix: #48460
    PR-URL: #48461
    Fixes: #48460
    Reviewed-By: Chengzhong Wu <[email protected]>
    isaacs authored and juanarbol committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    6406f50 View commit details
    Browse the repository at this point in the history
  47. fs: add a fast-path for readFileSync utf-8

    PR-URL: #48658
    Reviewed-By: Matteo Collina <[email protected]>
    Reviewed-By: Benjamin Gruenbaum <[email protected]>
    anonrig authored and juanarbol committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    986b46a View commit details
    Browse the repository at this point in the history
  48. doc: add atlowChemi to collaborators

    PR-URL: #48757
    Fixes: #48603
    Reviewed-By: Moshe Atlow <[email protected]>
    Reviewed-By: Antoine du Hamel <[email protected]>
    atlowChemi authored and juanarbol committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    45be29d View commit details
    Browse the repository at this point in the history
  49. permission: add debug log when inserting fs nodes

    Signed-off-by: RafaelGSS <[email protected]>
    PR-URL: #48677
    Reviewed-By: Paolo Insogna <[email protected]>
    RafaelGSS authored and juanarbol committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    82d6b13 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2023

  1. deps: update nghttp2 to 1.55.0

    PR-URL: #48746
    Reviewed-By: Luigi Pinca <[email protected]>
    Reviewed-By: Michaël Zasso <[email protected]>
    Reviewed-By: Rafael Gonzaga <[email protected]>
    Reviewed-By: Marco Ippolito <[email protected]>
    Reviewed-By: Yagiz Nizipli <[email protected]>
    Reviewed-By: Trivikram Kamat <[email protected]>
    nodejs-github-bot authored and juanarbol committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    1454f02 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. deps: update nghttp2 to 1.55.1

    PR-URL: #48790
    Reviewed-By: Luigi Pinca <[email protected]>
    Reviewed-By: Yongsheng Zhang <[email protected]>
    Reviewed-By: Stephen Belanger <[email protected]>
    Reviewed-By: Rafael Gonzaga <[email protected]>
    Reviewed-By: Yagiz Nizipli <[email protected]>
    nodejs-github-bot authored and juanarbol committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    ef7728b View commit details
    Browse the repository at this point in the history
  2. src: pass syscall on fs.readFileSync fail operation

    PR-URL: #48815
    Reviewed-By: Debadree Chatterjee <[email protected]>
    Reviewed-By: Benjamin Gruenbaum <[email protected]>
    anonrig authored and juanarbol committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    227e6bd View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. url: fix canParse false value when v8 optimizes

    PR-URL: #48817
    Reviewed-By: Benjamin Gruenbaum <[email protected]>
    Reviewed-By: Matthew Aitken <[email protected]>
    Reviewed-By: Stephen Belanger <[email protected]>
    anonrig authored and juanarbol committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    07bfcc4 View commit details
    Browse the repository at this point in the history
  2. test_runner: add shards support

    PR-URL: #48639
    Backport-PR-URL: #48797
    Reviewed-By: Moshe Atlow <[email protected]>
    Reviewed-By: Benjamin Gruenbaum <[email protected]>
    rluvaton authored and juanarbol committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    0ef73ff View commit details
    Browse the repository at this point in the history
  3. 2023-07-18, Version 20.5.0 (Current)

    Notable changes:
    
    doc:
      * add atlowChemi to collaborators (atlowChemi) #48757
    events:
      * (SEMVER-MINOR) allow safely adding listener to abortSignal (Chemi Atlow) #48596
    fs:
      * add a fast-path for readFileSync utf-8 (Yagiz Nizipli) #48658
    test_runner:
      * (SEMVER-MINOR) add shards support (Raz Luvaton) #48639
    
    PR-URL: #48761
    juanarbol committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    f13c7f5 View commit details
    Browse the repository at this point in the history