From 6299838cf904cba98fd15bf3cb1e5ad5d79700cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Zasso?= Date: Sat, 21 Dec 2024 13:15:50 +0100 Subject: [PATCH 1/3] lookup: remove `csv-parser` The module is not maintained anymore and fails on Node.js >=22 because its test suite uses the `esm` module (abandoned and broken). --- lib/lookup.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lib/lookup.json b/lib/lookup.json index 0784ee09..7485d5ca 100644 --- a/lib/lookup.json +++ b/lib/lookup.json @@ -113,11 +113,6 @@ "maintainers": "ctalkington", "skip": "win32" }, - "csv-parser": { - "head": true, - "flaky": "win32", - "maintainers": "mafintosh" - }, "debug": { "maintainers": ["qix", "tootallnate"], "skip": [true, "aix", "ppc", "s390", "win32"], From b80b3efa84373295613c01fc82301ef72db01327 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Zasso?= Date: Mon, 23 Dec 2024 08:42:07 +0100 Subject: [PATCH 2/3] Revert "lookup: remove `csv-parser`" This reverts commit 6299838cf904cba98fd15bf3cb1e5ad5d79700cd. --- lib/lookup.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/lookup.json b/lib/lookup.json index 7485d5ca..0784ee09 100644 --- a/lib/lookup.json +++ b/lib/lookup.json @@ -113,6 +113,11 @@ "maintainers": "ctalkington", "skip": "win32" }, + "csv-parser": { + "head": true, + "flaky": "win32", + "maintainers": "mafintosh" + }, "debug": { "maintainers": ["qix", "tootallnate"], "skip": [true, "aix", "ppc", "s390", "win32"], From acc6e051fe9cfd6a94f18c5a5dddfd053fb92933 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Zasso?= Date: Mon, 23 Dec 2024 08:42:42 +0100 Subject: [PATCH 3/3] lookup: do not use head for `csv-parser` --- lib/lookup.json | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/lookup.json b/lib/lookup.json index 0784ee09..c4345f8f 100644 --- a/lib/lookup.json +++ b/lib/lookup.json @@ -114,7 +114,6 @@ "skip": "win32" }, "csv-parser": { - "head": true, "flaky": "win32", "maintainers": "mafintosh" },