Skip to content

deps: bump ThirdParty/UI/imgui from 329c5a6 to 8936b58#523

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

deps: bump ThirdParty/UI/imgui from 329c5a6 to 8936b58#523
dependabot[bot] wants to merge 1 commit into
Workingfrom
dependabot/submodules/ThirdParty/UI/imgui-8936b58

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 18, 2026

Bumps ThirdParty/UI/imgui from 329c5a6 to 8936b58.

Commits
  • 8936b58 Version 1.92.8
  • eebaddd Docs: added SECURITY.md.
  • 73afb6b Fonts: clarify that ClearFonts() be useful over calling Clear().
  • b8f6c51 Fonts: move ClearFonts(), ClearInputData(), ClearTexData() implementation (no...
  • 4ac473b Fixed BeginMenu() leading to window with is_resizable_width=true. Fix/amend 9...
  • ac1f57b Fixed BeginMenu() leading to window with is_resizable_width=true. Fix/amend 9...
  • 821a396 Fixed warning on Clang 26.
  • 2b31f65 Examples: WebGPU+GLFW/SDL2/SDL3: wire up the IMGUI_WGVK_DIR path. (#9387)
  • b58836f Backends: WebGPU: detect WGSL support at runtime instead of excluding WGVK at...
  • bca5a69 BeginMenu()/MenuItem(): fixed accidental triggering of child menu items when ...
  • 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 `329c5a6` to `8936b58`.
- [Release notes](https://github.com/ocornut/imgui/releases)
- [Commits](ocornut/imgui@329c5a6...8936b58)

---
updated-dependencies:
- dependency-name: ThirdParty/UI/imgui
  dependency-version: 8936b58fe26e8c3da834b8f60b06511d537b4c63
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 18, 2026

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

❌ CI Error Report

Failed jobs: check-format, clang-tidy, coverage, linux-asan, linux-clang-Debug, linux-gcc-Debug, linux-msan, linux-tsan, macos-Debug-OpenGL, macos-Release-Metal, macos-Release-OpenGL, windows-vs2022-Debug
Errors: 36 | Test failures: 0 | Compiler warnings: 3

Build Errors

File Line Error Jobs
SparkEditor/Source/Panels/HierarchyPanel.cpp 488 code should be clang-formatted [-Wclang-format-violations] check-format
SparkEditor/Source/Core/EditorTheme.cpp 596 code should be clang-formatted [-Wclang-format-violations] check-format
SparkEditor/Source/Core/EditorFonts.cpp 56 code should be clang-formatted [-Wclang-format-violations] check-format
SparkEditor/Source/Core/EditorTheme.cpp 295 use of undeclared identifier 'ImGuiCol_DockingPreview' linux-msan
SparkEditor/Source/Core/EditorTheme.cpp 296 use of undeclared identifier 'ImGuiCol_DockingEmptyBg' linux-msan
Other errors (31)
/U er /runner/work/SparkEngine/SparkEngine/SparkEngine/Source/Engine/ECS/Component /../../../Core/PlatformAudioStub .h:274:10: fatal error: 'SDL2/SDL.h' file not found [macos-Debug-OpenGL, macos-Release-Metal, macos-Release-OpenGL]
SparkEditor\Source\Core\EditorApplicationWindows.cpp(162,27): error C2065: 'ImGuiConfigFlags_DockingEnable': undeclared identifier [build\SparkEditor\SparkEditor.vcxproj] [windows-vs2022-Debug]
SparkEditor\Source\Core\EditorApplicationWindows.cpp(165,12): error C2039: 'ConfigDockingWithShift': is not a member of 'ImGuiIO' [build\SparkEditor\SparkEditor.vcxproj] [windows-vs2022-Debug]
SparkEditor\Source\Core\EditorNotificationManager.cpp(76,69): error C2065: 'ImGuiWindowFlags_NoDocking': undeclared identifier [build\SparkEditor\SparkEditor.vcxproj] [windows-vs2022-Debug]
SparkEditor\Source\Core\EditorTheme.cpp(295,11): error C2065: 'ImGuiCol_DockingPreview': undeclared identifier [build\SparkEditor\SparkEditor.vcxproj] [windows-vs2022-Debug]
SparkEditor\Source\Core\EditorTheme.cpp(296,11): error C2065: 'ImGuiCol_DockingEmptyBg': undeclared identifier [build\SparkEditor\SparkEditor.vcxproj] [windows-vs2022-Debug]
SparkEditor\Source\Core\EditorUI.cpp(586,16): error C2039: 'SetNextWindowViewport': is not a member of 'ImGui' [build\SparkEditor\SparkEditor.vcxproj] [windows-vs2022-Debug]
SparkEditor\Source\Core\EditorUI.cpp(586,16): error C3861: 'SetNextWindowViewport': identifier not found [build\SparkEditor\SparkEditor.vcxproj] [windows-vs2022-Debug]
SparkEditor\Source\Core\EditorUI.cpp(588,70): error C2065: 'ImGuiWindowFlags_NoDocking': undeclared identifier [build\SparkEditor\SparkEditor.vcxproj] [windows-vs2022-Debug]
SparkEditor\Source\Core\EditorUI.cpp(600,16): error C2039: 'DockSpace': is not a member of 'ImGui' [build\SparkEditor\SparkEditor.vcxproj] [windows-vs2022-Debug]
SparkEditor\Source\Core\EditorUI.cpp(600,59): error C2065: 'ImGuiDockNodeFlags_None': undeclared identifier [build\SparkEditor\SparkEditor.vcxproj] [windows-vs2022-Debug]
SparkEditor\Source\Core\EditorUI.cpp(600,16): error C3861: 'DockSpace': identifier not found [build\SparkEditor\SparkEditor.vcxproj] [windows-vs2022-Debug]
SparkEditor\Source\Core\EditorUI.cpp(646,16): error C2039: 'DockBuilderRemoveNode': is not a member of 'ImGui' [build\SparkEditor\SparkEditor.vcxproj] [windows-vs2022-Debug]
SparkEditor\Source\Core\EditorUI.cpp(646,16): error C3861: 'DockBuilderRemoveNode': identifier not found [build\SparkEditor\SparkEditor.vcxproj] [windows-vs2022-Debug]
SparkEditor\Source\Core\EditorUI.cpp(647,16): error C2039: 'DockBuilderAddNode': is not a member of 'ImGui' [build\SparkEditor\SparkEditor.vcxproj] [windows-vs2022-Debug]
Full error output
SparkEditor/Source/Panels/HierarchyPanel.cpp:488:59: error: code should be clang-formatted [-Wclang-format-violations]
SparkEditor/Source/Core/EditorTheme.cpp:596:55: error: code should be clang-formatted [-Wclang-format-violations]
SparkEditor/Source/Core/EditorFonts.cpp:56:34: error: code should be clang-formatted [-Wclang-format-violations]
../../SparkEditor/Source/Core/EditorTheme.cpp:295:11: error: use of undeclared identifier 'ImGuiCol_DockingPreview'
../../SparkEditor/Source/Core/EditorTheme.cpp:296:11: error: use of undeclared identifier 'ImGuiCol_DockingEmptyBg'
/U er /runner/work/SparkEngine/SparkEngine/SparkEngine/Source/Engine/ECS/Component /../../../Core/PlatformAudioStub .h:274:10: fatal error: 'SDL2/SDL.h' file not found
SparkEditor\Source\Core\EditorApplicationWindows.cpp(162,27): error C2065: 'ImGuiConfigFlags_DockingEnable': undeclared identifier [build\SparkEditor\SparkEditor.vcxproj]
SparkEditor\Source\Core\EditorApplicationWindows.cpp(165,12): error C2039: 'ConfigDockingWithShift': is not a member of 'ImGuiIO' [build\SparkEditor\SparkEditor.vcxproj]
SparkEditor\Source\Core\EditorNotificationManager.cpp(76,69): error C2065: 'ImGuiWindowFlags_NoDocking': undeclared identifier [build\SparkEditor\SparkEditor.vcxproj]
SparkEditor\Source\Core\EditorTheme.cpp(295,11): error C2065: 'ImGuiCol_DockingPreview': undeclared identifier [build\SparkEditor\SparkEditor.vcxproj]
SparkEditor\Source\Core\EditorTheme.cpp(296,11): error C2065: 'ImGuiCol_DockingEmptyBg': undeclared identifier [build\SparkEditor\SparkEditor.vcxproj]
SparkEditor\Source\Core\EditorUI.cpp(586,16): error C2039: 'SetNextWindowViewport': is not a member of 'ImGui' [build\SparkEditor\SparkEditor.vcxproj]
SparkEditor\Source\Core\EditorUI.cpp(586,16): error C3861: 'SetNextWindowViewport': identifier not found [build\SparkEditor\SparkEditor.vcxproj]
SparkEditor\Source\Core\EditorUI.cpp(588,70): error C2065: 'ImGuiWindowFlags_NoDocking': undeclared identifier [build\SparkEditor\SparkEditor.vcxproj]
SparkEditor\Source\Core\EditorUI.cpp(600,16): error C2039: 'DockSpace': is not a member of 'ImGui' [build\SparkEditor\SparkEditor.vcxproj]
SparkEditor\Source\Core\EditorUI.cpp(600,59): error C2065: 'ImGuiDockNodeFlags_None': undeclared identifier [build\SparkEditor\SparkEditor.vcxproj]
SparkEditor\Source\Core\EditorUI.cpp(600,16): error C3861: 'DockSpace': identifier not found [build\SparkEditor\SparkEditor.vcxproj]
SparkEditor\Source\Core\EditorUI.cpp(646,16): error C2039: 'DockBuilderRemoveNode': is not a member of 'ImGui' [build\SparkEditor\SparkEditor.vcxproj]
SparkEditor\Source\Core\EditorUI.cpp(646,16): error C3861: 'DockBuilderRemoveNode': identifier not found [build\SparkEditor\SparkEditor.vcxproj]
SparkEditor\Source\Core\EditorUI.cpp(647,16): error C2039: 'DockBuilderAddNode': is not a member of 'ImGui' [build\SparkEditor\SparkEditor.vcxproj]
Compiler Warnings (3)
../SparkEngine/Source/Physics/PhysicsBodyImpl.cpp:270:23: warning: comparing floating point with == or != is unsafe [-Wfloat-equal] [linux-msan]
../SparkEngine/Source/Physics/PhysicsSystem.cpp:401:12: warning: use of old-style cast [-Wold-style-cast] [linux-msan]
../../Tests/TestReliableChannel.cpp:390:9: warning: variable 'retransmitCount' set but not used [-Wunused-but-set-variable] [linux-msan]

Updated: 2026-05-18T04:54:58Z — 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