Skip to content

Update dependency catch2 to v3.13.0#133

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/catch2-3.x
Open

Update dependency catch2 to v3.13.0#133
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/catch2-3.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Jan 6, 2026

This PR contains the following updates:

Package Type Update Change
catch2 bazel_dep minor 3.11.03.13.0

Release Notes

catchorg/Catch2 (catch2)

v3.13.0

Fixes
  • --benchmark-samples 0 no longer hard crashes (#​3056)
    • The CLI validation fails instead.
  • Fixed warning suppression macros being doubly defined when using Clang on Windows (#​3060)
Improvements
  • Suppressed static analysis 26426 diagnostic for MSVC (#​3057)
  • Renamed the internal deprecation macro from DEPRECATED to CATCH_DEPRECATED to avoid conflicts (#​3058)
  • Added UNSCOPED_CAPTURE macro (#​2954)
  • Added ConcatGenerator to combine multiple separate generator into one
    • The short form is cat
  • Generators can now jump forward to nth element efficiently
    • Custom generators that can jump forward efficiently should override skipToNthElementImpl
  • Generators can declare themselves infinite
    • The generator base defaults to declaring itself finite for backwards compatibility
    • Custom generators should override isFinite() to return the proper value
  • Added --warn InfiniteGenerators to error out on GENERATE being given an infinite generator
  • Extended options for section filtering from CLI to include generators
    • The user can specify which element from the generator to use in the test case
    • See documentation for how the new filters work and how they can be specified
  • MapGenerator only calls the mapping function if the output will be used

v3.12.0

Fixes
  • Fixed unscoped messages after a passing fast-pathed assertion being lost.
  • Fixed the help string for --order to mention random order as the default. (#​3045)
  • Fixed small documentation typos. (#​3039)
  • Fixed compilation with CATCH_CONFIG_THREAD_SAFE_ASSERTIONS for older C++ standards.
  • Fixed a thread-safety issue with message macros being used too early after the process starts.
  • Fixed automatic configuration to properly handle PlayStation platform. (#​3054)
  • Fixed the weird behaviour of section filtering when specifying multiple filters. (#​3038)
Improvements
  • Added lifetimebound attribute to various places.
    • As an example, compiler that supports lifetime analysis will now diagnose invalid use of Matcher combinators.
  • Minor compile-time improvements to stringification. (#​3028)
    • std::tuple printer does not recurse.
    • Some implementation details were outlined into the cpp file.
  • Global variables will only be marked with thread_local in thread-safe builds. (#​3044)
Miscellaneous
  • The thread safety support is no longer experimental.
    • The new CMake option and C++ define is now CATCH_CONFIG_THREAD_SAFE_ASSERTIONS.

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.


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

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

@renovate renovate Bot force-pushed the renovate/catch2-3.x branch from 8c587fd to f33fd6d Compare February 16, 2026 21:56
@renovate renovate Bot changed the title Update dependency catch2 to v3.12.0 Update dependency catch2 to v3.13.0 Feb 16, 2026
@renovate renovate Bot force-pushed the renovate/catch2-3.x branch from f33fd6d to 67762c9 Compare March 13, 2026 15:43
@renovate renovate Bot force-pushed the renovate/catch2-3.x branch from 67762c9 to 267e07f Compare April 2, 2026 09:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants