Skip to content

Own sandbox environments by notebook #21335

Own sandbox environments by notebook

Own sandbox environments by notebook #21335

Triggered via pull request September 11, 2026 22:00
Status Success
Total duration 1m 55s
Artifacts

test_fe.yaml

on: pull_request
🧹 Lint frontend
1m 2s
🧹 Lint frontend
🧪 Test frontend
42s
🧪 Test frontend
📦 Build frontend
32s
📦 Build frontend
Fit to window
Zoom out
Zoom in

Annotations

14 warnings
changes
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@11d5960a326750d5838078e36cf38b85af677262, dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
📦 Build frontend
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@11d5960a326750d5838078e36cf38b85af677262, dopplerhq/secrets-fetch-action@cd2efbf9a404504316435873eff298b82f7e0562, pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
🧪 Test frontend
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@11d5960a326750d5838078e36cf38b85af677262, dopplerhq/secrets-fetch-action@cd2efbf9a404504316435873eff298b82f7e0562, pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
🧹 Lint frontend
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@11d5960a326750d5838078e36cf38b85af677262, dopplerhq/secrets-fetch-action@cd2efbf9a404504316435873eff298b82f7e0562, pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
eslint(no-unused-vars): src/components/data-table/column-summary/column-summary.tsx#L19
src/components/data-table/column-summary/column-summary.tsx:19:17: Variable 'TData' is declared but never used. Unused variables should start with a '_'.
react(jsx-no-target-blank): src/components/static-html/share-modal.tsx#L105
src/components/static-html/share-modal.tsx:105:39: Using target=`_blank` without rel=`noreferrer` (which implies rel=`noopener`) is a security risk in older browsers: see https://mathiasbynens.github.io/rel-noopener/#recommendations
eslint(no-unused-vars): src/components/data-table/cell-selection/types.ts#L33
src/components/data-table/cell-selection/types.ts:33:40: Variable 'TData' is declared but never used. Unused variables should start with a '_'.
eslint(no-unused-vars): src/core/codemirror/keymaps/vim.ts#L386
src/core/codemirror/keymaps/vim.ts:386:5: Parameter 'subMode' is declared but never used. Unused parameters should start with a '_'.
eslint(no-unused-vars): src/components/data-table/cell-selection/feature.ts#L118
src/components/data-table/cell-selection/feature.ts:118:35: Parameter '_' is declared but never used.
eslint(no-unused-vars): src/components/data-table/cell-selection/feature.ts#L101
src/components/data-table/cell-selection/feature.ts:101:35: Parameter '_' is declared but never used.
marimo(prefer-object-params): src/components/dependency-graph/utils/__tests__/layout.test.ts#L8
src/components/dependency-graph/utils/__tests__/layout.test.ts:8:10: Avoid multiple positional arguments. Prefer an options object instead, e.g., fn(options) or fn(arg, options).
react(button-has-type): src/components/editor/inputs/Inputs.tsx#L13
src/components/editor/inputs/Inputs.tsx:13:8: `button` elements must have an explicit `type` attribute.
marimo(prefer-object-params): src/components/dependency-graph/elements.ts#L314
src/components/dependency-graph/elements.ts:314:17: Avoid multiple positional arguments. Prefer an options object instead, e.g., fn(options) or fn(arg, options).
marimo(prefer-object-params): src/components/dependency-graph/elements.ts#L228
src/components/dependency-graph/elements.ts:228:17: Avoid multiple positional arguments. Prefer an options object instead, e.g., fn(options) or fn(arg, options).