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_tiled from 1.12.0 to 1.20.2 #70

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps flame_tiled from 1.12.0 to 1.20.2.

Release notes

Sourced from flame_tiled's releases.

v1.18.0

1.18.0

Note: This release has breaking changes.

  • REFACTOR: Modernize switch; use switch-expressions and no break; (#3133). (b283b82f)
  • FIX: Add key parameters to the rest of the components (#3170). (2477ea0f)
  • FIX: Invoke setToStart on child effect controller of wrapping effect controllers (#3168). (217c95f0)
  • FIX: Fix cascading and fallback propagation of text styles (#3129). (7b706d5f)
  • FEAT: Add onReleased action to AdvancedButtonComponent which will be called within onTapUp (#3152). (2269732e)
  • FEAT: Support text align on new text rendering pipeline (#3147). (194d5536)
  • FEAT: Add missing parameters to InlineTextStyle (#3146). (ce9392ab)
  • FEAT: Expand flame_lint to respect required pub.dev checks (#3139). (6e80bf5e)
  • FEAT: Add accessor to determine a TextElement size (#3130). (8a63a07a)
  • FEAT: Add ability to convert between TextPaint and InlineTextStyle (#3128). (6b63a57a)
  • FEAT: Add completed future for effects (#3123). (5e967deb)
  • FEAT: Add custom long tap delay (#3110). (a95d7df6)
  • DOCS: Update the dartdocs for FixedResolutionViewport (#3132). (db4b6fd6)
  • BREAKING FIX: Update IsometricTileMapComponent to have better defined position and size (#3142). (9a7bdc74)

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)

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)

... (truncated)

Changelog

Sourced from flame_tiled's changelog.

flame_bloc - v1.12.0

  • REFACTOR: Modernize switch; use switch-expressions and no break; (#3133). (b283b82f)
  • FIX: Call super.onLoad from FlameBlockReader (#3175). (349f7bd7)
  • FEAT: Expand flame_lint to respect required pub.dev checks (#3139). (6e80bf5e)

flame_lint - v1.2.0

  • FEAT: Expand flame_lint to respect required pub.dev checks (#3139). (6e80bf5e)

flame_rive - v1.10.2

  • REFACTOR: Modernize switch; use switch-expressions and no break; (#3133). (b283b82f)

flame_texturepacker - v4.0.1

  • FIX: TexturePacker fixes the wrong path for the atlas file. (#3124). (69f5c388)

flame_tiled - v1.20.2

  • REFACTOR: Modernize switch; use switch-expressions and no break; (#3133). (b283b82f)

jenny - v1.3.1

  • REFACTOR: Modernize switch; use switch-expressions and no break; (#3133). (b283b82f)

2024-04-05

Changes


Packages with breaking changes:

Packages with other changes:


flame_texturepacker - v4.0.0

  • BREAKING FEAT: Use Flame.images in flame_texturepacker (#3103). (418cc578)

flame_forge2d - v0.18.0

... (truncated)

Commits
  • a1f9633 chore(release): Publish Flame v1.18.0 et. al (#3178)
  • ec421d9 chore: Bump lottie version and fix breaking change (#3177)
  • 7f1ba0d chore: Bump dependencies (#3176)
  • 349f7bd fix: Call super.onLoad from FlameBlockReader (#3175)
  • b9738d5 chore: Bump devtools dependencies (#3173)
  • 2088d63 chore: Add topics to pubspec files (#3171)
  • 458d53b chore(deps): Bump to Flutter 3.22.0 (#3174)
  • 2477ea0 fix: Add key parameters to the rest of the components (#3170)
  • 217c95f fix: Invoke setToStart on child effect controller of wrapping effect contro...
  • 3d42a2c chore: Update audioplayers to ^6.0.0 in flame_audio (#3158)
  • 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 dependencies Pull requests that update a dependency file labels Aug 1, 2024
@dependabot dependabot bot force-pushed the dependabot/pub/flame_tiled-1.20.2 branch from df40f7d to dc1349f Compare August 6, 2024 22:09
Bumps [flame_tiled](https://github.com/flame-engine/flame/tree/main/packages) from 1.12.0 to 1.20.2.
- [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_tiled-v1.20.2/packages)

---
updated-dependencies:
- dependency-name: flame_tiled
  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_tiled-1.20.2 branch from dc1349f to 3f6bfe1 Compare August 8, 2024 19:48
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 28, 2024

Superseded by #79.

@dependabot dependabot bot closed this Aug 28, 2024
@dependabot dependabot bot deleted the dependabot/pub/flame_tiled-1.20.2 branch August 28, 2024 14:27
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 dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants