mvukov / rules_ros2

Build ROS 2 with Bazel
Apache License 2.0
80 stars 45 forks source link

Update dependency spdlog to v1.13.0 #243

Closed renovate[bot] closed 7 months ago

renovate[bot] commented 7 months ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
spdlog http_archive minor v1.12.0 -> v1.13.0

Release Notes

gabime/spdlog (spdlog) ### [`v1.13.0`](https://togithub.com/gabime/spdlog/releases/tag/v1.13.0): Version 1.13.0 [Compare Source](https://togithub.com/gabime/spdlog/compare/v1.12.0...v1.13.0) ### Release Notes ##### Enhancements - Qt Sink: Allow for darker colors for light backgrounds ([#​2817](https://togithub.com/gabime/spdlog/issues/2817)). Thanks to [@​krawq](https://togithub.com/krawq). - Set `CMAKE_BUILD_TYPE` only for single-config generators ([#​2839](https://togithub.com/gabime/spdlog/issues/2839)). Thanks to [@​moritz-h](https://togithub.com/moritz-h). - Provide `spdlog_header_only` in build directory export ([#​2846](https://togithub.com/gabime/spdlog/issues/2846)). Thanks to [@​robertmaynard](https://togithub.com/robertmaynard). - Add `SPDLOG_TO_VERSION` to compare spdlog version ([#​2853](https://togithub.com/gabime/spdlog/issues/2853)). Thanks to [@​kegechen](https://togithub.com/kegechen). - Support `async_overflow_policy::discard_new` ([#​2876](https://togithub.com/gabime/spdlog/issues/2876)). Thanks to [@​walkerlala](https://togithub.com/walkerlala). - Make `syslog_sink.h`'s `syslog_prio_from_level` protected ([#​2918](https://togithub.com/gabime/spdlog/issues/2918)). Thanks to [@​shannonbooth](https://togithub.com/shannonbooth). - Fix OS availability check of `pthread_threadid_np` for iOS ([#​2897](https://togithub.com/gabime/spdlog/issues/2897)). Thanks to [@​lowdesertpunk](https://togithub.com/lowdesertpunk). - Add `.git-blame-ignore-revs` to ignore clang-format related commits ([#​2899](https://togithub.com/gabime/spdlog/issues/2899)). Thanks to [@​lowdesertpunk](https://togithub.com/lowdesertpunk). - Match `SPDLOG_CONSTEXPR_FUNC` to `FMT_CONSTEXPR` ([#​2901](https://togithub.com/gabime/spdlog/issues/2901)). Thanks to [@​kkraus14](https://togithub.com/kkraus14). ##### Bug Fixes - Check `fd_` is not nullptr in `file_helper` to prevent possible crash if disk is full ([#​2972](https://togithub.com/gabime/spdlog/issues/2972)). - Fix encoding issue in qt_sinks ([#​2862](https://togithub.com/gabime/spdlog/issues/2862)). Thanks to [@​neothenil](https://togithub.com/neothenil) and [@​tt4g](https://togithub.com/tt4g) . - Fix wrong thread_id (TID) in `systemd_sink.h` ([#​2919](https://togithub.com/gabime/spdlog/issues/2919)). Thanks to [@​M010](https://togithub.com/M010). - Update `example.cpp` to fix the vector issue in `bin_example` ([#​2963](https://togithub.com/gabime/spdlog/issues/2963)). Thanks to [@​zhuzhzh](https://togithub.com/zhuzhzh). - Fix MSVC compile flag for no exceptions ([#​2974](https://togithub.com/gabime/spdlog/issues/2974)). Thanks to [@​Programicus](https://togithub.com/Programicus). - Fix bug in `circular_q::size()` ([#​2820](https://togithub.com/gabime/spdlog/issues/2820)). - Fix link to fmt license file ([#​2967](https://togithub.com/gabime/spdlog/issues/2967)). ##### Maintenance - Added and updated various tests for `circular_q`. - Removed obsolete part from CMake configuration files ([#​2871](https://togithub.com/gabime/spdlog/issues/2871)). Thanks to [@​albert-github](https://togithub.com/albert-github). - Removed `policy_max` from `cmake_minimum_required(..)`. - Updated `clang-format` to google style and updated various formatting scripts. - Bumped to catch2 Special thanks to [@​tt4g](https://togithub.com/tt4g) for helping with community questions and issues.

Configuration

📅 Schedule: Branch creation - "every weekend" (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.



This PR has been generated by Mend Renovate. View repository job log here.