Skip to content

Commit bef82f5

Browse files
committed
chore: add test for max listener warnings
Ref #6763
1 parent c8c2cc7 commit bef82f5

File tree

8 files changed

+16439
-11
lines changed

8 files changed

+16439
-11
lines changed

DEPENDENCIES.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,7 @@ graph LR;
229229
npmcli-smoke-tests-->npmcli-mock-registry["@npmcli/mock-registry"];
230230
npmcli-smoke-tests-->npmcli-promise-spawn["@npmcli/promise-spawn"];
231231
npmcli-smoke-tests-->npmcli-template-oss["@npmcli/template-oss"];
232+
npmcli-smoke-tests-->semver;
232233
npmlog-->are-we-there-yet;
233234
npmlog-->gauge;
234235
pacote-->cacache;
@@ -721,6 +722,7 @@ graph LR;
721722
npmcli-smoke-tests-->npmcli-promise-spawn["@npmcli/promise-spawn"];
722723
npmcli-smoke-tests-->npmcli-template-oss["@npmcli/template-oss"];
723724
npmcli-smoke-tests-->proxy;
725+
npmcli-smoke-tests-->semver;
724726
npmcli-smoke-tests-->tap;
725727
npmcli-smoke-tests-->which;
726728
npmlog-->are-we-there-yet;

package-lock.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17377,6 +17377,7 @@
1737717377
"@npmcli/template-oss": "4.18.0",
1737817378
"http-proxy": "^1.18.1",
1737917379
"proxy": "^2.1.1",
17380+
"semver": "^7.5.4",
1738017381
"tap": "^16.3.8",
1738117382
"which": "^4.0.0"
1738217383
},

smoke-tests/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"@npmcli/template-oss": "4.18.0",
2525
"http-proxy": "^1.18.1",
2626
"proxy": "^2.1.1",
27+
"semver": "^7.5.4",
2728
"tap": "^16.3.8",
2829
"which": "^4.0.0"
2930
},

0 commit comments

Comments
 (0)