Skip to content

lockfile

lockfile #6337

Triggered via push March 28, 2026 11:43
Status Failure
Total duration 5m 56s
Artifacts

ci.yml

on: push
Detect Changes
8s
Detect Changes
Typecheck
1m 28s
Typecheck
Format (Biome)
7s
Format (Biome)
Format (Cargo)
18s
Format (Cargo)
Lint (Biome)
13s
Lint (Biome)
Verify Tauri plugin versions
7s
Verify Tauri plugin versions
Matrix: Build Desktop
Matrix: Clippy
Matrix: Rust cache
Fit to window
Zoom out
Zoom in

Annotations

25 errors, 21 warnings, and 3 notices
parse: apps/desktop/src/styles/theme.css#L168
Tailwind-specific syntax is disabled.
parse: apps/desktop/src/styles/theme.css#L164
Tailwind-specific syntax is disabled.
parse: apps/desktop/src/styles/theme.css#L160
Tailwind-specific syntax is disabled.
parse: apps/desktop/src/styles/theme.css#L399
Tailwind-specific syntax is disabled.
parse: apps/desktop/src/styles/theme.css#L172
Tailwind-specific syntax is disabled.
parse: apps/desktop/src/styles/theme.css#L168
Tailwind-specific syntax is disabled.
parse: apps/desktop/src/styles/theme.css#L164
Tailwind-specific syntax is disabled.
parse: apps/desktop/src/styles/theme.css#L160
Tailwind-specific syntax is disabled.
lint/suspicious/noAssignInExpressions: apps/desktop/src/routes/editor/ConfigSidebar.tsx#L3603
The assignment should not be in an expression.
lint/security/noBlankTarget: apps/desktop/src/routes/(window-chrome)/new-main/index.tsx#L1780
Avoid using target="_blank" without rel="noopener" or rel="noreferrer".
Typecheck: apps/web/app/(org)/dashboard/_components/Navbar/Items.tsx#L6
Module '"@cap/ui"' has no exported member 'CommandEmpty'.
Typecheck: apps/web/app/(org)/dashboard/_components/Navbar/Items.tsx#L5
Module '"@cap/ui"' has no exported member 'Command'.
Typecheck: packages/ui/src/components/input/Form.tsx#L17
The inferred type of 'Form' cannot be named without a reference to '.pnpm/@types+react@19.2.14/node_modules/@types/react'. This is likely not portable. A type annotation is necessary.
Typecheck: packages/ui/src/components/Cmdk.tsx#L118
The inferred type of 'CommandItem' cannot be named without a reference to '.pnpm/@types+react@19.2.14/node_modules/@types/react'. This is likely not portable. A type annotation is necessary.
Typecheck: packages/ui/src/components/Cmdk.tsx#L106
The inferred type of 'CommandSeparator' cannot be named without a reference to '.pnpm/@types+react@19.2.14/node_modules/@types/react'. This is likely not portable. A type annotation is necessary.
Typecheck: packages/ui/src/components/Cmdk.tsx#L90
The inferred type of 'CommandGroup' cannot be named without a reference to '.pnpm/@types+react@19.2.14/node_modules/@types/react'. This is likely not portable. A type annotation is necessary.
Typecheck: packages/ui/src/components/Cmdk.tsx#L77
The inferred type of 'CommandEmpty' cannot be named without a reference to '.pnpm/@types+react@19.2.14/node_modules/@types/react'. This is likely not portable. A type annotation is necessary.
Typecheck: packages/ui/src/components/Cmdk.tsx#L61
The inferred type of 'CommandList' cannot be named without a reference to '.pnpm/@types+react@19.2.14/node_modules/@types/react'. This is likely not portable. A type annotation is necessary.
Typecheck: packages/ui/src/components/Cmdk.tsx#L39
The inferred type of 'CommandInput' cannot be named without a reference to '.pnpm/@types+react@19.2.14/node_modules/@types/react'. This is likely not portable. A type annotation is necessary.
Typecheck: packages/ui/src/components/Cmdk.tsx#L10
The inferred type of 'Command' cannot be named without a reference to '.pnpm/@types+react@19.2.14/node_modules/@types/react'. This is likely not portable. A type annotation is necessary.
Rust cache (x86_64-apple-darwin, macos-latest)
Process completed with exit code 101.
Clippy (aarch64-apple-darwin, macos-latest)
Process completed with exit code 101.
Rust cache (aarch64-apple-darwin, macos-latest)
Process completed with exit code 101.
Clippy (x86_64-pc-windows-msvc, windows-latest)
Process completed with exit code 1.
Rust cache (x86_64-pc-windows-msvc, windows-latest)
Process completed with exit code 1.
Format (Biome)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@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/
Detect Changes
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, dorny/paths-filter@v2. 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 (Biome)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@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/
lint/suspicious/noExplicitAny: apps/desktop/src/routes/editor/ConfigSidebar.tsx#L765
Unexpected any. Specify a different type.
lint/suspicious/noExplicitAny: apps/desktop/src/routes/editor/ConfigSidebar.tsx#L763
Unexpected any. Specify a different type.
Verify Tauri plugin versions
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v3. 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/
Format (Cargo)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@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/
Typecheck
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v3, pnpm/action-setup@v2. 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/
Rust cache (x86_64-apple-darwin, macos-latest)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v3. 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/
Clippy (aarch64-apple-darwin, macos-latest)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@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/
Rust cache (aarch64-apple-darwin, macos-latest)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v3. 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/
Clippy (x86_64-pc-windows-msvc, windows-latest)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@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/
Rust cache (x86_64-pc-windows-msvc, windows-latest)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v3. 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/style/useTemplate: crates/cursor-info/cursors.html#L603
Template literals are preferred over string concatenation.
lint/style/useTemplate: crates/cursor-info/cursors.html#L602
Template literals are preferred over string concatenation.
deserialize: biome.json#L2
The configuration schema version does not match the CLI version 2.4.9