chore: Upgrade dependencies#93
Conversation
|
This PRs description doesn't match with what is in the body. Do note that we shouldn't bump the Dart SDK higher than the Flame min SDK for Dart. |
|
What do you mean it does not match? I updated the version constraints to the newest version. With the version bump, the formatter has also changed (see the first pr for the changes without the formatting) |
There are no pubspec updates at all in this PR? |
|
Fixed, also updated the github actions to use the new command |


Description
Upgrades the project dependencies and migrates the workspace configuration for the latest Melos setup.
Changes include:
^8.0.0xmlto^7.0.0dartdocto^9.0.0melos.yamlinto the rootpubspec.yamlresolution: workspacefor thetiledpackagebreakstatements reported by the updated analyzer rules(This is part 1 of upgrading dependencies, if this is published, i can work on the flame.dart upgrades)
Checklist
fix:,feat:,docs:etc).docsand added dartdoc comments with///. (also)examples. (also)Breaking Change
Related Issues