Update bevy-inspector-egui requirement from 0.28.0 to 0.30.0 #8

Open
opened 2025-05-10 18:25:18 +00:00 by elias · 0 comments
Owner

Originally created by @dependabot[bot] on 3/23/2025

Updates the requirements on bevy-inspector-egui to permit the latest version.

Changelog

Sourced from bevy-inspector-egui's changelog.

Changelog

Version 0.29.1

  • add enabled-by-default documentation feature, which will display docs for reflected components on hover

Version 0.29.0

Version 0.28.1

  • fix inspector options not being respected
  • fix handle short circuiting not working
  • remove egui_open_url from default features as it is rarely used and pulls a lot of dependencies

Version 0.28.0

  • upgrade to bevy_egui 0.31
  • update bevy to 0.15
  • add ability to reflect Sets
  • add some more auto name associations

Version 0.27.0

  • upgrade to bevy_egui 0.30 / egui 0.29
  • update image to 0.25

Version 0.26.0

  • update to bevy_egui 0.29
  • make RangeInclusive<fXX> inspectable

Version 0.25.2

  • introduce features for egui clipboard and open_url to improve wasm compat
  • re-enable image and mesh inspector impls

Version 0.25.1

  • don't clamp linearrgba values
  • fix render layer inspector
  • actually make bevy_egui/render optional
  • put quick.rs plugins in their own schedule to fix system ambiguity

Version 0.25.0

  • update to bevy 0.14, egui 0.28
  • make bevy_render an optional feature
  • put plugin systems in their own Inspect schedule to avoid ambiguities

Version 0.24.0

... (truncated)

Commits

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)
*Originally created by @dependabot[bot] on 3/23/2025* Updates the requirements on [bevy-inspector-egui](https://github.com/jakobhellermann/bevy-inspector-egui) to permit the latest version. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/jakobhellermann/bevy-inspector-egui/blob/main/docs/CHANGELOG.md">bevy-inspector-egui's changelog</a>.</em></p> <blockquote> <h1>Changelog</h1> <h2>Version 0.29.1</h2> <ul> <li>add enabled-by-default <code>documentation</code> feature, which will display docs for reflected components on hover</li> </ul> <h2>Version 0.29.0</h2> <ul> <li>fix sRGBA colors not being accurate [(<a href="https://redirect.github.com/jakobhellermann/bevy-inspector-egui/issues/235">#235</a>)](<a href="https://redirect.github.com/jakobhellermann/bevy-inspector-egui/pull/235">jakobhellermann/bevy-inspector-egui#235</a>)</li> <li>add ability to perform custom cilters in hierarchy [(<a href="https://redirect.github.com/jakobhellermann/bevy-inspector-egui/issues/231">#231</a>)](<a href="https://redirect.github.com/jakobhellermann/bevy-inspector-egui/pull/231">jakobhellermann/bevy-inspector-egui#231</a>)</li> <li>add <code>InspectorEguiImpl</code> for <code>Uuid</code></li> <li>update to <code>egui 0.30</code>, <code>bevy_egui 0.32</code></li> </ul> <h2>Version 0.28.1</h2> <ul> <li>fix inspector options not being respected</li> <li>fix handle short circuiting not working</li> <li>remove <code>egui_open_url</code> from default features as it is rarely used and pulls a lot of dependencies</li> </ul> <h2>Version 0.28.0</h2> <ul> <li>upgrade to <code>bevy_egui 0.31</code></li> <li>update <code>bevy</code> to 0.15</li> <li>add ability to reflect Sets</li> <li>add some more auto name associations</li> </ul> <h2>Version 0.27.0</h2> <ul> <li>upgrade to <code>bevy_egui 0.30</code> / <code>egui 0.29</code></li> <li>update <code>image</code> to 0.25</li> </ul> <h2>Version 0.26.0</h2> <ul> <li>update to <code>bevy_egui</code> 0.29</li> <li>make <code>RangeInclusive&lt;fXX&gt;</code> inspectable</li> </ul> <h2>Version 0.25.2</h2> <ul> <li>introduce features for egui clipboard and open_url to improve wasm compat</li> <li>re-enable image and mesh inspector impls</li> </ul> <h2>Version 0.25.1</h2> <ul> <li>don't clamp linearrgba values</li> <li>fix render layer inspector</li> <li>actually make bevy_egui/render optional</li> <li>put quick.rs plugins in their own schedule to fix system ambiguity</li> </ul> <h2>Version 0.25.0</h2> <ul> <li>update to bevy 0.14, egui 0.28</li> <li>make <code>bevy_render</code> an optional feature</li> <li>put plugin systems in their own Inspect schedule to avoid ambiguities</li> </ul> <h2>Version 0.24.0</h2> <ul> <li>update to egui 0.27 and bevy_egui 0.27</li> <li>add dropdown for images handles (thanks to <a href="https://github.com/eupraxia05"><code>@​eupraxia05</code></a> <a href="https://redirect.github.com/jakobhellermann/bevy-inspector-egui/pull/190">jakobhellermann/bevy-inspector-egui#190</a>)</li> <li>add entity name filter to world inspector (thanks to <a href="https://github.com/RobWalt"><code>@​RobWalt</code></a> <a href="https://redirect.github.com/jakobhellermann/bevy-inspector-egui/pull/194">jakobhellermann/bevy-inspector-egui#194</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/jakobhellermann/bevy-inspector-egui/commits">compare view</a></li> </ul> </details> <br /> 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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) </details>
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: elias/bevy-project-template#8
No description provided.