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

v12.13.0 'Erbium' release proposal #29981

Merged
merged 18 commits into from
Oct 21, 2019
Merged

v12.13.0 'Erbium' release proposal #29981

merged 18 commits into from
Oct 21, 2019

Commits on Oct 14, 2019

  1. doc: fix tls version values

    PR-URL: #29839
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Shelley Vohr <codebytere@gmail.com>
    Reviewed-By: David Carlier <devnexen@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Reviewed-By: Richard Lau <riclau@uk.ibm.com>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    tniessen authored and targos committed Oct 14, 2019
    Configuration menu
    Copy the full SHA
    f58fe50 View commit details
    Browse the repository at this point in the history
  2. doc: set module version 72 to node 12

    Clearly state the modules version 72 is official node 12, similar as it
    is done for other major node versions.
    
    PR-URL: #29877
    Reviewed-By: Richard Lau <riclau@uk.ibm.com>
    Reviewed-By: Beth Griggs <Bethany.Griggs@uk.ibm.com>
    Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
    Reviewed-By: David Carlier <devnexen@gmail.com>
    Reviewed-By: Myles Borins <myles.borins@gmail.com>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    Flarna authored and targos committed Oct 14, 2019
    Configuration menu
    Copy the full SHA
    7683aa0 View commit details
    Browse the repository at this point in the history
  3. test: remove unnecessary --expose-internals flags

    PR-URL: #29886
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Richard Lau <riclau@uk.ibm.com>
    Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
    Reviewed-By: Gus Caplan <me@gus.host>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    addaleax authored and targos committed Oct 14, 2019
    Configuration menu
    Copy the full SHA
    fc53345 View commit details
    Browse the repository at this point in the history
  4. doc: add note about forwarding stream options

    It is a common and unfortunate pattern to simply just forward
    any and all options into the base constructor without taking
    into account whether these options might conflict with basic
    stream assumptions.
    
    PR-URL: #29857
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    ronag authored and targos committed Oct 14, 2019
    Configuration menu
    Copy the full SHA
    cbd1251 View commit details
    Browse the repository at this point in the history
  5. doc: return type is number

    PR-URL: #29828
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    exoego authored and targos committed Oct 14, 2019
    Configuration menu
    Copy the full SHA
    f384289 View commit details
    Browse the repository at this point in the history
  6. doc: indent code fence under list item

    PR-URL: #29822
    Reviewed-By: Richard Lau <riclau@uk.ibm.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    nschonni authored and targos committed Oct 14, 2019
    Configuration menu
    Copy the full SHA
    25fa206 View commit details
    Browse the repository at this point in the history
  7. doc: correct typos in security release process

    - Double word "the"
    - offical -> official
    - annoucement -> announcement
    
    PR-URL: #29822
    Reviewed-By: Richard Lau <riclau@uk.ibm.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    nschonni authored and targos committed Oct 14, 2019
    Configuration menu
    Copy the full SHA
    f3bf8be View commit details
    Browse the repository at this point in the history
  8. doc: escape brackets not used as markdown reference links

    These can turn into links if reference links are added to the document
    
    PR-URL: #29809
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    nschonni authored and targos committed Oct 14, 2019
    Configuration menu
    Copy the full SHA
    b916ea3 View commit details
    Browse the repository at this point in the history
  9. doc: use the WHATWG URL API in http code examples

    PR-URL: #29917
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: David Carlier <devnexen@gmail.com>
    watson authored and targos committed Oct 14, 2019
    Configuration menu
    Copy the full SHA
    3155ab4 View commit details
    Browse the repository at this point in the history
  10. doc: add brackets to implicit markdown links

    PR-URL: #29911
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    nschonni authored and targos committed Oct 14, 2019
    Configuration menu
    Copy the full SHA
    ad318c6 View commit details
    Browse the repository at this point in the history
  11. doc: remove double word "where"

    PR-URL: #29915
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    nschonni authored and targos committed Oct 14, 2019
    Configuration menu
    Copy the full SHA
    5b0c993 View commit details
    Browse the repository at this point in the history
  12. doc: nest code fence under unordered list

    When it isn't nested, a new unordered list is created for the next item
    
    PR-URL: #29915
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    nschonni authored and targos committed Oct 14, 2019
    Configuration menu
    Copy the full SHA
    e5e2dfa View commit details
    Browse the repository at this point in the history
  13. doc: fix --enable-source-maps flag in v12.12.0 changelog

    Corrects "--source-map-support" to "--enable-source-maps".
    
    Fixes: #29959
    PR-URL: #29960
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    Reviewed-By: Beth Griggs <Bethany.Griggs@uk.ibm.com>
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    TheUnlocked authored and targos committed Oct 14, 2019
    Configuration menu
    Copy the full SHA
    1dde617 View commit details
    Browse the repository at this point in the history
  14. test: add more recursive fs.rmdir() tests

    Update tests to create more nested folders and files, like rimraf
    package tests do. Each test will create 28 nested directories and
    210 files. It will also create different types of files, like
    symlinks.
    
    PR-URL: #29815
    Reviewed-By: Ben Coe <bencoe@gmail.com>
    mpaktiti authored and targos committed Oct 14, 2019
    Configuration menu
    Copy the full SHA
    44c581e View commit details
    Browse the repository at this point in the history
  15. test: do not force the process to exit

    Using `process.exit()` in these tests is unnecessary and may mask other
    problems.
    
    Refs: #29873 (review)
    
    PR-URL: #29923
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    Reviewed-By: Richard Lau <riclau@uk.ibm.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
    Reviewed-By: David Carlier <devnexen@gmail.com>
    Reviewed-By: Anto Aravinth <anto.aravinth.cse@gmail.com>
    Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com>
    lpinca authored and targos committed Oct 14, 2019
    Configuration menu
    Copy the full SHA
    50f0660 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2019

  1. deps: update npm to 6.12.0

    Update npm to 6.12.0
    
    Now `npm ci` runs prepare scripts for git dependencies, and respects the
    `--no-optional` argument.  Warnings for `engine` mismatches are printed
    again.  Various other fixes and cleanups.
    
    PR-URL: #29885
    Reviewed-By: Sam Roberts <vieuxtech@gmail.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    Reviewed-By: Beth Griggs <Bethany.Griggs@uk.ibm.com>
    Reviewed-By: Christian Clauss <cclauss@me.com>
    isaacs authored and targos committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    b59209b View commit details
    Browse the repository at this point in the history
  2. fs: do not emit 'finish' before 'open' on write empty file

    'finish' could previously be emitted before the file has been
    created when ending a write stream without having written any
    data.
    
    Refs: expressjs/multer#238
    
    PR-URL: #29930
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
    ronag authored and targos committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    8ebc945 View commit details
    Browse the repository at this point in the history
  3. 2019-10-21, Version 12.13.0 'Erbium' (LTS)

    This release marks the transition of Node.js 12.x into Long Term Support
    (LTS) with the codename 'Erbium'. The 12.x release line now moves into
    "Active LTS" and will remain so until October 2020. After that time, it
    will move into "Maintenance" until end of life in April 2022.
    
    Notable changes:
    
    npm was updated to 6.12.0. It now includes a version of `node-gyp` that
    supports Python 3 for building native modules.
    
    PR-URL: #29981
    targos committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    42cce5a View commit details
    Browse the repository at this point in the history