Skip to content

deps: bump ThirdParty/UI/imgui from 5098ce1 to 01380c5 - #551

Closed
dependabot[bot] wants to merge 1 commit into
Workingfrom
dependabot/submodules/ThirdParty/UI/imgui-01380c5
Closed

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

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps ThirdParty/UI/imgui from 5098ce1 to 01380c5.

Commits
  • 01380c5 Version 1.92.9
  • e722165 Docs: rework FAQ index, added multi-threading and string-view details.
  • d94d0f3 Examples: SDL+WebGPU: removed stray glfw from cmakefiles. (#9387, #9428)
  • f31f98f ImDrawData: fixed late initialized field. (Amend 6f41d13)
  • f594633 Popups: added bool return value to OpenPopup(), OpenPopupOnItemClick() functi...
  • b335bf4 Added ImTextureData::QueueUserData for staged-rendering texture queues e.g. i...
  • 6f41d13 DrawData: added FrameCount field to facilitate debugging multi-threading issu...
  • 5483893 (Breaking) ImDrawData: marked draw_data->CmdListsCount as obsolete. Use draw_...
  • 295385f Update FAQ.md
  • c9c458c Update FAQ.md
  • Additional commits viewable in compare view

@dependabot @github

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

github-actions Bot commented Jul 27, 2026

Copy link
Copy Markdown
Contributor

✅ CodeQL Report

All previously reported CodeQL findings have been fixed. Analysis for actions is clean.

Last checked: 2026-08-23T18:10:22Z

@github-actions

github-actions Bot commented Jul 27, 2026

Copy link
Copy Markdown
Contributor

❌ CI Error Report

Failed jobs: macos-Debug-OpenGL
Errors: 5 | Test failures: 0 | Compiler warnings: 7

Build Errors

File Line Error Jobs
SparkEditor/Source/Core/EditorApplicationLinux.cpp 102 u e of undeclared identifier 'ImGuiConfigFlag _DockingEnable'; did you mean 'ImGuiConfigFlag _None'? macos-Debug-OpenGL
SparkEditor/Source/Core/EditorApplicationLinux.cpp 105 no member named 'ConfigDockingWithShift' in 'ImGuiIO' macos-Debug-OpenGL
SparkEditor/Source/Core/EditorTheme.cpp 295 u e of undeclared identifier 'ImGuiCol_DockingPreview' macos-Debug-OpenGL
SparkEditor/Source/Core/EditorTheme.cpp 295 expected ']' macos-Debug-OpenGL
SparkEditor/Source/Core/EditorTheme.cpp 296 u e of undeclared identifier 'ImGuiCol_DockingEmptyBg' macos-Debug-OpenGL
Full error output
../../SparkEditor/Source/Core/EditorApplicationLinux.cpp:102:27: error: u e of undeclared identifier 'ImGuiConfigFlag _DockingEnable'; did you mean 'ImGuiConfigFlag _None'?
../../SparkEditor/Source/Core/EditorApplicationLinux.cpp:105:12: error: no member named 'ConfigDockingWithShift' in 'ImGuiIO'
../../SparkEditor/Source/Core/EditorTheme.cpp:295:11: error: u e of undeclared identifier 'ImGuiCol_DockingPreview'
../../SparkEditor/Source/Core/EditorTheme.cpp:295:77: error: expected ']'
../../SparkEditor/Source/Core/EditorTheme.cpp:296:11: error: u e of undeclared identifier 'ImGuiCol_DockingEmptyBg'
Compiler Warnings (7)
../../../ThirdParty/SDL2/ rc/event /SDL_quit.c:83:41: warning: ca t from 'void (*)(int,  truct __ iginfo *, void *)' to 'void (*)(int)' convert  to incompatible function type [-Wca t-function-type-mi match]
../../../ThirdParty/SDL2/ rc/joy tick/iphoneo /SDL_mfijoy tick.m:504:27: warning: 'gamepad' i  deprecated: fir t deprecated in macOS 10.12 [-Wdeprecated-declaration ]
../../../ThirdParty/SDL2/ rc/joy tick/iphoneo /SDL_mfijoy tick.m:800: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 ]
../../../ThirdParty/SDL2/ rc/joy tick/iphoneo /SDL_mfijoy tick.m:1263:13: warning: 'GCGamepad' i  deprecated: fir t deprecated in macOS 10.12 [-Wdeprecated-declaration ]
../../../ThirdParty/SDL2/ rc/video/cocoa/SDL_cocoaevent .m:188:55: warning:  emicolon before method body i  ignored [-W emicolon-before-method-body]
../../../ThirdParty/SDL2/ rc/video/cocoa/SDL_cocoametalview.m:82:47: warning:  emicolon before method body i  ignored [-W emicolon-before-method-body]
../../../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 ]

Updated: 2026-08-23T18:15:18Z — this comment is updated in-place, not duplicated.

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

---
updated-dependencies:
- dependency-name: ThirdParty/UI/imgui
  dependency-version: '01380c579715e62fb9a8d6ec0502c4ea83bfde6e'
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/submodules/ThirdParty/UI/imgui-01380c5 branch from 30b4ded to 5063c83 Compare August 23, 2026 17:56
@Krilliac

Copy link
Copy Markdown
Owner

Superseded in Working by the official ImGui docking head fd13a1e8923a0a7077b404fc36fd063b25a0c0b5. The proposed master-only 01380c5 revision removes docking APIs used by SparkEditor and failed compilation; the docking revision includes that upstream target while retaining required APIs. Full Debug and Release builds and 6,274 tests/config passed. Closing this redundant PR and removing its branch.

@Krilliac Krilliac closed this Aug 23, 2026
@Krilliac
Krilliac deleted the dependabot/submodules/ThirdParty/UI/imgui-01380c5 branch August 23, 2026 18:07
@dependabot @github

dependabot Bot commented on behalf of github Aug 23, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

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.

1 participant