feat(table): add column_widths to mo.ui.table #19017
test_fe.yaml
on: pull_request
changes
12s
🧹 Lint frontend
1m 2s
🧪 Test frontend
6m 11s
📦 Build frontend
2m 4s
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/
|
|
typescript-eslint(no-require-imports):
postcss.config.cjs#L30
Expected "import" statement instead of "require" call
|
|
typescript-eslint(no-require-imports):
postcss.config.cjs#L14
Expected "import" statement instead of "require" call
|
|
typescript-eslint(no-require-imports):
postcss.config.cjs#L12
Expected "import" statement instead of "require" call
|
|
eslint-plugin-react-hooks(rules-of-hooks):
.storybook/preview.tsx#L14
React Hook "useEffect" is called in function "Anonymous" that is neither a React function component nor a custom React Hook function. React component names must start with an uppercase letter. React Hook names must start with the word "use".
|
|
marimo(prefer-object-params):
src/core/codemirror/language/languages/sql/sql.ts#L514
Avoid multiple positional arguments. Prefer an options object instead, e.g., fn(options) or fn(arg, options).
|
|
marimo(prefer-object-params):
src/core/codemirror/language/languages/sql/sql.ts#L235
Avoid multiple positional arguments. Prefer an options object instead, e.g., fn(options) or fn(arg, options).
|
|
marimo(prefer-object-params):
src/core/codemirror/language/languages/sql/sql.ts#L138
Avoid multiple positional arguments. Prefer an options object instead, e.g., fn(options) or fn(arg, options).
|
|
marimo(prefer-object-params):
src/plugins/impl/data-editor/glide-data-editor.tsx#L310
Avoid multiple positional arguments. Prefer an options object instead, e.g., fn(options) or fn(arg, options).
|
|
marimo(prefer-object-params):
playwright.config.ts#L63
Avoid multiple positional arguments. Prefer an options object instead, e.g., fn(options) or fn(arg, options).
|
|
marimo(prefer-object-params):
src/core/codemirror/language/languages/markdown.ts#L72
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/
|