feat(desktop): Parakeet captions, transcript editor, and ProRes MOV export #6414
ci.yml
on: pull_request
Detect Changes
8s
Typecheck
1m 28s
Format (Biome)
9s
Format (Cargo)
18s
Lint (Biome)
13s
Verify Tauri plugin versions
7s
Matrix: Build Desktop
Matrix: Clippy
Matrix: Rust cache
Annotations
23 errors, 18 warnings, and 3 notices
|
lint/suspicious/noSelfCompare:
apps/web/__tests__/unit/developer-credit-math.test.ts#L56
Comparing to itself is potentially pointless.
|
|
assist/source/organizeImports:
apps/storybook/vite.config.ts.timestamp-1735325995918-46a167c39672.mjs#L2
The imports and exports are not sorted.
|
|
assist/source/organizeImports:
apps/desktop/src/utils/stride-correction-worker.ts#L56
The imports and exports are not sorted.
|
|
assist/source/organizeImports:
apps/desktop/src/utils/frame-worker.ts#L1
The imports and exports are not sorted.
|
|
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/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/desktop/src/routes/editor/Editor.tsx#L802
Property 'size' does not exist on type 'NonNullable<{ open: false; } | ({ open: boolean; } & { type: "createPreset"; }) | ({ open: boolean; } & { type: "renamePreset"; presetIndex: number; }) | ({ open: boolean; } & { type: "deletePreset"; presetIndex: number; }) | ({ ...; } & { ...; }) | ({ ...; } & { ...; }) | ({ ...; } & { ...; })>'.
|
|
Typecheck:
apps/desktop/src/routes/editor/Editor.tsx#L801
Property 'position' does not exist on type 'NonNullable<{ open: false; } | ({ open: boolean; } & { type: "createPreset"; }) | ({ open: boolean; } & { type: "renamePreset"; presetIndex: number; }) | ({ open: boolean; } & { type: "deletePreset"; presetIndex: number; }) | ({ ...; } & { ...; }) | ({ ...; } & { ...; }) | ({ ...; } & { ...; })>'.
|
|
Typecheck:
apps/desktop/src/routes/editor/Editor.tsx#L800
Property 'position' does not exist on type 'NonNullable<{ open: false; } | ({ open: boolean; } & { type: "createPreset"; }) | ({ open: boolean; } & { type: "renamePreset"; presetIndex: number; }) | ({ open: boolean; } & { type: "deletePreset"; presetIndex: number; }) | ({ ...; } & { ...; }) | ({ ...; } & { ...; }) | ({ ...; } & { ...; })>'.
|
|
Typecheck:
apps/desktop/src/routes/editor/Editor.tsx#L763
Property 'type' does not exist on type 'NonNullable<{ open: false; } | ({ open: boolean; } & { type: "createPreset"; }) | ({ open: boolean; } & { type: "renamePreset"; presetIndex: number; }) | ({ open: boolean; } & { type: "deletePreset"; presetIndex: number; }) | ({ ...; } & { ...; }) | ({ ...; } & { ...; }) | ({ ...; } & { ...; })>'.
|
|
Typecheck:
apps/desktop/src/routes/editor/Editor.tsx#L732
Property 'presetIndex' does not exist on type 'NonNullable<{ open: false; } | ({ open: boolean; } & { type: "createPreset"; }) | ({ open: boolean; } & { type: "renamePreset"; presetIndex: number; }) | ({ open: boolean; } & { type: "deletePreset"; presetIndex: number; }) | ({ ...; } & { ...; }) | ({ ...; } & { ...; }) | ({ ...; } & { ...; })>'.
|
|
Typecheck:
apps/desktop/src/routes/editor/Editor.tsx#L726
Property 'type' does not exist on type 'NonNullable<{ open: false; } | ({ open: boolean; } & { type: "createPreset"; }) | ({ open: boolean; } & { type: "renamePreset"; presetIndex: number; }) | ({ open: boolean; } & { type: "deletePreset"; presetIndex: number; }) | ({ ...; } & { ...; }) | ({ ...; } & { ...; }) | ({ ...; } & { ...; })>'.
|
|
Typecheck:
apps/desktop/src/routes/editor/Editor.tsx#L695
Property 'presetIndex' does not exist on type 'NonNullable<{ open: false; } | ({ open: boolean; } & { type: "createPreset"; }) | ({ open: boolean; } & { type: "renamePreset"; presetIndex: number; }) | ({ open: boolean; } & { type: "deletePreset"; presetIndex: number; }) | ({ ...; } & { ...; }) | ({ ...; } & { ...; }) | ({ ...; } & { ...; })>'.
|
|
Typecheck:
apps/desktop/src/routes/editor/Editor.tsx#L690
Property 'presetIndex' does not exist on type 'NonNullable<{ open: false; } | ({ open: boolean; } & { type: "createPreset"; }) | ({ open: boolean; } & { type: "renamePreset"; presetIndex: number; }) | ({ open: boolean; } & { type: "deletePreset"; presetIndex: number; }) | ({ ...; } & { ...; }) | ({ ...; } & { ...; }) | ({ ...; } & { ...; })>'.
|
|
Typecheck:
apps/desktop/src/routes/editor/Editor.tsx#L685
Property 'type' does not exist on type 'NonNullable<{ open: false; } | ({ open: boolean; } & { type: "createPreset"; }) | ({ open: boolean; } & { type: "renamePreset"; presetIndex: number; }) | ({ open: boolean; } & { type: "deletePreset"; presetIndex: number; }) | ({ ...; } & { ...; }) | ({ ...; } & { ...; }) | ({ ...; } & { ...; })>'.
|
|
Typecheck:
apps/desktop/src/routes/editor/Editor.tsx#L637
Property 'type' does not exist on type 'NonNullable<{ open: false; } | ({ open: boolean; } & { type: "createPreset"; }) | ({ open: boolean; } & { type: "renamePreset"; presetIndex: number; }) | ({ open: boolean; } & { type: "deletePreset"; presetIndex: number; }) | ({ ...; } & { ...; }) | ({ ...; } & { ...; }) | ({ ...; } & { ...; })>'.
|
|
Clippy (x86_64-pc-windows-msvc, windows-latest)
Canceling since a higher priority waiting request for feat/editor-transcription-export exists
|
|
Clippy (x86_64-pc-windows-msvc, windows-latest)
The operation was canceled.
|
|
CI
Canceling since a higher priority waiting request for feat/editor-transcription-export exists
|
|
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/style/noNonNullAssertion:
apps/desktop/src/routes/editor/ConfigSidebar.tsx#L1810
Forbidden non-null assertion.
|
|
lint/style/noNonNullAssertion:
apps/desktop/src/routes/editor/ConfigSidebar.tsx#L1804
Forbidden non-null assertion.
|
|
lint/style/noNonNullAssertion:
apps/desktop/src/routes/editor/ConfigSidebar.tsx#L1789
Forbidden non-null assertion.
|
|
lint/style/noNonNullAssertion:
apps/desktop/src/routes/editor/ConfigSidebar.tsx#L1783
Forbidden non-null assertion.
|
|
lint/style/noNonNullAssertion:
apps/desktop/src/routes/editor/ConfigSidebar.tsx#L1384
Forbidden non-null assertion.
|
|
lint/style/noNonNullAssertion:
apps/desktop/src/routes/editor/ConfigSidebar.tsx#L1383
Forbidden non-null assertion.
|
|
lint/style/noNonNullAssertion:
apps/desktop/src/routes/editor/ConfigSidebar.tsx#L1305
Forbidden non-null assertion.
|
|
lint/style/noNonNullAssertion:
apps/desktop/src/routes/editor/ConfigSidebar.tsx#L1239
Forbidden non-null assertion.
|
|
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.
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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.10
|