chore: Update rive package to 0.13.5 #9353
cicd.yml
on: pull_request
format
1m 50s
analyze
2m 14s
analyze-latest
2m 22s
markdown-lint
10s
dcm
2m 9s
test
6m 41s
Annotations
7 errors, 6 warnings, and 1 notice
'Split' isn't a function.:
packages/flame_devtools/lib/widgets/component_tree.dart#L13
Try correcting the name to match an existing function, or define a method or function named 'Split'.
See https://dart.dev/diagnostics/invocation_of_non_function to learn more about this problem.
|
The name 'Split' is defined in the libraries 'package:devtools_app_shared/src/ui/split.dart (via package:devtools_app_shared/ui.dart)' and 'package:flutter/src/animation/curves.dart'.:
packages/flame_devtools/lib/widgets/component_tree.dart#L13
Try using 'as prefix' for one of the import directives, or hiding the name from all but one of the imports.
See https://dart.dev/diagnostics/ambiguous_import to learn more about this problem.
|
analyze-latest
Dart Analyzer detected problems, see the logs for more information.
|
test
1417 tests passed, 1 failed.
|
test
0 tests passed, 1 failed.
|
test
4 tests passed, 1 failed.
|
test
Process completed with exit code 1.
|
markdown-lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
format
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
dcm
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
analyze
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, invertase/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
analyze-latest
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, invertase/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
'UnmodifiableFloat64ListView' is deprecated and shouldn't be used. Use Float64List.asUnmodifiableView() instead.:
packages/flame/lib/src/game/notifying_vector2.dart#L189
Try replacing the use of the deprecated member with the replacement.
See https://dart.dev/diagnostics/deprecated_member_use to learn more about this problem.
|