Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Preflight check #65

Open
karlhorky opened this issue Apr 14, 2023 · 1 comment
Open

Update Preflight check #65

karlhorky opened this issue Apr 14, 2023 · 1 comment
Assignees

Comments

@karlhorky
Copy link
Member

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
Copy link
Member Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants