Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
doc: reference picomatch instead of minimatch
  • Loading branch information
danielbayley committed Jun 23, 2024
commit 159d4d593ff46e1ad39f4d2ff1ce0b5732d1d2f2
14 changes: 7 additions & 7 deletions doc/contributing/maintaining/maintaining-dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ This a list of all the dependencies:
* [icu-small][]
* [libuv][]
* [llhttp][]
* [minimatch][]
* [nghttp2][]
* [nghttp3][]
* [ngtcp2][]
* [npm][]
* [openssl][]
* [picomatch][]
* [postject][]
* [simdjson][]
* [simdutf][]
Expand Down Expand Up @@ -224,11 +224,6 @@ The [llhttp](https://github.com/nodejs/llhttp) dependency is
the http parser used by Node.js.
See [maintaining-http][] for more information.

### minimatch

The [minimatch](https://github.com/isaacs/minimatch) dependency is a
minimal matching utility.

### nghttp2

The [nghttp2](https://github.com/nghttp2/nghttp2) dependency is a C library
Expand Down Expand Up @@ -287,6 +282,11 @@ the main openssl/openssl releases with the addition of APIs to support
the QUIC protocol.
See [maintaining-openssl][] for more information.

### picomatch

The [picomatch](https://github.com/micromatch/picomatch) dependency is a
minimal matching utility.

### postject

The [postject](https://github.com/nodejs/postject) dependency is used for the
Expand Down Expand Up @@ -353,12 +353,12 @@ performance improvements not currently available in standard zlib.
[maintaining-icu]: ./maintaining-icu.md
[maintaining-openssl]: ./maintaining-openssl.md
[maintaining-web-assembly]: ./maintaining-web-assembly.md
[minimatch]: #minimatch
[nghttp2]: #nghttp2
[nghttp3]: #nghttp3
[ngtcp2]: #ngtcp2
[npm]: #npm
[openssl]: #openssl
[picomatch]: #picomatch
[postject]: #postject
[simdjson]: #simdjson
[simdutf]: #simdutf
Expand Down