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): bump matter-js from 0.19.0 to 0.20.0 #87

Open
wants to merge 1 commit into
base: vmimi-relay-timeline/releases
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jul 31, 2024

Bumps matter-js from 0.19.0 to 0.20.0.

Changelog

Sourced from matter-js's changelog.

0.20.0 (2024-06-23)

  • added event passive options to Matter.Mouse, closes #930, closes #976 (e888f3c), closes #930 #976
  • added arrow key navigation of examples in development demo (45cad77)
  • added body removal to Example.remove (1209e88)
  • added Constraint.currentLength, closes #1184 (812f8af), closes #1184
  • added doc and warning for Bodies.trapezioid slope parameter range, closes #1075 (7ea5bc1), closes #1075
  • added docs for body.chamfer property, closes #1059 (5ed985d), closes #1059
  • added engine beforeSolve event, closes #1173 (8dd0e99), closes #1173
  • added event.timestamp and event.delta to collision events, closes #368 (2af54d5), closes #368
  • added Example.renderResize (b88c82f)
  • added Example.stress4 (0f0ac93)
  • added Example.substep (205aaa5)
  • added high delta warning to Matter.Engine (72e6e89)
  • added local pairs functions in Pairs.update (e9da32c)
  • added new Matter.Runner with default fixed timestep (3e61951)
  • added pixel ratio scaling to render debug stats (7ec38a1)
  • added render.options.wireframeStrokeStyle, closes #406 (401553d), closes #406
  • added Render.setSize, closes #955, closes #595 (fc05839), closes #955 #595
  • added repeats and updates options to test tools (6142991)
  • added updates per frame to Matter.Render debug (a5b5767)
  • changed Composte.removeComposite and Composte.removeBody to reset body.sleepCounter (6d10c3d)
  • changed Pair.id format to use shorter ids (5b6f30b)
  • fixed collision events for sleeping pairs, closes #1077 (51f49ce), closes #1077
  • fixed missing mouse.sourceEvents.mousewheel, closes #1146 (272049a), closes #1146
  • fixed Body.setStatic when applied multiple times, closes #641 (9655785), closes #641
  • fixed compare tool layer order in demo testbed (a3e801a) (0cc4d96)
  • fixed Runner.stop docs re. runner.enabled, closes #586, closes #1054 (2ecc563), closes #586 #1054
  • improved Example.substep comments (8046341)
  • improved Matter.Runner (b8a1563) (7206600)
  • improved Matter.Runner docs (283cd96) (dc693e7) (6e302a8)
  • improved test comparison report (962fba5) (2cc1c1c)
  • improved body.parts docs (013698b) (411af06), closes #600 (c1f9584), closes #600
  • optimised Collision._findSupports (653a110)
  • optimised Collision.collides (6f8a54b)
  • optimised contacts and supports memory and gc use (97d502e)
  • optimised pairs and collisions memory and gc use (f9208df)
  • optimised Resolver.solvePosition (89963f7)
  • optimised Resolver.solveVelocity (182ba90)
  • preserve pair.contacts order (e891d37)
  • reduced canvas hit testing in demo when using matter-tools (da99acb)
  • removed redundant runner.isFixed from examples (aba0e9e)
  • removed Collision._projectToAxis (4c56e5b)
  • removed pair.confirmedActive (72bc203)
  • renamed Composites function xx and yy params, closes #1095 (6bda7e8), closes #1095
  • updated development demo render options (0b131a4)
  • updated benchmark tests (e668c02)
Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [matter-js](https://github.com/liabru/matter-js) from 0.19.0 to 0.20.0.
- [Changelog](https://github.com/liabru/matter-js/blob/master/CHANGELOG.md)
- [Commits](liabru/matter-js@0.19.0...0.20.0)

---
updated-dependencies:
- dependency-name: matter-js
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 31, 2024
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 javascript Pull requests that update Javascript code packages/frontend
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants