Skip to content

Commit dfb6298

Browse files
authoredOct 30, 2023
deps: node-gyp@10.0.0 (#6937)
* deps: node-gyp@10.0.0 * deps: @npmcli/run-script@7.0.2
1 parent c7ab675 commit dfb6298

File tree

345 files changed

+8326
-42383
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

345 files changed

+8326
-42383
lines changed
 

‎DEPENDENCIES.md

+8-21
Original file line numberDiff line numberDiff line change
@@ -261,8 +261,8 @@ graph LR;
261261
## all dependencies
262262
```mermaid
263263
graph LR;
264+
abort-controller-->event-target-shim;
264265
agent-base-->debug;
265-
agentkeepalive-->humanize-ms;
266266
aggregate-error-->clean-stack;
267267
aggregate-error-->indent-string;
268268
ansi-styles-->color-convert;
@@ -273,6 +273,8 @@ graph LR;
273273
bin-links-->read-cmd-shim;
274274
bin-links-->write-file-atomic;
275275
brace-expansion-->balanced-match;
276+
buffer-->base64-js;
277+
buffer-->ieee754;
276278
builtins-->semver;
277279
cacache-->fs-minipass;
278280
cacache-->glob;
@@ -312,27 +314,18 @@ graph LR;
312314
gauge-->strip-ansi;
313315
gauge-->wide-align;
314316
glob-->foreground-child;
315-
glob-->fs.realpath;
316-
glob-->inflight;
317-
glob-->inherits;
318317
glob-->jackspeak;
319318
glob-->minimatch;
320319
glob-->minipass;
321-
glob-->once;
322-
glob-->path-is-absolute;
323320
glob-->path-scurry;
324321
has-->function-bind;
325322
hosted-git-info-->lru-cache;
326323
http-proxy-agent-->agent-base;
327324
http-proxy-agent-->debug;
328-
http-proxy-agent-->tootallnate-once["@tootallnate/once"];
329325
https-proxy-agent-->agent-base;
330326
https-proxy-agent-->debug;
331-
humanize-ms-->ms;
332327
iconv-lite-->safer-buffer;
333328
ignore-walk-->minimatch;
334-
inflight-->once;
335-
inflight-->wrappy;
336329
init-package-json-->npm-package-arg;
337330
init-package-json-->promzard;
338331
init-package-json-->read-package-json;
@@ -449,21 +442,16 @@ graph LR;
449442
libnpmversion-->semver;
450443
libnpmversion-->tap;
451444
lru-cache-->yallist;
452-
make-fetch-happen-->agentkeepalive;
453445
make-fetch-happen-->cacache;
454446
make-fetch-happen-->http-cache-semantics;
455-
make-fetch-happen-->http-proxy-agent;
456-
make-fetch-happen-->https-proxy-agent;
457447
make-fetch-happen-->is-lambda;
458-
make-fetch-happen-->lru-cache;
459448
make-fetch-happen-->minipass-fetch;
460449
make-fetch-happen-->minipass-flush;
461450
make-fetch-happen-->minipass-pipeline;
462451
make-fetch-happen-->minipass;
463452
make-fetch-happen-->negotiator;
464453
make-fetch-happen-->npmcli-agent["@npmcli/agent"];
465454
make-fetch-happen-->promise-retry;
466-
make-fetch-happen-->socks-proxy-agent;
467455
make-fetch-happen-->ssri;
468456
minimatch-->brace-expansion;
469457
minipass-->yallist;
@@ -485,8 +473,7 @@ graph LR;
485473
node-gyp-->graceful-fs;
486474
node-gyp-->make-fetch-happen;
487475
node-gyp-->nopt;
488-
node-gyp-->npmlog;
489-
node-gyp-->rimraf;
476+
node-gyp-->proc-log;
490477
node-gyp-->semver;
491478
node-gyp-->tar;
492479
node-gyp-->which;
@@ -736,7 +723,6 @@ graph LR;
736723
npmlog-->console-control-strings;
737724
npmlog-->gauge;
738725
npmlog-->set-blocking;
739-
once-->wrappy;
740726
p-map-->aggregate-error;
741727
pacote-->cacache;
742728
pacote-->fs-minipass;
@@ -773,10 +759,11 @@ graph LR;
773759
read-package-json-->npm-normalize-package-bin;
774760
read-package-json-fast-->json-parse-even-better-errors;
775761
read-package-json-fast-->npm-normalize-package-bin;
776-
readable-stream-->inherits;
762+
readable-stream-->abort-controller;
763+
readable-stream-->buffer;
764+
readable-stream-->events;
765+
readable-stream-->process;
777766
readable-stream-->string_decoder;
778-
readable-stream-->util-deprecate;
779-
rimraf-->glob;
780767
semver-->lru-cache;
781768
shebang-command-->shebang-regex;
782769
sigstore-->sigstore-bundle["@sigstore/bundle"];

‎node_modules/.gitignore

-45
Original file line numberDiff line numberDiff line change
@@ -46,17 +46,12 @@
4646
!/@sigstore/protobuf-specs
4747
!/@sigstore/sign
4848
!/@sigstore/tuf
49-
!/@tootallnate/
50-
/@tootallnate/*
51-
!/@tootallnate/once
5249
!/@tufjs/
5350
/@tufjs/*
5451
!/@tufjs/canonical-json
5552
!/@tufjs/models
5653
!/abbrev
5754
!/abort-controller
58-
!/agent-base
59-
!/agentkeepalive
6055
!/aggregate-error
6156
!/ansi-regex
6257
!/ansi-styles
@@ -85,7 +80,6 @@
8580
!/color-support
8681
!/columnify
8782
!/common-ancestor-path
88-
!/concat-map
8983
!/console-control-strings
9084
!/cross-spawn
9185
!/cross-spawn/node_modules/
@@ -110,7 +104,6 @@
110104
!/fastest-levenshtein
111105
!/foreground-child
112106
!/fs-minipass
113-
!/fs.realpath
114107
!/function-bind
115108
!/gauge
116109
!/glob
@@ -119,16 +112,11 @@
119112
!/has
120113
!/hosted-git-info
121114
!/http-cache-semantics
122-
!/http-proxy-agent
123-
!/https-proxy-agent
124-
!/humanize-ms
125115
!/iconv-lite
126116
!/ieee754
127117
!/ignore-walk
128118
!/imurmurhash
129119
!/indent-string
130-
!/inflight
131-
!/inherits
132120
!/ini
133121
!/init-package-json
134122
!/ip-regex
@@ -178,29 +166,6 @@
178166
!/mute-stream
179167
!/negotiator
180168
!/node-gyp
181-
!/node-gyp/node_modules/
182-
/node-gyp/node_modules/*
183-
!/node-gyp/node_modules/abbrev
184-
!/node-gyp/node_modules/are-we-there-yet
185-
!/node-gyp/node_modules/brace-expansion
186-
!/node-gyp/node_modules/cacache
187-
!/node-gyp/node_modules/cacache/node_modules/
188-
/node-gyp/node_modules/cacache/node_modules/*
189-
!/node-gyp/node_modules/cacache/node_modules/brace-expansion
190-
!/node-gyp/node_modules/cacache/node_modules/glob
191-
!/node-gyp/node_modules/cacache/node_modules/minimatch
192-
!/node-gyp/node_modules/cacache/node_modules/minipass
193-
!/node-gyp/node_modules/gauge
194-
!/node-gyp/node_modules/glob
195-
!/node-gyp/node_modules/lru-cache
196-
!/node-gyp/node_modules/make-fetch-happen
197-
!/node-gyp/node_modules/minimatch
198-
!/node-gyp/node_modules/minipass
199-
!/node-gyp/node_modules/nopt
200-
!/node-gyp/node_modules/npmlog
201-
!/node-gyp/node_modules/readable-stream
202-
!/node-gyp/node_modules/signal-exit
203-
!/node-gyp/node_modules/which
204169
!/nopt
205170
!/normalize-package-data
206171
!/npm-audit-report
@@ -214,11 +179,9 @@
214179
!/npm-registry-fetch
215180
!/npm-user-validate
216181
!/npmlog
217-
!/once
218182
!/p-map
219183
!/pacote
220184
!/parse-conflict-json
221-
!/path-is-absolute
222185
!/path-key
223186
!/path-scurry
224187
!/postcss-selector-parser
@@ -236,12 +199,6 @@
236199
!/read
237200
!/readable-stream
238201
!/retry
239-
!/rimraf
240-
!/rimraf/node_modules/
241-
/rimraf/node_modules/*
242-
!/rimraf/node_modules/brace-expansion
243-
!/rimraf/node_modules/glob
244-
!/rimraf/node_modules/minimatch
245202
!/safe-buffer
246203
!/safer-buffer
247204
!/semver
@@ -254,7 +211,6 @@
254211
!/signal-exit
255212
!/sigstore
256213
!/smart-buffer
257-
!/socks-proxy-agent
258214
!/socks
259215
!/spdx-correct
260216
!/spdx-exceptions
@@ -300,7 +256,6 @@
300256
!/wrap-ansi/node_modules/emoji-regex
301257
!/wrap-ansi/node_modules/string-width
302258
!/wrap-ansi/node_modules/strip-ansi
303-
!/wrappy
304259
!/write-file-atomic
305260
!/yallist
306261
# Always ignore some specific patterns within any allowed package

0 commit comments

Comments
 (0)
Please sign in to comment.