Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nodejs/node
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 786cb42956
Choose a base ref
...
head repository: nodejs/node
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4a54a80aa3
Choose a head ref
  • 7 commits
  • 29 files changed
  • 5 contributors

Commits on May 21, 2024

  1. deps: update googletest to 33af80a

    PR-URL: #53053
    Reviewed-By: Luigi Pinca <[email protected]>
    Reviewed-By: Moshe Atlow <[email protected]>
    Reviewed-By: Marco Ippolito <[email protected]>
    Reviewed-By: Mohammed Keyvanzadeh <[email protected]>
    Reviewed-By: Rafael Gonzaga <[email protected]>
    nodejs-github-bot authored May 21, 2024
    Configuration menu
    Copy the full SHA
    b4e148c View commit details
    Browse the repository at this point in the history
  2. 2024-05-21, Version 18.20.3 'Hydrogen' (LTS)

    Notable changes:
    
    This release fixes a regression introduced in Node.js 18.19.0 where
    `http.server.close()` was incorrectly closing idle connections.
    
    A fix has also been included for compiling Node.js from source with
    newer versions of Clang.
    
    The list of keys used to sign releases has been synchronized with the
    current list from the `main` branch.
    
    Updated dependencies:
    
    - acorn updated to 8.11.3.
    - acorn-walk updated to 8.3.2.
    - ada updated to 2.7.8.
    - c-ares updated to 1.28.1.
    - corepack updated to 0.28.0.
    - nghttp2 updated to 1.61.0.
    - ngtcp2 updated to 1.3.0.
    - npm updated to 10.7.0. Includes a fix from [email protected] to limit the
      number of open connections.
    - simdutf updated to 5.2.4.
    - zlib updated to 1.3.0.1-motley-7d77fb7.
    
    PR-URL: #53028
    richardlau committed May 21, 2024
    Configuration menu
    Copy the full SHA
    d031987 View commit details
    Browse the repository at this point in the history
  3. cli: add NODE_RUN_PACKAGE_JSON_PATH env

    PR-URL: #53058
    Refs: #52673
    Reviewed-By: Benjamin Gruenbaum <[email protected]>
    Reviewed-By: Rafael Gonzaga <[email protected]>
    Reviewed-By: Daniel Lemire <[email protected]>
    anonrig authored May 21, 2024
    Configuration menu
    Copy the full SHA
    2aaeaa8 View commit details
    Browse the repository at this point in the history
  4. src: simplify node modules traverse path

    PR-URL: #53061
    Reviewed-By: Daniel Lemire <[email protected]>
    Reviewed-By: Guy Bedford <[email protected]>
    Reviewed-By: Matteo Collina <[email protected]>
    Reviewed-By: Tobias Nießen <[email protected]>
    anonrig authored May 21, 2024
    Configuration menu
    Copy the full SHA
    a7dad43 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. fs: remove basename in favor of std::filesystem

    PR-URL: #53062
    Reviewed-By: Daniel Lemire <[email protected]>
    Reviewed-By: Rafael Gonzaga <[email protected]>
    Reviewed-By: Mohammed Keyvanzadeh <[email protected]>
    Reviewed-By: Stephen Belanger <[email protected]>
    Reviewed-By: Tobias Nießen <[email protected]>
    Reviewed-By: Richard Lau <[email protected]>
    anonrig authored May 22, 2024
    Configuration menu
    Copy the full SHA
    fe257d3 View commit details
    Browse the repository at this point in the history
  2. src: reduce unnecessary GetCwd calls

    PR-URL: #53064
    Reviewed-By: Richard Lau <[email protected]>
    Reviewed-By: Trivikram Kamat <[email protected]>
    Reviewed-By: Benjamin Gruenbaum <[email protected]>
    Reviewed-By: Luigi Pinca <[email protected]>
    Reviewed-By: Rafael Gonzaga <[email protected]>
    anonrig authored May 22, 2024
    Configuration menu
    Copy the full SHA
    695cd8b View commit details
    Browse the repository at this point in the history
  3. test: replace .substr with .slice

    `String.prototype.substr` is deprecated, and using it will raise an
    error when using ESLint 9+.
    
    Co-authored-by: =?UTF-8?q?Micha=C3=ABl=20Zasso?= <[email protected]>
    PR-URL: #53070
    Reviewed-By: Michaël Zasso <[email protected]>
    Reviewed-By: Trivikram Kamat <[email protected]>
    Reviewed-By: Benjamin Gruenbaum <[email protected]>
    Reviewed-By: Luigi Pinca <[email protected]>
    Reviewed-By: Yagiz Nizipli <[email protected]>
    Reviewed-By: Juan José Arboleda <[email protected]>
    Reviewed-By: Moshe Atlow <[email protected]>
    Reviewed-By: Tierney Cyren <[email protected]>
    Reviewed-By: Tobias Nießen <[email protected]>
    aduh95 and targos authored May 22, 2024
    Configuration menu
    Copy the full SHA
    4a54a80 View commit details
    Browse the repository at this point in the history
Loading