deps: bump ThirdParty/UI/imgui from 5098ce1 to 01380c5 - #551
deps: bump ThirdParty/UI/imgui from 5098ce1 to 01380c5#551dependabot[bot] wants to merge 1 commit into
5098ce1 to 01380c5#551Conversation
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
✅ CodeQL ReportAll previously reported CodeQL findings have been fixed. Analysis for Last checked: 2026-08-23T18:10:22Z |
❌ CI Error ReportFailed jobs: macos-Debug-OpenGL Build Errors
Full error outputCompiler Warnings (7)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>
30b4ded to
5063c83
Compare
|
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. |
|
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 If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
Bumps ThirdParty/UI/imgui from
5098ce1to01380c5.Commits
01380c5Version 1.92.9e722165Docs: rework FAQ index, added multi-threading and string-view details.d94d0f3Examples: SDL+WebGPU: removed stray glfw from cmakefiles. (#9387, #9428)f31f98fImDrawData: fixed late initialized field. (Amend 6f41d13)f594633Popups: added bool return value to OpenPopup(), OpenPopupOnItemClick() functi...b335bf4Added ImTextureData::QueueUserData for staged-rendering texture queues e.g. i...6f41d13DrawData: added FrameCount field to facilitate debugging multi-threading issu...5483893(Breaking) ImDrawData: marked draw_data->CmdListsCount as obsolete. Use draw_...295385fUpdate FAQ.mdc9c458cUpdate FAQ.md