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

v18.18.1 proposal #50065

Closed
wants to merge 7 commits into from
Closed

v18.18.1 proposal #50065

wants to merge 7 commits into from

Commits on Sep 28, 2023

  1. test: add tmpdir.resolve()

    PR-URL: #49079
    Reviewed-By: Antoine du Hamel <[email protected]>
    Reviewed-By: Joyee Cheung <[email protected]>
    LiviaMedeiros authored and richardlau committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    04cba95 View commit details
    Browse the repository at this point in the history
  2. fs: make sure to write entire buffer

    fs.write(v) is not guaranteed to write everything in a single
    call. Make sure we don't assume so.
    
    PR-URL: #49211
    Co-authored-by: Chemi Atlow <[email protected]>
    Reviewed-By: Benjamin Gruenbaum <[email protected]>
    Reviewed-By: Robert Nagy <[email protected]>
    2 people authored and richardlau committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    7a3e1ff View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

  1. Revert "deps: add missing thread-common.c in uv.gyp"

    This reverts commit ea23870.
    
    PR-URL: #50036
    Reviewed-By: Michael Dawson <[email protected]>
    Reviewed-By: Santiago Gimeno <[email protected]>
    Reviewed-By: Michaël Zasso <[email protected]>
    Reviewed-By: Ruy Adorno <[email protected]>
    richardlau committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    d9f1381 View commit details
    Browse the repository at this point in the history
  2. Revert "build: sync libuv header change"

    This reverts commit 7dc731d.
    
    PR-URL: #50036
    Reviewed-By: Michael Dawson <[email protected]>
    Reviewed-By: Santiago Gimeno <[email protected]>
    Reviewed-By: Michaël Zasso <[email protected]>
    Reviewed-By: Ruy Adorno <[email protected]>
    richardlau committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    3e3a75c View commit details
    Browse the repository at this point in the history
  3. Revert "deps: upgrade to libuv 1.46.0"

    This reverts commit 88855e0.
    
    PR-URL: #50036
    Reviewed-By: Michael Dawson <[email protected]>
    Reviewed-By: Santiago Gimeno <[email protected]>
    Reviewed-By: Michaël Zasso <[email protected]>
    Reviewed-By: Ruy Adorno <[email protected]>
    richardlau committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    022352a View commit details
    Browse the repository at this point in the history
  4. Revert "deps: upgrade to libuv 1.45.0"

    This reverts commit fb2b80f.
    
    PR-URL: #50036
    Reviewed-By: Michael Dawson <[email protected]>
    Reviewed-By: Santiago Gimeno <[email protected]>
    Reviewed-By: Michaël Zasso <[email protected]>
    Reviewed-By: Ruy Adorno <[email protected]>
    richardlau committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    14ece2c View commit details
    Browse the repository at this point in the history
  5. 2023-10-10, Version 18.18.1 'Hydrogen' (LTS)

    Notable changes:
    
    This release addresses some regressions that appeared in Node.js 18.18.0:
    
    - (Windows) FS can not handle certain characters in file name
      #48673
    - 18 and 20 node images give error - Text file busy (after re-build images)
      nodejs/docker-node#1968
    - libuv update in 18.18.0 breaks webpack's thread-loader
      #49911
    
    The libuv 1.45.0 and 1.46.0 updates that were released in Node.js 18.18.0
    have been temporarily reverted.
    
    PR-URL: #50065
    richardlau committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    e1e34da View commit details
    Browse the repository at this point in the history