@@ -8,30 +8,30 @@ directories to create the Node.js binaries.
88All dependencies are located within the ` deps ` directory.
99This a list of all the dependencies:
1010
11- * [ acorn 8.11.2 ] [ ]
12- * [ ada 2.7.4 ] [ ]
13- * [ base64 0.5.1 ] [ ]
14- * [ brotli 1.0.9 ] [ ]
15- * [ c-ares 1.20.1 ] [ ]
16- * [ cjs-module-lexer 1.2.2 ] [ ]
11+ * [ acorn] [ ]
12+ * [ ada] [ ]
13+ * [ base64] [ ]
14+ * [ brotli] [ ]
15+ * [ c-ares] [ ]
16+ * [ cjs-module-lexer] [ ]
1717* [ corepack] [ ]
18- * [ googletest 76bb2af ] [ ]
19- * [ histogram 0.11.8 ] [ ]
20- * [ icu-small 74.1 ] [ ]
21- * [ libuv 1.46.0 ] [ ]
22- * [ llhttp 8.1.0 ] [ ]
23- * [ minimatch 9.0.3 ] [ ]
24- * [ nghttp2 1.58.0 ] [ ]
25- * [ nghttp3 0.7.0 ] [ ]
26- * [ ngtcp2 0.8.1 ] [ ]
27- * [ npm 9.6.7 ] [ ]
28- * [ openssl 3.0.8 ] [ ]
29- * [ postject 1.0.0-alpha.6 ] [ ]
30- * [ simdutf 4.0.4 ] [ ]
31- * [ undici 5.27.2 ] [ ]
32- * [ uvwasi 0.0.19 ] [ ]
33- * [ V8 11.3.244.8 ] [ ]
34- * [ zlib 1.3.0.1-motley-dd5fc13 ] [ ]
18+ * [ googletest] [ ]
19+ * [ histogram] [ ]
20+ * [ icu-small] [ ]
21+ * [ libuv] [ ]
22+ * [ llhttp] [ ]
23+ * [ minimatch] [ ]
24+ * [ nghttp2] [ ]
25+ * [ nghttp3] [ ]
26+ * [ ngtcp2] [ ]
27+ * [ npm] [ ]
28+ * [ openssl] [ ]
29+ * [ postject] [ ]
30+ * [ simdutf] [ ]
31+ * [ undici] [ ]
32+ * [ uvwasi] [ ]
33+ * [ V8] [ ]
34+ * [ zlib] [ ]
3535
3636Any code which meets one or more of these conditions should
3737be managed as a dependency:
@@ -144,35 +144,35 @@ takes care of npm update, it is maintained by the npm team.
144144
145145## Dependency list
146146
147- ### acorn 8.11.2
147+ ### acorn
148148
149149The [ acorn] ( https://github.com/acornjs/acorn ) dependency is a JavaScript parser.
150150[ acorn-walk] ( https://github.com/acornjs/acorn/tree/master/acorn-walk ) is
151151an abstract syntax tree walker for the ESTree format.
152152
153- ### ada 2.7.4
153+ ### ada
154154
155155The [ ada] ( https://github.com/ada-url/ada ) dependency is a
156156fast and spec-compliant URL parser written in C++.
157157
158- ### base64 0.5.1
158+ ### base64
159159
160160The [ base64] ( https://github.com/aklomp/base64 ) dependency is a base64
161161stream encoding/decoding library in C99 with SIMD and OpenMP acceleration.
162162It also contains wrapper functions to encode/decode simple
163163length-delimited strings.
164164
165- ### brotli 1.0.9
165+ ### brotli
166166
167167The [ brotli] ( https://github.com/google/brotli ) dependency is
168168used for the homonym generic-purpose lossless compression algorithm.
169169
170- ### c-ares 1.20.1
170+ ### c-ares
171171
172172The [ c-ares] ( https://github.com/c-ares/c-ares ) is a C library
173173for asynchronous DNS requests.
174174
175- ### cjs-module-lexer 1.2.2
175+ ### cjs-module-lexer
176176
177177The [ cjs-module-lexer] ( https://github.com/nodejs/node/tree/HEAD/deps/cjs-module-lexer )
178178dependency is used within the Node.js ESM implementation to detect the
@@ -189,52 +189,52 @@ In practical terms, Corepack will let you use Yarn and pnpm without having to
189189install them - just like what currently happens with npm, which is shipped
190190by Node.js by default.
191191
192- ### googletest 76bb2af
192+ ### googletest
193193
194194The [ googletest] ( https://github.com/google/googletest ) dependency is Google’s
195195C++ testing and mocking framework.
196196
197- ### histogram 0.11.8
197+ ### histogram
198198
199199The [ histogram] ( https://github.com/HdrHistogram/HdrHistogram_c ) dependency is
200200a C port of High Dynamic Range (HDR) Histogram.
201201
202- ### icu-small 74.1
202+ ### ic
203203
204204The [ icu] ( http://site.icu-project.org ) is widely used set of C/C++
205205and Java libraries providing Unicode and Globalization
206206support for software applications.
207207See [ maintaining-icu] [ ] for more informations.
208208
209- ### libuv 1.46.0
209+ ### libuv
210210
211211The [ libuv] ( https://github.com/libuv/libuv ) dependency is a
212212multi-platform support library with a focus on asynchronous I/O.
213213It was primarily developed for use by Node.js.
214214
215- ### llhttp 8.1.0
215+ ### llhttp
216216
217217The [ llhttp] ( https://github.com/nodejs/llhttp ) dependency is
218218the http parser used by Node.js.
219219See [ maintaining-http] [ ] for more informations.
220220
221- ### minimatch 9.0.3
221+ ### minimatch
222222
223223The [ minimatch] ( https://github.com/isaacs/minimatch ) dependency is a
224224minimal matching utility.
225225
226- ### nghttp2 1.58.0
226+ ### nghttp2
227227
228228The [ nghttp2] ( https://github.com/nghttp2/nghttp2 ) dependency is a C library
229229implementing HTTP/2 protocol.
230230See [ maintaining-http] [ ] for more informations.
231231
232- ### nghttp3 0.7.0
232+ ### nghttp3
233233
234234The [ nghttp3] ( https://github.com/ngtcp2/nghttp3 ) dependency is HTTP/3 library
235235written in C. See ngtcp2 for more informations.
236236
237- ### ngtcp2 0.8.1
237+ ### ngtcp2
238238
239239The ngtcp2 and nghttp3 dependencies provide the core functionality for
240240QUIC and HTTP/3.
@@ -254,7 +254,7 @@ The `nghttp3` library depends on `ngtcp2`. Both should always be updated
254254together. From ` ngtcp2 ` we only want the contents of the ` lib ` and ` crypto `
255255directories; from ` nghttp3 ` we only want the contents of the ` lib ` directory.
256256
257- ### npm 9.6.7
257+ ### npm
258258
259259The [ npm] ( https://github.com/npm/cli ) dependency is
260260the package manager for JavaScript.
@@ -269,7 +269,7 @@ are at the discretion of the release and LTS teams.
269269This process only covers full updates to new versions of npm. Cherry-picked
270270changes can be reviewed and landed via the normal consensus seeking process.
271271
272- ### openssl 3.0.8
272+ ### openssl
273273
274274The [ openssl] ( https://github.com/quictls/openssl ) dependency is a
275275fork of OpenSSL to enable QUIC.
@@ -281,72 +281,72 @@ the main openssl/openssl releases with the addition of APIs to support
281281the QUIC protocol.
282282See [ maintaining-openssl] [ ] for more informations.
283283
284- ### postject 1.0.0-alpha.6
284+ ### postject
285285
286286The [ postject] ( https://github.com/nodejs/postject ) dependency is used for the
287287[ Single Executable strategic initiative] ( https://github.com/nodejs/single-executable ) .
288288
289- ### simdutf 4.0.4
289+ ### simdutf
290290
291291The [ simdutf] ( https://github.com/simdutf/simdutf ) dependency is
292292a C++ library for fast UTF-8 decoding and encoding.
293293
294- ### undici 5.27.2
294+ ### undici
295295
296296The [ undici] ( https://github.com/nodejs/undici ) dependency is an HTTP/1.1 client,
297297written from scratch for Node.js..
298298See [ maintaining-http] [ ] for more informations.
299299
300- ### uvwasi 0.0.19
300+ ### uvwasi
301301
302302The [ uvwasi] ( https://github.com/nodejs/uvwasi ) dependency implements
303303the WASI system call API, so that WebAssembly runtimes can easily
304304implement WASI calls.
305305Under the hood, uvwasi leverages libuv where possible for maximum portability.
306306See [ maintaining-web-assembly] [ ] for more informations.
307307
308- ### V8 11.3.244.8
308+ ### V8
309309
310310[ V8] ( https://chromium.googlesource.com/v8/v8.git/ ) is Google's open source
311311high-performance JavaScript and WebAssembly engine, written in C++.
312312See [ maintaining-V8] [ ] for more informations.
313313
314- ### zlib 1.3.0.1-motley-dd5fc13
314+ ### zlib
315315
316316The [ zlib] ( https://chromium.googlesource.com/chromium/src/+/refs/heads/main/third_party/zlib )
317317dependency lossless data-compression library,
318318it comes from the Chromium team's zlib fork which incorporated
319319performance improvements not currently available in standard zlib.
320320
321- [ acorn 8.11.2 ] : #acorn-8112
322- [ ada 2.7.4 ] : #ada-274
323- [ base64 0.5.1 ] : #base64-051
324- [ brotli 1.0.9 ] : #brotli-109
325- [ c-ares 1.20.1 ] : #c-ares-1201
326- [ cjs-module-lexer 1.2.2 ] : #cjs-module-lexer-122
321+ [ acorn ] : #acorn
322+ [ ada ] : #ada
323+ [ base64 ] : #base64
324+ [ brotli ] : #brotli
325+ [ c-ares ] : #c-ares
326+ [ cjs-module-lexer ] : #cjs-module-lexer
327327[ corepack ] : #corepack
328328[ dependency-update-action ] : ../../../.github/workflows/tools.yml
329- [ googletest 76bb2af ] : #googletest-76bb2af
330- [ histogram 0.11.8 ] : #histogram-0118
331- [ icu-small 74.1 ] : #icu-small-741
332- [ libuv 1.46.0 ] : #libuv-1460
333- [ llhttp 8.1.0 ] : #llhttp-810
329+ [ googletest ] : #googletest
330+ [ histogram ] : #histogram
331+ [ icu-small ] : #icu-small
332+ [ libuv ] : #libuv
333+ [ llhttp ] : #llhttp
334334[ maintaining-V8 ] : ./maintaining-V8.md
335335[ maintaining-cjs-module-lexer ] : ./maintaining-cjs-module-lexer.md
336336[ maintaining-http ] : ./maintaining-http.md
337337[ maintaining-icu ] : ./maintaining-icu.md
338338[ maintaining-openssl ] : ./maintaining-openssl.md
339339[ maintaining-web-assembly ] : ./maintaining-web-assembly.md
340- [ minimatch 9.0.3 ] : #minimatch-903
341- [ nghttp2 1.58.0 ] : #nghttp2-1580
342- [ nghttp3 0.7.0 ] : #nghttp3-070
343- [ ngtcp2 0.8.1 ] : #ngtcp2-081
344- [ npm 9.6.7 ] : #npm-967
345- [ openssl 3.0.8 ] : #openssl-308
346- [ postject 1.0.0-alpha.6 ] : #postject-100-alpha6
347- [ simdutf 4.0.4 ] : #simdutf-404
348- [ undici 5.27.2 ] : #undici-5272
340+ [ minimatch ] : #minimatch
341+ [ nghttp2 ] : #nghttp2
342+ [ nghttp3 ] : #nghttp3
343+ [ ngtcp2 ] : #ngtcp2
344+ [ npm ] : #npm
345+ [ openssl ] : #openssl
346+ [ postject ] : #postject
347+ [ simdutf ] : #simdutf
348+ [ undici ] : #undici
349349[ update-openssl-action ] : ../../../.github/workflows/update-openssl.yml
350- [ uvwasi 0.0.19 ] : #uvwasi-0019
351- [ v8 11.3.244.8 ] : #v8-1132448
352- [ zlib 1.3.0.1-motley-dd5fc13 ] : #zlib-1301-motley-dd5fc13
350+ [ uvwasi ] : #uvwasi
351+ [ v8 ] : #v8
352+ [ zlib ] : #zlib
0 commit comments