Skip to content

deps: bump ThirdParty/UI/imgui from 5098ce1 to 6029ee3#540

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

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

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 13, 2026

Copy link
Copy Markdown
Contributor

Bumps ThirdParty/UI/imgui from 5098ce1 to 6029ee3.

Commits
  • 6029ee3 Examples: Apple+Metal4, SDL3+Metal4: amends for multi-viewport support. (#946...
  • e95dc87 Examples: Apple+Metal4: added example (#9466, #9451)
  • df71e28 Backends: Metal4: added multi-viewport support (#9465, #9451)
  • a23e9fb Merge branch 'master' into docking
  • 68fce9f Settings: added DiscardAll option to CleanupIniSettings() / ImGuiSettingsClea...
  • f903a7e Settings: fixed Windows not honoring DiscardWhenMissingDate. (#9460)
  • 112d6d9 Settings: added a type name filter to CleanupIniSettings() / ImGuiSettingsCle...
  • 2c49da4 Settings: added a type name filter to CleanupIniSettings() / ImGuiSettingsCle...
  • 85593d0 Tables, Settings: make TableSettingsCreate() recycle existing unbound entry (...
  • d1eb8d0 Settings: added explicit DiscardWhenMissingDate. (#9460, #9108)
  • 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 `5098ce1` to `6029ee3`.
- [Release notes](https://github.com/ocornut/imgui/releases)
- [Commits](ocornut/imgui@5098ce1...6029ee3)

---
updated-dependencies:
- dependency-name: ThirdParty/UI/imgui
  dependency-version: 6029ee3789a2b7898f6423ec0c88cc4e5425f5a9
  dependency-type: direct:production
...

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

dependabot Bot commented on behalf of github Jul 13, 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

🔍 CodeQL Report

Language: c-cpp
Errors: 0 | Warnings: 50 | Notes: 0

⚠️ Warnings (50)
Rule Location Message
cpp/integer-multiplication-cast-to-long ThirdParty/AI/recastnavigation/Recast/Source/RecastMesh.cpp:1137 Multiplication result may overflow 'int' before it is converted to 'unsigned long'.
cpp/integer-multiplication-cast-to-long ThirdParty/AI/recastnavigation/Recast/Source/RecastMesh.cpp:878 Multiplication result may overflow 'int' before it is converted to 'unsigned long'.
cpp/integer-multiplication-cast-to-long ThirdParty/SDL2/src/audio/SDL_audiocvt.c:260 Multiplication result may overflow 'int' before it is converted to 'unsigned long'.
cpp/integer-multiplication-cast-to-long ThirdParty/SDL2/src/render/SDL_render.c:2410 Multiplication result may overflow 'float' before it is converted to 'double'.
cpp/integer-multiplication-cast-to-long ThirdParty/SDL2/src/render/SDL_render.c:2412 Multiplication result may overflow 'float' before it is converted to 'double'.
cpp/integer-multiplication-cast-to-long ThirdParty/SDL2/src/render/SDL_render.c:2429 Multiplication result may overflow 'float' before it is converted to 'double'.
cpp/integer-multiplication-cast-to-long ThirdParty/SDL2/src/render/SDL_render.c:2436 Multiplication result may overflow 'float' before it is converted to 'double'.
cpp/integer-multiplication-cast-to-long ThirdParty/SDL2/src/render/SDL_render.c:2448 Multiplication result may overflow 'float' before it is converted to 'double'.
cpp/integer-multiplication-cast-to-long ThirdParty/SDL2/src/render/SDL_render.c:2455 Multiplication result may overflow 'float' before it is converted to 'double'.
cpp/integer-multiplication-cast-to-long ThirdParty/SDL2/src/render/SDL_yuv_sw.c:126 Multiplication result may overflow 'int' before it is converted to 'unsigned long'.
cpp/integer-multiplication-cast-to-long ThirdParty/SDL2/src/render/SDL_yuv_sw.c:190 Multiplication result may overflow 'int' before it is converted to 'unsigned long'.
cpp/integer-multiplication-cast-to-long ThirdParty/SDL2/src/render/opengl/SDL_render_gl.c:486 Multiplication result may overflow 'int' before it is converted to 'unsigned long'.
cpp/integer-multiplication-cast-to-long ThirdParty/SDL2/src/render/opengl/SDL_render_gl.c:491 Multiplication result may overflow 'int' before it is converted to 'unsigned long'.
cpp/integer-multiplication-cast-to-long ThirdParty/SDL2/src/render/opengles/SDL_render_gles.c:913 Multiplication result may overflow 'int' before it is converted to 'size_t'.
cpp/integer-multiplication-cast-to-long ThirdParty/SDL2/src/render/opengles/SDL_render_gles.c:604 Multiplication result may overflow 'int' before it is converted to 'unsigned long'.
cpp/integer-multiplication-cast-to-long ThirdParty/SDL2/src/render/opengles/SDL_render_gles.c:426 Multiplication result may overflow 'int' before it is converted to 'size_t'.
cpp/integer-multiplication-cast-to-long ThirdParty/SDL2/src/render/opengles/SDL_render_gles.c:341 Multiplication result may overflow 'int' before it is converted to 'size_t'.
cpp/integer-multiplication-cast-to-long ThirdParty/SDL2/src/render/opengles2/SDL_render_gles2.c:1486 Multiplication result may overflow 'int' before it is converted to 'unsigned long'.
cpp/integer-multiplication-cast-to-long ThirdParty/SDL2/src/render/opengles2/SDL_render_gles2.c:1489 Multiplication result may overflow 'int' before it is converted to 'unsigned long'.
cpp/integer-multiplication-cast-to-long ThirdParty/SDL2/src/video/SDL_stretch.c:419 Multiplication result may overflow 'int' before it is converted to 'long'.
cpp/integer-multiplication-cast-to-long ThirdParty/SDL2/src/video/SDL_stretch.c:294 Multiplication result may overflow 'int' before it is converted to 'long'.
cpp/integer-multiplication-cast-to-long ThirdParty/Utils/stb/stb_image.h:177 Multiplication result may overflow 'int' before it is converted to 'size_t'.
cpp/integer-multiplication-cast-to-long ThirdParty/Utils/json/nlohmann_json.h:629 Multiplication result may overflow 'int' before it is converted to 'size_type'.
cpp/integer-multiplication-cast-to-long ThirdParty/Utils/json/nlohmann_json.h:630 Multiplication result may overflow 'int' before it is converted to 'size_type'.
cpp/integer-multiplication-cast-to-long ThirdParty/Physics/JoltPhysics/Jolt/Physics/Collision/Shape/HeightFieldShape.cpp:209 Multiplication result may overflow 'unsigned int' before it is converted to 'unsigned long'.
cpp/integer-multiplication-cast-to-long ThirdParty/Physics/JoltPhysics/Jolt/Physics/Collision/Shape/HeightFieldShape.cpp:1026 Multiplication result may overflow 'unsigned int' before it is converted to 'unsigned long'.
cpp/integer-multiplication-cast-to-long ThirdParty/Physics/JoltPhysics/Jolt/Physics/Collision/Shape/HeightFieldShape.cpp:1162 Multiplication result may overflow 'unsigned int' before it is converted to 'unsigned long'.
cpp/integer-multiplication-cast-to-long ThirdParty/Physics/JoltPhysics/Jolt/Physics/Collision/Shape/HeightFieldShape.cpp:1615 Multiplication result may overflow 'unsigned int' before it is converted to 'size_type'.
cpp/integer-multiplication-cast-to-long ThirdParty/Physics/JoltPhysics/Jolt/Physics/Collision/Shape/HeightFieldShape.cpp:531 Multiplication result may overflow 'unsigned int' before it is converted to 'size_type'.
cpp/integer-multiplication-cast-to-long ThirdParty/Physics/JoltPhysics/Jolt/Physics/Collision/Shape/HeightFieldShape.cpp:589 Multiplication result may overflow 'unsigned int' before it is converted to 'size_type'.
... ... 20 more findings omitted

Updated: 2026-07-13T04:24:39Z — this comment is updated in-place, not duplicated.

@github-actions

Copy link
Copy Markdown
Contributor

❌ CI Error Report

Failed jobs: check-format, clang-tidy, coverage, linux-asan, linux-clang-Debug, linux-gcc-Release, linux-tsan, macos-Debug-OpenGL, macos-Release-Metal, macos-Release-OpenGL
Errors: 5 | Test failures: 0 | Compiler warnings: 8

Build Errors

File Line Error Jobs
SparkEngine/Source/Graphics/GraphicsEngine.h 1125 code should be clang-formatted [-Wclang-format-violations] check-format
GameModules/SparkGameMMOFPS/Source/Game/TFPingSystem.cpp 502 ‘XMVectorSetW’ was not declared in this scope coverage
GameModules/SparkGameMMOFPS/Source/Game/TFPingSystem.cpp 502 ‘XMVectorSetW’ was not declared in this scope linux-asan, linux-gcc-Release, linux-tsan
GameModules/SparkGameMMOFPS/Source/World/TFRegionDecor.h 52 'DirectXMath.h' file not found linux-clang-Debug
tem.cpp 502 u e of undeclared identifier 'XMVectorSetW' macos-Debug-OpenGL, macos-Release-Metal, macos-Release-OpenGL
Full error output
SparkEngine/Source/Graphics/GraphicsEngine.h:1125:49: error: code should be clang-formatted [-Wclang-format-violations]
GameModules/SparkGameMMOFPS/Source/Game/TFPingSystem.cpp:502:23: error: ‘XMVectorSetW’ was not declared in this scope
../../../GameModules/SparkGameMMOFPS/Source/Game/TFPingSystem.cpp:502:23: error: ‘XMVectorSetW’ was not declared in this scope
GameModules/SparkGameMMOFPS/Source/World/TFRegionDecor.h:52:10: fatal error: 'DirectXMath.h' file not found
../../../GameModule /SparkGameMMOFPS/Source/Game/TFPingSy tem.cpp:502:23: error: u e of undeclared identifier 'XMVectorSetW'
Compiler Warnings (8)
GameModules/SparkGameFPS/Source/Game/Game.cpp:468:22: warning: variable ‘pos’ set but not used [-Wunused-but-set-variable] [coverage]
GameModules/SparkGameFPS/Source/Game/Game.cpp:469:22: warning: variable ‘vel’ set but not used [-Wunused-but-set-variable] [coverage]
GameModules/SparkGameMMOFPS/Source/Persistence/TFUnlockTree.h:6:15: warning: "/*" within comment [-Wcomment] [coverage]
../../../GameModules/SparkGameMMOFPS/Source/Persistence/TFUnlockTree.h:6:15: warning: "/*" within comment [-Wcomment] [linux-asan, linux-gcc-Release, linux-tsan]
../../../GameModules/SparkGameFPS/Source/Game/Game.cpp:468:22: warning: variable ‘pos’ set but not used [-Wunused-but-set-variable] [linux-asan, linux-gcc-Release, linux-tsan]
../../../GameModules/SparkGameFPS/Source/Game/Game.cpp:469:22: warning: variable ‘vel’ set but not used [-Wunused-but-set-variable] [linux-asan, linux-gcc-Release, linux-tsan]
../../../GameModules/SparkGameMMOFPS/Source/Persistence/TFUnlockTree.h:6:15: warning: '/*' within block comment [-Wcomment] [linux-clang-Debug]
../../../GameModule /SparkGameMMOFPS/Source/Per i tence/TFUnlockTree.h:6:15: warning: '/*' within block comment [-Wcomment] [macos-Debug-OpenGL, macos-Release-Metal, macos-Release-OpenGL]

Updated: 2026-07-13T04:42:22Z — 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