Add support for firealerts events in Eventarc emulator. #28246
node-test.yml
on: pull_request
Matrix: unit
Matrix: check-json-schema
Matrix: check-package-lock-vsce
Matrix: check-package-lock
Matrix: lint
Matrix: vscode_unit
Matrix: integration-windows
Matrix: integration
Annotations
19 warnings
check-package-lock-vsce (20)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
check-package-lock (20)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
lint (20)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
lint (20):
src/emulator/eventarcEmulator.ts#L42
'getTriggerIdentifiers' was used before it was defined
|
lint (20):
src/emulator/eventarcEmulator.ts#L57
Missing return type on function
|
lint (20):
src/emulator/eventarcEmulator.ts#L67
Unsafe assignment of an `any` value
|
lint (20):
src/emulator/eventarcEmulator.ts#L68
Unsafe member access .eventTrigger on an `any` value
|
lint (20):
src/emulator/eventarcEmulator.ts#L124
Unsafe assignment of an `any` value
|
lint (20):
src/emulator/eventarcEmulator.ts#L125
Unsafe member access .events on an `any` value
|
lint (20):
src/emulator/eventarcEmulator.ts#L126
Unsafe member access .type on an `any` value
|
lint (20):
src/emulator/eventarcEmulator.ts#L134
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
lint (20):
src/emulator/eventarcEmulator.ts#L134
Unsafe argument of type `any` assigned to a parameter of type `CloudEvent<any>`
|
lint (20):
src/emulator/eventarcEmulator.ts#L168
Unexpected any. Specify a different type
|
lint (20):
firebase-vscode/src/core/user.ts#L37
Missing semicolon
|
check-json-schema (20)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
unit (18)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
unit (20)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-node@v3, codecov/codecov-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
vscode_unit (18)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
vscode_unit (20)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-node@v3, codecov/codecov-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|