Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update bevy_mod_outline requirement from 0.8.3 to 0.9.0 #257

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 16, 2024

Updates the requirements on bevy_mod_outline to permit the latest version.

Changelog

Sourced from bevy_mod_outline's changelog.

bevy_mod_outline 0.8.3 (2024-08-28)

Fixed

  • Fixed panic if a scene entity is despawned straight after spawning.

bevy_mod_outline 0.8.2 (2024-08-04)

Fixed

  • Fixed outlining skinned meshes when motion vector prepass enabled.
  • Fixed TAA jitter affecting outlines.
  • Fixed depth precision issue on Metal platforms.

bevy_mod_outline 0.8.1 (2024-07-21)

Added

  • Added support for NoAutomaticBatching.

Fixed

  • Fixed stencil shader with OutlineMode::RealVertex.
  • Fixed using wrong entity data for skinned/morphed meshes.
  • Fixed panic if entity despawned between extract and render.

bevy_mod_outline 0.8.0 (2024-07-09)

Added

  • Added Mix trait impls.
  • Added interpolation feature for Lerp trait impls.

Changed

  • Updated Bevy dependency to 0.14.
  • Outlines are now drawn in batches.

bevy_mod_outline 0.7.2 (2024-07-05)

Added

  • Added bloom example.

Fixed

  • Fixed missing reflect attributes and type registration.

bevy_mod_outline 0.7.1 (2024-06-11)

Added

  • Added Reflect impls to public Components.

Fixed

  • Fixed post-processing effects being discarded when MSAA enabled.

Changed

  • Removed workaround from render_layers example.

... (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)

Updates the requirements on [bevy_mod_outline](https://github.com/komadori/bevy_mod_outline) to permit the latest version.
- [Changelog](https://github.com/komadori/bevy_mod_outline/blob/master/CHANGELOG.md)
- [Commits](komadori/bevy_mod_outline@v0.8.3...v0.8.3)

---
updated-dependencies:
- dependency-name: bevy_mod_outline
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Dec 16, 2024
@imrn99
Copy link
Collaborator

imrn99 commented Jan 2, 2025

@dependabot ignore this dependency

@dependabot dependabot bot closed this Jan 2, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 2, 2025

OK, I won't notify you about bevy_mod_outline again, unless you re-open this PR.

@dependabot dependabot bot deleted the dependabot/cargo/bevy_mod_outline-0.9.0 branch January 2, 2025 07:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant