chore(deps): update all dependencies#220
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v4→v6v6→v7v4→v5v3→v4v3.4.0→v3.15.1v3→v4Release Notes
actions/cache (actions/cache)
v6.1.0Compare Source
What's Changed
Full Changelog: actions/cache@v6...v6.1.0
v6.0.0Compare Source
What's Changed
Full Changelog: actions/cache@v5...v6.0.0
v6Compare Source
v5.1.0Compare Source
What's Changed
Full Changelog: actions/cache@v5...v5.1.0
v5.0.5Compare Source
What's Changed
Full Changelog: actions/cache@v5...v5.0.5
v5.0.4Compare Source
What's Changed
New Contributors
Full Changelog: actions/cache@v5...v5.0.4
v5.0.3Compare Source
What's Changed
@actions/cacheto v5.0.5 (Resolves: https://github.com/actions/cache/security/dependabot/33)@actions/coreto v2.0.3Full Changelog: actions/cache@v5...v5.0.3
v5.0.2: v.5.0.2Compare Source
v5.0.2
What's Changed
When creating cache entries, 429s returned from the cache service will not be retried.
v5.0.1Compare Source
v5.0.1
What's Changed
v5.0.0
What's Changed
Full Changelog: actions/cache@v5...v5.0.1
v5.0.0Compare Source
What's Changed
Full Changelog: actions/cache@v4.3.0...v5.0.0
v5Compare Source
actions/checkout (actions/checkout)
v7.0.0Compare Source
v7Compare Source
actions/setup-java (actions/setup-java)
v5.4.0Compare Source
What's Changed
New Contributors
Full Changelog: actions/setup-java@v5...v5.4.0
v5.3.0Compare Source
What's Changed
New Contributors
Full Changelog: actions/setup-java@v5...v5.3.0
v5.2.0Compare Source
What's Changed
Enhancement
Documentation Changes
Dependency Updates
New Contributors
Full Changelog: actions/setup-java@v5...v5.2.0
v5.1.0Compare Source
What's Changed
New Features
.sdkmanrcfile injava-version-fileparameter by @guicamest in #736Bug Fixes & Improvements
Documentation changes
Dependency updates
New Contributors
Full Changelog: actions/setup-java@v5...v5.1.0
v5.0.0Compare Source
What's Changed
Breaking Changes
Make sure your runner is updated to this version or newer to use this release. v2.327.1 Release Notes
Dependency Upgrades
Bug Fixes
New Contributors
Full Changelog: actions/setup-java@v4...v5.0.0
v5Compare Source
android-actions/setup-android (android-actions/setup-android)
v4.0.1Compare Source
Update npm dependencies
v4.0.0Compare Source
Hello,
The long awaited update of setup-android.
1474292)Incrementing major version to safeguard incase node upgrade or default cmdline-tools upgrade breaks something downstream.
v4Compare Source
catchorg/Catch2 (catchorg/Catch2)
v3.15.1Compare Source
Fixes
TEMPLATE_LIST_TEST_CASE_METHODandCATCH_TEMPLATE_PRODUCT_TEST_CASEpotentially causing ODR violations (#3161)v3.15.0Compare Source
Fixes
std::optional<T>in C++26. (#3095)std::optionalwas turned into a range, the partial specialization ofStringMakerfor range-like types and forstd::optional<T>were in conflict.Improvements
CATCH_REGISTER_ENUMinternals for faster compilation and retrieval.STATIC_REQUIRE_THATfor compile-time matcher assertions.constexprfor matchers, see above.v3.14.0Compare Source
Fixes
<cstdint>includes. (#3078)catch_discover_testsfailing duringPRE_TESTdiscovery if a target does not have discoverable tests. (#3075)CATCH_CONFIG_PREFIX_ALLdefined. (#3087)Improvements
--list-tagsand--list-listenershas a quiet variant.__COUNTER__usage. (#3076)v3.13.0Compare Source
Fixes
--benchmark-samples 0no longer hard crashes (#3056)Improvements
DEPRECATEDtoCATCH_DEPRECATEDto avoid conflicts (#3058)UNSCOPED_CAPTUREmacro (#2954)ConcatGeneratorto combine multiple separate generator into onecatskipToNthElementImplisFinite()to return the proper value--warn InfiniteGeneratorsto error out onGENERATEbeing given an infinite generatorMapGeneratoronly calls the mapping function if the output will be usedv3.12.0Compare Source
Fixes
--orderto mention random order as the default. (#3045)CATCH_CONFIG_THREAD_SAFE_ASSERTIONSfor older C++ standards.Improvements
lifetimeboundattribute to various places.std::tupleprinter does not recurse.thread_localin thread-safe builds. (#3044)Miscellaneous
CATCH_CONFIG_THREAD_SAFE_ASSERTIONS.v3.11.0Compare Source
Fixes
Improvements
CAPTURE) is a bit faster.--invisiblesmode.TEST_RANDOM_SEEDenv var (#3021)TEST_PREMATURE_EXIT_FILEenv var (#3020)--premature-exit-guard-fileMiscellaneous
v3.10.0Compare Source
Fixes
DESTDIRenv var into account when selecting install destination (#3006, #3019)filterto store the provided predicate by value (#3002, #3005)filteris used insideGENERATE_COPY/GENERATE_REF.Improvements
INFO,CAPTURE,WARN,SUCCEED, etc) are now thread safe.v3.9.1Compare Source
Fixes
time_point<system_clock>with non-default duration type (#2685)Improvements
CATCH_TRAPprefers__builtin_debugtrapon all platforms when Catch2 is compiled with Clangv3.9.0Compare Source
Improvements
assertionEndedevents on passing assertions.REQUIRE(true)is 60% faster in Release and 80% faster in Debug build configurationREQUIRE_NOTHROWis 230% faster in Release and 430% faster in Debug build configurationREQUIRE_THROWSis ~3% faster in Release and 20% faster in Debug build configuration (throwing introduces enough overhead that the optimizations inside Catch2 are mostly irrelevant)assertionEndedevents for passing assertions.FAILandSKIPmacros (#2941)assertionStartingevent when no reporter requires itReporterPreferences::shouldReportAllAssertionStartsFixes
--list-tagsoutput (#2963)readability-static-accessed-through-instancein testscppcoreguidelines-avoid-non-const-global-variables(#2582)TEMPLATE_TEST_CASE_SIGcan handle signatures consisting of only types (#2680, #2995)catch_test_run_info.hppup frominternal/subfolder into the main one (#2972)Miscellaneous
v3.8.1Compare Source
Fixes
v3.8.0Compare Source
Improvements
std::initializer_listoverloads for(Unordered)RangeEqualsmatcher (#2915, #2919)Wconversion(#2875)builtin_constant_ptricks in assertion macros configurable (#2925)performance-enum-sizewarningsfrom_rangegenerator with iterators withvalue_type = const T(#2926)value_typetypedef, but it is used in the wild and the change does not make the code meaningfully worse.Fixes
Miscellaneous
catch_discover_testsCMake helperCTEST_FILEparam when creating the indirection file forPRE_TESTdiscovery mode (#2936)catch_discover_testsnow requires CMake 3.19 or newerADD_TAGS_AS_LABELSoption. If specified, each CTest test will be labeled with corrensponding Catch2's test tagv3.7.1Compare Source
Improvements
-Wuseless-castinCHECK_THROWS_MATCHES(#2904)--allow-running-no-testsflag)Fixes
-as an argument (#2905)Miscellaneous
catch_config_prefix_messages.hppto meson build (#2903)catch_discover_testsnow supports skipped tests (#2873)catch_discover_testswithSKIP_IS_FAILUREoption.v3.7.0Compare Source
Improvements
TEST_CASE_PERSISTENT_FIXTURE(#2885, #1602)TEST_CASE_METHOD, the same underlying instance is used for all partial runs of that test caseMiscellaneous
REQUIRE_THROWS_MATCHES)catch_discover_tests's handling of environment paths (#2878)DL_PATHSorDYLD_FRAMEWORK_PATHSargsv3.6.0Compare Source
Fixes
_umul128intrinsic.Improvements
-Wnon-virtual-dtorin Decomposer and Matchers (#2854)precisionin floating point stringmakers defaults tomax_digits10.Miscellaneous
compatibility_cppstris set to False. (#2860)Catch2::Catch2(#2861)SelfTesttarget can be built through Bazel (#2857)v3.5.4Compare Source
Fixes
std::(u)int*_t.size_ts on MacOSWdelete-incompletewhen compiling against libstdc++ in C++23 mode (#2852)std::foo_orderingwould not compileImprovements
CATCH_CONFIG_DEFAULT_REPORTERcan now be an arbitrary reporter specMiscellaneous
DL_PATHSincatch_discover_testsnow supports multiple arguments (#2852, #2736)Wunusedwhen the reproducibility tests are disabled (#2845)v3.5.3Compare Source
Fixes
-#flag) for file without extension (#2798)logon Android to bePRIVATE(#2815)Wuseless-castin benchmarking internals (#2823)Improvements
bugprone-chained-comparisonin assertions (#2801)TEST_CASEandSECTION(#2817)constevalconstructorsConfiguration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate.