Skip to content

build(deps-dev): bump brace-expansion from 1.1.11 to 1.1.13 in /cloud_functions/functions #850

build(deps-dev): bump brace-expansion from 1.1.11 to 1.1.13 in /cloud_functions/functions

build(deps-dev): bump brace-expansion from 1.1.11 to 1.1.13 in /cloud_functions/functions #850

Status Failure
Total duration 2m 8s
Artifacts

analyzer.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error, 1 warning, and 10 notices
analyze
Dart Analyzer detected problems, see the logs for more information.
analyze
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v2, dart-lang/setup-dart@v1, invertase/github-action-dart-analyzer@v1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
The private field _loading could be 'final'.: vertexai/lib/pages/video_page.dart#L34
Try making the field 'final'. See https://dart.dev/diagnostics/prefer_final_fields to learn more about this problem.
The variable name 'vertex_instance' isn't a lowerCamelCase identifier.: vertexai/lib/pages/function_calling_page.dart#L44
Try changing the name to follow the lowerCamelCase style. See https://dart.dev/diagnostics/non_constant_identifier_names to learn more about this problem.
The imported package 'firebase_auth' isn't a dependency of the importing package.: vertexai/lib/pages/function_calling_page.dart#L17
Try adding a dependency for 'firebase_auth' in the 'pubspec.yaml' file. See https://dart.dev/diagnostics/depend_on_referenced_packages to learn more about this problem.
Don't invoke 'print' in production code.: vertexai/lib/pages/document.dart#L67
Try using a logging framework. See https://dart.dev/diagnostics/avoid_print to learn more about this problem.
The local variable '_prompt' starts with an underscore.: vertexai/lib/pages/document.dart#L47
Try renaming the variable to not start with an underscore. See https://dart.dev/diagnostics/no_leading_underscores_for_local_identifiers to learn more about this problem.
The private field _loading could be 'final'.: vertexai/lib/pages/document.dart#L34
Try making the field 'final'. See https://dart.dev/diagnostics/prefer_final_fields to learn more about this problem.
The private field _chunkBuilder could be 'final'.: vertexai/lib/pages/bidi_page.dart#L53
Try making the field 'final'. See https://dart.dev/diagnostics/prefer_final_fields to learn more about this problem.
Don't invoke 'print' in production code.: vertexai/lib/pages/audio_page.dart#L77
Try using a logging framework. See https://dart.dev/diagnostics/avoid_print to learn more about this problem.
Don't invoke 'print' in production code.: vertexai/lib/pages/audio_page.dart#L49
Try using a logging framework. See https://dart.dev/diagnostics/avoid_print to learn more about this problem.
The imported package 'firebase_auth' isn't a dependency of the importing package.: vertexai/lib/main.dart#L16
Try adding a dependency for 'firebase_auth' in the 'pubspec.yaml' file. See https://dart.dev/diagnostics/depend_on_referenced_packages to learn more about this problem.