upleveled / next-portfolio-dev

A portfolio for developers
https://portfolio-next.smakosh.com/
MIT License
0 stars 2 forks source link

Update Preflight check #65

Open karlhorky opened 1 year ago

karlhorky commented 1 year ago

Preflight is now on listr2@6.0.0, and the snapshots of Preflight output for all portfolio projects may need to also be updated, similar to the updates I needed to do here:

karlhorky commented 1 year ago

Maybe it's actually not failing how I imagined, here's a first test run:

Run MY_STRING=$(docker run ghcr.io/upleveled/preflight https://github.com/upleveled/next-portfolio-dev main)
🚀 UpLeveled Preflight v1.23.6 [STARTED] All changes committed to Git [STARTED] node_modules/ folder ignored in Git [STARTED] No extraneous files committed to Git [STARTED] No secrets committed to Git [STARTED] Use single package manager [COMPLETED] No extraneous files committed to Git [STARTED] Project folder name matches correct format [COMPLETED] Project folder name matches correct format [STARTED] No dependency problems [STARTED] Next.js project has sharp installed [STARTED] No unused dependencies [STARTED] No dependencies without types [COMPLETED] Next.js project has sharp installed [COMPLETED] No secrets committed to Git [STARTED] GitHub repo has deployed project link under About [COMPLETED] Use single package manager [STARTED] ESLint [COMPLETED] node_modules/ folder ignored in Git [STARTED] Prettier [COMPLETED] All changes committed to Git [STARTED] ESLint config is latest version [COMPLETED] No dependencies without types [COMPLETED] GitHub repo has deployed project link under About [STARTED] Preflight is latest version [COMPLETED] ESLint config is latest version [COMPLETED] Prettier [COMPLETED] Preflight is latest version [FAILED] Unused dependencies found: [FAILED] * @ts-safeql/eslint-plugin [FAILED] * libpg-query [FAILED] * postcss-styled-syntax [FAILED] * stylelint [FAILED] * stylelint-config-css-modules [FAILED] * stylelint-config-recommended [FAILED] * stylelint-config-recommended-scss [FAILED] Remove these dependencies by running the following command for each dependency: [FAILED] ‎ $ pnpm remove <dependency name here> [COMPLETED] No dependency problems [COMPLETED] ESLint
Error: Process completed with exit code 1.
Screenshot 2023-04-14 at 12 20 46