Skip to content

Comments

chore: update eslint to v10 and fix linting errors#1174

Merged
czosel merged 3 commits intomainfrom
update-deps-02-26
Feb 19, 2026
Merged

chore: update eslint to v10 and fix linting errors#1174
czosel merged 3 commits intomainfrom
update-deps-02-26

Conversation

@czosel
Copy link
Collaborator

@czosel czosel commented Feb 18, 2026

No description provided.

@czosel
Copy link
Collaborator Author

czosel commented Feb 18, 2026

Phew, I'm at a loss with the typescript errors in CI. Example:

node_modules/@types/node/http.d.ts:2163:39 - error TS2792: Cannot find module 'undici-types'. Did you mean to set the 'moduleResolution' option to 'nodenext', or to add aliases to the 'paths' option?

2163     const MessageEvent: typeof import("undici-types").MessageEvent;

Do we have to refactor to ES modules so we can set typescripts moduleresolution to nodenext?

cc @cseufert

@czosel czosel changed the title chore: update depdencies chore: update eslint to v10 and fix linting errors Feb 18, 2026
@cseufert
Copy link
Collaborator

Those errors are not types from our project, I have added --skipLibCheck to tsc command, which will prevent tsc from checking node_modules dir files

@czosel
Copy link
Collaborator Author

czosel commented Feb 19, 2026

Ahh, that makes a lot of sense. Thanks!

@czosel czosel merged commit ec7685e into main Feb 19, 2026
6 checks passed
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

Successfully merging this pull request may close these issues.

2 participants