Skip to content

chore: Chore mergeback release 8.4.0 branch into edge (#18077) #54596

chore: Chore mergeback release 8.4.0 branch into edge (#18077)

chore: Chore mergeback release 8.4.0 branch into edge (#18077) #54596

Triggered via push April 15, 2025 22:24
Status Success
Total duration 9m 39s
Artifacts

js-check.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
js checks: app-shell-odd/src/http.ts#L102
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
js checks: app-shell-odd/src/http.ts#L131
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
js checks: app-shell-odd/src/main.ts#L42
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
js checks: app-shell-odd/src/main.ts#L52
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
js checks: app-shell-odd/src/main.ts#L98
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
js checks: app-shell-odd/src/main.ts#L157
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
js checks: app-shell-odd/src/main.ts#L158
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
js checks: app-shell-odd/src/main.ts#L174
Unexpected nullable object value in conditional. An explicit null check is required
js checks: app-shell-odd/src/notifications/connect.ts#L40
Promise-returning function provided to property where a void return was expected
js checks: app-shell-odd/src/notifications/connect.ts#L69
Use a ! assertion to more succinctly remove null and undefined from the type