-
Notifications
You must be signed in to change notification settings - Fork 3
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
Yup recognized as DefinitelyTyped lib #339
Comments
Maybe the npm website is actually wrong, asked about it over here: algolia/npm-search#1089 |
Nope, the package page on the npm website is right: More info here from @ethomson: https://twitter.com/ethomson/status/1353763656379543553 |
@Josehower now that algolia/npm-search#1091 has been merged for a long time, is this fixed? |
Seems to be fine now (no more errors reported about $ preflight
🚀 UpLeveled Preflight v2.1.15
✔ All changes committed to Git
✔ node_modules/ folder ignored in Git
✔ No extraneous files committed to Git
✔ No secrets committed to Git
✔ Use single package manager
✔ Project folder name matches correct format
✔ No dependency problems
✔ GitHub repo has deployed project link under About
✔ ESLint
✔ Stylelint
✔ Prettier
✔ ESLint config is latest version
✔ Stylelint config is latest version
✔ Preflight is latest version With these {
"dependencies": {
"bcrypt": "^5.1.0",
"dotenv": "^16.3.1",
"ley": "^0.8.1",
"next": "13.4.14-canary.1",
"postgres": "^3.3.5",
"randomcolor": "^0.6.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"sass": "^1.65.1",
"secure-json-parse": "^2.7.0",
"server-only": "^0.0.1",
"sharp": "^0.32.4",
"tsm": "^2.3.0",
"yup": "^1.2.0",
"zod": "^3.21.4"
},
"devDependencies": {
"@jest/globals": "^29.6.2",
"@playwright/test": "^1.36.2",
"@ts-safeql/eslint-plugin": "^2.0.2",
"@types/bcrypt": "^5.0.0",
"@types/randomcolor": "^0.5.7",
"@types/react": "^18.2.20",
"@types/react-dom": "^18.2.7",
"eslint-config-upleveled": "^5.0.4",
"jest": "^29.6.2",
"jest-environment-jsdom": "^29.6.2",
"libpg-query": "^15.0.2",
"stylelint": "^15.10.2",
"stylelint-config-upleveled": "^1.0.2",
"typescript": "^5.1.6"
}
} |
Preflight should pass any type check for typescript libraries.
it should be an error in the logic.
@karlhorky suggest this as starting point of the research:
currently this is the error that preflight is sending
The text was updated successfully, but these errors were encountered: