Skip to content

chore: Release v0.0.1-alpha.18 #106

chore: Release v0.0.1-alpha.18

chore: Release v0.0.1-alpha.18 #106

Triggered via pull request September 27, 2024 10:57
@DIYgodDIYgod
opened #669
Status Success
Total duration 1m 4s
Artifacts

auto-fix-lint-format-commit.yml

on: pull_request_target
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
auto-fix
The following actions use a deprecated Node.js version and will be forced to run on node20: pnpm/action-setup@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
auto-fix: apps/renderer/src/atoms/hooks/viewport.ts#L14
React Hook useCallback has a missing dependency: 'selector'. Either include it or remove the dependency array. If 'selector' changes too often, find the parent component that defines it and wrap that definition in useCallback
auto-fix: apps/renderer/src/atoms/route.ts#L33
React Hook useMemo was passed a dependency list that is not an array literal. This means we can't statically verify whether you've passed the correct dependencies
auto-fix: apps/renderer/src/atoms/route.ts#L33
React Hook useMemo has a missing dependency: 'selector'. Either include it or remove the dependency array. If 'selector' changes too often, find the parent component that defines it and wrap that definition in useCallback
auto-fix: apps/renderer/src/components/Versions.tsx#L9
Classname 'versions' is not a Tailwind CSS class!
auto-fix: apps/renderer/src/components/Versions.tsx#L10
Classname 'electron-version' is not a Tailwind CSS class!
auto-fix: apps/renderer/src/components/Versions.tsx#L11
Classname 'chrome-version' is not a Tailwind CSS class!
auto-fix: apps/renderer/src/components/Versions.tsx#L12
Classname 'node-version' is not a Tailwind CSS class!
auto-fix: apps/renderer/src/components/errors/helper.ts#L36
React Hook useEffect has a missing dependency: 'resetError'. Either include it or remove the dependency array. If 'resetError' changes too often, find the parent component that defines it and wrap that definition in useCallback
auto-fix: apps/renderer/src/components/feed-icon.tsx#L104
React Hook useMemo has a missing dependency: 'feed'. Either include it or remove the dependency array
auto-fix: apps/renderer/src/components/feed-icon.tsx#L104
React Hook useMemo has a complex expression in the dependency array. Extract it to a separate variable so it can be statically checked