Skip to content

v18.18.1 proposal - #50066

Merged
richardlau merged 7 commits into
v18.xfrom
v18.18.1-proposal
Oct 10, 2023
Merged

v18.18.1 proposal#50066
richardlau merged 7 commits into
v18.xfrom
v18.18.1-proposal

Conversation

@richardlau

Copy link
Copy Markdown
Member

2023-10-10, Version 18.18.1 'Hydrogen' (LTS), @richardlau

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.

Commits


cc @nodejs/lts

Note that this is not a "full" Node.js 18 release -- it is a "quick" release to fix the regressions noted above that were introduced in Node.js 18.18.0. I will not have time to do a full Node.js release this month, so any requests for additions to this release will likely be denied unless a very strong case can be made.

LiviaMedeirosand others added 7 commits September 28, 2023 12:05
PR-URL: #49079
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
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 <chemi@atlow.co.il>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Robert Nagy <ronagy@icloud.com>
This reverts commit ea23870.
PR-URL: #50036
Reviewed-By: Michael Dawson <midawson@redhat.com>
Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Ruy Adorno <ruyadorno@google.com>
This reverts commit 7dc731d.
PR-URL: #50036
Reviewed-By: Michael Dawson <midawson@redhat.com>
Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Ruy Adorno <ruyadorno@google.com>
This reverts commit 88855e0.
PR-URL: #50036
Reviewed-By: Michael Dawson <midawson@redhat.com>
Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Ruy Adorno <ruyadorno@google.com>
This reverts commit fb2b80f.
PR-URL: #50036
Reviewed-By: Michael Dawson <midawson@redhat.com>
Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Ruy Adorno <ruyadorno@google.com>
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: #50066
@nodejs-github-botnodejs-github-bot added libuv Issues and PRs related to the libuv dependency or the uv binding. meta Issues and PRs related to the general management of the project. needs-ci PRs that need a full CI run. v18.x labels Oct 6, 2023
@richardlaurichardlau mentioned this pull request Oct 6, 2023
@richardlaurichardlau added the request-ci Add this label to start a Jenkins CI on a PR. label Oct 6, 2023
@github-actionsgithub-actionsBot removed the request-ci Add this label to start a Jenkins CI on a PR. label Oct 6, 2023
@nodejs-github-bot

nodejs-github-bot commented Oct 6, 2023

Copy link
Copy Markdown
Collaborator

CI: https://ci.nodejs.org/job/node-test-pull-request/54589/

CITGM (v18.18.0): https://ci.nodejs.org/job/citgm-smoker/3309/
CITGM (this PR): https://ci.nodejs.org/job/citgm-smoker/3310/

ncu-ci citgm 3309 3310
$ ncu-ci citgm 3309 3310--------------------------------------------------------------------------------[1/1] Running CITGM: 3309--------------------------------------------------------------------------------✔ Summary data downloaded✔ Results data downloaded✔ Summary data downloaded✔ Results data downloaded----------------------------------- Summary ------------------------------------Result FAILUREURL https://ci.nodejs.org/job/citgm-smoker/3309/Source https://api.github.com/repos/nodejs/node/git/refs/tags/v18.18.0Commit [ab5fa2a22104] 2023-09-18, Version 18.18.0 'Hydrogen' (LTS)Date 2023-09-16 22:51:56 -0400Author Ruy Adorno <ruyadorno@google.com>----------------------------------- Summary ------------------------------------Result FAILUREURL https://ci.nodejs.org/job/citgm-smoker/3310/Source https://api.github.com/repos/nodejs/node/git/refs/heads/v18.18.1-proposalCommit [7615798b633f] 2023-10-10, Version 18.18.1 'Hydrogen' (LTS)Date 2023-10-06 13:14:11 -0400Author Richard Lau <rlau@redhat.com>----------------------------------- Results ------------------------------------FAILURE: 4 failures in 3310 not present in 3309┌───────────────────┬─────────────────────────┬────────────────┬─────────────────┐│ (index) │ 0 │ 1 │ 2 │├───────────────────┼─────────────────────────┼────────────────┼─────────────────┤│ rhel8-s390x │ 'torrent-stream-v1.2.1' │ │ ││ osx1015 │ │ │ ││ fedora-latest-x64 │ │ │ ││ rhel8-x64 │ │ │ ││ win-vs2019 │ │ │ ││ aix72-ppc64 │ │ │ ││ rhel8-ppc64le │ 'multer-v1.4.5-lts.1' │ 'pino-v8.15.6' │ 'semver-v7.5.4' │└───────────────────┴─────────────────────────┴────────────────┴─────────────────┘

@richardlau

Copy link
Copy Markdown
MemberAuthor

@richardlau
richardlau merged commit 7615798 into v18.xOct 10, 2023
richardlau added a commit that referenced this pull request Oct 10, 2023
@richardlau
richardlau deleted the v18.18.1-proposal branch October 10, 2023 15:48
richardlau added a commit that referenced this pull request Oct 10, 2023
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: #50066
richardlau added a commit to nodejs/nodejs.org that referenced this pull request Oct 10, 2023
github-merge-queueBot pushed a commit to nodejs/nodejs.org that referenced this pull request Oct 10, 2023
debadree25 pushed a commit to debadree25/node that referenced this pull request Apr 15, 2024
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
nodejs#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
nodejs#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: nodejs#50066
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

libuvIssues and PRs related to the libuv dependency or the uv binding.metaIssues and PRs related to the general management of the project.needs-ciPRs that need a full CI run.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants

@richardlau@nodejs-github-bot@targos@RafaelGSS@LiviaMedeiros@ronag