menubar: v0.0.7 #39
ci.yml
on: push
checks
41s
protocol-version-guard
6s
Annotations
12 warnings and 1 notice
|
protocol-version-guard
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 16th, 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/
|
|
checks
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@v4, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 16th, 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/noDescendingSpecificity:
packages/website/src/styles/global.css#L771
Descending specificity selector found. This selector specificity is (0, 1, 0)
|
|
lint/style/noDescendingSpecificity:
packages/website/src/styles/global.css#L709
Descending specificity selector found. This selector specificity is (0, 1, 0)
|
|
lint/style/noDescendingSpecificity:
packages/website/src/styles/global.css#L696
Descending specificity selector found. This selector specificity is (0, 2, 0)
|
|
lint/correctness/noUnusedFunctionParameters:
packages/signaling/scripts/smoke.mjs#L54
This parameter is unused.
|
|
lint/suspicious/noTemplateCurlyInString:
packages/menubar/electron-builder.cjs#L54
Unexpected template string placeholder.
|
|
lint/correctness/noUnusedFunctionParameters:
packages/daemon/src/bridge/bridge-service.test.ts#L988
This parameter is unused.
|
|
suppressions/unused:
packages/daemon/scripts/probe-apply-flag-failures.ts#L148
Suppression comment has no effect. Remove the suppression or make sure you are suppressing the correct rule.
|
|
suppressions/unused:
packages/daemon/scripts/probe-apply-flag-failures.ts#L140
Suppression comment has no effect. Remove the suppression or make sure you are suppressing the correct rule.
|
|
lint/suspicious/noConfusingVoidType:
packages/app/src/hooks/use-slash-command-handler.ts#L79
void is confusing inside a union type.
|
|
lint/suspicious/noConfusingVoidType:
packages/app/src/components/transcript/input-bar.tsx#L198
void is confusing inside a union type.
|
|
lint/style/useTemplate:
packages/app/src/app/(main)/dev/keyboard-extender.tsx#L116
Template literals are preferred over string concatenation.
|