Skip to content

chore(deps): bump @google-cloud/firestore, firebase-admin and firebase-functions in /.github/workflows/scripts/functions #539

chore(deps): bump @google-cloud/firestore, firebase-admin and firebase-functions in /.github/workflows/scripts/functions

chore(deps): bump @google-cloud/firestore, firebase-admin and firebase-functions in /.github/workflows/scripts/functions #539

validate.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

24 errors, 13 warnings, and 10 notices
format
Process completed with exit code 1.
analyze
Dart Analyzer detected problems, see the logs for more information.
test_linux
',' expected.
test_linux
',' expected.
test_linux
']' expected.
test_linux
';' expected.
test_linux
']' expected.
test_linux
';' expected.
test_linux
Expression expected.
test_linux
Expression expected.
test_linux
Declaration or statement expected.
test_linux
Type expected.
test_linux
Process completed with exit code 1.
test_windows
Process completed with exit code 1.
test_windows
',' expected.
test_windows
',' expected.
test_windows
']' expected.
test_windows
';' expected.
test_windows
']' expected.
test_windows
';' expected.
test_windows
Expression expected.
test_windows
Expression expected.
test_windows
Declaration or statement expected.
test_windows
Type expected.
analyze
The following actions uses node12 which is deprecated and will be forced to run on node16: invertase/github-action-dart-analyzer@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
test_linux
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
test_windows
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Missing a required trailing comma.: packages/firebase_auth/firebase_auth_dart/lib/src/api/account_managament/profile.dart#L31
See https://dart.dev/lints/require_trailing_commas to learn more about this problem.
Missing a required trailing comma.: packages/firebase_auth/firebase_auth_dart/lib/src/api/errors.dart#L458
See https://dart.dev/lints/require_trailing_commas to learn more about this problem.
Missing a required trailing comma.: packages/firebase_auth/firebase_auth_dart/lib/src/confirmation_result.dart#L59
See https://dart.dev/lints/require_trailing_commas to learn more about this problem.
The referenced name isn't visible in scope.: packages/firebase_auth/firebase_auth_dart/lib/src/firebase_auth.dart#L416
Try adding an import for the referenced name. See https://dart.dev/lints/comment_references to learn more about this problem.
Don't return 'this' from a method.: packages/firebase_auth/firebase_auth_dart/lib/src/providers/twitter_auth.dart#L80
Try changing the return type to 'void' and removing the return. See https://dart.dev/lints/avoid_returning_this to learn more about this problem.
The expression has no effect and can be removed.: packages/firebase_auth/firebase_auth_dart/lib/src/user_metadata.dart#L31
Try removing the expression. See https://dart.dev/lints/noop_primitive_operations to learn more about this problem.
The expression has no effect and can be removed.: packages/firebase_auth/firebase_auth_dart/lib/src/user_metadata.dart#L31
Try removing the expression. See https://dart.dev/lints/noop_primitive_operations to learn more about this problem.
'bodyText1' is deprecated and shouldn't be used. Use bodyLarge instead. This feature was deprecated after v3.1.0-0.0.pre.: packages/firebase_auth/firebase_auth_desktop/example/lib/auth.dart#L429
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.
'bodyText1' is deprecated and shouldn't be used. Use bodyLarge instead. This feature was deprecated after v3.1.0-0.0.pre.: packages/firebase_auth/firebase_auth_desktop/example/lib/auth.dart#L456
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.
Missing a required trailing comma.: packages/firebase_auth/firebase_auth_desktop/example/lib/auth.dart#L486
See https://dart.dev/lints/require_trailing_commas to learn more about this problem.