Skip to content

feat(localizations,shared): Add temporary email error localization key #23473

feat(localizations,shared): Add temporary email error localization key

feat(localizations,shared): Add temporary email error localization key #23473

Triggered via pull request December 11, 2025 07:31
Status Success
Total duration 12m 3s
Artifacts

ci.yml

on: pull_request
Check Permissions
6s
Check Permissions
Formatting | Dedupe | Changeset
1m 18s
Formatting | Dedupe | Changeset
Static analysis
2m 15s
Static analysis
Publish with pkg-pr-new
1m 31s
Publish with pkg-pr-new
Matrix: integration-tests
Matrix: unit-tests
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Static analysis: packages/upgrade/src/components/Scan.js#L33
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/upgrade/src/components/SDKWorkflow.js#L113
Do not define components during render. React will see a new component type on every render and destroy the entire subtree’s DOM nodes and state (https://reactjs.org/docs/reconciliation.html#elements-of-different-types). Instead, move this component definition out of the parent component “SDKWorkflow” and pass data as props. If you want to allow component creation in props, set allowAsProps option to true
Static analysis: packages/upgrade/src/components/SDKWorkflow.js#L30
useState call is not destructured into value + setter pair
Static analysis: packages/upgrade/src/components/Command.js#L31
React Hook useEffect has a missing dependency: 'cmd'. Either include it or remove the dependency array
Static analysis: packages/dev-cli/src/commands/setup.js#L102
Async function 'getInstanceConfiguration' has no 'await' expression
Static analysis: packages/dev-cli/src/commands/config.js#L9
Async function 'config' has no 'await' expression
Static analysis: packages/expo-passkeys/src/index.ts#L134
Async method 'ios' has no 'await' expression
Static analysis: packages/expo-passkeys/src/index.ts#L133
Async method 'android' has no 'await' expression
Static analysis: packages/expo-passkeys/src/index.ts#L69
Async method 'ios' has no 'await' expression
Static analysis: packages/expo-passkeys/src/index.ts#L68
Async method 'android' has no 'await' expression