Skip to content

fix(clerk-js): Do not treat phone_number as optional if used as identifier #16382

fix(clerk-js): Do not treat phone_number as optional if used as identifier

fix(clerk-js): Do not treat phone_number as optional if used as identifier #16382

Triggered via pull request May 23, 2025 17:11
Status Success
Total duration 3m 45s
Artifacts

ci.yml

on: pull_request
Check Permissions
4s
Check Permissions
Build Packages
43s
Build Packages
Formatting | Dedupe | Changeset
1m 20s
Formatting | Dedupe | Changeset
Static analysis
1m 51s
Static analysis
Publish with pkg-pr-new
1m 12s
Publish with pkg-pr-new
Matrix: Integration Tests
Matrix: Unit Tests
Fit to window
Zoom out
Zoom in

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