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_test from 1.16.2 to 1.17.0 #12

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_test from 1.16.2 to 1.17.0.

Release notes

Sourced from flame_test's releases.

v1.17.0

1.17.0

Note: This release has breaking changes.

  • REFACTOR: Change the ClipComponent factory Constructor to redirect Constructor (#3089). (cc035fb4)
  • FIX: Call render properly from nested FlameGames (#3106). (cb1e3701)
  • FIX: CircleHitbox should properly detect when ray is outside (#3100). (8cd9e123)
  • FIX: Clamp opacity set by the ColorEffect to 1.0 (#3069). (9282cc38)
  • FIX: FutureOr return type of ComponentViewportMargin.onLoad (#3059). (72678c67)
  • FIX: Size for SpriteComponent.fromImage should be nullable (#3054). (2ed71a3c)
  • FIX: Check for removing state while adding a child (#3050). (3a24a51d)
  • FEAT: Add onFinished callback to ScrollTextBoxComponent (#3105). (233cc94c)
  • FEAT: Add copyWith method on the TextBoxConfig (#3099). (b946ba70)
  • FEAT: Component tree for the devtools extension tab (#3094). (bf5d68e9)
  • FEAT: Add PositionComponent.toString (#3095). (b1f01986)
  • FEAT: Add SpriteBatch.replace to allow the replacement of the batch information (#3079). (bf3c282d)
  • FEAT: Initial functionality of flame_devtools (#3061). (c92910c6)
  • FEAT: Add HasPerformanceTracker mixin on Game (#3043). (6270353a)
  • BREAKING REFACTOR: Use HasTimeScale for Route (#3064). (30fde805)
  • BREAKING FIX: Removed unused parameters from SpriteWidget (#3074). (f49d24c0)
Changelog

Sourced from flame_test's changelog.

flame_test - v1.17.0

flame_texturepacker - v4.1.0

  • PERF: Optimize TexturePackerSprite when sprites do not need to be rotated (#3236). (e9512e9b)
  • FEAT: Enhance TexturePackerSprite (#3224). (0b0a6c1b)
  • DOCS: Add AI assist badge to readme(s) (#3226). (380d6aa9)

flame_tiled - v1.20.3

jenny - v1.3.2

flame_fire_atlas - v1.5.4

flame_riverpod - v5.4.3

  • Bump "flame_riverpod" to 5.4.3.

flame_network_assets - v0.3.3

flame_audio - v2.10.3

2024-07-29

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


flame_fire_atlas - v1.5.3

... (truncated)

Commits
  • 639dac0 chore(release): Publish Flame v1.17.0 (#3108)
  • cb1e370 fix: Call render properly from nested FlameGames (#3106)
  • 233cc94 feat: Add onFinished callback to ScrollTextBoxComponent (#3105)
  • 6c8190b refactor: Deprecate fromAtlas in favour of atlasFromAssets and `atlasFrom...
  • b946ba7 feat: Add copyWith method on the TextBoxConfig (#3099)
  • 8cd9e12 fix: CircleHitbox should properly detect when ray is outside (#3100)
  • ed690b3 feat: Support for new atlas format and rotated sprites (#3097)
  • bf5d68e feat: Component tree for the devtools extension tab (#3094)
  • b1f0198 feat: Add PositionComponent.toString (#3095)
  • 3c35d59 fix: Null gravity override by Forge2dGame (#3092)
  • 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)

@dependabot dependabot bot added dart Pull requests that update Dart code external dependency Requires changes in an external dependency labels Aug 28, 2024
Bumps [flame_test](https://github.com/flame-engine/flame/tree/main/packages) from 1.16.2 to 1.17.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/1.17.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 force-pushed the dependabot/pub/flame_test-1.17.0 branch from 9f9d90b to bb1caa3 Compare September 4, 2024 16:47
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 2b965fa into main Sep 4, 2024
3 checks passed
@marwfair marwfair deleted the dependabot/pub/flame_test-1.17.0 branch September 4, 2024 16:49
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