From 1776f3cced1c9597c0833e593fd20bd47c287b83 Mon Sep 17 00:00:00 2001 From: RafaelGSS Date: Tue, 12 Dec 2023 16:31:04 -0300 Subject: [PATCH 01/21] lib: drop @hapi/hapi This module isn't being tested in our CITGM for one of the following reasons: * "skip" is true - meaning we're skipping it into CITGM run * ">= EOL version" - meaning this module is being skipped in all active release lines --- lib/lookup.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/lib/lookup.json b/lib/lookup.json index 0443c4cfc..1386651f9 100644 --- a/lib/lookup.json +++ b/lib/lookup.json @@ -14,12 +14,6 @@ "prefix": "v", "flaky": true }, - "@hapi/hapi": { - "prefix": "v", - "maintainers": ["devinivy", "DavidTPate", "AdriVanHoudt"], - "skip": ["darwin", "aix", "debian", ">=17"], - "comment": "Verbatim DNS output" - }, "@hapi/shot": { "maintainers": "cjihrig", "prefix": "v" From aa929350f4130f61f5165e411f8d6ba086df05ec Mon Sep 17 00:00:00 2001 From: RafaelGSS Date: Tue, 12 Dec 2023 16:34:29 -0300 Subject: [PATCH 02/21] lib: drop bson This module isn't being tested in our CITGM for one of the following reasons: * "skip" is true - meaning we're skipping it into CITGM run * ">= EOL version" - meaning this module is being skipped in all active release lines --- lib/lookup.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/lib/lookup.json b/lib/lookup.json index 1386651f9..b2d332168 100644 --- a/lib/lookup.json +++ b/lib/lookup.json @@ -75,12 +75,6 @@ "expectFail": "fips", "maintainers": "substack" }, - "bson": { - "prefix": "V", - "maintainers": "christkv", - "scripts": ["test-node"], - "skip": true - }, "bufferutil": { "prefix": "v", "tags": "native", From e7e664e5ca5218ff5b9c347110dc78c44e51394e Mon Sep 17 00:00:00 2001 From: RafaelGSS Date: Tue, 12 Dec 2023 16:34:45 -0300 Subject: [PATCH 03/21] lib: drop fs-extra This module isn't being tested in our CITGM for one of the following reasons: * "skip" is true - meaning we're skipping it into CITGM run * ">= EOL version" - meaning this module is being skipped in all active release lines --- lib/lookup.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/lib/lookup.json b/lib/lookup.json index b2d332168..ae4cf3a6f 100644 --- a/lib/lookup.json +++ b/lib/lookup.json @@ -174,12 +174,6 @@ "prefix": "v", "maintainers": ["mafintosh", "hughsk"] }, - "fs-extra": { - "flaky": ["linux-ia32", "aix", "s390", "win32"], - "skip": ">=12", - "expectFail": "fips", - "maintainers": "jprichardson" - }, "full-icu-test": { "prefix": "v", "maintainers": "srl295" From 291cc55abfcc10eeaa064f56eb61f5fe95fefdd5 Mon Sep 17 00:00:00 2001 From: RafaelGSS Date: Tue, 12 Dec 2023 16:35:21 -0300 Subject: [PATCH 04/21] lib: drop graceful-fs This module isn't being tested in our CITGM for one of the following reasons: * "skip" is true - meaning we're skipping it into CITGM run * ">= EOL version" - meaning this module is being skipped in all active release lines --- lib/lookup.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lib/lookup.json b/lib/lookup.json index ae4cf3a6f..5814e81c9 100644 --- a/lib/lookup.json +++ b/lib/lookup.json @@ -190,11 +190,6 @@ "prefix": "v", "skip": true }, - "graceful-fs": { - "prefix": "v", - "maintainers": "isaacs", - "skip": ">=11" - }, "gulp": { "prefix": "v", "flaky": ["ppc", "rhel"], From 6a27f9731553e1fb068ed22ece1d2179c9d5f25a Mon Sep 17 00:00:00 2001 From: RafaelGSS Date: Tue, 12 Dec 2023 16:35:41 -0300 Subject: [PATCH 05/21] lib: drop libxmljs This module isn't being tested in our CITGM for one of the following reasons: * "skip" is true - meaning we're skipping it into CITGM run * ">= EOL version" - meaning this module is being skipped in all active release lines --- lib/lookup.json | 7 ------- 1 file changed, 7 deletions(-) diff --git a/lib/lookup.json b/lib/lookup.json index 5814e81c9..6f278f302 100644 --- a/lib/lookup.json +++ b/lib/lookup.json @@ -270,13 +270,6 @@ "tags": "native", "maintainers": ["ralphtheninja", "vweevers"] }, - "libxmljs": { - "prefix": "v", - "flaky": ["aix", "sles", "rhel", "darwin"], - "skip": ">=12", - "tags": "native", - "maintainers": "defunctzombie" - }, "lodash": { "expectFail": "fips", "maintainers": "jdalton" From 6fbe777d533ba14c90666f9d6ae4de01a27d4169 Mon Sep 17 00:00:00 2001 From: RafaelGSS Date: Tue, 12 Dec 2023 16:36:05 -0300 Subject: [PATCH 06/21] lib: drop mkdirp This module isn't being tested in our CITGM for one of the following reasons: * "skip" is true - meaning we're skipping it into CITGM run * ">= EOL version" - meaning this module is being skipped in all active release lines --- lib/lookup.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lib/lookup.json b/lib/lookup.json index 6f278f302..fc33f017c 100644 --- a/lib/lookup.json +++ b/lib/lookup.json @@ -297,11 +297,6 @@ "skip": "win32", "maintainers": "ljharb" }, - "mkdirp": { - "head": true, - "skip": ["win32", true], - "maintainers": "isaacs" - }, "mocha": { "prefix": "v", "skip": true, From 03ea26c2ed6118efac9600b60282bf15af3c19b3 Mon Sep 17 00:00:00 2001 From: RafaelGSS Date: Tue, 12 Dec 2023 16:36:46 -0300 Subject: [PATCH 07/21] lib: drop mocha This module isn't being tested in our CITGM for one of the following reasons: * "skip" is true - meaning we're skipping it into CITGM run * ">= EOL version" - meaning this module is being skipped in all active release lines --- lib/lookup.json | 7 ------- 1 file changed, 7 deletions(-) diff --git a/lib/lookup.json b/lib/lookup.json index fc33f017c..be0bbe516 100644 --- a/lib/lookup.json +++ b/lib/lookup.json @@ -297,13 +297,6 @@ "skip": "win32", "maintainers": "ljharb" }, - "mocha": { - "prefix": "v", - "skip": true, - "expectFail": "fips", - "maintainers": ["tj", "boneskull"], - "comment": "Skipped because requires to install Google Chrome for browser tests" - }, "moment": { "maintainers": "ichernev", "skip": [true, "ppc", "s390"] From 2cc0f66893484cbb42bd5bce146f1da66caa725a Mon Sep 17 00:00:00 2001 From: RafaelGSS Date: Tue, 12 Dec 2023 16:37:01 -0300 Subject: [PATCH 08/21] lib: drop moment This module isn't being tested in our CITGM for one of the following reasons: * "skip" is true - meaning we're skipping it into CITGM run * ">= EOL version" - meaning this module is being skipped in all active release lines --- lib/lookup.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/lookup.json b/lib/lookup.json index be0bbe516..794498ae4 100644 --- a/lib/lookup.json +++ b/lib/lookup.json @@ -297,10 +297,6 @@ "skip": "win32", "maintainers": "ljharb" }, - "moment": { - "maintainers": "ichernev", - "skip": [true, "ppc", "s390"] - }, "multer": { "prefix": "v", "skip": "win32", From d52c86f6c5c64690765cc66c1ef4a73abca5289e Mon Sep 17 00:00:00 2001 From: RafaelGSS Date: Tue, 12 Dec 2023 16:37:13 -0300 Subject: [PATCH 09/21] lib: drop node-sass This module isn't being tested in our CITGM for one of the following reasons: * "skip" is true - meaning we're skipping it into CITGM run * ">= EOL version" - meaning this module is being skipped in all active release lines --- lib/lookup.json | 7 ------- 1 file changed, 7 deletions(-) diff --git a/lib/lookup.json b/lib/lookup.json index 794498ae4..ed3065a20 100644 --- a/lib/lookup.json +++ b/lib/lookup.json @@ -319,13 +319,6 @@ "skip": ["win32"], "head": true }, - "node-sass": { - "prefix": "v", - "tags": "native", - "maintainers": "xzyfer", - "comment": "Flaky because of test timeouts", - "skip": true - }, "path-to-regexp": { "prefix": "v", "maintainers": "blakeembrey", From 4d9f84cc4151825dd5284a4f02650c7b43f804df Mon Sep 17 00:00:00 2001 From: RafaelGSS Date: Tue, 12 Dec 2023 16:37:33 -0300 Subject: [PATCH 10/21] lib: drop pug This module isn't being tested in our CITGM for one of the following reasons: * "skip" is true - meaning we're skipping it into CITGM run * ">= EOL version" - meaning this module is being skipped in all active release lines --- lib/lookup.json | 8 -------- 1 file changed, 8 deletions(-) diff --git a/lib/lookup.json b/lib/lookup.json index ed3065a20..4ae7f6947 100644 --- a/lib/lookup.json +++ b/lib/lookup.json @@ -334,14 +334,6 @@ "maintainers": ["siimon", "zbjornson", "SimenB"], "head": true }, - "pug": { - "prefix": "pug@", - "yarn": true, - "maintainers": ["tj", "ForbesLindesay"], - "skip": ["win32", "aix", ">=16"], - "comment": "Error message changes in V8 9.3", - "repo": "https://github.com/pugjs/pug" - }, "pumpify": { "prefix": "v", "maintainers": "mafintosh", From 60291dbae1dd857d86cd50abbcb35a03b3749c07 Mon Sep 17 00:00:00 2001 From: RafaelGSS Date: Tue, 12 Dec 2023 16:37:53 -0300 Subject: [PATCH 11/21] lib: drop react This module isn't being tested in our CITGM for one of the following reasons: * "skip" is true - meaning we're skipping it into CITGM run * ">= EOL version" - meaning this module is being skipped in all active release lines --- lib/lookup.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/lib/lookup.json b/lib/lookup.json index 4ae7f6947..4cd75180f 100644 --- a/lib/lookup.json +++ b/lib/lookup.json @@ -344,12 +344,6 @@ "maintainers": "kriskowal", "skip": "win32" }, - "react": { - "prefix": "v", - "maintainers": ["acdlite", "gaearon", "sophiebits"], - "yarn": true, - "skip": [">=12", "aix", "s390", "ppc"] - }, "readable-stream": { "prefix": "v", "flaky": ["ppc"], From 8a1fbfc46c169949630188bbc6de0178262772bd Mon Sep 17 00:00:00 2001 From: RafaelGSS Date: Tue, 12 Dec 2023 16:38:04 -0300 Subject: [PATCH 12/21] lib: drop readable-stream This module isn't being tested in our CITGM for one of the following reasons: * "skip" is true - meaning we're skipping it into CITGM run * ">= EOL version" - meaning this module is being skipped in all active release lines --- lib/lookup.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/lib/lookup.json b/lib/lookup.json index 4cd75180f..bf57c6f5e 100644 --- a/lib/lookup.json +++ b/lib/lookup.json @@ -344,12 +344,6 @@ "maintainers": "kriskowal", "skip": "win32" }, - "readable-stream": { - "prefix": "v", - "flaky": ["ppc"], - "maintainers": "nodejs/streams", - "skip": [">=12", "win32"] - }, "ref": { "flaky": "aix", "tags": "native", From 16e867a9d8601db8887b8a704a44abe76c17a51e Mon Sep 17 00:00:00 2001 From: RafaelGSS Date: Tue, 12 Dec 2023 16:38:18 -0300 Subject: [PATCH 13/21] lib: drop ref This module isn't being tested in our CITGM for one of the following reasons: * "skip" is true - meaning we're skipping it into CITGM run * ">= EOL version" - meaning this module is being skipped in all active release lines --- lib/lookup.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/lib/lookup.json b/lib/lookup.json index bf57c6f5e..74c6e39c0 100644 --- a/lib/lookup.json +++ b/lib/lookup.json @@ -344,12 +344,6 @@ "maintainers": "kriskowal", "skip": "win32" }, - "ref": { - "flaky": "aix", - "tags": "native", - "maintainers": "TooTallNate", - "skip": [true, "12", "win32"] - }, "resolve": { "prefix": "v", "maintainers": "ljharb", From 852b3025555c209ff26ab1170ebbd3561f7873ff Mon Sep 17 00:00:00 2001 From: RafaelGSS Date: Tue, 12 Dec 2023 16:38:30 -0300 Subject: [PATCH 14/21] lib: drop socket.io This module isn't being tested in our CITGM for one of the following reasons: * "skip" is true - meaning we're skipping it into CITGM run * ">= EOL version" - meaning this module is being skipped in all active release lines --- lib/lookup.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/lib/lookup.json b/lib/lookup.json index 74c6e39c0..9753153c9 100644 --- a/lib/lookup.json +++ b/lib/lookup.json @@ -375,12 +375,6 @@ "tags": "native", "maintainers": "reconbot" }, - "socket.io": { - "maintainers": "rauchg", - "head": true, - "skip": ">=17", - "comment": "WS is not compatible" - }, "spdy": { "prefix": "v", "flaky": ["aix", "sles"], From 1d87be68f23344bdc71dfca01f0ed065d9a1b48d Mon Sep 17 00:00:00 2001 From: RafaelGSS Date: Tue, 12 Dec 2023 16:38:42 -0300 Subject: [PATCH 15/21] lib: drop spdy This module isn't being tested in our CITGM for one of the following reasons: * "skip" is true - meaning we're skipping it into CITGM run * ">= EOL version" - meaning this module is being skipped in all active release lines --- lib/lookup.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/lib/lookup.json b/lib/lookup.json index 9753153c9..925ebaca5 100644 --- a/lib/lookup.json +++ b/lib/lookup.json @@ -375,12 +375,6 @@ "tags": "native", "maintainers": "reconbot" }, - "spdy": { - "prefix": "v", - "flaky": ["aix", "sles"], - "skip": ">=12", - "maintainers": "diasdavid" - }, "spdy-transport": { "prefix": "v", "skip": ">=12", From c2db0f2e10709a1bac606bbb61223c8c5c2fd83e Mon Sep 17 00:00:00 2001 From: RafaelGSS Date: Tue, 12 Dec 2023 16:38:53 -0300 Subject: [PATCH 16/21] lib: drop spdy-transport This module isn't being tested in our CITGM for one of the following reasons: * "skip" is true - meaning we're skipping it into CITGM run * ">= EOL version" - meaning this module is being skipped in all active release lines --- lib/lookup.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/lib/lookup.json b/lib/lookup.json index 925ebaca5..10bbeac35 100644 --- a/lib/lookup.json +++ b/lib/lookup.json @@ -375,12 +375,6 @@ "tags": "native", "maintainers": "reconbot" }, - "spdy-transport": { - "prefix": "v", - "skip": ">=12", - "flaky": "aix", - "maintainers": "diasdavid" - }, "split2": { "prefix": "v", "maintainers": "mcollina", From 8befcad722ad452541fe9a78ce3b17824b79a684 Mon Sep 17 00:00:00 2001 From: RafaelGSS Date: Tue, 12 Dec 2023 16:39:06 -0300 Subject: [PATCH 17/21] lib: drop stylus This module isn't being tested in our CITGM for one of the following reasons: * "skip" is true - meaning we're skipping it into CITGM run * ">= EOL version" - meaning this module is being skipped in all active release lines --- lib/lookup.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lib/lookup.json b/lib/lookup.json index 10bbeac35..bea69aa3f 100644 --- a/lib/lookup.json +++ b/lib/lookup.json @@ -387,11 +387,6 @@ "maintainers": "koistya", "skip": ["12", "win32"] }, - "stylus": { - "flaky": ["win32", "aix"], - "maintainers": "tj", - "skip": ">=11" - }, "tape": { "head": true, "prefix": "v", From 7d633192a3034e9c76e7dc490ff8da0a824770fb Mon Sep 17 00:00:00 2001 From: RafaelGSS Date: Tue, 12 Dec 2023 16:39:23 -0300 Subject: [PATCH 18/21] lib: drop uglify-js This module isn't being tested in our CITGM for one of the following reasons: * "skip" is true - meaning we're skipping it into CITGM run * ">= EOL version" - meaning this module is being skipped in all active release lines --- lib/lookup.json | 7 ------- 1 file changed, 7 deletions(-) diff --git a/lib/lookup.json b/lib/lookup.json index bea69aa3f..0ecc779ee 100644 --- a/lib/lookup.json +++ b/lib/lookup.json @@ -412,13 +412,6 @@ "stripAnsi": true, "maintainers": "mcollina" }, - "uglify-js": { - "prefix": "v", - "flaky": ["ppc", "darwin"], - "maintainers": "mishoo", - "skip": ["12", true], - "comment": "Tests timeout" - }, "underscore": { "flaky": ["aix"], "skip": ["win32", "darwin"], From 6214a91d09af770ed9984dd97a0c7094996ad9ef Mon Sep 17 00:00:00 2001 From: RafaelGSS Date: Tue, 12 Dec 2023 16:39:37 -0300 Subject: [PATCH 19/21] lib: drop vinyl-fs This module isn't being tested in our CITGM for one of the following reasons: * "skip" is true - meaning we're skipping it into CITGM run * ">= EOL version" - meaning this module is being skipped in all active release lines --- lib/lookup.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/lib/lookup.json b/lib/lookup.json index 0ecc779ee..a29db6a44 100644 --- a/lib/lookup.json +++ b/lib/lookup.json @@ -427,12 +427,6 @@ "maintainers": ["contra", "phated"], "skip": "win32" }, - "vinyl-fs": { - "prefix": "v", - "head": true, - "maintainers": ["contra", "phated"], - "skip": true - }, "watchify": { "prefix": "v", "flaky": ["ppc", "s390", "ubuntu", "rhel"], From f292802de1d36832a3d5a619b508151790b15c6b Mon Sep 17 00:00:00 2001 From: RafaelGSS Date: Tue, 12 Dec 2023 16:39:54 -0300 Subject: [PATCH 20/21] lib: drop yargs This module isn't being tested in our CITGM for one of the following reasons: * "skip" is true - meaning we're skipping it into CITGM run * ">= EOL version" - meaning this module is being skipped in all active release lines --- lib/lookup.json | 7 ------- 1 file changed, 7 deletions(-) diff --git a/lib/lookup.json b/lib/lookup.json index a29db6a44..3756cb981 100644 --- a/lib/lookup.json +++ b/lib/lookup.json @@ -443,13 +443,6 @@ "maintainers": ["einaros", "3rd-Eden", "lpinca"], "scripts": ["test -- --timeout 30000"] }, - "yargs": { - "comment": "Install from source is currently broken due to TS error", - "prefix": "v", - "expectFail": "fips", - "maintainers": ["bcoe", "addaleax"], - "skip": true - }, "yeoman-generator": { "prefix": "v", "flaky": ["ppc", "rhel"], From 5264773ca1255cf18b5c219ad75ae326f9d04ed6 Mon Sep 17 00:00:00 2001 From: RafaelGSS Date: Tue, 12 Dec 2023 16:40:13 -0300 Subject: [PATCH 21/21] lib: drop zeromq This module isn't being tested in our CITGM for one of the following reasons: * "skip" is true - meaning we're skipping it into CITGM run * ">= EOL version" - meaning this module is being skipped in all active release lines --- lib/lookup.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/lib/lookup.json b/lib/lookup.json index 3756cb981..d8cf208e2 100644 --- a/lib/lookup.json +++ b/lib/lookup.json @@ -448,11 +448,5 @@ "flaky": ["ppc", "rhel"], "expectFail": "fips", "maintainers": ["SBoudrias", "sindresorhus"] - }, - "zeromq": { - "prefix": "v", - "tags": "native", - "maintainers": ["lgeiger", "rgbkrk"], - "skip": [true, "s390", "ppc", "win32"] } }