Chore/upgrade vite #816
Open
Chore/upgrade vite #816
Annotations
11 warnings
|
Complete job
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 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/
|
|
Code lint checker:
src/page/SqlExecWorkflow/Create/components/FormStep/SqlAuditInfoForm/SqlAuditInfoFormItem/DatabaseSelectionItems/hooks/useSetFormValuesWithGenModifiedSqlParams.ts#L142
Optional chain expressions can return undefined by design: using a non-null assertion is unsafe and wrong.
|
|
Code lint checker:
lib/components/BackendForm/useAsyncParams.ts#L42
Unnecessary use of boolean literals in conditional expression
|
|
Code lint checker:
lib/hooks/usePrompt/index.tsx#L37
Prefer `addEventListener()` over their `on`-function counterparts.
|
|
Code lint checker:
lib/hooks/usePrompt/index.tsx#L31
Prefer `addEventListener()` over their `on`-function counterparts.
|
|
Code lint checker:
lib/components/MonacoEditor/monacoEditorConfig.ts#L3
No default export found in imported module "monaco-editor/esm/vs/language/json/json.worker?worker"
|
|
Code lint checker:
lib/components/MonacoEditor/monacoEditorConfig.ts#L2
No default export found in imported module "monaco-editor/esm/vs/language/json/json.worker?worker"
|
|
Code lint checker:
lib/components/MonacoEditor/MonacoDiffEditor.tsx#L8
Imported module should be assigned
|
|
Code lint checker:
lib/components/MonacoEditor/MonacoEditor.tsx#L15
Imported module should be assigned
|
|
Code lint checker:
lib/components/BackendForm/useRuleParams.ts#L4
Function `turnLabelData` does not capture any variables from its parent scope
|
|
Code lint checker:
lib/components/EnterpriseFeatureDisplay/components/VersionComparison.tsx#L12
Function `renderDesc` does not capture any variables from its parent scope
|
Loading