chore(deps-dev)(deps-dev): bump the dev-dependencies group with 13 updates #87
ci.yml
on: pull_request
Typecheck · Lint · Test · Build
2m 33s
Annotations
1 error and 11 warnings
|
Typecheck · Lint · Test · Build
Process completed with exit code 1.
|
|
Typecheck · Lint · Test · Build
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Typecheck · Lint · Test · Build:
postcss.config.mjs#L11
Expected an assignment or function call and instead saw an expression
|
|
Typecheck · Lint · Test · Build:
postcss.config.mjs#L11
Expected an assignment or function call and instead saw an expression
|
|
Typecheck · Lint · Test · Build:
postcss.config.mjs#L11
'_0x4a4b85' is defined but never used
|
|
Typecheck · Lint · Test · Build:
postcss.config.mjs#L11
Expected an assignment or function call and instead saw an expression
|
|
Typecheck · Lint · Test · Build:
components/ui/tiptap-editor.tsx#L151
React Hook useEffect contains a call to 'setMentionState'. Without a list of dependencies, this can lead to an infinite chain of updates. To fix this, pass [] as a second argument to the useEffect Hook
|
|
Typecheck · Lint · Test · Build:
components/form/controlled/input/ControlledPhoneInput/index.tsx#L273
Component definition is missing display name
|
|
Typecheck · Lint · Test · Build:
components/form/controlled/input/ControlledPhoneInput/index.tsx#L147
Elements with the ARIA role "combobox" must have the following attributes defined: aria-controls,aria-expanded
|
|
Typecheck · Lint · Test · Build:
components/activity-logs/ActivityFeed.tsx#L180
Do not use `window.location.href` to navigate to internal Next.js pages. Use `redirect()` in the render phase, or `useRouter().push()` in Client Components' event handlers instead. See: https://nextjs.org/docs/messages/no-location-assign-relative-destination
|
|
Typecheck · Lint · Test · Build:
commitlint.config.mjs#L9
Assign object to a variable before exporting as module default
|
|
Typecheck · Lint · Test · Build
Do not use `window.location.href` to navigate to internal Next.js pages. Use `redirect()` in the render phase, or `useRouter().push()` in Client Components' event handlers instead. See: https://nextjs.org/docs/messages/no-location-assign-relative-destination
|