From 558162cd26c670b61c213c9aca5a833a5bb86ec0 Mon Sep 17 00:00:00 2001 From: "Alexander M. Turek" Date: Thu, 2 Feb 2023 22:48:44 +0100 Subject: [PATCH] node@18 18.14.0 * node@18 18.14.0 * node@18: use `python@3.11` Closes #122175. Co-authored-by: Patrick Linnane Signed-off-by: Rui Chen Signed-off-by: Patrick Linnane Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> --- Formula/node@18.rb | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/Formula/node@18.rb b/Formula/node@18.rb index ec5d25a2dce..ccdb149c2fd 100644 --- a/Formula/node@18.rb +++ b/Formula/node@18.rb @@ -1,10 +1,9 @@ class NodeAT18 < Formula desc "Platform built on V8 to build network applications" homepage "https://nodejs.org/" - url "https://nodejs.org/dist/v18.13.0/node-v18.13.0.tar.xz" - sha256 "fd4ac562e01d172896e3a959bd59552dbf647331c90d726f8d3471683dd3da68" + url "https://nodejs.org/dist/v18.14.0/node-v18.14.0.tar.xz" + sha256 "42ef9dd31993d5c8e82b0ab0969135093e6a296efa27b1be9afc04ac00f0267a" license "MIT" - revision 1 livecheck do url "https://nodejs.org/dist/" @@ -28,9 +27,7 @@ class NodeAT18 < Formula deprecate! date: "2023-10-18", because: :unsupported depends_on "pkg-config" => :build - # Bump to python@3.11 with node v18.13 - # https://github.com/nodejs/node/commit/fee62ea05d6f958f5209a44df087efd25f356262 - depends_on "python@3.10" => :build + depends_on "python@3.11" => :build depends_on "brotli" depends_on "c-ares" depends_on "icu4c"