fix: failing tests due to Flutter upgrade to version 3.27. #1625
Annotations
1 error and 11 warnings
Analyze
Dart Analyzer detected problems, see the logs for more information.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Analyze:
packages/melos/lib/src/command_configs/bootstrap.dart#L79
Try removing the operator and the right operand.
See https://dart.dev/diagnostics/dead_null_aware_expression to learn more about this problem.
|
Analyze:
packages/melos/test/commands/bootstrap_test.dart#L861
Try replacing the operator '?[' with '['.
See https://dart.dev/diagnostics/invalid_null_aware_operator to learn more about this problem.
|
Analyze:
packages/melos/test/commands/bootstrap_test.dart#L886
Try replacing the operator '?[' with '['.
See https://dart.dev/diagnostics/invalid_null_aware_operator to learn more about this problem.
|
Analyze:
packages/melos/test/commands/bootstrap_test.dart#L890
Try replacing the operator '?[' with '['.
See https://dart.dev/diagnostics/invalid_null_aware_operator to learn more about this problem.
|
Analyze:
packages/melos/test/pubspec_extension.dart#L77
Try replacing the operator '?.' with '.'.
See https://dart.dev/diagnostics/invalid_null_aware_operator to learn more about this problem.
|
Analyze:
packages/melos/test/utils.dart#L155
Remove the condition.
See https://dart.dev/diagnostics/unnecessary_null_comparison to learn more about this problem.
|
Analyze:
packages/melos/test/utils.dart#L156
Try removing the '!' operator.
See https://dart.dev/diagnostics/unnecessary_non_null_assertion to learn more about this problem.
|
Analyze
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Analyze
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Analyze
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Loading