Merge branch 'master' into upgrade-node-v18-retry #1938
Annotations
12 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Lint client:
functions/src/index.ts#L326
Forbidden non-null assertion
|
Lint client:
functions/src/index.ts#L327
Forbidden non-null assertion
|
Lint client:
functions/src/index.ts#L353
Forbidden non-null assertion
|
Lint client:
src/components/App.tsx#L138
Unexpected any. Specify a different type
|
Lint client:
src/components/App.tsx#L147
Unexpected any. Specify a different type
|
Lint client:
src/components/App.tsx#L198
'updateUser' is already declared in the upper scope
|
Lint client:
src/components/App.tsx#L198
'updateAuthStatus' is already declared in the upper scope
|
Lint client:
src/components/App.tsx#L204
'user' is already declared in the upper scope
|
Lint client:
src/components/includes/AddBlogPost.tsx#L7
Missing return type on function
|
Lint client:
src/components/includes/AddBlogPost.tsx#L50
Visible, non-interactive elements with click handlers must have at least one keyboard listener
|
Loading