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 flame from 1.18.0 to 1.19.0 #11

Merged
merged 1 commit into from
Sep 4, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 28, 2024

Bumps flame from 1.18.0 to 1.19.0.

Changelog

Sourced from flame's changelog.

flame - v1.19.0

  • REFACTOR: Use a temp vector for delta calculations of FollowBehavior (#3230). (524793d4)
  • FIX: Add assertion when trying to set "current" that doesn't exist (#3258). (267d6801)
  • FIX: Update version of lints to comply with new pub requirements (#3223). (1b0bee72)
  • FIX: Replace CurvedParticle inheritance with Particle in ScaledParticle (#3221). (8cd054d0)
  • FIX: Fix text rendering issue where spaces are missing (#3192). (28fd2a0f)
  • FIX: Add nativeAngle to constructors where it makes sense (#3197). (e8704934)
  • FIX: Wire in background and foreground colors in TextPaint (#3191). (983cfab6)
  • FIX: Disallow mutatation of SpriteGroupComponent.sprites (#3185). (7c40034d)
  • FIX: Disallow mutatation of SpriteAnimationGroupComponent.animations (#3183). (52773407)
  • FEAT: Adding scale and angle to devtools attributes (#3267). (b2a5e658)
  • FEAT: Adding x,y,width and height inputs to position components on Dev Tools (#3263). (003ec3a1)
  • FEAT: Adding component snapshot to Dev tools (#3261). (1a574917)
  • FEAT: Fixing tests on flutter 3.24.0 (#3259). (bf9a2481)
  • FEAT: Loading builder for Route (#3113). (1e62b342)
  • FEAT: Take in super.curve in ScalingParticle (#3220). (0fbc73cc)
  • FEAT: Add pause and resume to HasTimeScale mixin (#3216). (9a86e7b5)
  • FEAT: Add missing background and foreground properties to InlineTextStyle (#3187). (34dde50f)
  • FEAT: Support inline code blocks on markdown rich text (#3186). (67e069c0)
  • DOCS: Remove PositionType from the docs (#3198). (b0ff5c41)
  • DOCS: Add dartdocs to inline text node classes (#3189). (84c1ee87)
  • BREAKING REFACTOR: Make query() result an Iterable (#3209). (c094caa7)

behavior_tree - v0.1.3

  • FIX: Update version of lints to comply with new pub requirements (#3223). (1b0bee72)
  • DOCS: Add AI assist badge to readme(s) (#3226). (380d6aa9)
  • DOCS: Fix capitalization of the Dart programming language on pubspec description field (#3222). (9404241e)

flame_behavior_tree - v0.1.3

  • FIX: Update version of lints to comply with new pub requirements (#3223). (1b0bee72)
  • DOCS: Add AI assist badge to readme(s) (#3226). (380d6aa9)
  • DOCS: Fix capitalization of the Dart programming language on pubspec description field (#3222). (9404241e)

flame_bloc - v1.12.1

flame_forge2d - v0.18.2

flame_isolate - v0.6.2

flame_kenney_xml - v0.1.1

... (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)
  • 8ee4668 chore: Convert the improvement suggestion template to an issue form (#3037)
  • 2192262 feat: Add new methods to CommandStorage to support more arguments (#3035)
  • d2e62bd chore: Convert the feature request template to an issue form (#3036)
  • 78380b9 feat: Add TiledObjectHealpers extension on TiledObject (#3032)
  • d78f7f8 chore(release): Publish flame_svg v1.9.0 (#3033)
  • 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](https://github.com/flame-engine/flame) from 1.18.0 to 1.19.0.
- [Release notes](https://github.com/flame-engine/flame/releases)
- [Changelog](https://github.com/flame-engine/flame/blob/main/CHANGELOG.md)
- [Commits](flame-engine/flame@flame-v1.18.0...flame_tiled-v1.19.0)

---
updated-dependencies:
- dependency-name: flame
  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 external dependency Requires changes in an external dependency labels Aug 28, 2024
Copy link
Contributor

@marwfair marwfair left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@marwfair marwfair merged commit 60e952f into main Sep 4, 2024
3 checks passed
@marwfair marwfair deleted the dependabot/pub/flame-1.19.0 branch September 4, 2024 16:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dart Pull requests that update Dart code external dependency Requires changes in an external dependency
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant