chore(agent-toolkit): Update dependency @types/yargs to ^17.0.34 #21855
ci.yml
on: pull_request
Check Permissions
6s
Formatting | Dedupe | Changeset
1m 38s
Matrix: Integration Tests
Matrix: Unit Tests
Annotations
33 errors and 11 warnings
|
Unit Tests (22, **)
Process completed with exit code 1.
|
|
Unit Tests (22, **)
@clerk/clerk-js#test: command (/home/runner/_work/javascript/javascript/packages/clerk-js) /home/runner/setup-pnpm/node_modules/.bin/pnpm run test exited (1)
|
|
Integration Tests (express, chrome)
Process completed with exit code 1.
|
|
Integration Tests (express, chrome)
//#test:integration:express: command (/home/runner/_work/javascript/javascript/) /home/runner/setup-pnpm/node_modules/.bin/pnpm run test:integration:express exited (1)
|
|
Integration Tests (elements, chrome)
Process completed with exit code 1.
|
|
Integration Tests (elements, chrome)
//#test:integration:elements: command (/home/runner/_work/javascript/javascript/) /home/runner/setup-pnpm/node_modules/.bin/pnpm run test:integration:elements exited (1)
|
|
Integration Tests (tanstack-react-start, chrome)
Process completed with exit code 1.
|
|
Integration Tests (tanstack-react-start, chrome)
//#test:integration:tanstack-react-start: command (/home/runner/_work/javascript/javascript/) /home/runner/setup-pnpm/node_modules/.bin/pnpm run test:integration:tanstack-react-start exited (1)
|
|
Integration Tests (quickstart, chrome, 16)
Process completed with exit code 1.
|
|
Integration Tests (quickstart, chrome, 16)
//#test:integration:quickstart: command (/home/runner/_work/javascript/javascript/) /home/runner/setup-pnpm/node_modules/.bin/pnpm run test:integration:quickstart exited (1)
|
|
Integration Tests (billing, chrome)
Process completed with exit code 1.
|
|
Integration Tests (billing, chrome)
//#test:integration:billing: command (/home/runner/_work/javascript/javascript/) /home/runner/setup-pnpm/node_modules/.bin/pnpm run test:integration:billing exited (1)
|
|
Integration Tests (expo-web, chrome)
Process completed with exit code 1.
|
|
Integration Tests (expo-web, chrome)
//#test:integration:expo-web: command (/home/runner/_work/javascript/javascript/) /home/runner/setup-pnpm/node_modules/.bin/pnpm run test:integration:expo-web exited (1)
|
|
Integration Tests (react-router, chrome)
Process completed with exit code 1.
|
|
Integration Tests (react-router, chrome)
//#test:integration:react-router: command (/home/runner/_work/javascript/javascript/) /home/runner/setup-pnpm/node_modules/.bin/pnpm run test:integration:react-router exited (1)
|
|
Integration Tests (generic, chrome)
Process completed with exit code 1.
|
|
Integration Tests (generic, chrome)
//#test:integration:generic: command (/home/runner/_work/javascript/javascript/) /home/runner/setup-pnpm/node_modules/.bin/pnpm run test:integration:generic exited (1)
|
|
Integration Tests (quickstart, chrome, 15)
Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run
|
|
Integration Tests (quickstart, chrome, 15)
Process completed with exit code 1.
|
|
Integration Tests (quickstart, chrome, 15)
//#test:integration:quickstart: command (/home/runner/_work/javascript/javascript/) /home/runner/setup-pnpm/node_modules/.bin/pnpm run test:integration:quickstart exited (1)
|
|
Integration Tests (ap-flows, chrome)
Process completed with exit code 1.
|
|
Integration Tests (ap-flows, chrome)
//#test:integration:ap-flows: command (/home/runner/_work/javascript/javascript/) /home/runner/setup-pnpm/node_modules/.bin/pnpm run test:integration:ap-flows exited (1)
|
|
Integration Tests (nextjs, chrome, 16)
Process completed with exit code 1.
|
|
Integration Tests (nextjs, chrome, 16)
//#test:integration:nextjs: command (/home/runner/_work/javascript/javascript/) /home/runner/setup-pnpm/node_modules/.bin/pnpm run test:integration:nextjs exited (1)
|
|
Integration Tests (nextjs, chrome, 14)
Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run
|
|
Integration Tests (nextjs, chrome, 14)
Process completed with exit code 1.
|
|
Integration Tests (nextjs, chrome, 14)
//#test:integration:nextjs: command (/home/runner/_work/javascript/javascript/) /home/runner/setup-pnpm/node_modules/.bin/pnpm run test:integration:nextjs exited (1)
|
|
Integration Tests (nextjs, chrome, 15)
Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run
|
|
Integration Tests (nextjs, chrome, 15)
Process completed with exit code 1.
|
|
Integration Tests (nextjs, chrome, 15)
//#test:integration:nextjs: command (/home/runner/_work/javascript/javascript/) /home/runner/setup-pnpm/node_modules/.bin/pnpm run test:integration:nextjs exited (1)
|
|
Integration Tests (custom, chrome)
Process completed with exit code 1.
|
|
Integration Tests (custom, chrome)
//#test:integration:custom: command (/home/runner/_work/javascript/javascript/) /home/runner/setup-pnpm/node_modules/.bin/pnpm run test:integration:custom exited (1)
|
|
Formatting | Dedupe | Changeset
Failed to save: Cache entry already exists for key node-cache-Linux-pnpm-521d2f7d0bc6f4468729e7e2709b0913d04b5365b2764ca8304344b9721ee5f7 and arch amd64
|
|
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/fastify/src/withClerkMiddleware.ts#L20
Promise returned in function argument where a void return was expected
|
|
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
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
playwright-traces-19005641131-1-ap-flows
Expired
|
29.3 KB |
sha256:7f6e28253e9a2bf13df262cacebf1ea8cafa56afd51a3be030f11f8c4098a477
|
|
|
playwright-traces-19005641131-1-billing
Expired
|
264 KB |
sha256:97dbc3f42fceb004abf919e18364742e531b49d1f5309f6b3683e073ffdf1da2
|
|
|
playwright-traces-19005641131-1-custom
Expired
|
2.37 MB |
sha256:8ac2877b6498358137706cc3675e92aaab043a41c5e4e19ecdac98e7614080cb
|
|
|
playwright-traces-19005641131-1-elements
Expired
|
11 KB |
sha256:2ce11cd77e0ae9ce8bfefa82ba645c74ddddb3d6b8cf929348716a24c41d052f
|
|
|
playwright-traces-19005641131-1-expo-web
Expired
|
47.9 KB |
sha256:cbe8f3ed52f53ee35b786244f4a6b25902069f98b9d8b27012b68ef52b7ee334
|
|
|
playwright-traces-19005641131-1-express
Expired
|
61.5 KB |
sha256:aeea37e05e97eca8110fa8c62f119c11f9266498efb58ff51d3a29ecae0e6547
|
|
|
playwright-traces-19005641131-1-generic
Expired
|
147 KB |
sha256:15902a1a6d2ec9c48808197697e587bfc99b11f0ea40c3f08be9a1d0f9c83f44
|
|
|
playwright-traces-19005641131-1-nextjs
Expired
|
67.4 MB |
sha256:8d9c48f5e4a3b47081cfb2d6d32844b5f1a85fe22c6d2edbfc3ea3d500014ac4
|
|
|
playwright-traces-19005641131-1-quickstart
Expired
|
11 KB |
sha256:cc0a9c91c3040de80ef1754ed71872eafa836bc601694c24dc271270489bc087
|
|
|
playwright-traces-19005641131-1-react-router
Expired
|
142 KB |
sha256:4199806e08a33cf67f700eac42afa3d87cbb735b6704634f7504b5343fe0d229
|
|
|
playwright-traces-19005641131-1-tanstack-react-start
Expired
|
69.9 KB |
sha256:a5e4ec522f64d5df2cf1555a8e9d242de5bebe690943cf58db10c92809c12f3a
|
|