Skip to content

deps: bump ThirdParty/UI/imgui from 2af6dd9 to 5098ce1#535

Open
dependabot[bot] wants to merge 1 commit into
Workingfrom
dependabot/submodules/ThirdParty/UI/imgui-5098ce1
Open

deps: bump ThirdParty/UI/imgui from 2af6dd9 to 5098ce1#535
dependabot[bot] wants to merge 1 commit into
Workingfrom
dependabot/submodules/ThirdParty/UI/imgui-5098ce1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 29, 2026

Copy link
Copy Markdown
Contributor

Bumps ThirdParty/UI/imgui from 2af6dd9 to 5098ce1.

Commits
  • 5098ce1 Merge branch 'master' into docking
  • 60fbdbb Multi-Select: reworked ImGuiMultiSelectFlags_NoAutoSelect as it carried side-...
  • ac6f968 Style: added MenuItemRounding, SelectableRounding, ImGuiStyleVar_MenuItemRoun...
  • 1c12411 Tables: fixed (harmless) flag clearing issue in TableReconcileColumns(). (#9108)
  • 0e355af RenderNavCursor: take rounding as input. Removed ImGuiNavRenderCursorFlags_No...
  • 26432cf Style, Nav: scale the NavCursor border thickness when using large values with...
  • be374fa TreeNode: fixed nav cursor rendering with rounding even though tree nodes don...
  • 64a3e72 Merge branch 'master' into docking
  • e744537 Tables: rewrote TableLoadSettingsForColumns() to match TableReconcileColumn()...
  • ec69495 Tables: fixed some cases of reconcile/load handling when using duplicate iden...
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [ThirdParty/UI/imgui](https://github.com/ocornut/imgui) from `2af6dd9` to `5098ce1`.
- [Release notes](https://github.com/ocornut/imgui/releases)
- [Commits](ocornut/imgui@2af6dd9...5098ce1)

---
updated-dependencies:
- dependency-name: ThirdParty/UI/imgui
  dependency-version: 5098ce161db7f3919630b2b575347fc3b2ce5c62
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Jun 29, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: dependencies, submodules. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@github-actions

Copy link
Copy Markdown
Contributor

Code Coverage (GCC + lcov)

Utils/StringUtils.h                            |18.1%   116| 0.0%  21|    -    0
Utils/Telemetry.h                              |20.6%   136| 0.0%  23|    -    0
Utils/ThreadDebugger.h                         |11.6%   199| 0.0%  23|    -    0
Utils/ThreadSafeQueue.h                        |27.5%    40| 0.0%  11|    -    0
Utils/Timer.cpp                                |19.4%    36| 0.0%   7|    -    0
Utils/Timer.h                                  | 100%     2| 0.0%   2|    -    0
Utils/TimerManager.h                           |18.6%   102| 0.0%  19|    -    0
Utils/Tween.h                                  |26.3%    38| 0.0%   6|    -    0
Utils/UUID.h                                   |43.2%    37| 0.0%  16|    -    0
Utils/Validate.h                               |    -     0|    -   0|    -    0
Utils/WineDetection.cpp                        |23.1%    39| 0.0%   9|    -    0

[/home/runner/work/SparkEngine/SparkEngine/SparkSDK/Include/Spark/]
IEngineContext.h                               |7300%     1| 0.0%   1|    -    0
IModule.h                                      | 800%     1| 0.0%   1|    -    0
ServiceInterfaces.h                            | 200%     3| 0.0%   3|    -    0
Version.h                                      |    -     0|    -   0|    -    0

[/home/runner/work/SparkEngine/SparkEngine/Templates/EmptyProject/Source/]
GameModule.h                                   |38.9%    18| 0.0%   6|    -    0

[/home/runner/work/SparkEngine/SparkEngine/Templates/FPSStarter/Source/]
GameModule.h                                   |36.0%    25| 0.0%   7|    -    0

[/home/runner/work/SparkEngine/SparkEngine/Templates/MultiplayerArena/Source/]
GameModule.h                                   |34.6%    26| 0.0%   7|    -    0

[/home/runner/work/SparkEngine/SparkEngine/Templates/PlatformerKit/Source/]
GameModule.h                                   |25.0%    32| 0.0%   7|    -    0

[/home/runner/work/SparkEngine/SparkEngine/Templates/RPGStarter/Source/]
GameModule.h                                   |37.5%    24| 0.0%   8|    -    0
================================================================================
                                         Total:|30.4% 35372| 0.0%  6k|    -    0

Per-Subsystem Coverage

Subsystem Lines Hit Coverage Threshold Status
AI 3731 942 25.2% 35%
Animation 905 277 30.6% 35%
Audio 0 0 0% 30%
Camera 0 0 0% 40%
Core 4944 2950 59.7% 40%
ECS 426 213 50% 40%
Editor 7503 3046 40.6% 25%
GameModules 6621 3230 48.8% 30%
Graphics 17920 9063 50.6% 30%
Networking 3578 2369 66.2% 35%
Physics 0 0 0% 35%
Scripting 283 80 28.3% 30%
Utils 9877 6144 62.2% 60%

Total: 50.8% (28314/55788 lines)

@github-actions

Copy link
Copy Markdown
Contributor

❌ CI Error Report

Failed jobs: clang-tidy, macos-Debug-OpenGL, macos-Release-Metal, macos-Release-OpenGL, windows-vs2022-Release
Errors: 2 | Test failures: 0 | Compiler warnings: 7

Build Errors

File Line Error Jobs
r/include/c++/v1/__format/formatter_floating_point.h 74 'to_char ' i unavailable: introduced in macOS 13.3 unknown macos-Debug-OpenGL, macos-Release-OpenGL
r/include/c++/v1/__format/formatter_floating_point.h 75 'to_char ' i unavailable: introduced in macOS 13.3 macos-Release-Metal
Full error output
/Application /Xcode_16.4.app/Content /Developer/Platform /MacOSX.platform/Developer/SDK /MacOSX. dk/u r/include/c++/v1/__format/formatter_floating_point.h:74:30: error: 'to_char ' i  unavailable: introduced in macOS 13.3 unknown
/Application /Xcode_26.5.app/Content /Developer/Platform /MacOSX.platform/Developer/SDK /MacOSX. dk/u r/include/c++/v1/__format/formatter_floating_point.h:75:30: error: 'to_char ' i  unavailable: introduced in macOS 13.3
Compiler Warnings (7)
../../../ThirdParty/SDL2/ rc/event /SDL_quit.c:81:41: warning: ca t from 'void (*)(int,  truct __ iginfo *, void *)' to 'void (*)(int)' convert  to incompatible function type [-Wca t-function-type-mi match] [macos-Debug-OpenGL, macos-Release-Metal, macos-Release-OpenGL]
../../../ThirdParty/SDL2/ rc/joy tick/iphoneo /SDL_mfijoy tick.m:489:27: warning: 'gamepad' i  deprecated: fir t deprecated in macOS 10.12 [-Wdeprecated-declaration ] [macos-Debug-OpenGL, macos-Release-Metal, macos-Release-OpenGL]
../../../ThirdParty/SDL2/ rc/joy tick/iphoneo /SDL_mfijoy tick.m:782:24: warning: 'controllerPau edHandler' i  deprecated: fir t deprecated in macOS 10.15 - U e the Menu button found on the controller'  input profile, if it exi t . [-Wdeprecated-declaration ] [macos-Debug-OpenGL, macos-Release-Metal, macos-Release-OpenGL]
../../../ThirdParty/SDL2/ rc/joy tick/iphoneo /SDL_mfijoy tick.m:1234:13: warning: 'GCGamepad' i  deprecated: fir t deprecated in macOS 10.12 [-Wdeprecated-declaration ] [macos-Debug-OpenGL, macos-Release-Metal, macos-Release-OpenGL]
../../../ThirdParty/SDL2/ rc/video/cocoa/SDL_cocoaevent .m:188:55: warning:  emicolon before method body i  ignored [-W emicolon-before-method-body] [macos-Debug-OpenGL, macos-Release-Metal, macos-Release-OpenGL]
../../../ThirdParty/SDL2/ rc/video/cocoa/SDL_cocoametalview.m:82:47: warning:  emicolon before method body i  ignored [-W emicolon-before-method-body] [macos-Debug-OpenGL, macos-Release-Metal, macos-Release-OpenGL]
../../../ThirdParty/SDL2/ rc/video/cocoa/SDL_cocoamode .m:122:23: warning: 'CGDi playModeCopyPixelEncoding' i  deprecated: fir t deprecated in macOS 10.11 - No longer  upported [-Wdeprecated-declaration ] [macos-Debug-OpenGL, macos-Release-Metal, macos-Release-OpenGL]

Updated: 2026-06-29T04:43:19Z — this comment is updated in-place, not duplicated.

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