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

v16.5.0 release proposal #39373

Merged
merged 133 commits into from Jul 14, 2021
Merged

v16.5.0 release proposal #39373

merged 133 commits into from Jul 14, 2021

Commits on Jul 11, 2021

  1. src: compare IPv4 addresses in host byte order

    This commit updates compare_ipv4() to use the host byte
    order.
    
    PR-URL: #39096
    Fixes: #39074
    Reviewed-By: Khaidi Chu <i@2333.moe>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    cjihrig authored and targos committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    66553fe View commit details
    Browse the repository at this point in the history
  2. build: use Actions to validate commit message

    Actions interface has a better integration with GitHub, and with
    Annotations and Problem Matcher we can display all failed checks in a
    single place, so that users don't have to go through the logs to figure
    out what's wrong. Since the job on Travis was allowed to fail and is not
    as easy to read, remove it from our Matrix.
    
    The Action will check every commit in the Pull Request, skipping commits
    with "fixup" or "squash".
    
    PR-URL: #32417
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Michael Dawson <midawson@redhat.com>
    mmarchini authored and targos committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    cf0533b View commit details
    Browse the repository at this point in the history
  3. build: fix commit linter on unrebased PRs

    The commit linter was checking out the PR HEAD commit instead of
    merge/rebase commit, causing it to fail for any PRs that were not
    rebased on our default branch. Removing `ref` should fix the issue.
    
    PR-URL: #39121
    Reviewed-By: Richard Lau <rlau@redhat.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    mmarchini authored and targos committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    cf8536e View commit details
    Browse the repository at this point in the history
  4. doc: fix dead links in packages.md

    PR-URL: #39113
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    targos committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    a440f6c View commit details
    Browse the repository at this point in the history
  5. build: don't pass --mode argument to V8 test-runner

    V8's test-runner dropped the `--mode` argument some time back, and now
    produces the following error if run with it:
      run-tests.py: error: no such option: --mode
    
    PR-URL: #39055
    Refs: #35705
    Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    richardlau authored and targos committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    171ca6b View commit details
    Browse the repository at this point in the history
  6. doc: fix napi_default_property name

    Fix the napi_default_jsproperty flag of the napi_property_attributes
    enum that was incorrectly referred to as napi_default_property.
    
    Signed-off-by: Davidson Francis <davidsondfgl@gmail.com>
    
    PR-URL: #39104
    Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Gerhard Stöbich <deb2001-github@yahoo.de>
    Theldus authored and targos committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    c158888 View commit details
    Browse the repository at this point in the history
  7. build: pass directory instead of list of files to js2c.py

    On Windows there is a limit to the length of commands, so there
    will be an error once the lengths of the JS file names combined
    exceed that limit. This patch modifies js2c.py so that
    it now takes a --directory argument to glob for .js and
    .mjs files in addition to the list of files passed directly.
    We still pass the additional files we include from deps/
    directly through the command line, as we only includes some of
    them so we cannot simply glob, but those are limited so listing
    them out should be fine.
    
    Refs: https://docs.microsoft.com/en-us/troubleshoot/windows-client/shell-experience/command-line-string-limitation
    
    PR-URL: #39069
    Refs: #38971
    Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    joyeecheung authored and targos committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    412b101 View commit details
    Browse the repository at this point in the history
  8. doc: esm examples /w imports for process, Buffer

    PR-URL: #39043
    Reviewed-By: Bradley Farias <bradley.meck@gmail.com>
    guybedford authored and targos committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    81cebec View commit details
    Browse the repository at this point in the history
  9. debugger: remove final lint exceptions in inspect_repl.js

    Adding a return when it's not really a getter is kind of misleading, but
    so is using a getter for something that doesn't return anything, so
    ¯\_(ツ)_/¯.
    
    PR-URL: #39078
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Trott authored and targos committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    48d9680 View commit details
    Browse the repository at this point in the history
  10. doc: update AUTHORS file

    PR-URL: #39082
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Nitzan Uziely <linkgoron@gmail.com>
    Trott authored and targos committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    90ec766 View commit details
    Browse the repository at this point in the history
  11. src,crypto: fix 0-length output crash in webcrypto

    Fixes: #38883
    
    PR-URL: #38913
    Refs: #38883
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    XadillaX authored and targos committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    ea8d83b View commit details
    Browse the repository at this point in the history
  12. http,https: align server option of https with http

    Fixes: #38954
    
    PR-URL: #38992
    Refs: #30570
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Ayase-252 authored and targos committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    35331cb View commit details
    Browse the repository at this point in the history
  13. test: use localhost test instead of connecting to remote

    Fixes: #39008
    
    PR-URL: #39011
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    Reviewed-By: Zijian Liu <lxxyxzj@gmail.com>
    AdamMajer authored and targos committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    df17c62 View commit details
    Browse the repository at this point in the history
  14. build: fix building with external builtins

    PR-URL: #39091
    Fixes: #39090
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Momtchil Momtchev authored and targos committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    65b56b3 View commit details
    Browse the repository at this point in the history
  15. doc: fix EventTarget.dispatchEvent docs

    PR-URL: #39127
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    RhnSharma authored and targos committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    21e8720 View commit details
    Browse the repository at this point in the history
  16. wasi: use missing validator

    The `wasi` lib module's `initialize()` method is missing a validator.
    
    PR-URL: #39070
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    VoltrexKeyva authored and targos committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    fe1c81f View commit details
    Browse the repository at this point in the history
  17. fs: allow empty string for temp directory prefix

    The `fs` lib module's `mkdtemp()` and `mkdtempSync()` methods were
    missing a validator, and weren't allowing the empty string as a valid
    prefix.
    
    PR-URL: #39028
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    Reviewed-By: Zijian Liu <lxxyxzj@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Khaidi Chu <i@2333.moe>
    VoltrexKeyva authored and targos committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    83f3b95 View commit details
    Browse the repository at this point in the history
  18. tools: upgrade highlight.js to version 11.0.1

    Refs: https://github.com/highlightjs/highlight.js/blob/main/VERSION_11_UPGRADE.md
    
    PR-URL: #39032
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    aduh95 authored and targos committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    4715105 View commit details
    Browse the repository at this point in the history
  19. doc: use ASCII order for md refs

    PR-URL: #39170
    Refs: nodejs/remark-preset-lint-node#188
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    aduh95 authored and targos committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    a669a19 View commit details
    Browse the repository at this point in the history
  20. lib: make lazyDOMException more common

    PR-URL: #39105
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    XadillaX authored and targos committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    0e55cb7 View commit details
    Browse the repository at this point in the history
  21. perf_hooks: refactor perf_hooks for snapshot building

    - Move Performance and InternalPerformance to a new
      lib/internal/perf/performance.js
    - Move now() getMilestoneTimestamp() into
      lib/internal/perf/utils.js
    - Rename lib/internal/perf/perf.js to
      lib/internal/perf/performance_entry.js
    - Refresh time origin at startup (this means the
      time origins could differ between snapshot building
      time and snapshot creation time)
    
    PR-URL: #38971
    Refs: #35711
    Reviewed-By: James M Snell <jasnell@gmail.com>
    joyeecheung authored and targos committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    7ea98fb View commit details
    Browse the repository at this point in the history
  22. bootstrap: support perf hooks in snapshot

    PR-URL: #38971
    Refs: #35711
    Reviewed-By: James M Snell <jasnell@gmail.com>
    joyeecheung authored and targos committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    6e46eb1 View commit details
    Browse the repository at this point in the history
  23. bootstrap: load perf_hooks eagerly during bootstrap

    PR-URL: #38971
    Refs: #35711
    Reviewed-By: James M Snell <jasnell@gmail.com>
    joyeecheung authored and targos committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    aafa08d View commit details
    Browse the repository at this point in the history
  24. test: replace "inspector-cli" with "debugger"

    When I moved node-inspect into core, I called a lot of things
    `inspector-cli` that really should have been `debugger`. This is the
    last of them to be renamed.
    
    PR-URL: #39156
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Trott authored and targos committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    fff21a4 View commit details
    Browse the repository at this point in the history
  25. doc: use repository instead of repo

    Stick with "repository" instead of using both "repository" and "repo".
    
    PR-URL: #39157
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Richard Lau <rlau@redhat.com>
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Harshitha K P <harshitha014@gmail.com>
    Trott authored and targos committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    74bb915 View commit details
    Browse the repository at this point in the history
  26. errors: don't throw TypeError on missing export

    Logic in module_job.js assumes detailed stack trace from node_errors.cc
    which is not populated when --enable-source-maps is set.
    
    Fixes #38790
    
    PR-URL: #39017
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Michael Dawson <midawson@redhat.com>
    bcoe authored and targos committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    ac05a0a View commit details
    Browse the repository at this point in the history
  27. doc: remove file name from self-reference links

    Refs: nodejs/remark-preset-lint-node#188
    
    PR-URL: #39165
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    Reviewed-By: Harshitha K P <harshitha014@gmail.com>
    aduh95 authored and targos committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    aec2744 View commit details
    Browse the repository at this point in the history
  28. crypto: add OPENSSL_IS_BORINGSSL guard

    PR-URL: #39138
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    codebytere authored and targos committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    30e878b View commit details
    Browse the repository at this point in the history
  29. deps: update Acorn to v8.4.1

    We can remove the Acorn plugins as their features are now supported
    by default.
    
    PR-URL: #39166
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Guy Bedford <guybedford@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    targos committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    8630b39 View commit details
    Browse the repository at this point in the history
  30. deps: upgrade npm to 7.19.0

    PR-URL: #39148
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    npm-robot authored and targos committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    bf4c50f View commit details
    Browse the repository at this point in the history
  31. doc: apply logical ordering to CSS variables

    The CSS variables are not in any particular logical order as far as I
    can tell, with certain items that would seem to go together not grouped.
    This puts them in alphabetical order.
    
    PR-URL: #39169
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    Reviewed-By: Harshitha K P <harshitha014@gmail.com>
    Trott authored and targos committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    00728d1 View commit details
    Browse the repository at this point in the history
  32. src,zlib: tighten up Z_*_WINDOWBITS macros

    PR-URL: #39115
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    XadillaX authored and targos committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    683c995 View commit details
    Browse the repository at this point in the history
  33. crypto: use compatible ecdh function

    PR-URL: #39054
    Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@gmail.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    codebytere authored and targos committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    89f5a73 View commit details
    Browse the repository at this point in the history
  34. crypto: move OPENSSL_IS_BORINGSSL guard

    PR-URL: #39136
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    codebytere authored and targos committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    4202274 View commit details
    Browse the repository at this point in the history
  35. test: add WPT streams tests

    Signed-off-by: James M Snell <jasnell@gmail.com>
    
    PR-URL: #39062
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    jasnell authored and targos committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    cc32365 View commit details
    Browse the repository at this point in the history
  36. stream: implement WHATWG streams

    Experimental implementation of the WHATWG streams standard.
    
    Signed-off-by: James M Snell <jasnell@gmail.com>
    
    PR-URL: #39062
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    jasnell authored and targos committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    9af62a1 View commit details
    Browse the repository at this point in the history
  37. doc: correct JavaScript primitive value names in n-api.md

    PR-URL: #39129
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Michael Dawson <midawson@redhat.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    legendecas authored and targos committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    af1e1db View commit details
    Browse the repository at this point in the history
  38. doc: fix broken link in errors.md

    PR-URL: #39200
    Reviewed-By: Harshitha K P <harshitha014@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Trott authored and targos committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    952580e View commit details
    Browse the repository at this point in the history
  39. doc: use "repository" in maintaining-V8 doc

    Use "repository" instead of "repo". This also adjusts capitalization in
    a header that was already being modified to use "repository" because
    even I couldn't bring myself to put that in a separate commit.
    
    PR-URL: #39179
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Harshitha K P <harshitha014@gmail.com>
    Reviewed-By: Richard Lau <rlau@redhat.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Michael Dawson <midawson@redhat.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Trott authored and targos committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    8311b29 View commit details
    Browse the repository at this point in the history
  40. doc: remove obsolete cc recommendations

    In 2016, Ali added the instruction to cc him on particular V8 bugs and
    the suggestion to contact him for certain problems. However, I'm pretty
    sure Ali has not been working on V8 for 2+ years at this point. I'm
    guessing those instructions are obsolete at this point. (I'll ping him
    in the PR for this change to confirm, though.)
    
    Also: Remove a parenthetical and add a comma, because I can't imagine
    opening a separate pull request to add a comma. (OK, I'm lying, I
    totally can and if anyone has done that in the past, it's probably me.)
    
    PR-URL: #39181
    Reviewed-By: Michael Dawson <midawson@redhat.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Trott authored and targos committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    482851f View commit details
    Browse the repository at this point in the history
  41. doc: remove instructions for unsupported Node.js versions

    Remove special V8 maintenance instructions for versions of Node.js prior
    to 9.0.0. Perform other minor edits in nearby text.
    
    PR-URL: #39185
    Reviewed-By: Richard Lau <rlau@redhat.com>
    Reviewed-By: Michael Dawson <midawson@redhat.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Gerhard Stöbich <deb2001-github@yahoo.de>
    Trott authored and targos committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    07ba287 View commit details
    Browse the repository at this point in the history
  42. doc: add cc oss-security@lists.openwall.com

    This commit adds step to CC oss-security@lists.openwall.com as part of
    the security release process.
    
    PR-URL: #39191
    Refs: nodejs/TSC#1047
    Reviewed-By: Beth Griggs <bgriggs@redhat.com>
    Reviewed-By: Richard Lau <rlau@redhat.com>
    Reviewed-By: Michael Dawson <midawson@redhat.com>
    danbev authored and targos committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    9c3a5fd View commit details
    Browse the repository at this point in the history
  43. doc: fix CHANGELOG.md formatting

    Fix typo for line break tag.
    
    PR-URL: #39223
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Beth Griggs <bgriggs@redhat.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    richardlau authored and targos committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    81d52d7 View commit details
    Browse the repository at this point in the history
  44. tools: update remark-preset-lint-node to 2.4.1

    PR-URL: #39201
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Trott authored and targos committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    dfe5d11 View commit details
    Browse the repository at this point in the history
  45. stream: use finished for pump

    Re-use existing compat logic for pump by using
    finished.
    
    PR-URL: #39203
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    ronag authored and targos committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    35b6669 View commit details
    Browse the repository at this point in the history
  46. inspector: move inspector async hooks to environment

    Since async hooks are per-environment and putting them in
    the environment allows us to serialize them for the
    snapshot automatically.
    
    PR-URL: #39112
    Refs: #38905
    Refs: #35711
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    joyeecheung authored and targos committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    29194d4 View commit details
    Browse the repository at this point in the history
  47. repl: ensure correct syntax err for await parsing

    PR-URL: #39154
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    guybedford authored and targos committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    d441d91 View commit details
    Browse the repository at this point in the history
  48. tools: update @babel/eslint-parser to 7.14.7

    PR-URL: #39160
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Trott authored and targos committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    6200f3b View commit details
    Browse the repository at this point in the history
  49. doc: move vm.measureMemory() to expected location in doc

    PR-URL: #39211
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Harshitha K P <harshitha014@gmail.com>
    Trott authored and targos committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    68c334c View commit details
    Browse the repository at this point in the history
  50. doc: move v8.stopCoverage() to expected location in doc

    PR-URL: #39212
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Harshitha K P <harshitha014@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Trott authored and targos committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    ddc24b2 View commit details
    Browse the repository at this point in the history
  51. doc: use "pull request" instead of "PR" in packages.md

    PR-URL: #39213
    Reviewed-By: Harshitha K P <harshitha014@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Trott authored and targos committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    3e5ed72 View commit details
    Browse the repository at this point in the history
  52. doc: update AUTHORS

    Thinking it is probably better to run this frequently and do small quick
    timely updates to AUTHORS rather than waiting months like we usually do
    and having a lot of little issues to sort out. If this works well, maybe
    it can be a scheduled GitHub Action or something the bot does for us.
    
    PR-URL: #39217
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Richard Lau <rlau@redhat.com>
    Trott authored and targos committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    24c0d7d View commit details
    Browse the repository at this point in the history
  53. doc: use more consistent formatting for deprecations

    Most deprecations do not end with a full-stop/period, but three of them
    do. Well, not anymore after this change.
    
    PR-URL: #39218
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Richard Lau <rlau@redhat.com>
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Trott authored and targos committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    24a1f7e View commit details
    Browse the repository at this point in the history
  54. tools: remove unused lint-pr-commit-message.sh

    `tools/lint-pr-commit-message.sh` was previously used to lint the
    commit message of the first commit in a pull request but is now no
    longer used -- commit message linting is now done in a GitHub actions
    workflow which does not call this script.
    
    PR-URL: #39120
    Reviewed-By: Mary Marchini <oss@mmarchini.me>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    Reviewed-By: Zijian Liu <lxxyxzj@gmail.com>
    richardlau authored and targos committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    ab9ccd0 View commit details
    Browse the repository at this point in the history
  55. doc: remove unnecessary module format comments

    Now that the docs have toggles for CJS vs. ESM, there is no need to
    include a comment explaining which module type is being used.
    
    PR-URL: #39219
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Zijian Liu <lxxyxzj@gmail.com>
    Trott authored and targos committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    db74a35 View commit details
    Browse the repository at this point in the history
  56. doc: normalize CSS variable names and indentation

    PR-URL: #39199
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Zijian Liu <lxxyxzj@gmail.com>
    Trott authored and targos committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    250024e View commit details
    Browse the repository at this point in the history
  57. doc: rename datatypes to data types

    PR-URL: #39209
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Harshitha K P <harshitha014@gmail.com>
    FrankEntriken authored and targos committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    f8cdaad View commit details
    Browse the repository at this point in the history
  58. meta: add @nodejs/actions as CODEOWNERS

    PR-URL: #39119
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Richard Lau <rlau@redhat.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
    Reviewed-By: Zijian Liu <lxxyxzj@gmail.com>
    mmarchini authored and targos committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    bd472da View commit details
    Browse the repository at this point in the history
  59. test: remove common.enoughTestCpu

    All hosts in CI return true for common.enoughTestCpu. At least for our
    CI, it is always true, so we can remove it.
    
    PR-URL: #39161
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Trott authored and targos committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    cdc7a19 View commit details
    Browse the repository at this point in the history
  60. tools: update path-parse to 1.0.7

    path-parse 1.0.6 is vulnerable to ReDoS. Update to 1.0.7. Uh, not that a
    ReDoS is likely to affect us in this tool.
    
    Refs: jbgutierrez/path-parse@09e1086
    
    PR-URL: #39232
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Zijian Liu <lxxyxzj@gmail.com>
    Trott authored and targos committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    802d9c4 View commit details
    Browse the repository at this point in the history
  61. test: move test-debugger-address to parallel

    The test uses `--inspect=0` so it uses an OS-selected port rather than
    the default port. This means it can be run in the parallel directory.
    
    PR-URL: #39236
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Trott authored and targos committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    d486d01 View commit details
    Browse the repository at this point in the history
  62. test: remove checks for armv6

    We no longer have armv6 in our regular CI. Remove checks.
    
    PR-URL: #39162
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Trott authored and targos committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    1f31e3c View commit details
    Browse the repository at this point in the history
  63. tools: remove armv6 from test tools

    CI no longer tests armv6.
    
    PR-URL: #39162
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Trott authored and targos committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    d5113f9 View commit details
    Browse the repository at this point in the history
  64. doc: fix color contrast for anchor marks in dark mode

    Currently, in its dark mode, our website background color is #090C15 and
    our anchor marks are #707070 for a contrast ratio of 3.94 to 1, falling
    short of the WCAG AA 4.5 to 1. This changes the mark color in dark mode
    only to #7A7A7A for a color contrast of 4.55 to 1.
    
    PR-URL: #39168
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Trott authored and targos committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    2227c13 View commit details
    Browse the repository at this point in the history
  65. node-api: cctest on v8impl::Reference

    PR-URL: #38970
    Reviewed-By: Michael Dawson <midawson@redhat.com>
    Reviewed-By: Gabriel Schulhof <gabrielschulhof@gmail.com>
    legendecas authored and targos committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    63f8702 View commit details
    Browse the repository at this point in the history
  66. readline: allow completer to rewrite existing input

    Sometimes, it makes sense for a completer to change the existing
    input, e.g. by adjusting the casing (imagine a completer that
    corrects `Number.isNan` to `Number.IsNaN`, for example).
    
    This commit allows that in the readline implemention.
    
    PR-URL: #39178
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Gus Caplan <me@gus.host>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    addaleax authored and targos committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    20cc8ec View commit details
    Browse the repository at this point in the history
  67. deps: upgrade npm to 7.19.1

    PR-URL: #39225
    Reviewed-By: Ruy Adorno <ruyadorno@github.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    npm-robot authored and targos committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    c04fd2b View commit details
    Browse the repository at this point in the history
  68. meta: use form schema for bug report template

    PR-URL: #39194
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    targos committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    e5c2d80 View commit details
    Browse the repository at this point in the history
  69. doc: update AUTHORS file

    PR-URL: #39250
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    Reviewed-By: Zijian Liu <lxxyxzj@gmail.com>
    Trott authored and targos committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    2bb3713 View commit details
    Browse the repository at this point in the history
  70. tools: update ESLint to 7.30.0

    Update ESLint to 7.30.0
    
    PR-URL: #39242
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Zijian Liu <lxxyxzj@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    cjihrig authored and targos committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    cb8c6ff View commit details
    Browse the repository at this point in the history
  71. doc: move Sam Ruby to emeritus

    Sam confirmed in email that they are not opposed to moving to emeritus
    at this time.
    
    PR-URL: #39264
    Reviewed-By: Richard Lau <rlau@redhat.com>
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    Reviewed-By: Beth Griggs <bgriggs@redhat.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Sam Ruby <rubys@intertwingly.net>
    Trott authored and targos committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    a01dacf View commit details
    Browse the repository at this point in the history
  72. doc: remove onboarding-extras

    Migrate last bit of onboarding-extras content to collaborator-guide and
    remove onboarding-extras.
    
    PR-URL: #39252
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    Reviewed-By: Richard Lau <rlau@redhat.com>
    Reviewed-By: Beth Griggs <bgriggs@redhat.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Trott authored and targos committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    4dd6ab3 View commit details
    Browse the repository at this point in the history
  73. doc: update Node-api version matrix

    - add 14.x version in which Node-api version 8
      was added.
    
    Signed-off-by: Michael Dawson <mdawson@devrus.com>
    
    PR-URL: #39197
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Gerhard Stöbich <deb2001-github@yahoo.de>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
    mhdawson authored and targos committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    04bcfcf View commit details
    Browse the repository at this point in the history
  74. build: shorten path used in tarball build workflow

    Shorten the path to the workspace for the GitHub Actions `build-tarball`
    workflow to avoid `execvp: printf: Argument list too long` errors from
    `make`.
    
    GitHub currently runs workflows in a `/home/runner/work/my-repo/my-repo`
    directory where `my-repo` is the repository name and is repeated twice
    (the second is from the git checkout). Some of the command lines in the
    Node.js build, e.g. the `ar` command to create static libraries, pass
    several fully qualified paths to filenames so the workflow directory is
    repeat many times. The most recent V8 update added more files to the
    command and has now tipped the command line length over the maximum
    allowed when using forks of the `node` repository with a longer name
    (e.g. `node-auto-test` and the private fork used to prepare security
    releases).
    
    Use GitHub's `RUNNER_TEMP` environment variable to extract the source
    tarball into the temporary directory on the GitHub runner. This is
    currently `/home/runner/work/_temp` and is not dependent on the name
    of the repository.
    
    PR-URL: #39192
    Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
    Reviewed-By: Beth Griggs <bgriggs@redhat.com>
    Reviewed-By: Michael Dawson <midawson@redhat.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    richardlau authored and targos committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    3ed0499 View commit details
    Browse the repository at this point in the history
  75. tools: take ownership of deps/v8/tools/node

    The files are not maintained nor used upstream anymore.
    
    PR-URL: #39222
    Reviewed-By: Richard Lau <rlau@redhat.com>
    Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    targos committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    0673ede View commit details
    Browse the repository at this point in the history
  76. test: remove workaround code in debugger test

    Remove code that made a check more lenient to account for a known issue
    that is no longer reproducible.
    
    Refs: nodejs/node-inspect#35
    
    PR-URL: #39238
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Jan Krems <jan.krems@gmail.com>
    Trott authored and targos committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    1375559 View commit details
    Browse the repository at this point in the history
  77. doc: use "repository" in guides versus repo

    Fix remaining instances in the guides where we
    use repo instead of repository.
    
    Signed-off-by: Michael Dawson <mdawson@devrus.com>
    
    PR-URL: #39198
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Harshitha K P <harshitha014@gmail.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    mhdawson authored and targos committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    eacee0a View commit details
    Browse the repository at this point in the history
  78. doc: fix constants usage in fs.access example

    PR-URL: #39289
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    cbourgois authored and targos committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    146f733 View commit details
    Browse the repository at this point in the history
  79. doc: fix boldface punctuation for full sentences

    If an entire sentence is in boldface, then generally the terminating
    punctuation should as well.
    
    PR-URL: #39278
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Trott authored and targos committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    4d53c63 View commit details
    Browse the repository at this point in the history
  80. doc: add annotation to writeFile data as Object

    Fixes: #39152
    
    PR-URL: #39167
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    JakobJingleheimer authored and targos committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    175a656 View commit details
    Browse the repository at this point in the history
  81. src: add JSDoc typings for v8

    Added JSDoc typings for the `v8` lib module.
    
    PR-URL: #38944
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Michael Dawson <midawson@redhat.com>
    Reviewed-By: Zijian Liu <lxxyxzj@gmail.com>
    VoltrexKeyva authored and targos committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    9184259 View commit details
    Browse the repository at this point in the history
  82. doc: remove emailing the TSC from offboarding doc

    Emailing the TSC seems superfluous. Removing it.
    
    PR-URL: #39280
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Robert Nagy <ronagy@icloud.com>
    Reviewed-By: Michael Dawson <midawson@redhat.com>
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Beth Griggs <bgriggs@redhat.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Trott authored and targos committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    f06ebf1 View commit details
    Browse the repository at this point in the history
  83. build: uvwasi honours node_shared_libuv

    Fix #39248.
    
    PR-URL: #39260
    Reviewed-By: Richard Lau <rlau@redhat.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    kapouer authored and targos committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    a7cd40e View commit details
    Browse the repository at this point in the history
  84. errors: remove eager stack generation for node errors

    PR-URL: #39182
    Reviewed-By: Guy Bedford <guybedford@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    devsnek authored and targos committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    33cad27 View commit details
    Browse the repository at this point in the history
  85. doc: remove GitHub mark

    Judging from https://github.com/logos, we are misusing the GitHub mark.
    That page indicates to not change the color (we change it from black to
    green). Less clear, it says  "Use the Mark in social buttons to link to
    your GitHub profile or project" which isn't exactly what we're doing but
    also isn't not what we're doing?
    
    This might be an indication of my eyesight getting worse as I get older,
    but I think the size that we display the mark at by default makes it not
    entirely recognizable as the GitHub mark. Lastly, there's the
    philosophical issue of whether we should display a commercial entity's
    mark on our web pages in this particular instance. (For me, the answer
    is "maybe".)
    
    All told, I think we can remove it without damaging usability on the
    website, so let's do it.
    
    PR-URL: #39251
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Trott authored and targos committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    b8860f3 View commit details
    Browse the repository at this point in the history
  86. test: add test for debugger restart message issue

    Running "restart" in the debugger confusingly prints an out-of-date
    "Debugger listening on..." message before printing a second updated one.
    
    Refs: #39272
    
    PR-URL: #39273
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Trott authored and targos committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    8e77aa2 View commit details
    Browse the repository at this point in the history
  87. doc: update collaborator email address

    PR-URL: #39263
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Trott authored and targos committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    81df9b1 View commit details
    Browse the repository at this point in the history
  88. tools: add find-inactive-collaborators.js

    The plan is to eventually call this script with a scheduled GitHub
    Action that could automatically open pull requests to move collaborators
    to emeritus status after (for example) a year of inactivity.
    
    Sample run:
    
    ```
    $ node tools/find-inactive-collaborators.mjs '30 months ago'
    864 authors have made commits since 30 months ago.
    101 landers have landed commits since 30 months ago.
    146 reviewers have approved landed commits since 30 months ago.
    109 collaborators currently in the project.
    
    Inactive collaborators:
    
    Thomas Watson
    $
    ```
    
    PR-URL: #39262
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Trott authored and targos committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    3cd9f5e View commit details
    Browse the repository at this point in the history
  89. doc: use "repository" instead of "repo" in onboarding.md

    PR-URL: #39286
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Evan Lucas <evanlucas@me.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Trott authored and targos committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    c92b80e View commit details
    Browse the repository at this point in the history
  90. doc: simplify CRAN mirror text in benchmark guide

    PR-URL: #39287
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Trott authored and targos committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    131d676 View commit details
    Browse the repository at this point in the history
  91. doc: move ofrobots to collaborator emeritus

    Ali indicated in email that it makes sense to move him to collaborator
    emeritus at this time.
    
    PR-URL: #39307
    Reviewed-By: Richard Lau <rlau@redhat.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    Reviewed-By: Gerhard Stöbich <deb2001-github@yahoo.de>
    Trott authored and targos committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    2d552a3 View commit details
    Browse the repository at this point in the history
  92. repl: correctly hoist top level await declarations

    PR-URL: #39265
    Reviewed-By: Guy Bedford <guybedford@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    ejose19 authored and targos committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    a101fe6 View commit details
    Browse the repository at this point in the history
  93. repl: processTopLevelAwait fallback error handling

    PR-URL: #39290
    Reviewed-By: Guy Bedford <guybedford@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    ejose19 authored and targos committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    b168ec2 View commit details
    Browse the repository at this point in the history
  94. tools: update gyp-next to v0.9.3

    PR-URL: #39291
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Richard Lau <rlau@redhat.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    gengjiawen authored and targos committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    b56a3d9 View commit details
    Browse the repository at this point in the history
  95. doc: move AndreasMadsen to emeritus

    In private email, Andreas Madsen indicated it would be OK to move him to
    emeritus.
    
    PR-URL: #39315
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    Trott authored and targos committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    d101a85 View commit details
    Browse the repository at this point in the history
  96. tools: pass bot token to node-pr-labeler

    This should allow workflows that use the `labeled` event to be run.
    
    PR-URL: #39271
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    targos committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    b3a0dd1 View commit details
    Browse the repository at this point in the history
  97. test: remove debugger workaround for AIX

    Optimistically removing workaround code in the debugger test tool.
    
    PR-URL: #39296
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    Trott authored and targos committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    11a8b81 View commit details
    Browse the repository at this point in the history
  98. test: use common.PORT instead of hardcoded port number

    PR-URL: #39298
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Trott authored and targos committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    0ec93a1 View commit details
    Browse the repository at this point in the history
  99. test: move debugger test case to parallel

    Move test case that does not require a predetermined port to parallel.
    
    PR-URL: #39300
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Zeyu Yang <himself65@outlook.com>
    Trott authored and targos committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    21f7703 View commit details
    Browse the repository at this point in the history
  100. deps: patch V8 to 9.1.269.38

    Refs: v8/v8@9.1.269.36...9.1.269.38
    Fixes: #37553
    
    PR-URL: #39196
    Reviewed-By: Richard Lau <rlau@redhat.com>
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    targos committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    165130a View commit details
    Browse the repository at this point in the history
  101. http: clean up HttpParser correctly

    Remove reference to kOnMessageBegin from HttpParser
    to avoid leaking Server instances in FreeList.
    
    PR-URL: #39292
    Reviewed-By: Robert Nagy <ronagy@icloud.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Gerhard Stöbich <deb2001-github@yahoo.de>
    sokra authored and targos committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    ac7184d View commit details
    Browse the repository at this point in the history
  102. test: remove eslint-disable comment from fixture file

    Fixtures are not linted so eslint-disable comments are unnecessary.
    
    PR-URL: #39320
    Reviewed-By: Zeyu Yang <himself65@outlook.com>
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    Trott authored and targos committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    0bb980a View commit details
    Browse the repository at this point in the history
  103. typings: add JSDoc typings for timers

    Added JSDoc typings for the `timers` lib module.
    
    PR-URL: #38834
    Reviewed-By: Anatoli Papirovski <apapirovski@mac.com>
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    VoltrexKeyva authored and targos committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    29673b8 View commit details
    Browse the repository at this point in the history
  104. build: allow to build riscv64 using Makefile

    PR-URL: #39048
    Reviewed-By: Richard Lau <rlau@redhat.com>
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    makotokato authored and targos committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    f6a1092 View commit details
    Browse the repository at this point in the history
  105. doc: replace outdated util.promisify timer examples with references

    PR-URL: #39164
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    foxxyz authored and targos committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    e266350 View commit details
    Browse the repository at this point in the history
  106. build: remove unused comment in Makefile

    PR-URL: #39171
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    LitoMore authored and targos committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    41161ea View commit details
    Browse the repository at this point in the history
  107. tools,doc: fix error message for unrecognized type

    PR-URL: #39221
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    aduh95 authored and targos committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    2481ddd View commit details
    Browse the repository at this point in the history
  108. build: restore libplatform headers in distribution

    Headers considered non-essential were removed in #37570, however the
    libplatform API is actualy needed (and used) by external software
    initiaing the v8 engine, see for example:
    https://chromium.googlesource.com/v8/v8/+/refs/heads/main/samples/hello-world.cc
    
    PR-URL: #39288
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Richard Lau <rlau@redhat.com>
    Reviewed-By: Michael Dawson <midawson@redhat.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    jeroen authored and targos committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    a7ba218 View commit details
    Browse the repository at this point in the history
  109. doc: put information about the past in details tags

    To make the README more scannable and keep it manageable in length, put
    emeriti and past keys lists in details tags.
    
    PR-URL: #39321
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Trott authored and targos committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    63b6084 View commit details
    Browse the repository at this point in the history
  110. build: add riscv into host_arch_cc

    PR-URL: #39004
    Reviewed-By: Richard Lau <rlau@redhat.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Michael Dawson <midawson@redhat.com>
    luyahan authored and targos committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    8381132 View commit details
    Browse the repository at this point in the history
  111. typings: add a few JSDoc typings for the net lib module

    PR-URL: #38953
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    festiveelephantseal authored and targos committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    adb812c View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2021

  1. tls: move legacy code into own file

    PR-URL: #39333
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    ronag authored and targos committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    dfe99d2 View commit details
    Browse the repository at this point in the history
  2. stream: don't emit prefinish after error or close

    PR-URL: #39332
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    ronag authored and targos committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    1fc6382 View commit details
    Browse the repository at this point in the history
  3. stream: cleanup async handling

    Cleanup async stream method handling.
    
    PR-URL: #39329
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    ronag authored and targos committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    cb32f69 View commit details
    Browse the repository at this point in the history
  4. meta: fix tls code owners

    PR-URL: #39355
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    ronag authored and targos committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    cfd96aa View commit details
    Browse the repository at this point in the history
  5. build: update gcovr for gcc 8 compatibility

    Update the version of `gcovr` used for C++ coverage from 3.4 to 4.2 for
    compatibility with gcc/g++ 8.
    
    PR-URL: #39326
    Refs: #39303
    Refs: gcovr/gcovr#228
    Refs: nodejs/build#2705
    Reviewed-By: Michael Dawson <midawson@redhat.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    richardlau authored and targos committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    1068182 View commit details
    Browse the repository at this point in the history
  6. tools: add GitHub Action to run find-inactive-collaborators.mjs

    Add a GitHub Action for find-inactive-collaborators.mjs that will run it
    and list collaborators who have been inactive for more than a year. It
    will run when manually triggered by a collaborator and on a schedule of
    once a month.
    
    PR-URL: #39335
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Trott authored and targos committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    f338fdd View commit details
    Browse the repository at this point in the history
  7. deps: V8: cherry-pick cb4faa902e9f

    Original commit message:
    
        Reland "[liftoff][arm64] Use 64 bit offset reg in mem op"
    
        This is a reland of f645d0b857bc669271adcbe95cf25e1554347dd4
    
        The issue was that converting an i64 to an i32 didn't clear the upper
        bits on arm64. This was not necessary before because we did the zero
        extension as part of the load operand, but this is required now that
        we use the full register.
    
        Original change's description:
        > [liftoff][arm64] Use 64 bit offset reg in mem op
        >
        > Accessing the Wasm memory with a 64 bit offset was truncated to 32 bit,
        > which is fine if we check bounds first, but not if we rely on the
        > trap handler to catch the OOB.
        >
        > R=clemensb@chromium.org
        >
        > Bug: v8:11587
        > Change-Id: I82a3a2906e55d9d640c30e770a5c93532e3a442c
        > Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2808942
        > Reviewed-by: Clemens Backes <clemensb@chromium.org>
        > Commit-Queue: Thibaud Michaud <thibaudm@chromium.org>
        > Cr-Commit-Position: refs/heads/master@{#73829}
    
        Bug: v8:11587
        Change-Id: Ibc182475745c6f697a0ba6d75c260b74ddf8fe52
        Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2810846
        Reviewed-by: Clemens Backes <clemensb@chromium.org>
        Commit-Queue: Thibaud Michaud <thibaudm@chromium.org>
        Cr-Commit-Position: refs/heads/master@{#73853}
    
    Refs: v8/v8@cb4faa9
    
    PR-URL: #39337
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    targos committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    3d351b2 View commit details
    Browse the repository at this point in the history
  8. deps: V8: cherry-pick 53784bdb8f01

    Original commit message:
    
        [liftoff] Handle constant memory indexes specially
    
        This adds detection for constant memory indexes which can statically be
        proven to be in-bounds (because the effective offset is within the
        minimum memory size). In these cases, we can skip the bounds check and
        the out-of-line code for the trap-handler.
        This often saves 1-2% of code size.
    
        R=ahaas@chromium.org
    
        Bug: v8:11802
        Change-Id: I0ee094e6f1f5d132af1d6a8a7c539a4af6c3cb5e
        Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2919827
        Commit-Queue: Clemens Backes <clemensb@chromium.org>
        Reviewed-by: Andreas Haas <ahaas@chromium.org>
        Cr-Commit-Position: refs/heads/master@{#74825}
    
    Refs: v8/v8@53784bd
    
    PR-URL: #39337
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    targos committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    cf49ebb View commit details
    Browse the repository at this point in the history
  9. deps: V8: cherry-pick 2b77ca200c56

    Original commit message:
    
        [wasm][liftoff] Always zero-extend 32 bit offsets
    
        The upper 32 bits of the 64 bit offset register are not guaranteed to be
        cleared, so a zero-extension is needed. We already do the zero-extension
        in the case of explicit bounds checking, but this should also be done if
        the trap handler is enabled.
    
        R=clemensb@chromium.org
        CC=jkummerow@chromium.org
    
        Bug: v8:11809
        Change-Id: I21e2535c701041d11fa06c176fa683d82db0a3f1
        Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2917612
        Commit-Queue: Thibaud Michaud <thibaudm@chromium.org>
        Reviewed-by: Clemens Backes <clemensb@chromium.org>
        Cr-Commit-Position: refs/heads/master@{#74881}
    
    Refs: v8/v8@2b77ca2
    
    PR-URL: #39337
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    targos committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    5c5a93e View commit details
    Browse the repository at this point in the history
  10. deps: V8: cherry-pick 56fe020eec0c

    Original commit message:
    
        [wasm][arm64] Always zero-extend 32 bit offsets, for realz
    
        We've already been zero-extending 32-bit offset registers since
        https://chromium-review.googlesource.com/c/v8/v8/+/2917612,
        but that patch only covered the case where offset_imm == 0.
        When there is a non-zero offset, we need the same fix.
    
        Bug: chromium:1224882,v8:11809
        Change-Id: I1908f735929798f411346807fc4f3c79d8e04362
        Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2998582
        Commit-Queue: Jakob Kummerow <jkummerow@chromium.org>
        Reviewed-by: Clemens Backes <clemensb@chromium.org>
        Cr-Commit-Position: refs/heads/master@{#75500}
    
    Refs: v8/v8@56fe020
    
    Fixes: #39327
    
    PR-URL: #39337
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    targos committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    2657c30 View commit details
    Browse the repository at this point in the history
  11. deps: V8: cherry-pick 3805a698f7b6

    Original commit message:
    
        PPC/s390: [wasm][liftoff] Always zero-extend 32 bit offsets
    
        Port 2b77ca200c56667c68895e49c96c10ff77834f09
    
        Original Commit Message:
    
            The upper 32 bits of the 64 bit offset register are not guaranteed to be
            cleared, so a zero-extension is needed. We already do the zero-extension
            in the case of explicit bounds checking, but this should also be done if
            the trap handler is enabled.
    
        R=thibaudm@chromium.org, joransiu@ca.ibm.com, junyan@redhat.com, midawson@redhat.com
        BUG=
        LOG=N
    
        Change-Id: Ife3ae4f93b85fe1b2c76fe4b98fa408b5b51ed71
        Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2929661
        Reviewed-by: Junliang Yan <junyan@redhat.com>
        Commit-Queue: Milad Fa <mfarazma@redhat.com>
        Cr-Commit-Position: refs/heads/master@{#74886}
    
    Refs: v8/v8@3805a69
    
    PR-URL: #39337
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    targos committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    142ce68 View commit details
    Browse the repository at this point in the history
  12. deps: V8: cherry-pick 359d44df4cdd

    Original commit message:
    
        [riscv64] Fix build failed
    
        Port 2b77ca200c56667c68895e49c96c10ff77834f09
    
        Change-Id: Ie953a1d54f5529423ae35d1b1cd3ca25e8101c6e
        Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2931577
        Auto-Submit: Yahan Lu <yahan@iscas.ac.cn>
        Commit-Queue: Brice Dobry <brice.dobry@futurewei.com>
        Reviewed-by: Brice Dobry <brice.dobry@futurewei.com>
        Cr-Commit-Position: refs/heads/master@{#74937}
    
    Refs: v8/v8@359d44d
    
    PR-URL: #39337
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    targos committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    0e64bd0 View commit details
    Browse the repository at this point in the history
  13. deps: V8: backport 5c76da8ddcf8

    Original commit message:
    
        [mips][wasm][liftoff] Fix compile failed
    
        Port 2b77ca200c56667c68895e49c96c10ff77834f09
    
        Bug: v8:11809
    
        Change-Id: Idbbbc10d1339d6c8463686b6e701fb601a217cab
        Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2931557
        Reviewed-by: Zhao Jiazhong <zhaojiazhong-hf@loongson.cn>
        Commit-Queue: Zhao Jiazhong <zhaojiazhong-hf@loongson.cn>
        Auto-Submit: Liu yu <liuyu@loongson.cn>
        Cr-Commit-Position: refs/heads/master@{#74934}
    
    Refs: v8/v8@5c76da8
    
    PR-URL: #39337
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    targos committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    4507714 View commit details
    Browse the repository at this point in the history
  14. debugger: indicate server is ending

    Currently, we say "listening" when we are ending the server. Change it
    to "ending".
    
    Fixes: #39272
    
    PR-URL: #39334
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Yash Ladha <yash@yashladha.in>
    Trott authored and targos committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    630266c View commit details
    Browse the repository at this point in the history
  15. doc: update AUTHORS

    PR-URL: #39277
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Trott authored and targos committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    2573bf5 View commit details
    Browse the repository at this point in the history
  16. doc: use consistent abbreviation formatting

    Refs: https://docs.microsoft.com/en-us/style-guide/a-z-word-list-term-collections/term-collections/bits-bytes-terms
    
    PR-URL: #39343
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    Trott authored and targos committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    64a185e View commit details
    Browse the repository at this point in the history
  17. doc: do not use tilde for "about" or "approximately"

    Refs: https://docs.microsoft.com/en-us/style-guide/a-z-word-list-term-collections/term-collections/special-characters
    
    PR-URL: #39344
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    Trott authored and targos committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    0b3b269 View commit details
    Browse the repository at this point in the history
  18. doc: do not use & for "and" in text

    This also changes a line in the man page to be sentence case.
    
    Refs: https://docs.microsoft.com/en-us/style-guide/a-z-word-list-term-collections/term-collections/special-characters
    
    PR-URL: #39345
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Trott authored and targos committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    29c9cc8 View commit details
    Browse the repository at this point in the history
  19. doc: add text about moving long commit lists out of PR description

    PR-URL: #39186
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Beth Griggs <bgriggs@redhat.com>
    Reviewed-By: Michael Dawson <midawson@redhat.com>
    danielleadams authored and targos committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    fb6616e View commit details
    Browse the repository at this point in the history
  20. lib: rename TransferedReadableStream etc

    PR-URL: #39352
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Robert Nagy <ronagy@icloud.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    tniessen authored and targos committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    ecf627a View commit details
    Browse the repository at this point in the history
  21. doc: fix typos in Web Streams API documentation

    PR-URL: #39351
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Gus Caplan <me@gus.host>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    tniessen authored and targos committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    38ae407 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2021

  1. 2021-07-14, Version 16.5.0 (Current)

    Notable changes:
    
    deps:
      * upgrade npm to 7.19.1 (npm team) #39225
    fs:
      * (SEMVER-MINOR) allow empty string for temp directory prefix (Voltrex) #39028
    stream:
      * (SEMVER-MINOR) implement Web Streams API (James M Snell) #39062
    
    PR-URL: #39373
    targos committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    eaca13d View commit details
    Browse the repository at this point in the history