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

fix(deps): update all non-major dependencies #15

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 5, 2024

This PR contains the following updates:

Package Type Update Change
bevy (source) dependencies minor 0.13 -> 0.15
bevy_tweening dependencies minor 0.10 -> 0.12

Release Notes

bevyengine/bevy (bevy)

v0.15.0

Compare Source

v0.14.2

Compare Source

A full diff of what's been fixed can be seen here: bevyengine/bevy@v0.14.1...v0.14.2

v0.14.1

Compare Source

A full diff of what's been fixed can be seen here: bevyengine/bevy@v0.14.0...v0.14.1

v0.14.0

Compare Source

djeedai/bevy_tweening (bevy_tweening)

v0.12.0

Compare Source

Changed
  • Compatible with Bevy 0.15
  • Replaced interpolation::EaseFunction with bevy_math::EaseFunction, and removed the interpolation crate dependency.

v0.11.0

Compare Source

Changed
  • Compatible with Bevy 0.14
  • Lens::lerp() now takes a &mut dyn Targetable<T> instead of &mut T.
    This ensures the lens can skip change detection if needed.
    Targetable<T> conceptually acts like a Mut<T>, but allows encapsulating assets too.
    There should be no other change than the function signature to upgrade custom lenses,
    because dyn Targetable<T> now implements Defer and DeferMut, so can be used in place of &mut T.
  • AssetTarget::new() now takes a simple Mut<Assets<T>> instead of ResMut<Assets<T>>.
Fixed
  • Fixed change detection such that lenses which do not dereference their target
    do not unconditionally mark that target (component or asset) as changed from the point of view of ECS. (#​91)
Added
  • Added Targetable::target(&self) -> &T.
  • dyn Targetable<T> now implements Defer and DeferMut, so can be used in place of &T and &mut T.
  • Added ComponentTarget::to_mut(&mut self) -> Mut<'_, T> to "reborrow" the component target as a Mut<T>.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d53bf09 to aceed7b Compare July 9, 2024 02:51
@renovate renovate bot changed the title fix(deps): update rust crate bevy to 0.14 fix(deps): update all non-major dependencies Jul 9, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from aceed7b to c8ab277 Compare November 30, 2024 02:38
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c8ab277 to 22957f4 Compare December 8, 2024 11:56
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