fix(clerk-js): Do not treat phone_number as optional if used as identifier #16382
ci.yml
on: pull_request
Check Permissions
4s
Formatting | Dedupe | Changeset
1m 20s
Matrix: Integration Tests
Matrix: Unit Tests
Annotations
10 warnings
|
Static analysis:
packages/clerk-js/src/core/__tests__/clerk.test.ts#L1272
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
|
|
Static analysis:
packages/clerk-js/src/core/__tests__/clerk.test.ts#L1857
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
|
|
Static analysis:
packages/clerk-js/src/core/__tests__/clerk.test.ts#L1886
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
|
|
Static analysis:
packages/clerk-js/src/core/__tests__/clerk.test.ts#L1917
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
|
|
Static analysis:
packages/clerk-js/src/core/__tests__/clerk.test.ts#L1946
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
|
|
Static analysis:
packages/clerk-js/src/core/auth/SessionCookiePoller.ts#L23
Promise returned in function argument where a void return was expected
|
|
Static analysis:
packages/clerk-js/src/core/auth/__tests__/devBrowser.test.ts#L10
Include a description after the "@ts-ignore" directive to explain why the @ts-ignore is necessary. The description must be 3 characters or longer
|
|
Static analysis:
packages/clerk-js/src/core/auth/__tests__/devBrowser.test.ts#L31
Include a description after the "@ts-ignore" directive to explain why the @ts-ignore is necessary. The description must be 3 characters or longer
|
|
Static analysis:
packages/clerk-js/src/core/auth/__tests__/getCookieDomain.test.ts#L13
Async arrow function has no 'await' expression
|
|
Static analysis:
packages/clerk-js/src/core/auth/cookieSuffix.ts#L17
Include a description after the "@ts-ignore" directive to explain why the @ts-ignore is necessary. The description must be 3 characters or longer
|