-
-
Notifications
You must be signed in to change notification settings - Fork 287
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: upgrade - flutter_svg, camera #3945
Conversation
Impacted files: * `analytics_helper.dart`: minor refactoring with new matomo version * `edit_product_page.dart`: minor refactoring with new svg version * `pubspec.lock`: wtf * `scanner/pubspec.yaml`: new svg version * `smooth_app/pubspec.yaml`: new svg, camera and matomo versions * `smooth_product_card_thanks.dart`: minor refactoring with new svg version * `svg_async_asset.dart`: minor refactoring with new svg version * `svg_cache.dart`: minor refactoring with new svg version * `user_preferences_settings.dart`: minor refactoring with new matomo version
They seem related actually, if you expand the errors - something like "matomo not initialized". |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it seems that errors are related to matomo
Codecov Report
@@ Coverage Diff @@
## develop #3945 +/- ##
===========================================
- Coverage 11.00% 10.99% -0.01%
===========================================
Files 265 265
Lines 13042 13046 +4
===========================================
Hits 1435 1435
- Misses 11607 11611 +4
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍🏼 👍🏼
Somehow automerge won't work as long as @teolemon is requesting changes |
What
flutter_svg
and(minor breaking changes) andmatomo_tracker
camera
(no breaking changes)Impacted files
analytics_helper.dart
: minor refactoring with new matomo versionedit_product_page.dart
: minor refactoring with new svg versionpubspec.lock
: wtfscanner/pubspec.yaml
: new svg versionsmooth_app/pubspec.yaml
: new svg, cameraand matomoversionssmooth_product_card_thanks.dart
: minor refactoring with new svg versionsvg_async_asset.dart
: minor refactoring with new svg versionsvg_cache.dart
: minor refactoring with new svg versionuser_preferences_settings.dart
: minor refactoring with new matomo version