Skip to content

Update dependency catch2 to v3.13.0#150

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

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

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 16, 2026

This PR contains the following updates:

Package Type Update Change
catch2 bazel_dep minor 3.12.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

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 4a41491 to 43806c8 Compare March 2, 2026 18:33
@renovate renovate bot force-pushed the renovate/catch2-3.x branch from 43806c8 to f8deb8d Compare March 13, 2026 18:40
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