fix interruption for pydantic-ai chatbot #18108
test_fe.yaml
on: pull_request
changes
9s
🧹 Lint frontend
1m 7s
🧪 Test frontend
5m 31s
📦 Build frontend
1m 59s
Annotations
14 warnings
|
changes
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5, dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
🧹 Lint frontend
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5, dopplerhq/secrets-fetch-action@cd2efbf9a404504316435873eff298b82f7e0562, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
eslint(no-unused-vars):
src/utils/__tests__/batch-requests.test.ts#L11
Parameter 'arg' is declared but never used. Unused parameters should start with a '_'.
|
|
eslint(no-unused-vars):
src/stories/select.stories.tsx#L66
Parameter 'ctx' is declared but never used. Unused parameters should start with a '_'.
|
|
eslint(no-unused-vars):
src/stories/select.stories.tsx#L66
Parameter 'args' is declared but never used. Unused parameters should start with a '_'.
|
|
eslint(no-unused-vars):
src/stories/select.stories.tsx#L27
Parameter 'ctx' is declared but never used. Unused parameters should start with a '_'.
|
|
eslint(no-unused-vars):
src/stories/select.stories.tsx#L27
Parameter 'args' is declared but never used. Unused parameters should start with a '_'.
|
|
eslint(no-unused-vars):
src/stories/switchable-multi-select.stories.tsx#L18
Parameter 'ctx' is declared but never used. Unused parameters should start with a '_'.
|
|
eslint(no-unused-vars):
src/stories/switchable-multi-select.stories.tsx#L18
Parameter 'args' is declared but never used. Unused parameters should start with a '_'.
|
|
marimo(prefer-object-params):
src/core/codemirror/copilot/extension.ts#L216
Avoid multiple positional arguments. Prefer an options object instead, e.g., fn(options) or fn(arg, options).
|
|
marimo(prefer-object-params):
src/core/codemirror/copilot/extension.ts#L122
Avoid multiple positional arguments. Prefer an options object instead, e.g., fn(options) or fn(arg, options).
|
|
marimo(prefer-object-params):
src/core/codemirror/copilot/extension.ts#L82
Avoid multiple positional arguments. Prefer an options object instead, e.g., fn(options) or fn(arg, options).
|
|
📦 Build frontend
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5, dopplerhq/secrets-fetch-action@cd2efbf9a404504316435873eff298b82f7e0562, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
🧪 Test frontend
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5, dopplerhq/secrets-fetch-action@cd2efbf9a404504316435873eff298b82f7e0562, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|