bazel-contrib / toolchains_llvm

LLVM toolchain for bazel
Apache License 2.0
289 stars 207 forks source link

Update dependency com_google_googletest to v1.14.0 #266

Closed renovate[bot] closed 6 months ago

renovate[bot] commented 6 months ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
com_google_googletest http_archive minor release-1.12.1 -> v1.14.0

Release Notes

google/googletest (com_google_googletest) ### [`v1.14.0`](https://togithub.com/google/googletest/releases/tag/v1.14.0) [Compare Source](https://togithub.com/google/googletest/compare/v1.13.0...v1.14.0) ### Release Notes GoogleTest will **not** accept patches of new features to the v1.14.x branch.\ We recommend building GoogleTest from the latest commit instead.\ Exceptional critical bug fixes may be considered. #### C++ Language Support - GoogleTest requires at least C++14 and follows [Google's Foundational C++ Support Policy](https://opensource.google/documentation/policies/cplusplus-support). See [this table](https://togithub.com/google/oss-policies-info/blob/main/foundational-cxx-support-matrix.md) for a list of currently supported versions compilers, platforms, and build tools. #### Notable Changes - Many bug fixes ### [`v1.13.0`](https://togithub.com/google/googletest/releases/tag/v1.13.0) [Compare Source](https://togithub.com/google/googletest/compare/release-1.12.1...v1.13.0) ### Release Notes GoogleTest will **not** accept patches of new features to the v1.13.x branch.\ We recommend building GoogleTest from the latest commit instead.\ Exceptional critical bug fixes may be considered. #### C++ Language Support - GoogleTest now requires at least C++14 and follows [Google's Foundational C++ Support Policy](https://opensource.google/documentation/policies/cplusplus-support). See [this table](https://togithub.com/google/oss-policies-info/blob/main/foundational-cxx-support-matrix.md) for a list of currently supported versions compilers, platforms, and build tools. #### Notable Changes - Floating point prints full precision by default to aid in debugging (https://github.com/google/googletest/commit/9c332145b71c36a5bad9688312c79184f98601ff) - `GTEST_FAIL_AT` now terminates the test (like `ASSERT_*`), rather than failing and continuing (like `EXPECT_*`) (https://github.com/google/googletest/commit/6f149520a19c0bfd6a70075a733a69cd8b03ae94) - Added `testing::SrcDir()`, which returns the configured directory for test data files (https://github.com/google/googletest/commit/912db742531bf82efb01194bc08140416e3b3467)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

â™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.