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

v17.9.1 proposal #43256

Merged
merged 10 commits into from Jun 2, 2022
Merged

v17.9.1 proposal #43256

merged 10 commits into from Jun 2, 2022

Commits on May 13, 2022

  1. deps: upgrade openssl sources to quictls/openssl-3.0.3

    This updates all sources in deps/openssl/openssl by:
        $ git clone git@github.com:quictls/openssl.git
        $ cd openssl
        $ git checkout openssl-3.0.3+quic
        $ cd ../node/deps/openssl
        $ rm -rf openssl
        $ cp -R ../../../openssl openssl
        $ rm -rf openssl/.git* openssl/.travis*
        $ git add --all openssl
        $ git commit openssl
    
    PR-URL: #43025
    Refs: https://mta.openssl.org/pipermail/openssl-announce/2022-May/000223.html
    Reviewed-By: Richard Lau <rlau@redhat.com>
    Reviewed-By: Beth Griggs <bgriggs@redhat.com>
    RafaelGSS committed May 13, 2022
    Configuration menu
    Copy the full SHA
    05fb807 View commit details
    Browse the repository at this point in the history
  2. deps: update archs files for quictls/openssl-3.0.3

    After an OpenSSL source update, all the config files need to be
    regenerated and committed by:
        $ make -C deps/openssl/config
        $ git add deps/openssl/config/archs
        $ git add deps/openssl/openssl
        $ git commit
    
    PR-URL: #43025
    Refs: https://mta.openssl.org/pipermail/openssl-announce/2022-May/000223.html
    Reviewed-By: Richard Lau <rlau@redhat.com>
    Reviewed-By: Beth Griggs <bgriggs@redhat.com>
    RafaelGSS committed May 13, 2022
    Configuration menu
    Copy the full SHA
    871eace View commit details
    Browse the repository at this point in the history

Commits on May 27, 2022

  1. deps: upgrade npm to 8.6.0

    PR-URL: #42550
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Mestery <mestery@protonmail.com>
    Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
    Reviewed-By: Tierney Cyren <hello@bnb.im>
    Reviewed-By: Richard Lau <rlau@redhat.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    npm-robot authored and ruyadorno committed May 27, 2022
    Configuration menu
    Copy the full SHA
    02f8b0c View commit details
    Browse the repository at this point in the history
  2. deps: upgrade npm to 8.7.0

    PR-URL: #42744
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    ops+robot@npmjs.com authored and ruyadorno committed May 27, 2022
    Configuration menu
    Copy the full SHA
    34e6edd View commit details
    Browse the repository at this point in the history
  3. deps: upgrade npm to 8.8.0

    PR-URL: #42886
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
    Reviewed-By: Mestery <mestery@protonmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    npm-robot authored and ruyadorno committed May 27, 2022
    Configuration menu
    Copy the full SHA
    93d58c3 View commit details
    Browse the repository at this point in the history
  4. deps: upgrade npm to 8.9.0

    PR-URL: #42968
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Myles Borins <myles.borins@gmail.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    npm-robot authored and ruyadorno committed May 27, 2022
    Configuration menu
    Copy the full SHA
    72630d1 View commit details
    Browse the repository at this point in the history
  5. deps: upgrade npm to 8.10.0

    PR-URL: #43061
    Reviewed-By: Ruy Adorno <ruyadorno@github.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
    npm-cli+bot@github.com authored and ruyadorno committed May 27, 2022
    Configuration menu
    Copy the full SHA
    d0b53c0 View commit details
    Browse the repository at this point in the history
  6. deps: upgrade npm to 8.11.0

    PR-URL: #43210
    Reviewed-By: Ruy Adorno <ruyadorno@github.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
    Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
    Reviewed-By: Beth Griggs <bgriggs@redhat.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    npm-cli+bot@github.com authored and ruyadorno committed May 27, 2022
    Configuration menu
    Copy the full SHA
    17fef6e View commit details
    Browse the repository at this point in the history

Commits on May 31, 2022

  1. meta: add mailmap entry for npm team

    PR-URL: #43143
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
    lpinca authored and ruyadorno committed May 31, 2022
    Configuration menu
    Copy the full SHA
    b688eeb View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2022

  1. 2022-06-01, Version 17.9.1 (Current)

    Notable changes:
    
    * Upgrade npm to 8.11.0
    * Update to OpenSSL 3.0.3
    
    PR-URL: #43256
    ruyadorno committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    cd98cfb View commit details
    Browse the repository at this point in the history