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

build(deps): bump flame_test from 1.12.0 to 1.16.0 #51

Merged
merged 1 commit into from
Feb 23, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 19, 2024

Bumps flame_test from 1.12.0 to 1.16.0.

Release notes

Sourced from flame_test's releases.

v1.16.0

1.16.0

Note: This release has breaking changes.

  • REFACTOR: Fix unrelated types reported by DCM (#3023). (1d020a52)
  • FIX: Vertices in PolygonComponent should subtract vertices positioning (#3040). (4f053ed7)
  • BREAKING FIX: Migrate from RawKeyEvent to KeyEvent (#3002). (330862c9)

v1.15.0

1.15.0

  • REFACTOR: Minimize Vector2 creation in IsometricTileMapComponent (#3018). (5d3be313)
  • FIX: Set margins of JoystickComponent properly (#3019). (e27818d8)
  • FIX: Properly update sprites in SpriteButtonComponent (#3013). (23cf8b9d)
  • FIX: Lifecycle completers to be called for FlameGame (#3007). (3804f524)
  • FIX: CameraComponent no longer throws Concurrent modification on stop (#2997). (6a1059b0)
  • FIX: Updated PolygonComponent.containsPoint to account for concave polygons (#2979). (a6fe62a2)
  • FIX: Add missing generic to ComponentViewportMargin (#2983). (1d9fe613)
  • FEAT: Add support for base64 encoded images to be manually added to Images cache. (#3008). (1e56293c)
  • FEAT: Make Component.key public (#2988). (7fbd5af9)
  • FEAT: Add a hitboxFilter argument to raycast() (#2968). (d7c53e23)

v1.14.0

1.14.0

Note: This release has breaking changes.

  • FIX: Set hitbox debugColor to yellow (#2958). (6858eae0)
  • FIX: Consider displaced hitboxes in GestureHitboxes mixin (#2957). (1085518f)
  • FIX: PolygonComponent.containsLocalPoint to use anchor (#2953). (7969321e)
  • FEAT: Notifier for changing current sprite/animation in group components (#2956). (75cf2390)
  • BREAKING REFACTOR: Remove the Projector interface that is no longer used for coordinate transformations (#2955). (0979dc97)

v1.13.1

1.13.1

v1.13.0

1.13.0

  • FIX: Logic error in MemoryCache.setValue() (#2931). (8cee80c3)
  • FIX: Export ScalingParticle (#2928). (3730cb1d)
  • FIX: Misalignment of the hittest area of PolygonHitbox (#2930). (db db1379)
  • FIX: Allow setting bounds while BoundedPositionBehavior's target is null (#2926). (bab9be6e)
  • FEAT: Ability to use selfPositioning in SpawnComponent (#2927). (b526aa14)
  • FEAT: Add margin and spacing properties to SpriteSheet (#2925) . (67f7c126)
  • FEAT: Add children to SpriteAnimationComponent.fromFrameData ([#2914](flame-engine/flame#29 14)). (caf2b909)

... (truncated)

Changelog

Sourced from flame_test's changelog.

flame - v1.16.0

  • REFACTOR: Fix unrelated types reported by DCM (#3023). (1d020a52)
  • FIX: Vertices in PolygonComponent should subtract vertices positioning (#3040). (4f053ed7)
  • BREAKING FIX: Migrate from RawKeyEvent to KeyEvent (#3002). (330862c9)

flame_audio - v2.10.0

  • BREAKING FIX: Migrate from RawKeyEvent to KeyEvent (#3002). (330862c9)

flame_bloc - v1.11.0

  • BREAKING FIX: Migrate from RawKeyEvent to KeyEvent (#3002). (330862c9)

flame_fire_atlas - v1.5.0

  • BREAKING FIX: Migrate from RawKeyEvent to KeyEvent (#3002). (330862c9)

flame_rive - v1.10.0

  • BREAKING FIX: Migrate from RawKeyEvent to KeyEvent (#3002). (330862c9)

flame_riverpod - v5.3.0

  • BREAKING FIX: Migrate from RawKeyEvent to KeyEvent (#3002). (330862c9)

flame_svg - v1.10.0

  • BREAKING FIX: Migrate from RawKeyEvent to KeyEvent (#3002). (330862c9)

flame_test - v1.16.0

  • BREAKING FIX: Migrate from RawKeyEvent to KeyEvent (#3002). (330862c9)

flame_texturepacker - v3.1.0

  • BREAKING FIX: Migrate from RawKeyEvent to KeyEvent (#3002). (330862c9)

flame_tiled - v1.19.0

  • FEAT: Add TiledObjectHealpers extension on TiledObject (#3032). (78380b9d)
  • BREAKING FIX: Migrate from RawKeyEvent to KeyEvent (#3002). (330862c9)

flame_forge2d - v0.17.0

  • FIX: BodyComponent fixtures should test with global point (#3042). (7c3038be)
  • BREAKING FIX: Migrate from RawKeyEvent to KeyEvent (#3002). (330862c9)

flame_isolate - v0.6.0

... (truncated)

Commits
  • d409193 chore(release): Publish Flame v1.16.0 et. al (#3044)
  • 7c3038b fix: BodyComponent fixtures should test with global point (#3042)
  • 4f053ed fix: Vertices in PolygonComponent should subtract vertices positioning (#3040)
  • 330862c fix!: Migrate from RawKeyEvent to KeyEvent (#3002)
  • 20d368c chore: Fix dangling_library_doc_comments (#3038)
  • 2192262 feat: Add new methods to CommandStorage to support more arguments (#3035)
  • 78380b9 feat: Add TiledObjectHealpers extension on TiledObject (#3032)
  • d78f7f8 chore(release): Publish flame_svg v1.9.0 (#3033)
  • b0cafb2 feat: Add loadFromString to Svg class (#3030)
  • 1d020a5 refactor: Fix unrelated types reported by DCM (#3023)
  • Additional commits viewable in compare view

Dependabot compatibility score

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)

Bumps [flame_test](https://github.com/flame-engine/flame/tree/main/packages) from 1.12.0 to 1.16.0.
- [Release notes](https://github.com/flame-engine/flame/releases)
- [Changelog](https://github.com/flame-engine/flame/blob/main/CHANGELOG.md)
- [Commits](https://github.com/flame-engine/flame/commits/flame_test-v1.16.0/packages)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dart Pull requests that update Dart code dependencies Pull requests that update a dependency file labels Feb 19, 2024
@BBarisKilic BBarisKilic self-requested a review February 23, 2024 22:58
@BBarisKilic BBarisKilic self-assigned this Feb 23, 2024
@BBarisKilic BBarisKilic merged commit 0a15c64 into master Feb 23, 2024
2 of 3 checks passed
Repository owner locked as resolved and limited conversation to collaborators Feb 23, 2024
@dependabot dependabot bot deleted the dependabot/pub/flame_test-1.16.0 branch February 23, 2024 22:59
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dart Pull requests that update Dart code dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant