Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the submodules group across 1 directory with 6 updates #20

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 1, 2024

Bumps the submodules group with 6 updates in the / directory:

Package From To
thirdparty/imgui 5e7dc72 71c77c0
thirdparty/rapidjson ab1842a 858451e
thirdparty/InnoDependencyInstaller 350142d 1a97acd
thirdparty/spdlog 5ebfc92 b6da594
thirdparty/discord-rpc c62c34d 9d9e1c8
thirdparty/nghttp2 d9e846a 7a96731

Updates thirdparty/imgui from 5e7dc72 to 71c77c0

Commits
  • 71c77c0 Demo: added a "Windows" section.
  • 772ca9e Log/Capture: added experimental io.ConfigWindowsCopyContentsWithCtrlC config ...
  • f37a9a2 Log/Capture: reworked scope + decorating menus, tabs.
  • a4fcc93 Log/Capture: renaming ImGuiLogType to ImGuiLogFlags
  • 9a0dff1 Buttons: using ImGuiItemFlags_ButtonRepeat makes default button behavior use ...
  • 0bde57c Font, Misc: remove qualifier from most font functions.
  • 3b8c7d0 Backends: Win32: rework to add ImGui_ImplWin32_WndProcHandlerEx() not using c...
  • d67e2ee Backends: Win32: internal rename.
  • 81b689b Backends: OpenGL3: added additional debug GL_CALL enclosure for glCreateShade...
  • 81cfe09 Selectable, Style: selected Selectable() use _Header color instead of an arbi...
  • Additional commits viewable in compare view

Updates thirdparty/rapidjson from ab1842a to 858451e

Commits
  • 858451e Fix endif condition to match NOT MSVC and VALGRIND_FOUND.
  • 815e6e7 add test for sso optimized string
  • 805d7ed Fix issue 2307
  • 7c73dd7 Fix bug when parsing NaN, Inf with fraction or exponent parts (fixes #2299)
  • See full diff in compare view

Updates thirdparty/InnoDependencyInstaller from 350142d to 1a97acd

Commits

Updates thirdparty/spdlog from 5ebfc92 to b6da594

Commits
  • b6da594 Ensure flush callback gets called in move-assign operator (#3232)
  • 16e0d2e Exchange promise for condition_variable when flushing (fixes #3221) (#3228)
  • ee16895 Improve Cross-Platform Build Instructions in Documentation (#3229)
  • e593f66 Fix warning - extra ';' for -Wextra-semi (#3198)
  • 2c76e61 Fix #3194 - Use Sep instead of Sept for abbreviated month
  • bdd1dff Update CMakeLists.txt, Fix spelling errors (#3193)
  • ffd5aa4 Update conan install command in README (#3172)
  • c1fbafd Update mdc.h (#3185)
  • 362214a fix/issue-3101: fix the issue where mdc ignores SPDLOG_NO_TLS (#3184)
  • 2169a6f use std::lock_guard instead of std::unique_lock (#3179)
  • Additional commits viewable in compare view

Updates thirdparty/discord-rpc from c62c34d to 9d9e1c8

Commits
  • 9d9e1c8 Do not force mmacosx-version-min flag
  • 05eeac6 Use target_include_directories to publicly expose include dir
  • See full diff in compare view

Updates thirdparty/nghttp2 from d9e846a to 7a96731

Commits
  • 7a96731 Merge pull request #2268 from TuxInvader/conn-close-bytes
  • ce70fb2 remove len check
  • 82ec1af Merge pull request #2270 from nghttp2/dependabot/go_modules/github.com/quic-g...
  • 5024c1b build(deps): bump github.com/quic-go/quic-go from 0.48.0 to 0.48.1
  • a30bc25 account for bytes on closing connections
  • 55d4de7 Merge pull request #2266 from nghttp2/dependabot/go_modules/github.com/quic-g...
  • 69df687 build(deps): bump github.com/quic-go/quic-go from 0.47.0 to 0.48.0
  • fcd4f26 Bump package version
  • 526ff38 Update manual pages
  • 881aa25 Bump package and library versions
  • Additional commits viewable in compare view

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 commands and options

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

Bumps the submodules group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [thirdparty/imgui](https://github.com/ocornut/imgui) | ``5e7dc72`` | ``71c77c0`` |
| [thirdparty/rapidjson](https://github.com/Tencent/rapidjson) | ``ab1842a`` | ``858451e`` |
| [thirdparty/InnoDependencyInstaller](https://github.com/DomGries/InnoDependencyInstaller) | ``350142d`` | ``1a97acd`` |
| [thirdparty/spdlog](https://github.com/gabime/spdlog) | ``5ebfc92`` | ``b6da594`` |
| [thirdparty/discord-rpc](https://github.com/harmonytf/discord-rpc) | ``c62c34d`` | ``9d9e1c8`` |
| [thirdparty/nghttp2](https://github.com/nghttp2/nghttp2) | ``d9e846a`` | ``7a96731`` |



Updates `thirdparty/imgui` from `5e7dc72` to `71c77c0`
- [Release notes](https://github.com/ocornut/imgui/releases)
- [Commits](ocornut/imgui@5e7dc72...71c77c0)

Updates `thirdparty/rapidjson` from `ab1842a` to `858451e`
- [Release notes](https://github.com/Tencent/rapidjson/releases)
- [Commits](Tencent/rapidjson@ab1842a...858451e)

Updates `thirdparty/InnoDependencyInstaller` from `350142d` to `1a97acd`
- [Commits](DomGries/InnoDependencyInstaller@350142d...1a97acd)

Updates `thirdparty/spdlog` from `5ebfc92` to `b6da594`
- [Release notes](https://github.com/gabime/spdlog/releases)
- [Commits](gabime/spdlog@5ebfc92...b6da594)

Updates `thirdparty/discord-rpc` from `c62c34d` to `9d9e1c8`
- [Commits](harmonytf/discord-rpc@c62c34d...9d9e1c8)

Updates `thirdparty/nghttp2` from `d9e846a` to `7a96731`
- [Release notes](https://github.com/nghttp2/nghttp2/releases)
- [Commits](nghttp2/nghttp2@d9e846a...7a96731)

---
updated-dependencies:
- dependency-name: thirdparty/imgui
  dependency-type: direct:production
  dependency-group: submodules
- dependency-name: thirdparty/rapidjson
  dependency-type: direct:production
  dependency-group: submodules
- dependency-name: thirdparty/InnoDependencyInstaller
  dependency-type: direct:production
  dependency-group: submodules
- dependency-name: thirdparty/spdlog
  dependency-type: direct:production
  dependency-group: submodules
- dependency-name: thirdparty/discord-rpc
  dependency-type: direct:production
  dependency-group: submodules
- dependency-name: thirdparty/nghttp2
  dependency-type: direct:production
  dependency-group: submodules
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants