Skip to content

Update dependency catch2 to v3.15.1 - #8381

Merged
LeFrosch merged 1 commit into
bazelbuild:masterfrom
renovate-bot:renovate/catch2-3.x
Jun 29, 2026
Merged

Update dependency catch2 to v3.15.1#8381
LeFrosch merged 1 commit into
bazelbuild:masterfrom
renovate-bot:renovate/catch2-3.x

Conversation

@renovate-bot

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
catch2 bazel_dep minor 3.13.03.15.1

Release Notes

catchorg/Catch2 (catch2)

v3.15.1

Fixes
  • Fixed potential OOB access when looking for start of broken UTF-8 sequence during linebreaking (#​3096)
  • Fixed TEMPLATE_LIST_TEST_CASE_METHOD and CATCH_TEMPLATE_PRODUCT_TEST_CASE potentially causing ODR violations (#​3161)

v3.15.0

Fixes
  • Fixed ambiguous overload issue with std::optional<T> in C++26. (#​3095)
    • Since std::optional was turned into a range, the partial specialization of StringMaker for range-like types and for std::optional<T> were in conflict.
Improvements
  • Simplified CATCH_REGISTER_ENUM internals for faster compilation and retrieval.
  • Successful assertion are slightly (1-2%) faster.
  • Generic (new-style) matchers support constexpr matching in C++20.
    • Combining matchers requires C++26.
    • Catch2-provided generic matchers are all constexpr enabled.
  • Added STATIC_REQUIRE_THAT for compile-time matcher assertions.
    • This requires the compiler to support enough constexpr for matchers, see above.

v3.14.0

Fixes
  • Added missing <cstdint> includes. (#​3078)
  • Fixed suppression of empty variadic macro arguments warning on Clang <19. (#​3085)
  • Fixed catch_discover_tests failing during PRE_TEST discovery if a target does not have discoverable tests. (#​3075)
  • Fixed build of the main library failing with CATCH_CONFIG_PREFIX_ALL defined. (#​3087)
  • JUnit reporter outputs single failed (errored/skipped) assertion per test case. (#​1919)
Improvements
  • The default implementation of --list-tags and --list-listeners has a quiet variant.
  • Suppressed the new Clang warning about __COUNTER__ usage. (#​3076)
  • Line-wrapping counts utf-8 codepoints instead of bytes. (#​1022, #​3086)
    • Combining character sequences are still miscounted, but Catch2 does not aim to fully support Unicode.

Configuration

📅 Schedule: (UTC)

  • 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the version of the catch2 Bazel dependency from 3.13.0 to 3.15.1 across multiple test projects, specifically in clwb/tests/projects/execution/MODULE.bazel, clwb/tests/projects/external_includes/MODULE.bazel, and clwb/tests/projects/simple/MODULE.bazel. There are no review comments to evaluate, and I have no additional feedback to provide on these changes.

Important

The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.

@LeFrosch
LeFrosch merged commit e0dac3c into bazelbuild:master Jun 29, 2026
6 checks passed
@github-project-automation github-project-automation Bot moved this from Untriaged to Done in Bazel IntelliJ Plugin Jun 29, 2026
@github-actions github-actions Bot removed the awaiting-review Awaiting review from Bazel team on PRs label Jun 29, 2026
@renovate-bot
renovate-bot deleted the renovate/catch2-3.x branch June 29, 2026 13:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

product: CLion CLion plugin

Projects

Development

Successfully merging this pull request may close these issues.

3 participants