Skip to content

Update dependency catchorg/Catch2 to v3.13.0#142

Merged
JohT merged 1 commit intomainfrom
renovate/catchorg-catch2-3.x
Feb 16, 2026
Merged

Update dependency catchorg/Catch2 to v3.13.0#142
JohT merged 1 commit intomainfrom
renovate/catchorg-catch2-3.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 16, 2026

This PR contains the following updates:

Package Update Change
catchorg/Catch2 minor 3.12.03.13.0

Release Notes

catchorg/Catch2 (catchorg/Catch2)

v3.13.0

Compare Source

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

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), 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.

@JohT JohT merged commit 79acfbf into main Feb 16, 2026
9 checks passed
@JohT JohT deleted the renovate/catchorg-catch2-3.x branch February 16, 2026 05:37
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.

1 participant