chore(deps): bump protobufjs and firebase-admin in /.github/workflows/scripts/functions #557
validate.yaml
on: pull_request
analyze
1m 17s
format
1m 1s
test_linux
4m 22s
test_windows
10m 1s
Annotations
8 errors, 14 warnings, and 11 notices
|
format
Process completed with exit code 1.
|
|
analyze
Dart Analyzer detected problems, see the logs for more information.
|
|
The getter 'headline4' isn't defined for the type 'TextTheme'.:
tests/lib/main.dart#L118
Try importing the library that defines 'headline4', correcting the name to the name of an existing getter, or defining a getter or field named 'headline4'.
See https://dart.dev/diagnostics/undefined_getter to learn more about this problem.
|
|
The getter 'headline4' isn't defined for the type 'TextTheme'.:
packages/firebase_auth/firebase_auth_desktop/example/lib/main.dart#L83
Try importing the library that defines 'headline4', correcting the name to the name of an existing getter, or defining a getter or field named 'headline4'.
See https://dart.dev/diagnostics/undefined_getter to learn more about this problem.
|
|
The getter 'bodyText1' isn't defined for the type 'TextTheme'.:
packages/firebase_auth/firebase_auth_desktop/example/lib/auth.dart#L456
Try importing the library that defines 'bodyText1', correcting the name to the name of an existing getter, or defining a getter or field named 'bodyText1'.
See https://dart.dev/diagnostics/undefined_getter to learn more about this problem.
|
|
The getter 'bodyText1' isn't defined for the type 'TextTheme'.:
packages/firebase_auth/firebase_auth_desktop/example/lib/auth.dart#L429
Try importing the library that defines 'bodyText1', correcting the name to the name of an existing getter, or defining a getter or field named 'bodyText1'.
See https://dart.dev/diagnostics/undefined_getter to learn more about this problem.
|
|
test_linux
Process completed with exit code 1.
|
|
test_windows
Process completed with exit code 1.
|
|
format
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v3. 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/
|
|
analyze
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v3, 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/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
test_linux
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v3, actions/setup-node@v2. 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/
|
|
test_windows
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v3, actions/setup-node@v2. 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 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.
|
|
Missing documentation for a public member.:
packages/firebase_auth/firebase_auth_dart/lib/src/user_metadata.dart#L13
Try adding documentation for the member.
See https://dart.dev/diagnostics/public_member_api_docs to learn more about this problem.
|
|
Missing documentation for a public member.:
packages/firebase_auth/firebase_auth_dart/lib/src/user_info.dart#L11
Try adding documentation for the member.
See https://dart.dev/diagnostics/public_member_api_docs 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.
|
|
Missing documentation for a public member.:
packages/firebase_auth/firebase_auth_dart/lib/src/providers/oauth.dart#L76
Try adding documentation for the member.
See https://dart.dev/diagnostics/public_member_api_docs to learn more about this problem.
|
|
Missing documentation for a public member.:
packages/firebase_auth/firebase_auth_dart/lib/src/id_token_result.dart#L13
Try adding documentation for the member.
See https://dart.dev/diagnostics/public_member_api_docs 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.
|
|
Missing a required trailing comma.:
packages/firebase_auth/firebase_auth_dart/lib/src/confirmation_result.dart#L59
Try adding a trailing comma.
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
Try adding a trailing comma.
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/account_managament/profile.dart#L31
Try adding a trailing comma.
See https://dart.dev/lints/require_trailing_commas to learn more about this problem.
|
|
test_windows
NOTICE: windows-2025 requests are being redirected to windows-2025-vs2026 by May 12, 2026
|