Bump the submodules group across 1 directory with 5 updates
dependencies
Bumps the submodules group with 5 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| [thirdparty/imgui](https://github.com/ocornut/imgui) | ``9aec6d7`` | ``fe09ebb`` |
| [thirdparty/spdlog](https://github.com/gabime/spdlog) | ``c3aed4b`` | ``5ebfc92`` |
| [thirdparty/discord-rpc](https://github.com/harmonytf/discord-rpc) | ``1bd5a45`` | ``c62c34d`` |
| [thirdparty/nghttp2](https://github.com/nghttp2/nghttp2) | ``5db776c`` | ``1308640`` |
| [bme_scripts](https://github.com/p0358/bme_scripts) | ``c63481e`` | ``981ab15`` |
Updates `thirdparty/imgui` from `9aec6d7` to `fe09ebb`
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/ocornut/imgui/commit/fe09ebbe0a1c8bb5f39f326658faa6bde75bb568"><code>fe09ebb</code></a> Backends: OpenGL3: Fixed unsupported option warning with apple clang (<a href="https://redirect.github.com/ocornut/imgui/issues/7810">#7810</a>)</li>
<li><a href="https://github.com/ocornut/imgui/commit/605c8d711019dd6eb98e8e1fbfe1b844410dda52"><code>605c8d7</code></a> Demo: Property Editor: using ImGuiChildFlags_NavFlattened now that a bug is f...</li>
<li><a href="https://github.com/ocornut/imgui/commit/97ff9bd37038d2c00372eeb7438964e59cc53c7e"><code>97ff9bd</code></a> Nav: fixed c licking window decorations (e.g. resize borders) from losing foc...</li>
<li><a href="https://github.com/ocornut/imgui/commit/c3dca77a19722d7ec0d2f7dfc1238b5166af2d46"><code>c3dca77</code></a> Demo: rework Property Editor.</li>
<li><a href="https://github.com/ocornut/imgui/commit/fd994943c2dd70978d3c89c98d03fe5124e6a503"><code>fd99494</code></a> Added a comment hinting at how to set IMGUI_API for shared librairies on e.g....</li>
<li><a href="https://github.com/ocornut/imgui/commit/da3633632191d52f40d4dc26184c3cd9c2a0d0a7"><code>da36336</code></a> TabBar, Style: added style option for the size of the Tab-Bar Overline (<a href="https://redirect.github.com/ocornut/imgui/issues/7804">#7804</a>)</li>
<li><a href="https://github.com/ocornut/imgui/commit/eb72b5a8eeefd41e845dadbb4758e6f341f3f4a9"><code>eb72b5a</code></a> Backends: SDL3: Update for API changes: SDL_GetGamepads() memory ownership ch...</li>
<li><a href="https://github.com/ocornut/imgui/commit/f9cda1fa245b361a0e98428d88470eebaa187e5b"><code>f9cda1f</code></a> Inputs: added SetItemKeyOwner(ImGuiKey key) in public API. (<a href="https://redirect.github.com/ocornut/imgui/issues/456">#456</a>, <a href="https://redirect.github.com/ocornut/imgui/issues/2637">#2637</a>, <a href="https://redirect.github.com/ocornut/imgui/issues/262">#262</a>...</li>
<li><a href="https://github.com/ocornut/imgui/commit/b6e313bc05db184a8cb2382227cddaaf2cb7f51d"><code>b6e313b</code></a> MultiSelect: using ImGuiMultiSelectFlags_NoRangeSelect ensure never having to...</li>
<li><a href="https://github.com/ocornut/imgui/commit/168ef39984c735ee954750ed0765c70c9fcf841b"><code>168ef39</code></a> Demo: moved menu bar code to its own function.</li>
<li>Additional commits viewable in <a href="https://github.com/ocornut/imgui/compare/9aec6d7217cf782b156fdf392f42ed8329ed62d4...fe09ebbe0a1c8bb5f39f326658faa6bde75bb568">compare view</a></li>
</ul>
</details>
<br />
Updates `thirdparty/spdlog` from `c3aed4b` to `5ebfc92`
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/gabime/spdlog/commit/5ebfc927306fd7ce551fa22244be801cf2b9fdd9"><code>5ebfc92</code></a> fix: set <code>/Zc:__cplusplus</code> and <code>/MP</code> to MSVC only (<a href="https://redirect.github.com/gabime/spdlog/issues/3139">#3139</a>)</li>
<li><a href="https://github.com/gabime/spdlog/commit/885b5473e291833b148eeac3b7ce227e582cd88b"><code>885b547</code></a> Fix building with <code>FMT_ENFORCE_COMPILE_STRING</code> (<a href="https://redirect.github.com/gabime/spdlog/issues/3137">#3137</a>)</li>
<li><a href="https://github.com/gabime/spdlog/commit/d276069a6e916b1e1fd45885b15b72bd8ee000a7"><code>d276069</code></a> make example compatible with fmt 11 (<a href="https://redirect.github.com/gabime/spdlog/issues/3130">#3130</a>)</li>
<li><a href="https://github.com/gabime/spdlog/commit/eeb22c13bb65f342434c991641b80ecf4821e9b9"><code>eeb22c1</code></a> Allow customization of syslog_sink (<a href="https://redirect.github.com/gabime/spdlog/issues/3124">#3124</a>)</li>
<li>See full diff in <a href="https://github.com/gabime/spdlog/compare/c3aed4b68373955e1cc94307683d44dca1515d2b...5ebfc927306fd7ce551fa22244be801cf2b9fdd9">compare view</a></li>
</ul>
</details>
<br />
Updates `thirdparty/discord-rpc` from `1bd5a45` to `c62c34d`
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/harmonytf/discord-rpc/commit/c62c34d37cd90b75187a1212e13ce4145bafbdd7"><code>c62c34d</code></a> Only run clang-format if PROJECT_IS_TOP_LEVEL</li>
<li><a href="https://github.com/harmonytf/discord-rpc/commit/7434dbab528e4d05d75b62863abe769e1f363c81"><code>7434dba</code></a> Update GitHub Actions</li>
<li><a href="https://github.com/harmonytf/discord-rpc/commit/14d180f0044c42d2d563cfeb155187172ee114b1"><code>14d180f</code></a> Use rapidjson sse2 only if supported</li>
<li><a href="https://github.com/harmonytf/discord-rpc/commit/b9777d83cdaa2f3c5a9bf8a8cc0e632fadc84b6a"><code>b9777d8</code></a> Remove duplicate IndentCaseLabels in .clang-format</li>
<li><a href="https://github.com/harmonytf/discord-rpc/commit/dfe9b0d0d1cf977164a7c4c9716a263ef2d8b48f"><code>dfe9b0d</code></a> Fix cmake deprecation warning</li>
<li>See full diff in <a href="https://github.com/harmonytf/discord-rpc/compare/1bd5a45035d2819c5314ba1c8a889a25f3607c83...c62c34d37cd90b75187a1212e13ce4145bafbdd7">compare view</a></li>
</ul>
</details>
<br />
Updates `thirdparty/nghttp2` from `5db776c` to `1308640`
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/nghttp2/nghttp2/commit/13086404f7430d81dcd00f0a4a2de458d31e91a0"><code>1308640</code></a> Merge pull request <a href="https://redirect.github.com/nghttp2/nghttp2/issues/2220">#2220</a> from nghttp2/dependabot/go_modules/golang.org/x/net-...</li>
<li><a href="https://github.com/nghttp2/nghttp2/commit/1e2ffd32e593cd078f689fc21a8bb0448e4787c8"><code>1e2ffd3</code></a> build(deps): bump golang.org/x/net from 0.26.0 to 0.27.0</li>
<li><a href="https://github.com/nghttp2/nghttp2/commit/98c06c4afe3aa5db3ffba721aee8de69b9148283"><code>98c06c4</code></a> Merge pull request <a href="https://redirect.github.com/nghttp2/nghttp2/issues/2218">#2218</a> from nghttp2/fix-levenshtein-init</li>
<li><a href="https://github.com/nghttp2/nghttp2/commit/4cafc0ee8a279c7e604492e30dd72af7083775c9"><code>4cafc0e</code></a> Fix levenshtein initialization</li>
<li><a href="https://github.com/nghttp2/nghttp2/commit/6308a04a47838572e584511e5ba7ccb3f466fa6d"><code>6308a04</code></a> Merge pull request <a href="https://redirect.github.com/nghttp2/nghttp2/issues/2217">#2217</a> from nghttp2/gha-suppress-warnings</li>
<li><a href="https://github.com/nghttp2/nghttp2/commit/6ea0a9006e8ccf4d68b17abe3af9cac3ad3e1cc9"><code>6ea0a90</code></a> GHA: Suppress warnings</li>
<li><a href="https://github.com/nghttp2/nghttp2/commit/91bdb19a86d79b3a772c5c786ef01cb393642da1"><code>91bdb19</code></a> Merge pull request <a href="https://redirect.github.com/nghttp2/nghttp2/issues/2216">#2216</a> from nghttp2/fix-udp-gro-cmsghdr-data-type</li>
<li><a href="https://github.com/nghttp2/nghttp2/commit/823db26d7c7fea23196a8a797742317b1a036963"><code>823db26</code></a> Fix UDP_GRO struct cmsghdr data type</li>
<li><a href="https://github.com/nghttp2/nghttp2/commit/a1e3a91a5a6f8b75294289331dd534ffa8ed030b"><code>a1e3a91</code></a> Merge pull request <a href="https://redirect.github.com/nghttp2/nghttp2/issues/2215">#2215</a> from nghttp2/fix-docker-android</li>
<li><a href="https://github.com/nghttp2/nghttp2/commit/7c09767d2dd2673d23e8071cbf97ac5d078a304d"><code>7c09767</code></a> Fix Dockerfile.android build failure</li>
<li>Additional commits viewable in <a href="https://github.com/nghttp2/nghttp2/compare/5db776c725ff4af951f5d4d1185a5b0250ccade9...13086404f7430d81dcd00f0a4a2de458d31e91a0">compare view</a></li>
</ul>
</details>
<br />
Updates `bme_scripts` from `c63481e` to `981ab15`
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/p0358/bme_scripts/commit/981ab15008c4e4c15db0ebdc98af6dbf05b0617b"><code>981ab15</code></a> silly mistake for scoreLosers in cl_scoreboard_save.nut</li>
<li>See full diff in <a href="https://github.com/p0358/bme_scripts/compare/c63481e559a58f3fd6d6b0410ccfe29d23b7747f...981ab15008c4e4c15db0ebdc98af6dbf05b0617b">compare view</a></li>
</ul>
</details>
<br />
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions
</details>
合并状态:已合并 合并于 2024-07-23 关闭于 2024-07-23 0 条评论