From 77e0ed1b469b569e0a055ef63b436d88051b10c2 Mon Sep 17 00:00:00 2001 From: "Node.js GitHub Bot" Date: Sun, 5 Nov 2023 00:24:37 +0000 Subject: [PATCH 1/2] deps: update googletest to b10fad3 --- deps/googletest/src/gtest.cc | 1 + doc/contributing/maintaining/maintaining-dependencies.md | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/deps/googletest/src/gtest.cc b/deps/googletest/src/gtest.cc index 99b22ed327fd91..85d45b58e37c19 100644 --- a/deps/googletest/src/gtest.cc +++ b/deps/googletest/src/gtest.cc @@ -43,6 +43,7 @@ #include #include // NOLINT #include +#include // NOLINT: raise(3) is used on some platforms #include #include #include diff --git a/doc/contributing/maintaining/maintaining-dependencies.md b/doc/contributing/maintaining/maintaining-dependencies.md index 9c2e3485271e41..189d1aabbdd1b5 100644 --- a/doc/contributing/maintaining/maintaining-dependencies.md +++ b/doc/contributing/maintaining/maintaining-dependencies.md @@ -15,7 +15,7 @@ This a list of all the dependencies: * [c-ares 1.20.1][] * [cjs-module-lexer 1.2.2][] * [corepack][] -* [googletest 116b7e5][] +* [googletest b10fad3][] * [histogram 0.11.8][] * [icu-small 73.2][] * [libuv 1.46.0][] @@ -189,7 +189,7 @@ In practical terms, Corepack will let you use Yarn and pnpm without having to install them - just like what currently happens with npm, which is shipped by Node.js by default. -### googletest 116b7e5 +### googletest b10fad3 The [googletest](https://github.com/google/googletest) dependency is Google’s C++ testing and mocking framework. @@ -326,7 +326,7 @@ performance improvements not currently available in standard zlib. [cjs-module-lexer 1.2.2]: #cjs-module-lexer-122 [corepack]: #corepack [dependency-update-action]: ../../../.github/workflows/tools.yml -[googletest 116b7e5]: #googletest-116b7e5 +[googletest b10fad3]: #googletest-b10fad3 [histogram 0.11.8]: #histogram-0118 [icu-small 73.2]: #icu-small-732 [libuv 1.46.0]: #libuv-1460 From 268f963cbf67d218ebb8fd3ce3fd5b0766a45f05 Mon Sep 17 00:00:00 2001 From: "Node.js GitHub Bot" Date: Sun, 3 Dec 2023 00:25:49 +0000 Subject: [PATCH 2/2] deps: update googletest to 76bb2af --- doc/contributing/maintaining/maintaining-dependencies.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/contributing/maintaining/maintaining-dependencies.md b/doc/contributing/maintaining/maintaining-dependencies.md index 189d1aabbdd1b5..dbd7cf183fba2c 100644 --- a/doc/contributing/maintaining/maintaining-dependencies.md +++ b/doc/contributing/maintaining/maintaining-dependencies.md @@ -15,7 +15,7 @@ This a list of all the dependencies: * [c-ares 1.20.1][] * [cjs-module-lexer 1.2.2][] * [corepack][] -* [googletest b10fad3][] +* [googletest 76bb2af][] * [histogram 0.11.8][] * [icu-small 73.2][] * [libuv 1.46.0][] @@ -189,7 +189,7 @@ In practical terms, Corepack will let you use Yarn and pnpm without having to install them - just like what currently happens with npm, which is shipped by Node.js by default. -### googletest b10fad3 +### googletest 76bb2af The [googletest](https://github.com/google/googletest) dependency is Google’s C++ testing and mocking framework. @@ -326,7 +326,7 @@ performance improvements not currently available in standard zlib. [cjs-module-lexer 1.2.2]: #cjs-module-lexer-122 [corepack]: #corepack [dependency-update-action]: ../../../.github/workflows/tools.yml -[googletest b10fad3]: #googletest-b10fad3 +[googletest 76bb2af]: #googletest-76bb2af [histogram 0.11.8]: #histogram-0118 [icu-small 73.2]: #icu-small-732 [libuv 1.46.0]: #libuv-1460