feat(table): add column_widths to mo.ui.table (#9982) #19019
test_fe.yaml
on: push
changes
13s
🧹 Lint frontend
30s
🧪 Test frontend
6m 6s
📦 Build frontend
1m 56s
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@34e114876b0b11c390a56381ad16ebd13914f8d5, dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36. 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@34e114876b0b11c390a56381ad16ebd13914f8d5, dopplerhq/secrets-fetch-action@cd2efbf9a404504316435873eff298b82f7e0562, pnpm/action-setup@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
eslint-plugin-jsx-a11y(no-noninteractive-tabindex):
src/components/editor/output/console/ConsoleOutput.tsx#L240
`tabIndex` should only be declared on interactive elements.
|
|
eslint-plugin-react-hooks(exhaustive-deps):
src/plugins/impl/data-frames/panel.tsx#L166
React Hook useMemo has unnecessary dependency: transforms
|
|
eslint-plugin-react-hooks(exhaustive-deps):
src/plugins/impl/data-frames/panel.tsx#L165
React Hook useMemo has a missing dependency: 'columnTypesPerStep'
|
|
eslint-plugin-react-hooks(exhaustive-deps):
src/plugins/impl/data-frames/panel.tsx#L130
React Hook useImperativeHandle has a missing dependency: 'handleApply'
|
|
eslint-plugin-react(jsx-no-constructed-context-values):
src/components/editor/connections/form-renderers.tsx#L82
The Context `value` prop should not be constructed.
|
|
eslint(no-unused-vars):
src/plugins/impl/RangeSliderPlugin.tsx#L77
Parameter 'steps' is declared but never used. Unused parameters should start with a '_'.
|
|
marimo(prefer-object-params):
src/components/editor/connections/database/as-code.ts#L173
Avoid multiple positional arguments. Prefer an options object instead, e.g., fn(options) or fn(arg, options).
|
|
marimo(prefer-object-params):
src/components/editor/connections/database/as-code.ts#L121
Avoid multiple positional arguments. Prefer an options object instead, e.g., fn(options) or fn(arg, options).
|
|
marimo(prefer-object-params):
src/components/editor/connections/database/as-code.ts#L84
Avoid multiple positional arguments. Prefer an options object instead, e.g., fn(options) or fn(arg, options).
|
|
marimo(prefer-object-params):
src/components/editor/connections/database/as-code.ts#L38
Avoid multiple positional arguments. Prefer an options object instead, e.g., fn(options) or fn(arg, options).
|
|
📦 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@34e114876b0b11c390a56381ad16ebd13914f8d5, dopplerhq/secrets-fetch-action@cd2efbf9a404504316435873eff298b82f7e0562, pnpm/action-setup@v4. 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@34e114876b0b11c390a56381ad16ebd13914f8d5, dopplerhq/secrets-fetch-action@cd2efbf9a404504316435873eff298b82f7e0562, pnpm/action-setup@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|