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 dependency excalibur to v0.24.5 #13

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 4, 2020

This PR contains the following updates:

Package Type Update Change
excalibur dependencies patch 0.24.4 -> 0.24.5

Release Notes

excaliburjs/Excalibur

v0.24.5

Compare Source

Breaking Changes
  • [#​1361] Makes use of proxies, Excalibur longer supports IE11 πŸ’₯ ([#​1361]#​1361)
Added
  • Adds new ECS Foundations API, which allows excalibur core behavior to be manipulated with ECS style code ([#​1361]#​1361)
    • Adds new ex.Entity & ex.EntityManager which represent anything that can do something in a Scene and are containers for Components
    • Adds new ex.Component type which allows encapsulation of state on entities
    • Adds new ex.Query & ex.QueryManager which allows queries over entities that match a component list
    • Adds new ex.System type which operates on matching Entities to do some behavior in Excalibur.
    • Adds new ex.Observable a small observable implementation for observing Entity component changes over time
Changed
Deprecated
Removed
Fixed
  • Fixed Animation flicker bug on the first frame when using animations with scale, anchors, or rotation. (#​1636)

Renovate configuration

πŸ“… Schedule: 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.

πŸ”• Ignore: Close this PR and you won't be reminded about this update again.


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

This PR has been generated by WhiteSource Renovate. View repository job log here.

@djcsdy
Copy link
Member

djcsdy commented Oct 4, 2020

Skipping this release due to excaliburjs/Excalibur#1678

@djcsdy djcsdy closed this Oct 4, 2020
@renovate
Copy link
Contributor Author

renovate bot commented Oct 4, 2020

Renovate Ignore Notification

As this PR has been closed unmerged, Renovate will now ignore this update (0.24.5). You will still receive a PR once a newer version is released, so if you wish to permanently ignore this dependency, please add it to the ignoreDeps array of your renovate config.

If this PR was closed by mistake or you changed your mind, you can simply rename this PR and you will soon get a fresh replacement PR opened.

@djcsdy djcsdy deleted the renovate/excalibur-0.x branch October 4, 2020 15:08
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.

None yet

2 participants