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.6.1 release proposal #39631

Merged
merged 11 commits into from Aug 3, 2021
Merged

v16.6.1 release proposal #39631

merged 11 commits into from Aug 3, 2021

Commits on Aug 2, 2021

  1. doc,lib,test: rename HKDF 'key' argument

    PR-URL: #39474
    Refs: #39471
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Zeyu Yang <himself65@outlook.com>
    Reviewed-By: Filip Skokan <panva.ip@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    tniessen authored and targos committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    7a731ef View commit details
    Browse the repository at this point in the history
  2. crypto: fix generateKeyPair with encoding 'jwk'

    Fixes: #39205
    
    PR-URL: #39319
    Reviewed-By: Filip Skokan <panva.ip@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    himself65 authored and targos committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    cbf6a01 View commit details
    Browse the repository at this point in the history
  3. module: refine enrichCJSError

    PR-URL: #39507
    Reviewed-By: Guy Bedford <guybedford@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    aduh95 authored and targos committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    e13162d View commit details
    Browse the repository at this point in the history
  4. zlib: avoid converting Uint8Array instances to Buffer

    PR-URL: #39492
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Zeyu Yang <himself65@outlook.com>
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    aduh95 authored and targos committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    0405c8d View commit details
    Browse the repository at this point in the history
  5. doc: fix crypto.hkdf callback derivedKey type

    PR-URL: #39453
    Reviewed-By: James M Snell <jasnell@gmail.com>
    panva authored and targos committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    7b612fa View commit details
    Browse the repository at this point in the history
  6. build: override python executable path on configure

    PR-URL: #39465
    Fixes: #39408
    Fixes: #39456
    Reviewed-By: Zeyu Yang <himself65@outlook.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Richard Lau <rlau@redhat.com>
    Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
    legendecas authored and targos committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    6c769cc View commit details
    Browse the repository at this point in the history
  7. module: fix ERR_REQUIRE_ESM error for null frames

    PR-URL: #39593
    Reviewed-By: Bradley Farias <bradley.meck@gmail.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    guybedford authored and targos committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    93bbaa0 View commit details
    Browse the repository at this point in the history
  8. repl: do not include legacy getter/setter methods in completion

    For every object that inherits from `Object.prototype`, the REPL
    includes the `Object.prototype` methods in its autocompletion.
    
    This is already a little noisy, but in particular, this also
    includes the legacy `__defineGetter__` family of methods;
    since those are deprecated and not in practical use anymore,
    it helps reduce noise a bit to remove them.
    
    This commit does not remove `__proto__` as it is a little
    more popular and, despite its downsides, a slightly more convenient
    way to access the prototype of an object in the REPL than
    `Object.getPrototypeOf(...)`.
    
    PR-URL: #39576
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Gus Caplan <me@gus.host>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    addaleax authored and targos committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    815fbec View commit details
    Browse the repository at this point in the history
  9. deps: upgrade npm to 7.20.3

    Updates npm from 7.19.1 to 7.20.3.
    
    Refs: #39403
    PR-URL: #39579
    Backport-PR-URL: #39590
    Reviewed-By: Myles Borins <myles.borins@gmail.com>
    Reviewed-By: Beth Griggs <bgriggs@redhat.com>
    npm-robot authored and targos committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    06d7b8e View commit details
    Browse the repository at this point in the history
  10. deps: revert ABI-breaking change from V8 9.2

    Refs: v8/v8@a7980d4
    Refs: v8/v8@ad4eab0
    Fixes: #39623
    
    PR-URL: #39624
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    Reviewed-By: Beth Griggs <bgriggs@redhat.com>
    Reviewed-By: Richard Lau <rlau@redhat.com>
    Reviewed-By: Gerhard Stöbich <deb2001-github@yahoo.de>
    targos committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    3091295 View commit details
    Browse the repository at this point in the history
  11. 2021-08-03, Version 16.6.1 (Current)

    Notable changes:
    
    * Updated npm to 7.20.3 (npm team)
      #39579
    * Reverted an ABI-breaking change from V8 9.2 that could impact some
      native modules (Michaël Zasso)
      #39624
    * Fixed a bug in error handling known to affect at least Webpack and
      Jest (Guy Bedford) #39593
    
    PR-URL: #39631
    targos committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    3d53ff8 View commit details
    Browse the repository at this point in the history